From 99ec912a93fa038cebabeb172c885ba686d95dd1 Mon Sep 17 00:00:00 2001 From: Donald <121610028+ethorad@users.noreply.github.com> Date: Mon, 29 Jan 2024 18:21:15 +0000 Subject: [PATCH] Kobolds (#284) * Various changes From Fantasy Folk: Winged Folk - Limitation "Encumbrance-Limited" on Flight - "Mitigator: Flight" on Lame - Added "Strategy (Air)" skill, alongside Land/Sea/Space General fixes: - typo on Thamatology Styles, "Cantrip Kindle": *tiny* flame - added @Specialty@ to the Shapeshift Other spell in Magic - removed aquatic defaults from the "Survival @Environment@" general skill in the Basic Set - Added "Survival @Any Land@" and "Survival @Any Aquatic@" skills with the relevant land or aquatic defaults in Basic Set - Added prerequiste of no language talent to the full price language trait * Add Kobold files Adding files from the Fantasy Folk: Kobolds book Also adding a default of Nav (Underground) -2 to the Basic Set skill of Nav (Land) --- Library/Basic Set/Basic Set Skills.skl | 6 + .../Profession Templates/Gang Leader.gct | 2878 +++++++++++++ .../Profession Templates/Sycophant.gct | 2801 +++++++++++++ .../Profession Templates/Trap-Master.gct | 3545 +++++++++++++++++ .../Kobold (Dungeon Fantasy).gct | 729 ++++ .../Racial Templates/Kobold (Yrth).gct | 363 ++ .../Kobolds/Racial Templates/Mine Kobold.gct | 1012 +++++ .../Traits and Skills/Kobold Skills.skl | 93 + .../Traits and Skills/Kobold Traits.adq | 447 +++ 9 files changed, 11874 insertions(+) create mode 100644 Library/Fantasy Folk/Kobolds/Profession Templates/Gang Leader.gct create mode 100644 Library/Fantasy Folk/Kobolds/Profession Templates/Sycophant.gct create mode 100644 Library/Fantasy Folk/Kobolds/Profession Templates/Trap-Master.gct create mode 100644 Library/Fantasy Folk/Kobolds/Racial Templates/Kobold (Dungeon Fantasy).gct create mode 100644 Library/Fantasy Folk/Kobolds/Racial Templates/Kobold (Yrth).gct create mode 100644 Library/Fantasy Folk/Kobolds/Racial Templates/Mine Kobold.gct create mode 100644 Library/Fantasy Folk/Kobolds/Traits and Skills/Kobold Skills.skl create mode 100644 Library/Fantasy Folk/Kobolds/Traits and Skills/Kobold Traits.adq diff --git a/Library/Basic Set/Basic Set Skills.skl b/Library/Basic Set/Basic Set Skills.skl index aec662d82..017a4e2f6 100644 --- a/Library/Basic Set/Basic Set Skills.skl +++ b/Library/Basic Set/Basic Set Skills.skl @@ -14774,6 +14774,12 @@ "name": "Navigation", "specialization": "Sea", "modifier": -2 + }, + { + "type": "skill", + "name": "Navigation", + "specialization": "Underground", + "modifier": -2 } ] }, diff --git a/Library/Fantasy Folk/Kobolds/Profession Templates/Gang Leader.gct b/Library/Fantasy Folk/Kobolds/Profession Templates/Gang Leader.gct new file mode 100644 index 000000000..5666d20ab --- /dev/null +++ b/Library/Fantasy Folk/Kobolds/Profession Templates/Gang Leader.gct @@ -0,0 +1,2878 @@ +{ + "type": "template", + "version": 4, + "id": "56c05fed-4270-4c48-a2d0-10ed5d7e895c", + "traits": [ + { + "id": "6e919cd3-8caf-43ed-93c6-193a16dc2105", + "type": "trait_container", + "open": true, + "children": [ + { + "id": "9853b4f7-d58b-4c17-b065-6777f3a2223b", + "type": "trait", + "name": "Must be Kobold", + "prereqs": { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "Kobold (Dungeon Fantasy)" + }, + "level": { + "compare": "at_least" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "Kobold (Yrth)" + }, + "level": { + "compare": "at_least" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "Mine Kobold" + }, + "level": { + "compare": "at_least" + } + } + ] + }, + "calc": { + "points": 0 + } + }, + { + "id": "3ea6c498-ec21-43d5-9ea8-39c4e9335561", + "type": "trait", + "name": "Increased Intelligence", + "reference": "B15", + "tags": [ + "Advantage", + "Attribute", + "Mental" + ], + "levels": 1, + "points_per_level": 20, + "features": [ + { + "type": "attribute_bonus", + "attribute": "iq", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 20 + } + }, + { + "id": "162ca7d1-206b-4623-be2c-61e135aeb8fa", + "type": "trait", + "name": "Charisma", + "reference": "B41", + "tags": [ + "Advantage", + "Mental" + ], + "levels": 1, + "points_per_level": 5, + "features": [ + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "fortune-telling" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "leadership" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "panhandling" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "public speaking" + }, + "amount": 1, + "per_level": true + }, + { + "type": "reaction_bonus", + "situation": "from sapient being with whom you actively interact (converse, lecture, etc.)", + "amount": 1, + "per_level": true + }, + { + "type": "reaction_bonus", + "situation": "to Influence rolls", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 5 + } + }, + { + "id": "020cae57-5720-4a2f-b8f1-1372f23e51da", + "type": "trait_container", + "open": true, + "children": [ + { + "id": "8c34beb3-f9ce-41e4-bcd0-a1393886c4f6", + "type": "trait", + "name": "Increased Strength", + "reference": "B14", + "tags": [ + "Advantage", + "Attribute", + "Physical" + ], + "levels": 1, + "points_per_level": 10, + "features": [ + { + "type": "attribute_bonus", + "attribute": "st", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 10 + } + }, + { + "id": "c1e3000a-1dbe-46e8-9a0b-679bbd16be31", + "type": "trait", + "name": "Increased Dexterity", + "reference": "B15", + "tags": [ + "Advantage", + "Attribute", + "Physical" + ], + "levels": 1, + "points_per_level": 20, + "features": [ + { + "type": "attribute_bonus", + "attribute": "dx", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 20 + } + }, + { + "id": "fded6682-1778-4280-b94a-4998059c12b2", + "type": "trait", + "name": "Increased Intelligence", + "reference": "B15", + "tags": [ + "Advantage", + "Attribute", + "Mental" + ], + "levels": 1, + "points_per_level": 20, + "features": [ + { + "type": "attribute_bonus", + "attribute": "iq", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 20 + } + }, + { + "id": "5039a471-287c-48e5-937f-cf51e5b26396", + "type": "trait", + "name": "Increased Health", + "reference": "B14", + "tags": [ + "Advantage", + "Attribute", + "Physical" + ], + "levels": 1, + "points_per_level": 10, + "features": [ + { + "type": "attribute_bonus", + "attribute": "ht", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 10 + } + }, + { + "id": "e386197e-4034-40cf-9584-b416fcad9334", + "type": "trait", + "name": "Increased Will", + "reference": "B16", + "tags": [ + "Advantage", + "Attribute", + "Mental" + ], + "levels": 1, + "points_per_level": 5, + "features": [ + { + "type": "attribute_bonus", + "attribute": "will", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 5 + } + }, + { + "id": "7af951e9-b038-4fa3-ba15-96fda3be1823", + "type": "trait", + "name": "Increased Will", + "reference": "B16", + "tags": [ + "Advantage", + "Attribute", + "Mental" + ], + "levels": 2, + "points_per_level": 5, + "features": [ + { + "type": "attribute_bonus", + "attribute": "will", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 10 + } + }, + { + "id": "834cbf25-bb02-45d8-b66c-0b90c9f9a00a", + "type": "trait", + "name": "Increased Perception", + "reference": "B16", + "tags": [ + "Advantage", + "Attribute", + "Mental", + "Physical" + ], + "levels": 1, + "points_per_level": 5, + "features": [ + { + "type": "attribute_bonus", + "attribute": "per", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 5 + } + }, + { + "id": "757b8414-9df5-405f-af92-8ec97c73145a", + "type": "trait", + "name": "Increased Perception", + "reference": "B16", + "tags": [ + "Advantage", + "Attribute", + "Mental", + "Physical" + ], + "levels": 2, + "points_per_level": 5, + "features": [ + { + "type": "attribute_bonus", + "attribute": "per", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 10 + } + }, + { + "id": "22cde837-4aea-4cd5-b4fe-b0831e728708", + "type": "trait", + "name": "Increased Perception", + "reference": "B16", + "tags": [ + "Advantage", + "Attribute", + "Mental", + "Physical" + ], + "levels": 3, + "points_per_level": 5, + "features": [ + { + "type": "attribute_bonus", + "attribute": "per", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 15 + } + }, + { + "id": "b9fcb7ef-5e9b-49c9-9933-b74fd61e0d75", + "type": "trait", + "name": "3D Spatial Sense", + "reference": "B34", + "tags": [ + "Advantage", + "Mental", + "Physical" + ], + "base_points": 10, + "features": [ + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "body sense" + }, + "amount": 3 + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "navigation" + }, + "specialization": { + "compare": "is", + "qualifier": "air" + }, + "amount": 3 + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "navigation" + }, + "specialization": { + "compare": "is", + "qualifier": "land" + }, + "amount": 3 + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "navigation" + }, + "specialization": { + "compare": "is", + "qualifier": "sea" + }, + "amount": 3 + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "piloting" + }, + "amount": 1 + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "aerobatics" + }, + "amount": 2 + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "free fall" + }, + "amount": 2 + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "navigation" + }, + "specialization": { + "compare": "is", + "qualifier": "hyperspace" + }, + "amount": 2 + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "navigation" + }, + "specialization": { + "compare": "is", + "qualifier": "space" + }, + "amount": 2 + } + ], + "calc": { + "points": 10 + } + }, + { + "id": "8d305b4b-f1cd-457c-bdbb-d0bee2d65c44", + "type": "trait", + "name": "Acute Hearing", + "reference": "B35", + "tags": [ + "Advantage", + "Physical" + ], + "levels": 1, + "points_per_level": 2, + "features": [ + { + "type": "attribute_bonus", + "attribute": "hearing", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 2 + } + }, + { + "id": "5e29b89e-1ae5-48b3-85e6-346946275144", + "type": "trait", + "name": "Acute Hearing", + "reference": "B35", + "tags": [ + "Advantage", + "Physical" + ], + "levels": 2, + "points_per_level": 2, + "features": [ + { + "type": "attribute_bonus", + "attribute": "hearing", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 4 + } + }, + { + "id": "2956ccb2-68cf-49bd-839c-c95d39e20fcd", + "type": "trait", + "name": "Acute Hearing", + "reference": "B35", + "tags": [ + "Advantage", + "Physical" + ], + "levels": 3, + "points_per_level": 2, + "features": [ + { + "type": "attribute_bonus", + "attribute": "hearing", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 6 + } + }, + { + "id": "99b1eb0a-9d1a-4a8c-b050-3c0cf79ce658", + "type": "trait", + "name": "Charisma", + "reference": "B41", + "notes": "(Can combine with Charisma on base template)", + "tags": [ + "Advantage", + "Mental" + ], + "levels": 1, + "points_per_level": 5, + "features": [ + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "fortune-telling" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "leadership" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "panhandling" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "public speaking" + }, + "amount": 1, + "per_level": true + }, + { + "type": "reaction_bonus", + "situation": "from sapient being with whom you actively interact (converse, lecture, etc.)", + "amount": 1, + "per_level": true + }, + { + "type": "reaction_bonus", + "situation": "to Influence rolls", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 5 + } + }, + { + "id": "0e6d53ea-a7a3-4178-a8db-f9e850c21690", + "type": "trait", + "name": "Combat Reflexes", + "reference": "B43", + "notes": "Never freeze", + "tags": [ + "Advantage", + "Mental" + ], + "base_points": 15, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": false, + "name": { + "compare": "is", + "qualifier": "Enhanced Time Sense" + } + } + ] + }, + "features": [ + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "starts_with", + "qualifier": "fast-draw" + }, + "amount": 1 + }, + { + "type": "attribute_bonus", + "attribute": "dodge", + "amount": 1 + }, + { + "type": "attribute_bonus", + "attribute": "parry", + "amount": 1 + }, + { + "type": "attribute_bonus", + "attribute": "block", + "amount": 1 + }, + { + "type": "attribute_bonus", + "attribute": "fright_check", + "amount": 2 + }, + { + "type": "conditional_modifier", + "situation": "on all IQ rolls to wake up or to recover from surprise or mental stun", + "amount": 6 + }, + { + "type": "conditional_modifier", + "situation": "to initiative rolls for your side (+2 if you are the leader)", + "amount": 1 + } + ], + "calc": { + "points": 15 + } + }, + { + "id": "cd2669de-904e-477b-985a-273645737e6e", + "type": "trait", + "name": "Cultural Familiarity (@Neighboring Culture@)", + "reference": "B23", + "notes": "Do not suffer the normal -3 penalty for unfamiliarity", + "tags": [ + "Advantage", + "Mental" + ], + "base_points": 1, + "calc": { + "points": 1 + } + }, + { + "id": "3a595b5c-eeb3-43b2-abad-7b895cae1a3c", + "type": "trait", + "name": "Indomitable", + "reference": "B60", + "notes": "Impossible to influence through ordinary words or actions", + "tags": [ + "Advantage", + "Mental" + ], + "base_points": 15, + "calc": { + "points": 15 + } + }, + { + "id": "ddbe34f5-d203-46b4-a5c0-08200c81b586", + "type": "trait", + "name": "Language: @Language@", + "reference": "B24", + "tags": [ + "Advantage", + "Language", + "Mental" + ], + "modifiers": [ + { + "id": "ff972d9a-b925-4895-a489-f3d14999074d", + "type": "modifier", + "name": "Native", + "reference": "B23", + "cost": -6, + "cost_type": "points", + "disabled": true + }, + { + "id": "e9f38c71-c4bd-45ee-a5e2-b47a33029f96", + "type": "modifier", + "name": "Spoken", + "reference": "B24", + "notes": "None", + "cost_type": "points", + "disabled": true + }, + { + "id": "6cd10ab4-c4f9-4764-a47d-0e77d105d862", + "type": "modifier", + "name": "Spoken", + "reference": "B24", + "notes": "Broken", + "cost": 1, + "cost_type": "points", + "disabled": true + }, + { + "id": "3c7caa3c-055e-4422-ac8e-6a2d632b391c", + "type": "modifier", + "name": "Spoken", + "reference": "B24", + "notes": "Accented", + "cost": 2, + "cost_type": "points" + }, + { + "id": "231ba28d-11ce-44e1-8d23-074d40ca57c6", + "type": "modifier", + "name": "Spoken", + "reference": "B24", + "notes": "Native", + "cost": 3, + "cost_type": "points", + "disabled": true + }, + { + "id": "152ad20b-dc58-4abb-b256-71da14dbb89c", + "type": "modifier", + "name": "Written", + "reference": "B24", + "notes": "None", + "cost_type": "points", + "disabled": true + }, + { + "id": "6304a0d6-80f3-4a5f-b3cc-3ba2ae0c8063", + "type": "modifier", + "name": "Written", + "reference": "B24", + "notes": "Broken", + "cost": 1, + "cost_type": "points", + "disabled": true + }, + { + "id": "5818ab4a-2c4b-4c3e-a711-c4b6332daaca", + "type": "modifier", + "name": "Written", + "reference": "B24", + "notes": "Accented", + "cost": 2, + "cost_type": "points" + }, + { + "id": "1b77515e-5789-49a0-8238-7242900c8c2c", + "type": "modifier", + "name": "Written", + "reference": "B24", + "notes": "Native", + "cost": 3, + "cost_type": "points", + "disabled": true + } + ], + "calc": { + "points": 4 + } + }, + { + "id": "5d04066f-4fd7-423a-b5ee-ec839eb132f3", + "type": "trait", + "name": "Luck", + "reference": "B66,P59", + "notes": "Usable once per hour of play", + "tags": [ + "Advantage", + "Mental" + ], + "modifiers": [ + { + "id": "b5f2c667-bec1-442e-9ef9-f051a6c31510", + "type": "modifier", + "name": "Active", + "reference": "B66", + "cost": -40, + "disabled": true + }, + { + "id": "d9965ee9-527e-4933-95ef-ef8a02ed7683", + "type": "modifier", + "name": "Aspected", + "reference": "B66", + "notes": "@Aspect@", + "cost": -20, + "disabled": true + }, + { + "id": "67318c7d-d090-4012-a955-0d1a36052c27", + "type": "modifier", + "name": "Defensive", + "reference": "B66", + "cost": -20, + "disabled": true + }, + { + "id": "4f41a545-c80c-4754-bf3c-93b9662beef2", + "type": "modifier", + "name": "Wishing", + "reference": "P59", + "cost": 100, + "disabled": true + } + ], + "base_points": 15, + "calc": { + "points": 15 + } + }, + { + "id": "6aaaee05-4a6d-4dfb-897a-ffe7ee448704", + "type": "trait", + "name": "Serendipity", + "reference": "B83,P73", + "tags": [ + "Advantage", + "Mental" + ], + "modifiers": [ + { + "id": "4a1bbef4-bb03-4ee8-92db-a6f3f7247f11", + "type": "modifier", + "name": "Wishing", + "reference": "P73", + "cost": 100, + "disabled": true + }, + { + "id": "bd5d2a65-3f20-4b1f-909c-022e17874983", + "type": "modifier", + "name": "Wishing", + "reference": "P73", + "notes": "For others only", + "disabled": true + } + ], + "levels": 1, + "points_per_level": 15, + "can_level": true, + "calc": { + "points": 15 + } + }, + { + "id": "b83a1b58-04c8-474d-b999-c7dfc0210c3a", + "type": "trait", + "name": "Signature Gear", + "reference": "B85", + "notes": "For equipment normally bought with money, each point gives goods worth up to 50% of the average campaign starting wealth (but never cash).", + "tags": [ + "Advantage", + "Social" + ], + "levels": 1, + "points_per_level": 1, + "can_level": true, + "calc": { + "points": 1 + } + }, + { + "id": "dde4bfb1-90e6-4864-ba52-d1992a233568", + "type": "trait", + "name": "Talent (Tricksy)", + "reference": "FFK6,B89", + "reference_highlight": "Tricksy", + "tags": [ + "Advantage", + "Mental", + "Talent" + ], + "levels": 1, + "points_per_level": 5, + "features": [ + { + "type": "reaction_bonus", + "situation": "from other vicious or ruthless tricksters", + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Camouflage" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Fast-Talk" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Filch" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Pickpocket" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Sleight of Hand" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Traps" + }, + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 5 + } + }, + { + "id": "4991d6a8-5634-4829-a969-5fa493eb0976", + "type": "trait", + "name": "Talent (Tricksy)", + "reference": "FFK6,B89", + "reference_highlight": "Tricksy", + "tags": [ + "Advantage", + "Mental", + "Talent" + ], + "levels": 2, + "points_per_level": 5, + "features": [ + { + "type": "reaction_bonus", + "situation": "from other vicious or ruthless tricksters", + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Camouflage" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Fast-Talk" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Filch" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Pickpocket" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Sleight of Hand" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Traps" + }, + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 10 + } + }, + { + "id": "ca7bdf44-0959-40db-9522-0e9dea50bf96", + "type": "trait", + "name": "Talent (Tricksy)", + "reference": "FFK6,B89", + "reference_highlight": "Tricksy", + "tags": [ + "Advantage", + "Mental", + "Talent" + ], + "levels": 3, + "points_per_level": 5, + "features": [ + { + "type": "reaction_bonus", + "situation": "from other vicious or ruthless tricksters", + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Camouflage" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Fast-Talk" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Filch" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Pickpocket" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Sleight of Hand" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Traps" + }, + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 15 + } + }, + { + "id": "474a3aec-a2b7-4fc4-b6e5-d21a3562ed8f", + "type": "trait", + "name": "Talent (Tricksy)", + "reference": "FFK6,B89", + "reference_highlight": "Tricksy", + "tags": [ + "Advantage", + "Mental", + "Talent" + ], + "levels": 4, + "points_per_level": 5, + "features": [ + { + "type": "reaction_bonus", + "situation": "from other vicious or ruthless tricksters", + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Camouflage" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Fast-Talk" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Filch" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Pickpocket" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Sleight of Hand" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Traps" + }, + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 20 + } + } + ], + "name": "Choose 40 points from the below", + "template_picker": { + "type": "points", + "qualifier": { + "compare": "at_most", + "qualifier": 40 + } + }, + "calc": { + "points": 248 + } + }, + { + "id": "ced888aa-5486-4a89-be6e-f475371159be", + "type": "trait", + "name": "Language: @Native Language@", + "reference": "B24", + "notes": "Native, Spoken (Native), Written (Accented)", + "tags": [ + "Advantage", + "Language", + "Mental" + ], + "base_points": -1, + "calc": { + "points": -1 + } + }, + { + "id": "b68e7261-6c9e-455e-8224-679c15ef5d18", + "type": "trait_container", + "open": true, + "children": [ + { + "id": "edf9c596-d177-497a-926c-731c0a9053ef", + "type": "trait", + "name": "Bloodlust", + "reference": "B125", + "notes": "You must make a self-control roll whenever you need to accept a surrender, evade a sentry, take a prisoner, etc.", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -10, + "cr": 12, + "calc": { + "points": -10 + } + }, + { + "id": "d93d66a6-cde1-49bc-9d28-66992dd2ff02", + "type": "trait", + "name": "Bully", + "reference": "B125", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -10, + "features": [ + { + "type": "reaction_bonus", + "situation": "from others", + "amount": -2 + } + ], + "cr": 12, + "calc": { + "points": -10 + } + }, + { + "id": "7c6da2bc-f403-401b-b7da-6998e92fc198", + "type": "trait", + "name": "Callous", + "reference": "B125", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -5, + "features": [ + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "psychology" + }, + "amount": -3 + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "teaching" + }, + "amount": -3 + }, + { + "type": "reaction_bonus", + "situation": "from past victims and anyone with Empathy", + "amount": -1 + }, + { + "type": "conditional_modifier", + "situation": "to Interrogation and Intimidation rolls when you use threats or torture", + "amount": 1 + } + ], + "calc": { + "points": -5 + } + }, + { + "id": "f9911573-a3f0-4bd7-aa43-dad9f818b44b", + "type": "trait", + "name": "Chummy", + "reference": "B126", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -5, + "features": [ + { + "type": "reaction_bonus", + "situation": "to others", + "amount": 2 + }, + { + "type": "conditional_modifier", + "situation": "to IQ-based skills when alone", + "amount": -1 + } + ], + "calc": { + "points": -5 + } + }, + { + "id": "8d851f05-6400-4f4c-8594-f66a4101046c", + "type": "trait", + "name": "Fat", + "reference": "B19", + "tags": [ + "Disadvantage", + "Physical" + ], + "base_points": -3, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "attribute_prereq", + "has": true, + "qualifier": { + "compare": "at_most", + "qualifier": 15 + }, + "which": "ht" + } + ] + }, + "features": [ + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "disguise" + }, + "amount": -2 + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "shadowing" + }, + "amount": -2 + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "swimming" + }, + "amount": 3 + }, + { + "type": "conditional_modifier", + "situation": "to ST vs knockback", + "amount": 2 + } + ], + "calc": { + "points": -3 + } + }, + { + "id": "6b0c55f1-423c-45f0-b13d-e18edebeb28a", + "type": "trait", + "name": "Overweight", + "reference": "B19", + "tags": [ + "Physical", + "Quirk" + ], + "base_points": -1, + "features": [ + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "disguise" + }, + "amount": -1 + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "shadowing" + }, + "amount": -1 + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "swimming" + }, + "amount": 1 + }, + { + "type": "conditional_modifier", + "situation": "to ST vs. knockback", + "amount": 1 + } + ], + "calc": { + "points": -1 + } + }, + { + "id": "43d6e866-dd0d-429e-92c3-52c080d891c4", + "type": "trait", + "name": "Intolerance (@One other race@)", + "reference": "B140", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -5, + "features": [ + { + "type": "reaction_bonus", + "situation": "from victims of your intolerance (may be as much as -5, at GM's discretion)", + "amount": -1 + } + ], + "calc": { + "points": -5 + } + }, + { + "id": "4eccd42e-f1bb-4f82-826c-5b6bdb969e64", + "type": "trait", + "name": "Jealousy", + "reference": "B140", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -10, + "features": [ + { + "type": "reaction_bonus", + "situation": "toward those you are jealous of (may be as much as -4, at GM's discretion)", + "amount": -2 + } + ], + "calc": { + "points": -10 + } + }, + { + "id": "3d8ab431-801f-471a-9197-5610ae0e2d02", + "type": "trait", + "name": "Lecherousness", + "reference": "B142", + "notes": "Make a self-control roll whenever you have more than the briefest contact with an appealing member of the sex you find attractive, at -5 if this person is Handsome/Beautiful, or at -10 if Very Handsome/Very Beautiful. If you fail, you must make a “pass” using whatever wiles and skills you can bring to bear.", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -15, + "cr": 12, + "calc": { + "points": -15 + } + }, + { + "id": "f9fb72c8-6ecf-4da0-8e72-afe25b5f57d6", + "type": "trait", + "name": "Light Sleeper", + "reference": "B142", + "notes": "Whenever you must sleep in an uncomfortable place, or whenever there is more than the slightest noise, you must make a HT roll in order to fall asleep. On a failure, you can try again after one hour, but you will suffer all the usual effects of one hour of missed sleep.", + "tags": [ + "Disadvantage", + "Physical" + ], + "base_points": -5, + "calc": { + "points": -5 + } + }, + { + "id": "188bef4a-81b6-4c46-bf51-9dd58ee91bd1", + "type": "trait", + "name": "Megalomania", + "reference": "B144", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -10, + "calc": { + "points": -10 + } + }, + { + "id": "dc4e5d8a-140d-4cc2-b49f-f039022bc89e", + "type": "trait", + "name": "Overconfidence", + "reference": "B148", + "notes": "You must make a self-control roll any time the GM feels you show an unreasonable degree of caution. If you fail, you must go ahead as though you were able to handle the situation!", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -5, + "features": [ + { + "type": "reaction_bonus", + "situation": "from young or naive individuals who believe you are as good as you say you are", + "amount": 2 + }, + { + "type": "reaction_bonus", + "situation": "from experienced NPCs", + "amount": -2 + } + ], + "cr": 12, + "calc": { + "points": -5 + } + }, + { + "id": "d04598f1-d1c5-4b6b-9dfe-4a22be683852", + "type": "trait", + "name": "Sadism", + "reference": "B152", + "notes": "Make a self-control roll whenever you have an opportunity to indulge your desires and know you shouldn’t (e.g., because the prisoner is one who should be released unharmed). If you fail, you cannot restrain yourself.", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -15, + "features": [ + { + "type": "reaction_bonus", + "situation": "from those who become aware of your Sadism unless they are from a culture that holds life in little esteem", + "amount": -3 + } + ], + "cr": 12, + "calc": { + "points": -15 + } + }, + { + "id": "d7d09b85-c6ce-4991-9da9-6e56bb7c8284", + "type": "trait", + "name": "Selfish", + "reference": "B153", + "notes": "Make a self-control roll whenever you experience a clear social slight or “snub.” On a failure, you lash out at the offending party just as if you had Bad Temper.", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -5, + "features": [ + { + "type": "reaction_bonus", + "situation": "from others when your Selfishness surfaces", + "amount": -3 + } + ], + "cr": 12, + "calc": { + "points": -5 + } + }, + { + "id": "bfb47571-d1a2-47c3-b03f-11cf6ad813a9", + "type": "trait", + "name": "Sense of Duty (Gang)", + "reference": "B153", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -5, + "calc": { + "points": -5 + } + }, + { + "id": "c45911e4-9876-4af7-8eb5-97a8109e2bd2", + "type": "trait", + "name": "Skinny", + "reference": "B18", + "tags": [ + "Disadvantage", + "Physical" + ], + "base_points": -5, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "attribute_prereq", + "has": true, + "qualifier": { + "compare": "at_most", + "qualifier": 14 + }, + "which": "ht" + } + ] + }, + "features": [ + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "disguise" + }, + "amount": -2 + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "shadowing" + }, + "amount": -2 + }, + { + "type": "conditional_modifier", + "situation": "to ST vs. knockback", + "amount": -2 + } + ], + "calc": { + "points": -5 + } + }, + { + "id": "65f4675c-bb88-44f7-a21b-4e7fdcc6d2ff", + "type": "trait", + "name": "Stubbornness", + "reference": "B157", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -5, + "features": [ + { + "type": "reaction_bonus", + "situation": "from others", + "amount": -1 + } + ], + "calc": { + "points": -5 + } + }, + { + "id": "dae565f7-3965-4cf3-b283-47ffd19d1162", + "type": "trait", + "name": "Struggling", + "reference": "B25", + "notes": "Starting wealth is ½ normal", + "tags": [ + "Disadvantage", + "Social", + "Wealth" + ], + "base_points": -10, + "calc": { + "points": -10 + } + }, + { + "id": "c1409299-7a9a-46fb-9280-6d3991e430cc", + "type": "trait", + "name": "Reduce literacy in native language to Broken", + "base_points": -1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": false, + "name": { + "compare": "starts_with", + "qualifier": "Language" + }, + "level": { + "compare": "at_least" + } + } + ] + }, + "calc": { + "points": -1 + } + }, + { + "id": "50775f13-1a54-4f9b-af10-61ec7f291c3c", + "type": "trait", + "name": "Reduce literacy in native language to None", + "base_points": -2, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": false, + "name": { + "compare": "starts_with", + "qualifier": "Language" + }, + "level": { + "compare": "at_least" + } + } + ] + }, + "calc": { + "points": -2 + } + } + ], + "name": "Choose -15 points from the below", + "template_picker": { + "type": "points", + "qualifier": { + "compare": "at_least", + "qualifier": -15 + } + }, + "calc": { + "points": -132 + } + } + ], + "name": "Kobold Gang Leader", + "reference": "FFK11", + "reference_highlight": "Gang Leader", + "calc": { + "points": 140 + } + } + ], + "skills": [ + { + "id": "d38c7c50-e4de-427f-b04e-5b79885354b8", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "3b84d76f-7b90-4d8b-8a10-238a67a9862d", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "5942f861-94c3-4a3c-9c34-f39dfe4bf8ed", + "type": "skill", + "name": "Area Knowledge", + "reference": "B176", + "notes": "The inhabitants, trails, streams, hiding places, ambush sites, flora, and fauna of a few hundred acres", + "tags": [ + "Everyman", + "Knowledge" + ], + "specialization": "@Rural Area@; Lived there", + "difficulty": "iq/e", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -4 + }, + { + "type": "skill", + "name": "Geography", + "modifier": -3 + } + ] + }, + { + "id": "2a8f0fcd-02e0-4895-8817-28d28e4651fa", + "type": "skill", + "name": "Intimidation", + "reference": "B202", + "tags": [ + "Criminal", + "Police", + "Social", + "Street" + ], + "difficulty": "will/a", + "points": 4, + "defaults": [ + { + "type": "will", + "modifier": -5 + }, + { + "type": "skill", + "name": "Acting", + "modifier": -3 + } + ] + }, + { + "id": "5ab27bf0-4dd1-4439-aafb-5d94a9439773", + "type": "skill", + "name": "Leadership", + "reference": "B204", + "tags": [ + "Military", + "Social" + ], + "difficulty": "iq/a", + "points": 4, + "defaults": [ + { + "type": "iq", + "modifier": -5 + } + ] + } + ], + "name": "Primary Skills" + }, + { + "id": "be6809de-169b-4fbe-ab43-cd271a01e7c9", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "979b8445-5651-4bb5-95f1-f884fdfd34da", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "8b2e3c1d-1095-4178-a807-cfc77642f8f3", + "type": "skill", + "name": "Brawling", + "reference": "B182,MA55", + "tags": [ + "Combat", + "Melee Combat", + "Weapon" + ], + "difficulty": "dx/e", + "points": 2, + "features": [ + { + "type": "weapon_bonus", + "selection_type": "weapons_with_required_skill", + "name": { + "compare": "is", + "qualifier": "Brawling" + }, + "level": { + "compare": "at_least", + "qualifier": 2 + }, + "amount": 1, + "per_die": true + } + ] + }, + { + "id": "153e0883-0b39-4764-b10b-e06c1cea2068", + "type": "skill", + "name": "Crossbow", + "reference": "B186", + "tags": [ + "Combat", + "Ranged Combat", + "Weapon" + ], + "difficulty": "dx/e", + "points": 2, + "defaults": [ + { + "type": "dx", + "modifier": -4 + } + ] + }, + { + "id": "f734a06d-eb4b-4c14-887d-99aa6b0f38f9", + "type": "skill", + "name": "Knife", + "reference": "B208", + "tags": [ + "Combat", + "Melee Combat", + "Weapon" + ], + "difficulty": "dx/e", + "points": 2, + "defaults": [ + { + "type": "skill", + "name": "Force Sword", + "modifier": -3 + }, + { + "type": "skill", + "name": "Main-Gauche", + "modifier": -3 + }, + { + "type": "skill", + "name": "Shortsword", + "modifier": -3 + }, + { + "type": "dx", + "modifier": -4 + } + ] + }, + { + "id": "d5f4870f-ea48-4a39-8552-fa5c264dcfe9", + "type": "skill", + "name": "Shield", + "reference": "B220", + "tags": [ + "Combat", + "Melee Combat", + "Weapon" + ], + "specialization": "Shield", + "difficulty": "dx/e", + "points": 2, + "defaults": [ + { + "type": "dx", + "modifier": -4 + } + ] + }, + { + "id": "fe50dee7-d11b-4f6f-9ba6-a2f39909c4b9", + "type": "skill", + "name": "Shield", + "reference": "B220", + "tags": [ + "Combat", + "Melee Combat", + "Weapon" + ], + "specialization": "Buckler", + "difficulty": "dx/e", + "points": 2, + "defaults": [ + { + "type": "dx", + "modifier": -4 + }, + { + "type": "skill", + "name": "Shield", + "specialization": "Force", + "modifier": -2 + } + ] + }, + { + "id": "bdc915c6-86dc-4401-bc40-dccd70bf2f08", + "type": "skill", + "name": "Shortsword", + "reference": "B209", + "tags": [ + "Combat", + "Melee Combat", + "Weapon" + ], + "difficulty": "dx/a", + "points": 2, + "defaults": [ + { + "type": "skill", + "name": "Broadsword", + "modifier": -2 + }, + { + "type": "skill", + "name": "Force Sword", + "modifier": -4 + }, + { + "type": "skill", + "name": "Jitte/Sai", + "modifier": -3 + }, + { + "type": "skill", + "name": "Knife", + "modifier": -4 + }, + { + "type": "skill", + "name": "Saber", + "modifier": -4 + }, + { + "type": "skill", + "name": "Smallsword", + "modifier": -4 + }, + { + "type": "skill", + "name": "Tonfa", + "modifier": -3 + }, + { + "type": "dx", + "modifier": -5 + } + ] + }, + { + "id": "e31d7c1f-b342-4bd8-bec8-54728632ef18", + "type": "skill", + "name": "Smallsword", + "reference": "B208", + "tags": [ + "Combat", + "Melee Combat", + "Weapon" + ], + "difficulty": "dx/a", + "points": 2, + "defaults": [ + { + "type": "dx", + "modifier": -5 + }, + { + "type": "skill", + "name": "Shortsword", + "modifier": -4 + }, + { + "type": "skill", + "name": "Main-Gauche", + "modifier": -3 + }, + { + "type": "skill", + "name": "Rapier", + "modifier": -3 + }, + { + "type": "skill", + "name": "Saber", + "modifier": -3 + } + ] + }, + { + "id": "8b85c4bb-21c7-479e-b09c-62e47ea61d26", + "type": "skill", + "name": "Spear", + "reference": "B208", + "tags": [ + "Combat", + "Melee Combat", + "Weapon" + ], + "difficulty": "dx/a", + "points": 2, + "defaults": [ + { + "type": "dx", + "modifier": -5 + }, + { + "type": "skill", + "name": "Polearm", + "modifier": -4 + }, + { + "type": "skill", + "name": "Staff", + "modifier": -2 + } + ] + }, + { + "id": "fba1b67f-a8e2-4a76-bac6-9dd410f5def9", + "type": "skill", + "name": "Sling", + "reference": "B221", + "tags": [ + "Combat", + "Ranged Combat", + "Weapon" + ], + "difficulty": "dx/h", + "points": 2, + "defaults": [ + { + "type": "dx", + "modifier": -6 + } + ] + } + ], + "name": "Choose three from the below", + "template_picker": { + "type": "count", + "qualifier": { + "compare": "is", + "qualifier": 3 + } + } + }, + { + "id": "0a189d8d-834e-4554-b4ff-9500435c05f7", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "77d2a070-6125-43a0-9161-1def40c5f4cc", + "type": "skill", + "name": "Stealth", + "reference": "B222", + "tags": [ + "Criminal", + "Police", + "Spy", + "Street" + ], + "difficulty": "dx/a", + "points": 2, + "encumbrance_penalty_multiplier": 1, + "defaults": [ + { + "type": "iq", + "modifier": -5 + }, + { + "type": "dx", + "modifier": -5 + } + ] + }, + { + "id": "7ae5c40d-2b19-4970-99ba-0bcfb80f2983", + "type": "skill", + "name": "Camouflage", + "reference": "B183", + "tags": [ + "Exploration", + "Military", + "Outdoor" + ], + "difficulty": "iq/e", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -4 + }, + { + "type": "skill", + "name": "Survival", + "modifier": -2 + } + ] + }, + { + "id": "47e7277a-ab2a-4b49-ad16-d34fb8b76cec", + "type": "skill", + "name": "Fast-Talk", + "reference": "B195", + "tags": [ + "Criminal", + "Social", + "Spy", + "Street" + ], + "difficulty": "iq/a", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -5 + }, + { + "type": "skill", + "name": "Acting", + "modifier": -5 + } + ] + }, + { + "id": "ab5d6cdf-2cce-4cbf-819a-79f869a16df7", + "type": "skill", + "name": "Navigation", + "reference": "FFK6,B211", + "reference_highlight": "Underground", + "tags": [ + "Exploration", + "Technical" + ], + "specialization": "Underground", + "tech_level": "", + "difficulty": "iq/a", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -5 + }, + { + "type": "skill", + "name": "Cartography", + "modifier": -4 + }, + { + "type": "skill", + "name": "Mathematics", + "specialization": "Surveying", + "modifier": -4 + }, + { + "type": "skill", + "name": "Navigation", + "specialization": "Land", + "modifier": -2 + } + ] + }, + { + "id": "e42b626a-8cc1-4792-8095-3c95ce27be5c", + "type": "skill", + "name": "Diplomacy", + "reference": "B187", + "tags": [ + "Business", + "Police", + "Social" + ], + "difficulty": "iq/h", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -6 + }, + { + "type": "skill", + "name": "Politics", + "modifier": -6 + } + ] + }, + { + "id": "67e029fb-3a9c-45a0-8ccf-4b8f325c428e", + "type": "skill", + "name": "Tactics", + "reference": "B224,MA60", + "tags": [ + "Military", + "Police" + ], + "difficulty": "iq/h", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -6 + }, + { + "type": "skill", + "name": "Strategy", + "modifier": -6 + } + ] + }, + { + "id": "02810da4-ac2b-42c4-baeb-340b65af15ec", + "type": "skill", + "name": "Raise a 2 point skill 1 level (to 4 points)", + "difficulty": "dx/a", + "points": 2 + } + ], + "name": "Choose five from the below", + "template_picker": { + "type": "count", + "qualifier": { + "compare": "is", + "qualifier": 5 + } + } + } + ], + "name": "Secondary Skills" + }, + { + "id": "a69f29a9-4d16-40f9-bbf6-c6209754de6f", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "c17ae644-52bc-44b9-9669-ebf333001057", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "5ebd470d-b0c4-4654-bbd6-c8c4d7b75662", + "type": "skill", + "name": "Fast-Draw", + "reference": "B194,MA56", + "tags": [ + "Combat", + "Melee Combat", + "Weapon" + ], + "specialization": "Knife", + "difficulty": "dx/e", + "points": 1 + }, + { + "id": "f71e9f6f-a3d8-49db-990f-5c90a733f2e3", + "type": "skill", + "name": "Climbing", + "reference": "B183", + "tags": [ + "Athletic", + "Criminal", + "Exploration", + "Outdoor", + "Street" + ], + "difficulty": "dx/a", + "points": 1, + "encumbrance_penalty_multiplier": 1, + "defaults": [ + { + "type": "dx", + "modifier": -5 + } + ] + }, + { + "id": "303bad8d-4031-443a-97fc-1782422e9294", + "type": "skill", + "name": "First Aid", + "reference": "B195", + "tags": [ + "Everyman", + "Medical" + ], + "specialization": "Kobolds", + "tech_level": "", + "difficulty": "iq/e", + "points": 1, + "defaults": [ + { + "type": "iq", + "modifier": -4 + }, + { + "type": "skill", + "name": "Esoteric Medicine" + }, + { + "type": "skill", + "name": "Physician" + }, + { + "type": "skill", + "name": "Veterinary", + "modifier": -4 + } + ] + }, + { + "id": "2b86bd85-ffcf-46ca-b1ce-edbbbaed4cf2", + "type": "skill", + "name": "Gesture", + "reference": "B198", + "tags": [ + "Social" + ], + "difficulty": "iq/e", + "points": 1, + "defaults": [ + { + "type": "iq", + "modifier": -4 + } + ] + }, + { + "id": "d8d249fb-1088-4a1d-9848-2c86fa59f33d", + "type": "skill", + "name": "Public Speaking", + "reference": "B216", + "tags": [ + "Business", + "Scholarly", + "Social" + ], + "difficulty": "iq/a", + "points": 1, + "defaults": [ + { + "type": "iq", + "modifier": -5 + }, + { + "type": "skill", + "name": "Acting", + "modifier": -5 + }, + { + "type": "skill", + "name": "Performance", + "modifier": -2 + }, + { + "type": "skill", + "name": "Politics", + "modifier": -5 + } + ] + }, + { + "id": "9b611f6d-3ce2-4cbf-9b43-beed2b696641", + "type": "skill", + "name": "Acting", + "reference": "B174", + "tags": [ + "Social", + "Spy" + ], + "difficulty": "iq/a", + "points": 1, + "defaults": [ + { + "type": "iq", + "modifier": -5 + }, + { + "type": "skill", + "name": "Performance", + "modifier": -2 + }, + { + "type": "skill", + "name": "Public Speaking", + "modifier": -5 + } + ] + }, + { + "id": "c737094c-c151-45f5-b4b2-fefa8cf65d50", + "type": "skill", + "name": "Fast-Talk", + "reference": "B195", + "tags": [ + "Criminal", + "Social", + "Spy", + "Street" + ], + "difficulty": "iq/a", + "points": 1, + "defaults": [ + { + "type": "iq", + "modifier": -5 + }, + { + "type": "skill", + "name": "Acting", + "modifier": -5 + } + ] + }, + { + "id": "5dc638b2-5ae4-4491-a6a9-786d463b4acd", + "type": "skill", + "name": "Interrogation", + "reference": "B202", + "tags": [ + "Military", + "Police", + "Spy" + ], + "difficulty": "iq/a", + "points": 1, + "defaults": [ + { + "type": "iq", + "modifier": -5 + }, + { + "type": "skill", + "name": "Intimidation", + "modifier": -3 + }, + { + "type": "skill", + "name": "Psychology", + "modifier": -4 + } + ] + }, + { + "id": "5ea94fc3-9132-4da1-bc69-7d05bb77a421", + "type": "skill", + "name": "Professional Skill", + "reference": "B215", + "tags": [ + "Knowledge" + ], + "specialization": "Miner", + "tech_level": "", + "difficulty": "iq/a", + "points": 1, + "defaulted_from": { + "type": "iq", + "modifier": -5, + "level": 5, + "adjusted_level": 5, + "points": -5 + }, + "defaults": [ + { + "type": "iq", + "modifier": -5 + }, + { + "type": "skill", + "name": "Engineer", + "specialization": "Mining", + "modifier": -3 + }, + { + "type": "skill", + "name": "Geology", + "modifier": -7 + }, + { + "type": "skill", + "name": "Prospecting", + "modifier": -5 + } + ] + }, + { + "id": "3b7482d1-f3a5-4856-8b12-d3d053a7dde1", + "type": "skill", + "name": "Streetwise", + "reference": "B223", + "tags": [ + "Criminal", + "Police", + "Social", + "Street" + ], + "difficulty": "iq/a", + "points": 1, + "defaults": [ + { + "type": "iq", + "modifier": -5 + } + ] + }, + { + "id": "22149f01-4de9-463a-8159-906b02035e19", + "type": "skill", + "name": "Traps", + "reference": "B226", + "tags": [ + "Criminal", + "Military", + "Street" + ], + "tech_level": "", + "difficulty": "iq/a", + "points": 1, + "defaults": [ + { + "type": "iq", + "modifier": -5 + }, + { + "type": "skill", + "name": "Lockpicking", + "modifier": -3 + } + ] + }, + { + "id": "772e7e74-b0dc-43b8-8d96-412b8c142a32", + "type": "skill", + "name": "Naturalist", + "reference": "B211", + "tags": [ + "Animal", + "Exploration", + "Natural Science", + "Outdoor", + "Plant" + ], + "specialization": "Earthlike", + "difficulty": "iq/h", + "points": 1, + "defaults": [ + { + "type": "iq", + "modifier": -6 + }, + { + "type": "skill", + "name": "Biology", + "modifier": -3 + } + ] + }, + { + "id": "24736900-af89-41fc-b698-477aa40aafe8", + "type": "skill", + "name": "Survival", + "reference": "B223", + "tags": [ + "Exploration", + "Outdoor" + ], + "specialization": "@Environment@", + "difficulty": "per/a", + "points": 1, + "defaults": [ + { + "type": "per", + "modifier": -5 + }, + { + "type": "skill", + "name": "Naturalist", + "modifier": -3 + }, + { + "type": "skill", + "name": "Survival", + "specialization": "Bank", + "modifier": -4 + }, + { + "type": "skill", + "name": "Survival", + "specialization": "Deep Ocean Vent", + "modifier": -4 + }, + { + "type": "skill", + "name": "Survival", + "specialization": "Fresh-Water Lake", + "modifier": -4 + }, + { + "type": "skill", + "name": "Survival", + "specialization": "Open Ocean", + "modifier": -4 + }, + { + "type": "skill", + "name": "Survival", + "specialization": "Reef", + "modifier": -4 + }, + { + "type": "skill", + "name": "Survival", + "specialization": "River/Stream", + "modifier": -4 + }, + { + "type": "skill", + "name": "Survival", + "specialization": "Tropical Lagoon", + "modifier": -4 + } + ] + }, + { + "id": "1a8de7e2-6101-4b52-835b-60369b056f6d", + "type": "skill", + "name": "Urban Survival", + "reference": "B228", + "tags": [ + "Criminal", + "Police", + "Street" + ], + "difficulty": "per/a", + "points": 1, + "defaults": [ + { + "type": "per", + "modifier": -5 + } + ] + }, + { + "id": "150e69e3-e838-4d98-8356-281b366dc129", + "type": "skill", + "name": "Raise a 1 point skill 1 level (to 2 points)", + "difficulty": "dx/a", + "points": 1 + } + ], + "name": "Choose five from the below", + "template_picker": { + "type": "count", + "qualifier": { + "compare": "is", + "qualifier": 5 + } + } + } + ], + "name": "Background Skills" + } + ], + "name": "Kobold Gang Leader", + "reference": "FFK11", + "reference_highlight": "Gang Leader" + } + ] +} diff --git a/Library/Fantasy Folk/Kobolds/Profession Templates/Sycophant.gct b/Library/Fantasy Folk/Kobolds/Profession Templates/Sycophant.gct new file mode 100644 index 000000000..4819c5d03 --- /dev/null +++ b/Library/Fantasy Folk/Kobolds/Profession Templates/Sycophant.gct @@ -0,0 +1,2801 @@ +{ + "type": "template", + "version": 4, + "id": "6491899c-2503-4fd9-9f39-f8c7abb6c003", + "traits": [ + { + "id": "222680a9-acef-487e-b1f3-6d1c93a302d3", + "type": "trait_container", + "open": true, + "children": [ + { + "id": "1e424999-1fcd-4b14-8e25-c2223274450d", + "type": "trait", + "name": "Must be generic Kobold", + "prereqs": { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "Kobold (Dungeon Fantasy)" + }, + "level": { + "compare": "at_least" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "Kobold (Yrth)" + }, + "level": { + "compare": "at_least" + } + } + ] + }, + "calc": { + "points": 0 + } + }, + { + "id": "625db551-509c-44a7-8469-cb46b505d766", + "type": "trait", + "name": "Increased Intelligence", + "reference": "B15", + "tags": [ + "Advantage", + "Attribute", + "Mental" + ], + "levels": 1, + "points_per_level": 20, + "features": [ + { + "type": "attribute_bonus", + "attribute": "iq", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 20 + } + }, + { + "id": "76a1afee-7dce-4793-a69f-a9edb6b65b88", + "type": "trait", + "name": "Pitiable", + "reference": "B22", + "tags": [ + "Advantage", + "Physical", + "Social" + ], + "base_points": 5, + "features": [ + { + "type": "reaction_bonus", + "situation": "from those who consider you to be in a position of helplessness, weakness, or need (which never includes those with the Callous disadvantage)", + "amount": 3 + } + ], + "calc": { + "points": 5 + } + }, + { + "id": "e667cc4f-1aff-4a2e-b5a3-1304405fd9a7", + "type": "trait_container", + "open": true, + "children": [ + { + "id": "4e5ed07f-1057-4226-82e2-67044bd49780", + "type": "trait", + "name": "Increased Dexterity", + "reference": "B15", + "tags": [ + "Advantage", + "Attribute", + "Physical" + ], + "levels": 1, + "points_per_level": 20, + "features": [ + { + "type": "attribute_bonus", + "attribute": "dx", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 20 + } + }, + { + "id": "74bdfb41-dc96-4d02-9511-9b93401c2dbd", + "type": "trait", + "name": "Increased Intelligence", + "reference": "B15", + "tags": [ + "Advantage", + "Attribute", + "Mental" + ], + "levels": 1, + "points_per_level": 20, + "features": [ + { + "type": "attribute_bonus", + "attribute": "iq", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 20 + } + }, + { + "id": "1133fa8f-002c-43bd-bacb-4bd3a508415b", + "type": "trait", + "name": "Increased Health", + "reference": "B14", + "tags": [ + "Advantage", + "Attribute", + "Physical" + ], + "levels": 1, + "points_per_level": 10, + "features": [ + { + "type": "attribute_bonus", + "attribute": "ht", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 10 + } + }, + { + "id": "f2cd3513-a047-4361-85b3-6c38159d3dfc", + "type": "trait", + "name": "Increased Perception", + "reference": "B16", + "tags": [ + "Advantage", + "Attribute", + "Mental", + "Physical" + ], + "levels": 1, + "points_per_level": 5, + "features": [ + { + "type": "attribute_bonus", + "attribute": "per", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 5 + } + }, + { + "id": "365024cc-2cca-430a-aeda-571573bf3e35", + "type": "trait", + "name": "Increased Perception", + "reference": "B16", + "tags": [ + "Advantage", + "Attribute", + "Mental", + "Physical" + ], + "levels": 2, + "points_per_level": 5, + "features": [ + { + "type": "attribute_bonus", + "attribute": "per", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 10 + } + }, + { + "id": "110ed66a-c32d-46ba-977c-b3addd58f1d3", + "type": "trait", + "name": "Increased Perception", + "reference": "B16", + "tags": [ + "Advantage", + "Attribute", + "Mental", + "Physical" + ], + "levels": 3, + "points_per_level": 5, + "features": [ + { + "type": "attribute_bonus", + "attribute": "per", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 15 + } + }, + { + "id": "66a45aec-3d7e-40bc-aab1-04519a4040ee", + "type": "trait", + "name": "Increased Basic Move", + "reference": "B17", + "tags": [ + "Advantage", + "Attribute", + "Physical" + ], + "levels": 1, + "points_per_level": 5, + "features": [ + { + "type": "attribute_bonus", + "attribute": "basic_move", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 5 + } + }, + { + "id": "85deb073-76c8-43fe-996b-8d060eebf0f7", + "type": "trait", + "name": "Absolute Direction", + "reference": "B34", + "tags": [ + "Advantage", + "Mental", + "Physical" + ], + "modifiers": [ + { + "id": "940c9da3-6966-4ea6-9974-517614d0606b", + "type": "modifier", + "name": "Requires signal", + "reference": "B34", + "cost": -20, + "disabled": true + }, + { + "id": "12730389-6652-4df8-8b34-ad078b76e408", + "type": "modifier", + "name": "3D Spatial Sense", + "reference": "B34", + "cost": 5, + "cost_type": "points", + "disabled": true, + "features": [ + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "starts_with", + "qualifier": "piloting" + }, + "amount": 1 + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "aerobatics" + }, + "amount": 2 + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "free fall" + }, + "amount": 2 + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "navigation" + }, + "specialization": { + "compare": "is", + "qualifier": "hyperspace" + }, + "amount": 2 + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "navigation" + }, + "specialization": { + "compare": "is", + "qualifier": "space" + }, + "amount": 2 + } + ] + } + ], + "base_points": 5, + "features": [ + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "body sense" + }, + "amount": 3 + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "navigation" + }, + "specialization": { + "compare": "is", + "qualifier": "air" + }, + "amount": 3 + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "navigation" + }, + "specialization": { + "compare": "is", + "qualifier": "land" + }, + "amount": 3 + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "navigation" + }, + "specialization": { + "compare": "is", + "qualifier": "sea" + }, + "amount": 3 + } + ], + "calc": { + "points": 5 + } + }, + { + "id": "8c3621fa-1e6b-405e-8f0c-b910c37f5560", + "type": "trait", + "name": "Cultural Adaptability", + "reference": "B46", + "tags": [ + "Advantage", + "Mental" + ], + "modifiers": [ + { + "id": "93b78dfa-518a-4672-8ebd-fb558ebbff17", + "type": "modifier", + "name": "Xeno", + "cost": 10, + "cost_type": "points", + "disabled": true + } + ], + "base_points": 10, + "calc": { + "points": 10 + } + }, + { + "id": "60490aa7-7993-4381-80d9-f4333a542912", + "type": "trait", + "name": "Cultural Familiarity (@Culture@)", + "reference": "B23", + "notes": "Do not suffer the normal -3 penalty for unfamiliarity", + "tags": [ + "Advantage", + "Mental" + ], + "base_points": 1, + "calc": { + "points": 1 + } + }, + { + "id": "52ae11f5-5132-423b-ae05-987ce93baa7c", + "type": "trait", + "name": "Deep Sleeper", + "reference": "B101", + "tags": [ + "Perk", + "Physical" + ], + "base_points": 1, + "calc": { + "points": 1 + } + }, + { + "id": "2c77d2ef-115b-4b0e-a724-9573d1415368", + "type": "trait", + "name": "Fashion Sense", + "reference": "B21", + "tags": [ + "Advantage", + "Mental" + ], + "base_points": 5, + "features": [ + { + "type": "reaction_bonus", + "situation": "from others in social situations when you have a chance to plan your attire in advance", + "amount": 1 + }, + { + "type": "conditional_modifier", + "situation": "to someone else's reaction bonus from others when you put together their outfit", + "amount": 1 + } + ], + "calc": { + "points": 5 + } + }, + { + "id": "368e215a-2270-4237-8c5b-be3e627a51e4", + "type": "trait", + "name": "Honest Face", + "reference": "B101", + "tags": [ + "Perk", + "Physical" + ], + "base_points": 1, + "features": [ + { + "type": "conditional_modifier", + "situation": "to trained Acting skill for the sole purpose of \"acting innocent\"", + "amount": 1 + } + ], + "calc": { + "points": 1 + } + }, + { + "id": "2adf7de1-3760-4952-a647-ec32f1cba8a5", + "type": "trait", + "name": "Language: @Language@ (Normally spoken only)", + "reference": "B24", + "tags": [ + "Advantage", + "Language", + "Mental" + ], + "modifiers": [ + { + "id": "ff972d9a-b925-4895-a489-f3d14999074d", + "type": "modifier", + "name": "Native", + "reference": "B23", + "cost": -6, + "cost_type": "points", + "disabled": true + }, + { + "id": "e9f38c71-c4bd-45ee-a5e2-b47a33029f96", + "type": "modifier", + "name": "Spoken", + "reference": "B24", + "notes": "None", + "cost_type": "points", + "disabled": true + }, + { + "id": "6cd10ab4-c4f9-4764-a47d-0e77d105d862", + "type": "modifier", + "name": "Spoken", + "reference": "B24", + "notes": "Broken", + "cost": 1, + "cost_type": "points", + "disabled": true + }, + { + "id": "3c7caa3c-055e-4422-ac8e-6a2d632b391c", + "type": "modifier", + "name": "Spoken", + "reference": "B24", + "notes": "Accented", + "cost": 2, + "cost_type": "points" + }, + { + "id": "231ba28d-11ce-44e1-8d23-074d40ca57c6", + "type": "modifier", + "name": "Spoken", + "reference": "B24", + "notes": "Native", + "cost": 3, + "cost_type": "points", + "disabled": true + }, + { + "id": "152ad20b-dc58-4abb-b256-71da14dbb89c", + "type": "modifier", + "name": "Written", + "reference": "B24", + "notes": "None", + "cost_type": "points" + }, + { + "id": "6304a0d6-80f3-4a5f-b3cc-3ba2ae0c8063", + "type": "modifier", + "name": "Written", + "reference": "B24", + "notes": "Broken", + "cost": 1, + "cost_type": "points", + "disabled": true + }, + { + "id": "5818ab4a-2c4b-4c3e-a711-c4b6332daaca", + "type": "modifier", + "name": "Written", + "reference": "B24", + "notes": "Accented", + "cost": 2, + "cost_type": "points", + "disabled": true + }, + { + "id": "1b77515e-5789-49a0-8238-7242900c8c2c", + "type": "modifier", + "name": "Written", + "reference": "B24", + "notes": "Native", + "cost": 3, + "cost_type": "points", + "disabled": true + } + ], + "calc": { + "points": 2 + } + }, + { + "id": "254abb7a-4417-4afe-aad7-bde790072406", + "type": "trait", + "name": "Luck", + "reference": "B66,P59", + "notes": "Usable once per hour of play", + "tags": [ + "Advantage", + "Mental" + ], + "modifiers": [ + { + "id": "b5f2c667-bec1-442e-9ef9-f051a6c31510", + "type": "modifier", + "name": "Active", + "reference": "B66", + "cost": -40, + "disabled": true + }, + { + "id": "d9965ee9-527e-4933-95ef-ef8a02ed7683", + "type": "modifier", + "name": "Aspected", + "reference": "B66", + "notes": "@Aspect@", + "cost": -20, + "disabled": true + }, + { + "id": "67318c7d-d090-4012-a955-0d1a36052c27", + "type": "modifier", + "name": "Defensive", + "reference": "B66", + "cost": -20, + "disabled": true + }, + { + "id": "4f41a545-c80c-4754-bf3c-93b9662beef2", + "type": "modifier", + "name": "Wishing", + "reference": "P59", + "cost": 100, + "disabled": true + } + ], + "base_points": 15, + "calc": { + "points": 15 + } + }, + { + "id": "bd09f0b7-1efa-4583-a043-c646a4374da0", + "type": "trait", + "name": "Serendipity", + "reference": "B83,P73", + "tags": [ + "Advantage", + "Mental" + ], + "modifiers": [ + { + "id": "4a1bbef4-bb03-4ee8-92db-a6f3f7247f11", + "type": "modifier", + "name": "Wishing", + "reference": "P73", + "cost": 100, + "disabled": true + }, + { + "id": "bd5d2a65-3f20-4b1f-909c-022e17874983", + "type": "modifier", + "name": "Wishing", + "reference": "P73", + "notes": "For others only", + "disabled": true + } + ], + "levels": 1, + "points_per_level": 15, + "can_level": true, + "calc": { + "points": 15 + } + }, + { + "id": "b624799d-d8de-4d67-9f79-0bcea11542d9", + "type": "trait", + "name": "Silence", + "reference": "B85,P76", + "notes": "Bonuses help only when hearing is the only sense that can be used to detect you.", + "tags": [ + "Advantage", + "Exotic", + "Physical" + ], + "modifiers": [ + { + "id": "11a92b4d-003f-4dd9-97e3-9af9e0f75206", + "type": "modifier", + "name": "Dynamic", + "reference": "P76", + "cost": 40, + "disabled": true + } + ], + "levels": 1, + "points_per_level": 5, + "features": [ + { + "type": "conditional_modifier", + "situation": "to Stealth when you are perfectly motionless", + "amount": 2, + "per_level": true + }, + { + "type": "conditional_modifier", + "situation": "to Stealth if moving (even in armor, etc.)", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 5 + } + }, + { + "id": "9c29b131-71c9-4f46-ab44-e294af0a8127", + "type": "trait", + "name": "Silence", + "reference": "B85,P76", + "notes": "Bonuses help only when hearing is the only sense that can be used to detect you.", + "tags": [ + "Advantage", + "Exotic", + "Physical" + ], + "modifiers": [ + { + "id": "11a92b4d-003f-4dd9-97e3-9af9e0f75206", + "type": "modifier", + "name": "Dynamic", + "reference": "P76", + "cost": 40, + "disabled": true + } + ], + "levels": 2, + "points_per_level": 5, + "features": [ + { + "type": "conditional_modifier", + "situation": "to Stealth when you are perfectly motionless", + "amount": 2, + "per_level": true + }, + { + "type": "conditional_modifier", + "situation": "to Stealth if moving (even in armor, etc.)", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 10 + } + }, + { + "id": "24a9ce75-c6dc-4db0-9a6e-2b52447725b0", + "type": "trait", + "name": "Talent (Tricksy)", + "reference": "FFK6,B89", + "reference_highlight": "Tricksy", + "tags": [ + "Advantage", + "Mental", + "Talent" + ], + "levels": 1, + "points_per_level": 5, + "features": [ + { + "type": "reaction_bonus", + "situation": "from other vicious or ruthless tricksters", + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Camouflage" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Fast-Talk" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Filch" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Pickpocket" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Sleight of Hand" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Traps" + }, + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 5 + } + }, + { + "id": "f4234541-3f91-42d6-a716-e07b57fc8a43", + "type": "trait", + "name": "Talent (Tricksy)", + "reference": "FFK6,B89", + "reference_highlight": "Tricksy", + "tags": [ + "Advantage", + "Mental", + "Talent" + ], + "levels": 2, + "points_per_level": 5, + "features": [ + { + "type": "reaction_bonus", + "situation": "from other vicious or ruthless tricksters", + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Camouflage" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Fast-Talk" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Filch" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Pickpocket" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Sleight of Hand" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Traps" + }, + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 10 + } + }, + { + "id": "c5f73373-2dd8-46c9-8b23-def60e7d9286", + "type": "trait", + "name": "Talent (Tricksy)", + "reference": "FFK6,B89", + "reference_highlight": "Tricksy", + "tags": [ + "Advantage", + "Mental", + "Talent" + ], + "levels": 3, + "points_per_level": 5, + "features": [ + { + "type": "reaction_bonus", + "situation": "from other vicious or ruthless tricksters", + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Camouflage" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Fast-Talk" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Filch" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Pickpocket" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Sleight of Hand" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Traps" + }, + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 15 + } + }, + { + "id": "184de22e-f521-4251-98f7-0dd205b9f08a", + "type": "trait", + "name": "Talent (Tricksy)", + "reference": "FFK6,B89", + "reference_highlight": "Tricksy", + "tags": [ + "Advantage", + "Mental", + "Talent" + ], + "levels": 4, + "points_per_level": 5, + "features": [ + { + "type": "reaction_bonus", + "situation": "from other vicious or ruthless tricksters", + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Camouflage" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Fast-Talk" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Filch" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Pickpocket" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Sleight of Hand" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Traps" + }, + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 20 + } + }, + { + "id": "36490320-1aed-4939-be9c-bb101b352ada", + "type": "trait", + "name": "Unfazeable", + "reference": "B95", + "notes": "Exempt from fright checks. Reaction modifiers do not affect you.", + "tags": [ + "Advantage", + "Mental" + ], + "modifiers": [ + { + "id": "afc741f6-01f8-48bc-936d-37d51b5cdd0e", + "type": "modifier", + "name": "Familiar Horrors", + "reference": "H20", + "cost": -50, + "disabled": true + } + ], + "base_points": 15, + "calc": { + "points": 15 + } + } + ], + "name": "Choose 40 points from the below", + "template_picker": { + "type": "points", + "qualifier": { + "compare": "at_most", + "qualifier": 40 + } + }, + "calc": { + "points": 220 + } + }, + { + "id": "2ee1d752-2a76-49fa-963c-e344c72b1fb1", + "type": "trait", + "name": "Language: @Native Language@", + "reference": "B24", + "notes": "Native, Spoken (Native), Written (Accented)", + "tags": [ + "Advantage", + "Language", + "Mental" + ], + "base_points": -1, + "calc": { + "points": -1 + } + }, + { + "id": "e0f462e3-238f-4f47-9f0d-50297eecac05", + "type": "trait", + "name": "Low Status ", + "reference": "B28", + "notes": "Sycophant", + "tags": [ + "Disadvantage", + "Social" + ], + "levels": 1, + "points_per_level": -5, + "can_level": true, + "calc": { + "points": -5 + } + }, + { + "id": "958fbdc5-67f3-424b-82e7-effdab93134c", + "type": "trait", + "name": "Struggling", + "reference": "B25", + "notes": "Starting wealth is ½ normal", + "tags": [ + "Disadvantage", + "Social", + "Wealth" + ], + "base_points": -10, + "calc": { + "points": -10 + } + }, + { + "id": "967ca89c-cceb-47d2-9a6f-fca685644c53", + "type": "trait_container", + "open": true, + "children": [ + { + "id": "0b27df2d-7cb0-4b61-bc53-3231366c98b1", + "type": "trait", + "name": "Callous", + "reference": "B125", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -5, + "features": [ + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "psychology" + }, + "amount": -3 + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "teaching" + }, + "amount": -3 + }, + { + "type": "reaction_bonus", + "situation": "from past victims and anyone with Empathy", + "amount": -1 + }, + { + "type": "conditional_modifier", + "situation": "to Interrogation and Intimidation rolls when you use threats or torture", + "amount": 1 + } + ], + "calc": { + "points": -5 + } + }, + { + "id": "c253e063-bdb7-443a-8ad9-725caeeaad7f", + "type": "trait", + "name": "Clueless", + "reference": "B126", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -10, + "features": [ + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "starts_with", + "qualifier": "savoir-faire" + }, + "amount": -4 + }, + { + "type": "reaction_bonus", + "situation": "from others aware of your clueless nature", + "amount": -2 + }, + { + "type": "conditional_modifier", + "situation": "to resist Sex Appeal", + "amount": 4 + } + ], + "calc": { + "points": -10 + } + }, + { + "id": "abc8dd8a-3b37-457d-8755-7c7481a50e53", + "type": "trait", + "name": "Cowardice", + "reference": "B129", + "notes": "Make a self-control roll any time you are called on to risk physical danger. Roll at -5 if you must risk death.", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -10, + "cr": 12, + "calc": { + "points": -10 + } + }, + { + "id": "4ff6c74c-dda7-40a2-b731-9ad91c6529ed", + "type": "trait", + "name": "Curious", + "reference": "B129", + "notes": "Make a self-control roll when presented with an interesting item or situation", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -5, + "cr": 12, + "calc": { + "points": -5 + } + }, + { + "id": "7ed9af49-946a-4ed0-9521-764525c151d2", + "type": "trait", + "name": "Incurious", + "reference": "B140", + "notes": "Make a self-control roll when confronted with something strange. If you fail, you ignore it!", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -5, + "features": [ + { + "type": "reaction_bonus", + "situation": "to new things", + "amount": -1 + } + ], + "cr": 12, + "calc": { + "points": -5 + } + }, + { + "id": "a8fcbcb8-cf34-4dd5-a173-4894f6a56e90", + "type": "trait", + "name": "Dwarfism", + "reference": "B19", + "tags": [ + "Disadvantage", + "Physical" + ], + "base_points": -15, + "features": [ + { + "type": "attribute_bonus", + "attribute": "basic_move", + "amount": -1 + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "disguise" + }, + "amount": -2 + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "shadowing" + }, + "amount": -2 + }, + { + "type": "attribute_bonus", + "attribute": "sm", + "amount": -1 + } + ], + "calc": { + "points": -15 + } + }, + { + "id": "b506e822-73d4-4146-bcfa-fd0d9d241d58", + "type": "trait", + "name": "Dyslexia", + "reference": "B134", + "notes": "You have a written comprehension level of \"None\" for all languages, which cannot be improved", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -10, + "calc": { + "points": -10 + } + }, + { + "id": "9ed4c981-9ef8-433e-8ffb-9237353beba4", + "type": "trait", + "name": "Gluttony", + "reference": "B137", + "notes": "Make a self-control roll when presented with a tempting morsel or good wine that, for some reason, you should resist. If you fail, you partake – regardless of the consequences.", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -5, + "cr": 12, + "calc": { + "points": -5 + } + }, + { + "id": "ed5912d3-56c1-4492-b5a3-58c6181ac352", + "type": "trait", + "name": "Greed", + "reference": "B137", + "notes": "Make a self-control roll any time riches are offered – as payment for fair work, gains from adventure, spoils of crime, or just bait. If you fail, you do whatever it takes to get the payoff.", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -15, + "cr": 12, + "calc": { + "points": -15 + } + }, + { + "id": "91155cf1-bf1c-4244-87ae-c5c9f810fa19", + "type": "trait", + "name": "Hidebound", + "reference": "B138", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -5, + "features": [ + { + "type": "conditional_modifier", + "situation": "on any task that requires creativity or invention, including most rolls against Artist skill, all Engineer rolls for new inventions, and all skill rolls made to use the Gadgeteer advantage", + "amount": -2 + } + ], + "calc": { + "points": -5 + } + }, + { + "id": "9c2e9266-2c53-469b-8662-67a5809b67ba", + "type": "trait", + "name": "Hunchback", + "reference": "B139", + "tags": [ + "Disadvantage", + "Physical" + ], + "modifiers": [ + { + "id": "d47eeba8-96e5-4fcd-8455-1c125ca554a5", + "type": "modifier", + "name": "DX penalty if not wearing custom-made clothing and armor", + "reference": "B139", + "notes": "Clothing and armor costs 10% more than usual", + "disabled": true, + "features": [ + { + "type": "attribute_bonus", + "attribute": "dx", + "amount": -1 + } + ] + } + ], + "base_points": -10, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "Appearance (Beautiful)" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "Appearance (Handsome)" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "Appearance (Very Beautiful)" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "Appearance (Very Handsome)" + } + }, + { + "type": "trait_prereq", + "has": false, + "name": { + "compare": "is", + "qualifier": "Appearance (Attractive)" + } + } + ] + }, + "features": [ + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "disguise" + }, + "amount": -3 + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "shadowing" + }, + "amount": -3 + }, + { + "type": "reaction_bonus", + "situation": "from others", + "amount": -1 + }, + { + "type": "conditional_modifier", + "situation": "to others attempting to identify or follow you", + "amount": 3 + } + ], + "calc": { + "points": -10 + } + }, + { + "id": "45761962-08ab-476b-a209-c2e756c8c8dc", + "type": "trait", + "name": "Innumerate", + "reference": "B140", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -5, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "skill_prereq", + "has": false, + "name": { + "compare": "contains", + "qualifier": "physics" + } + }, + { + "type": "skill_prereq", + "has": false, + "name": { + "compare": "contains", + "qualifier": "mathematics" + } + }, + { + "type": "skill_prereq", + "has": false, + "name": { + "compare": "is", + "qualifier": "market analysis" + } + }, + { + "type": "skill_prereq", + "has": false, + "name": { + "compare": "is", + "qualifier": "finance" + } + }, + { + "type": "skill_prereq", + "has": false, + "name": { + "compare": "contains", + "qualifier": "engineer" + } + }, + { + "type": "skill_prereq", + "has": false, + "name": { + "compare": "is", + "qualifier": "cryptography" + } + }, + { + "type": "skill_prereq", + "has": false, + "name": { + "compare": "is", + "qualifier": "astronomy" + } + }, + { + "type": "skill_prereq", + "has": false, + "name": { + "compare": "is", + "qualifier": "accounting" + } + }, + { + "type": "skill_prereq", + "has": false, + "name": { + "compare": "is", + "qualifier": "economics" + } + }, + { + "type": "skill_prereq", + "has": false, + "name": { + "compare": "is", + "qualifier": "computer programming" + } + } + ] + }, + "features": [ + { + "type": "conditional_modifier", + "situation": "to rolls to notice you've been cheated by dishonest merchants", + "amount": -4 + } + ], + "calc": { + "points": -5 + } + }, + { + "id": "28556704-1d20-4464-b87e-1eb878dc40c9", + "type": "trait", + "name": "Jealousy", + "reference": "B140", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -10, + "features": [ + { + "type": "reaction_bonus", + "situation": "toward those you are jealous of (may be as much as -4, at GM's discretion)", + "amount": -2 + } + ], + "calc": { + "points": -10 + } + }, + { + "id": "15ccb35a-9286-41ea-8d5b-b194a5f30d71", + "type": "trait", + "name": "Laziness", + "reference": "B142", + "notes": "Your chances of getting a raise or promotion in any job are halved. If you are self-employed, halve your monthly pay.", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -10, + "calc": { + "points": -10 + } + }, + { + "id": "2100be49-2457-4dc6-a64f-156ef6bac866", + "type": "trait", + "name": "Sense of Duty (to Boss)", + "reference": "B153", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -2, + "calc": { + "points": -2 + } + }, + { + "id": "8963f3c5-8baa-4f5c-80ff-b21f7cdd51e7", + "type": "trait", + "name": "Skinny", + "reference": "B18", + "tags": [ + "Disadvantage", + "Physical" + ], + "base_points": -5, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "attribute_prereq", + "has": true, + "qualifier": { + "compare": "at_most", + "qualifier": 14 + }, + "which": "ht" + } + ] + }, + "features": [ + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "disguise" + }, + "amount": -2 + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "shadowing" + }, + "amount": -2 + }, + { + "type": "conditional_modifier", + "situation": "to ST vs. knockback", + "amount": -2 + } + ], + "calc": { + "points": -5 + } + }, + { + "id": "2289d66e-0a6a-44d1-a4d1-47437be05d79", + "type": "trait", + "name": "Reduce literacy in native language to Broken", + "base_points": -1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": false, + "name": { + "compare": "starts_with", + "qualifier": "Language" + }, + "level": { + "compare": "at_least" + } + } + ] + }, + "calc": { + "points": -1 + } + }, + { + "id": "7c4752ff-c79d-4cb3-a84e-cf5715da593f", + "type": "trait", + "name": "Reduce literacy in native language to None", + "base_points": -2, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": false, + "name": { + "compare": "starts_with", + "qualifier": "Language" + }, + "level": { + "compare": "at_least" + } + } + ] + }, + "calc": { + "points": -2 + } + }, + { + "id": "1c6b87a6-a4bb-4d7f-87a6-ae0128b33627", + "type": "trait", + "name": "Worsen Wealth to Poor from Struggling", + "base_points": -5, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": false, + "name": { + "compare": "contains", + "qualifier": "Struggling" + }, + "level": { + "compare": "at_least" + } + } + ] + }, + "calc": { + "points": -5 + } + } + ], + "name": "Choose -20 points from the below", + "template_picker": { + "type": "points", + "qualifier": { + "compare": "at_least", + "qualifier": -20 + } + }, + "calc": { + "points": -135 + } + } + ], + "name": "Kobold Sycophant", + "reference": "FFK12", + "reference_highlight": "Sycophant", + "calc": { + "points": 94 + } + } + ], + "skills": [ + { + "id": "ff1ac346-0f3a-4ff4-a442-f8dc9ac82427", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "8fe82d5d-3893-42bf-9849-1552a9e270bd", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "b92e4e84-eac8-440d-8404-00675ec495fb", + "type": "skill", + "name": "Acting", + "reference": "B174", + "tags": [ + "Social", + "Spy" + ], + "difficulty": "iq/a", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -5 + }, + { + "type": "skill", + "name": "Performance", + "modifier": -2 + }, + { + "type": "skill", + "name": "Public Speaking", + "modifier": -5 + } + ] + }, + { + "id": "cb241fed-7715-483a-8ae7-cc30e12ef441", + "type": "skill", + "name": "Fast-Talk", + "reference": "B195", + "tags": [ + "Criminal", + "Social", + "Spy", + "Street" + ], + "difficulty": "iq/a", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -5 + }, + { + "type": "skill", + "name": "Acting", + "modifier": -5 + } + ] + }, + { + "id": "14fabad6-b072-4d88-9884-6dea6b2bfeec", + "type": "skill", + "name": "Housekeeping", + "reference": "B200", + "tags": [ + "Everyman" + ], + "difficulty": "iq/e", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -4 + } + ] + }, + { + "id": "6beaf167-c3c5-4c85-b2bb-a8a5f0f21025", + "type": "skill", + "name": "Savoir-Faire", + "reference": "B218,MA59", + "tags": [ + "Everyman", + "Knowledge", + "Social" + ], + "specialization": "Servant", + "difficulty": "iq/e", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -4 + }, + { + "type": "skill", + "name": "Savoir-Faire", + "specialization": "High Society", + "modifier": -2 + } + ] + }, + { + "id": "d58b5d68-dc9c-4fbb-9f58-8cd47ae6e908", + "type": "skill", + "name": "Increase a Primary skill 2 levels (to 8 points)", + "difficulty": "dx/a", + "points": 6 + }, + { + "id": "015fcac8-0aa9-46a6-97e9-a57e7de6516b", + "type": "skill", + "name": "Increase a different Primary skill 1 level (to 4 points)", + "difficulty": "dx/a", + "points": 2 + } + ], + "name": "Primary Skills" + }, + { + "id": "ed11e28d-4f52-4c25-af7b-d17cfcc8bd76", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "a9f6a35f-6f6a-48e0-bb51-c9b4b36fc337", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "e7519e41-caf3-4f43-aece-ac27be4c6693", + "type": "skill", + "name": "Sewing", + "reference": "B219", + "tags": [ + "Craft", + "Everyman" + ], + "tech_level": "", + "difficulty": "dx/e", + "points": 2, + "defaults": [ + { + "type": "dx", + "modifier": -4 + } + ] + }, + { + "id": "0a14a317-dc88-4f75-9568-1660e9445195", + "type": "skill", + "name": "Filch", + "reference": "B195", + "tags": [ + "Criminal", + "Spy", + "Street" + ], + "difficulty": "dx/a", + "points": 2, + "defaults": [ + { + "type": "dx", + "modifier": -5 + }, + { + "type": "skill", + "name": "Pickpocket", + "modifier": -4 + }, + { + "type": "skill", + "name": "Sleight of Hand", + "modifier": -4 + } + ] + }, + { + "id": "fdb19fb4-f9c3-4637-b165-10e2fef9ab40", + "type": "skill", + "name": "Stealth", + "reference": "B222", + "tags": [ + "Criminal", + "Police", + "Spy", + "Street" + ], + "difficulty": "dx/a", + "points": 2, + "encumbrance_penalty_multiplier": 1, + "defaults": [ + { + "type": "iq", + "modifier": -5 + }, + { + "type": "dx", + "modifier": -5 + } + ] + }, + { + "id": "d3d924ea-acba-45ec-83fa-87290706db4d", + "type": "skill", + "name": "Armoury", + "reference": "B178", + "tags": [ + "Maintenance", + "Military", + "Repair" + ], + "specialization": "Body Armor", + "tech_level": "", + "difficulty": "iq/a", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -5 + }, + { + "type": "skill", + "name": "Engineer", + "specialization": "Body Armor", + "modifier": -4 + } + ] + }, + { + "id": "1e6fc738-1331-42fb-b92f-1548781f38cf", + "type": "skill", + "name": "Armoury", + "reference": "B178", + "tags": [ + "Maintenance", + "Military", + "Repair" + ], + "specialization": "Melee Weapons", + "tech_level": "", + "difficulty": "iq/a", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -5 + }, + { + "type": "skill", + "name": "Engineer", + "specialization": "Melee Weapons", + "modifier": -4 + } + ] + }, + { + "id": "1e5c2bd0-0145-4d5b-a39c-b929ba62cdcc", + "type": "skill", + "name": "Armoury", + "reference": "B178", + "tags": [ + "Maintenance", + "Military", + "Repair" + ], + "specialization": "Missile Weapons", + "tech_level": "", + "difficulty": "iq/a", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -5 + }, + { + "type": "skill", + "name": "Engineer", + "specialization": "Missile Weapons", + "modifier": -4 + } + ] + }, + { + "id": "c7d57c46-9003-4cf3-9021-0941850565b2", + "type": "skill", + "name": "Cooking", + "reference": "B185", + "tags": [ + "Everyman" + ], + "difficulty": "iq/a", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -5 + }, + { + "type": "skill", + "name": "Housekeeping", + "modifier": -5 + } + ] + }, + { + "id": "e953d821-aa06-4059-b182-b6614b6938da", + "type": "skill", + "name": "Holdout", + "reference": "B200", + "tags": [ + "Criminal", + "Spy", + "Street" + ], + "difficulty": "iq/a", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -5 + }, + { + "type": "skill", + "name": "Sleight of Hand", + "modifier": -3 + } + ] + }, + { + "id": "c7841871-44bb-4b72-a88d-5ef2b1215be5", + "type": "skill", + "name": "Smuggling", + "reference": "B221", + "tags": [ + "Criminal", + "Spy", + "Street" + ], + "difficulty": "iq/a", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -5 + } + ] + }, + { + "id": "f1b1047f-c79f-4daa-9de3-60eb4fa08d40", + "type": "skill", + "name": "Streetwise", + "reference": "B223", + "tags": [ + "Criminal", + "Police", + "Social", + "Street" + ], + "difficulty": "iq/a", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -5 + } + ] + }, + { + "id": "9b56550a-22fc-498d-af11-67d0f27f3505", + "type": "skill", + "name": "Diplomacy", + "reference": "B187", + "tags": [ + "Business", + "Police", + "Social" + ], + "difficulty": "iq/h", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -6 + }, + { + "type": "skill", + "name": "Politics", + "modifier": -6 + } + ] + }, + { + "id": "1132433a-8217-4bf9-b527-2a4463ca1c60", + "type": "skill", + "name": "Scrounging", + "reference": "B218", + "tags": [ + "Criminal", + "Street" + ], + "difficulty": "per/e", + "points": 2, + "defaults": [ + { + "type": "per", + "modifier": -4 + } + ] + }, + { + "id": "f7ef48aa-bd70-457b-8b66-be61cd5b574c", + "type": "skill", + "name": "Raise a 2 point skill 1 level (to 4 points)", + "difficulty": "dx/a", + "points": 2 + } + ], + "name": "Choose seven from the below", + "template_picker": { + "type": "count", + "qualifier": { + "compare": "is", + "qualifier": 7 + } + } + } + ], + "name": "Secondary Skills" + }, + { + "id": "d0defd55-b706-4829-be26-cfddcf05d109", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "b15ef1f4-6b6f-4b5f-8823-aa82a8067b49", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "2719bf70-fb97-46d4-b2e4-5a310187aee3", + "type": "skill", + "name": "Brawling", + "reference": "B182,MA55", + "tags": [ + "Combat", + "Melee Combat", + "Weapon" + ], + "difficulty": "dx/e", + "points": 1, + "features": [ + { + "type": "weapon_bonus", + "selection_type": "weapons_with_required_skill", + "name": { + "compare": "is", + "qualifier": "Brawling" + }, + "level": { + "compare": "at_least", + "qualifier": 2 + }, + "amount": 1, + "per_die": true + } + ] + }, + { + "id": "6ee991ed-7ec6-4911-9b3d-773006e8819a", + "type": "skill", + "name": "Garrote", + "reference": "B197", + "tags": [ + "Combat", + "Melee Combat", + "Weapon" + ], + "difficulty": "dx/e", + "points": 1, + "defaults": [ + { + "type": "dx", + "modifier": -4 + } + ] + }, + { + "id": "f3198810-fa08-4ec6-9b68-0e30c7cf56a2", + "type": "skill", + "name": "Knife", + "reference": "B208", + "tags": [ + "Combat", + "Melee Combat", + "Weapon" + ], + "difficulty": "dx/e", + "points": 1, + "defaults": [ + { + "type": "skill", + "name": "Force Sword", + "modifier": -3 + }, + { + "type": "skill", + "name": "Main-Gauche", + "modifier": -3 + }, + { + "type": "skill", + "name": "Shortsword", + "modifier": -3 + }, + { + "type": "dx", + "modifier": -4 + } + ] + }, + { + "id": "812a101d-3296-4e4b-8bf4-2e16ec5a0254", + "type": "skill", + "name": "Knot-Tying", + "reference": "B203,MA58", + "tags": [ + "Everyman" + ], + "difficulty": "dx/e", + "points": 1, + "defaults": [ + { + "type": "dx", + "modifier": -4 + }, + { + "type": "skill", + "name": "Climbing", + "modifier": -4 + }, + { + "type": "skill", + "name": "Seamanship", + "modifier": -4 + } + ] + }, + { + "id": "85a78926-7228-44c2-915b-1c4ebefcdcbb", + "type": "skill", + "name": "Riding", + "reference": "B217", + "tags": [ + "Animal" + ], + "specialization": "Equines", + "difficulty": "dx/a", + "points": 1, + "defaults": [ + { + "type": "dx", + "modifier": -5 + }, + { + "type": "skill", + "name": "Animal Handling", + "specialization": "Equines", + "modifier": -3 + } + ] + }, + { + "id": "97f4a988-351a-4363-8a8c-acc8c8eaa465", + "type": "skill", + "name": "Shortsword", + "reference": "B209", + "tags": [ + "Combat", + "Melee Combat", + "Weapon" + ], + "difficulty": "dx/a", + "points": 1, + "defaults": [ + { + "type": "skill", + "name": "Broadsword", + "modifier": -2 + }, + { + "type": "skill", + "name": "Force Sword", + "modifier": -4 + }, + { + "type": "skill", + "name": "Jitte/Sai", + "modifier": -3 + }, + { + "type": "skill", + "name": "Knife", + "modifier": -4 + }, + { + "type": "skill", + "name": "Saber", + "modifier": -4 + }, + { + "type": "skill", + "name": "Smallsword", + "modifier": -4 + }, + { + "type": "skill", + "name": "Tonfa", + "modifier": -3 + }, + { + "type": "dx", + "modifier": -5 + } + ] + }, + { + "id": "e1e83cbc-f54f-4d8b-a9e1-0610dc32a2d1", + "type": "skill", + "name": "Pickpocket", + "reference": "B213", + "tags": [ + "Criminal", + "Street" + ], + "difficulty": "dx/h", + "points": 1, + "defaults": [ + { + "type": "dx", + "modifier": -6 + }, + { + "type": "skill", + "name": "Filch", + "modifier": -5 + }, + { + "type": "skill", + "name": "Sleight of Hand", + "modifier": -4 + } + ] + }, + { + "id": "47f1aa07-0b27-485f-aa1b-a286da674efe", + "type": "skill", + "name": "Panhandling", + "reference": "B212", + "tags": [ + "Criminal", + "Social", + "Street" + ], + "difficulty": "iq/e", + "points": 1, + "defaults": [ + { + "type": "iq", + "modifier": -4 + }, + { + "type": "skill", + "name": "Fast-Talk", + "modifier": -2 + }, + { + "type": "skill", + "name": "Public Speaking", + "modifier": -3 + } + ] + }, + { + "id": "a286efa4-da54-40b8-87ce-299428ae26d0", + "type": "skill", + "name": "Animal Handling", + "reference": "B175", + "tags": [ + "Animal" + ], + "specialization": "Equines", + "difficulty": "iq/a", + "points": 1, + "defaults": [ + { + "type": "iq", + "modifier": -5 + } + ] + }, + { + "id": "1307b9aa-4ebb-4203-9a5b-85fe84c22696", + "type": "skill", + "name": "Connoisseur", + "reference": "B185,MA56", + "tags": [ + "Arts", + "Entertainment", + "Knowledge", + "Social" + ], + "specialization": "Wine", + "difficulty": "iq/a", + "points": 1, + "defaults": [ + { + "type": "iq", + "modifier": -5 + } + ] + }, + { + "id": "c4f15a8c-be53-4ce7-924b-00e8870b80cb", + "type": "skill", + "name": "Freight Handling", + "reference": "B197", + "tags": [ + "Technical", + "Vehicle" + ], + "tech_level": "", + "difficulty": "iq/a", + "points": 1, + "defaults": [ + { + "type": "iq", + "modifier": -5 + } + ] + }, + { + "id": "06689ff6-b906-4166-ac54-6f2e38c25aa2", + "type": "skill", + "name": "Heraldry", + "reference": "B199", + "tags": [ + "Knowledge", + "Social" + ], + "difficulty": "iq/a", + "points": 1, + "defaults": [ + { + "type": "iq", + "modifier": -5 + }, + { + "type": "skill", + "name": "Savoir-Faire", + "specialization": "High Society", + "modifier": -3 + } + ] + }, + { + "id": "ae4731e2-ebab-4986-aef8-ebacb1ef1baf", + "type": "skill", + "name": "Lockpicking", + "reference": "B206", + "tags": [ + "Criminal", + "Police", + "Spy", + "Street", + "Technical" + ], + "tech_level": "", + "difficulty": "iq/a", + "points": 1, + "defaults": [ + { + "type": "iq", + "modifier": -5 + } + ] + }, + { + "id": "ddd12235-01db-4218-a298-2786eaee70e4", + "type": "skill", + "name": "Packing", + "reference": "B212", + "tags": [ + "Animal" + ], + "difficulty": "iq/a", + "points": 1, + "defaults": [ + { + "type": "iq", + "modifier": -5 + }, + { + "type": "skill", + "name": "Animal Handling", + "specialization": "Equines", + "modifier": -5 + } + ] + }, + { + "id": "4647d9bf-bebc-4d02-8dd2-5bf6291b539b", + "type": "skill", + "name": "Hiking", + "reference": "B200", + "tags": [ + "Athletic", + "Exploration", + "Outdoor" + ], + "difficulty": "ht/a", + "points": 1, + "defaults": [ + { + "type": "ht", + "modifier": -5 + } + ] + }, + { + "id": "0658f506-30cb-4622-a05f-6ac41958bb1b", + "type": "skill", + "name": "Observation", + "reference": "B211", + "tags": [ + "Criminal", + "Military", + "Police", + "Spy", + "Street" + ], + "difficulty": "per/a", + "points": 1, + "defaults": [ + { + "type": "per", + "modifier": -5 + }, + { + "type": "skill", + "name": "Shadowing", + "modifier": -5 + } + ] + }, + { + "id": "a11b8f3a-cd5c-4670-b3e1-1061c33cd992", + "type": "skill", + "name": "Detect Lies", + "reference": "B187", + "tags": [ + "Police", + "Social", + "Spy" + ], + "difficulty": "per/h", + "points": 1, + "defaults": [ + { + "type": "per", + "modifier": -6 + }, + { + "type": "skill", + "name": "Body Language", + "modifier": -4 + }, + { + "type": "skill", + "name": "Psychology", + "modifier": -4 + } + ] + }, + { + "id": "2753acf9-c8c4-43d6-9f37-138495844ec9", + "type": "skill", + "name": "Raise a 1 point skill 1 level (to 2 points)", + "difficulty": "dx/a", + "points": 1 + } + ], + "name": "Choose six from the below", + "template_picker": { + "type": "count", + "qualifier": { + "compare": "is", + "qualifier": 6 + } + } + } + ], + "name": "Background Skills" + } + ], + "name": "Kobold Sycophant", + "reference": "FFK12", + "reference_highlight": "Sycophant" + } + ] +} diff --git a/Library/Fantasy Folk/Kobolds/Profession Templates/Trap-Master.gct b/Library/Fantasy Folk/Kobolds/Profession Templates/Trap-Master.gct new file mode 100644 index 000000000..655df3dea --- /dev/null +++ b/Library/Fantasy Folk/Kobolds/Profession Templates/Trap-Master.gct @@ -0,0 +1,3545 @@ +{ + "type": "template", + "version": 4, + "id": "f850caf3-2ceb-4fef-bdcf-d05ee09cba6c", + "traits": [ + { + "id": "1859890d-7584-4df2-85bc-aca416efb84e", + "type": "trait_container", + "open": true, + "children": [ + { + "id": "275f5206-34a7-4ed9-af77-e0fe181a4d2d", + "type": "trait", + "name": "Must be Kobold", + "prereqs": { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "Kobold (Dungeon Fantasy)" + }, + "level": { + "compare": "at_least" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "Kobold (Yrth)" + }, + "level": { + "compare": "at_least" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "Mine Kobold" + }, + "level": { + "compare": "at_least" + } + } + ] + }, + "calc": { + "points": 0 + } + }, + { + "id": "e025fe6f-d912-434a-b426-0f6ff0aabae4", + "type": "trait", + "name": "Increased Intelligence", + "reference": "B15", + "tags": [ + "Advantage", + "Attribute", + "Mental" + ], + "levels": 1, + "points_per_level": 20, + "features": [ + { + "type": "attribute_bonus", + "attribute": "iq", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 20 + } + }, + { + "id": "e77cdda7-b999-4366-b62c-72b2e5928796", + "type": "trait", + "name": "Talent (Dungeon Crafter)", + "reference": "FFK6,B89", + "reference_highlight": "Dungeon Crafter", + "tags": [ + "Advantage", + "Mental", + "Talent" + ], + "levels": 2, + "points_per_level": 5, + "features": [ + { + "type": "reaction_bonus", + "situation": "from fellow dungeon denizens who benefit from your work", + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Armoury" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Lockpicking" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Professional Skill" + }, + "specialization": { + "compare": "is", + "qualifier": "Miner" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Scrounging" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Smith" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Traps" + }, + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 10 + } + }, + { + "id": "9cba192e-d883-4cd1-b466-67d458bfb16b", + "type": "trait_container", + "open": true, + "children": [ + { + "id": "c43879a5-7707-48dc-9f0d-adf60e2278dc", + "type": "trait", + "name": "Increased Dexterity", + "reference": "B15", + "tags": [ + "Advantage", + "Attribute", + "Physical" + ], + "levels": 1, + "points_per_level": 20, + "features": [ + { + "type": "attribute_bonus", + "attribute": "dx", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 20 + } + }, + { + "id": "97ed36c3-ba9e-484c-91eb-342adeaf6b21", + "type": "trait", + "name": "Increased Intelligence", + "reference": "B15", + "tags": [ + "Advantage", + "Attribute", + "Mental" + ], + "levels": 1, + "points_per_level": 20, + "features": [ + { + "type": "attribute_bonus", + "attribute": "iq", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 20 + } + }, + { + "id": "664deddc-39df-4632-8263-c053e8c088ce", + "type": "trait", + "name": "Increased Health", + "reference": "B14", + "tags": [ + "Advantage", + "Attribute", + "Physical" + ], + "levels": 1, + "points_per_level": 10, + "features": [ + { + "type": "attribute_bonus", + "attribute": "ht", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 10 + } + }, + { + "id": "89c9bf15-2cc8-4fac-9f47-9a1b7e886c40", + "type": "trait", + "name": "Increased Perception", + "reference": "B16", + "tags": [ + "Advantage", + "Attribute", + "Mental", + "Physical" + ], + "levels": 1, + "points_per_level": 5, + "features": [ + { + "type": "attribute_bonus", + "attribute": "per", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 5 + } + }, + { + "id": "a0a5aba1-a07a-4276-a3c4-db73aae63e21", + "type": "trait", + "name": "Increased Perception", + "reference": "B16", + "tags": [ + "Advantage", + "Attribute", + "Mental", + "Physical" + ], + "levels": 2, + "points_per_level": 5, + "features": [ + { + "type": "attribute_bonus", + "attribute": "per", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 10 + } + }, + { + "id": "1f073664-66b8-48e4-ae7f-7b1fd1181971", + "type": "trait", + "name": "Increased Perception", + "reference": "B16", + "tags": [ + "Advantage", + "Attribute", + "Mental", + "Physical" + ], + "levels": 3, + "points_per_level": 5, + "features": [ + { + "type": "attribute_bonus", + "attribute": "per", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 15 + } + }, + { + "id": "39853b61-be0a-4a50-ae20-c9e0dbff3c5b", + "type": "trait", + "name": "Talent (Artificer)", + "reference": "B90", + "tags": [ + "Advantage", + "Mental", + "Talent" + ], + "levels": 1, + "points_per_level": 10, + "features": [ + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "armoury" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Carpentry" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Electrician" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Electronics Repair" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Engineer" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Machinist" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Masonry" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Mechanic" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Smith" + }, + "amount": 1, + "per_level": true + }, + { + "type": "reaction_bonus", + "situation": "from any employer", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 10 + } + }, + { + "id": "f8b0c783-9371-4879-a76d-fe15456dfad3", + "type": "trait", + "name": "Talent (Artificer)", + "reference": "B90", + "tags": [ + "Advantage", + "Mental", + "Talent" + ], + "levels": 2, + "points_per_level": 10, + "features": [ + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "armoury" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Carpentry" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Electrician" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Electronics Repair" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Engineer" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Machinist" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Masonry" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Mechanic" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Smith" + }, + "amount": 1, + "per_level": true + }, + { + "type": "reaction_bonus", + "situation": "from any employer", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 20 + } + }, + { + "id": "6fc4c14f-6b5d-4742-a5fc-32e01b37e3a0", + "type": "trait", + "name": "Talent (Artificer)", + "reference": "B90", + "tags": [ + "Advantage", + "Mental", + "Talent" + ], + "levels": 3, + "points_per_level": 10, + "features": [ + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "armoury" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Carpentry" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Electrician" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Electronics Repair" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Engineer" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Machinist" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Masonry" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Mechanic" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Smith" + }, + "amount": 1, + "per_level": true + }, + { + "type": "reaction_bonus", + "situation": "from any employer", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 30 + } + }, + { + "id": "133c3231-cd8e-4c3b-8716-4b8a31938ab7", + "type": "trait", + "name": "Cultural Familiarity (@Neighboring Culture@)", + "reference": "B23", + "notes": "Do not suffer the normal -3 penalty for unfamiliarity", + "tags": [ + "Advantage", + "Mental" + ], + "base_points": 1, + "calc": { + "points": 1 + } + }, + { + "id": "1383ce3d-24ee-4fb0-a3ab-84af34cc62b8", + "type": "trait", + "name": "High Manual Dexterity", + "reference": "B59", + "tags": [ + "Advantage", + "Physical" + ], + "levels": 1, + "points_per_level": 5, + "features": [ + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "contains", + "qualifier": "artist" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "jeweler" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "knot-tying" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "leatherworking" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "lockpicking" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "pickpocket" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "sewing" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "sleight of hand" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "surgery" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "machinist" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "contains", + "qualifier": "mechanic" + }, + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 5 + } + }, + { + "id": "7b5a713a-f7ff-4f0a-a946-ca4f9b7a9afb", + "type": "trait", + "name": "High Manual Dexterity", + "reference": "B59", + "tags": [ + "Advantage", + "Physical" + ], + "levels": 2, + "points_per_level": 5, + "features": [ + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "contains", + "qualifier": "artist" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "jeweler" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "knot-tying" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "leatherworking" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "lockpicking" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "pickpocket" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "sewing" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "sleight of hand" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "surgery" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "machinist" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "contains", + "qualifier": "mechanic" + }, + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 10 + } + }, + { + "id": "0848e4fe-9fcf-4b37-af5d-3c38f5524622", + "type": "trait", + "name": "High Manual Dexterity", + "reference": "B59", + "tags": [ + "Advantage", + "Physical" + ], + "levels": 3, + "points_per_level": 5, + "features": [ + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "contains", + "qualifier": "artist" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "jeweler" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "knot-tying" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "leatherworking" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "lockpicking" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "pickpocket" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "sewing" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "sleight of hand" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "surgery" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "machinist" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "contains", + "qualifier": "mechanic" + }, + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 15 + } + }, + { + "id": "22940a4a-eb12-49f3-a72b-a6bfa7020f63", + "type": "trait", + "name": "High Manual Dexterity", + "reference": "B59", + "tags": [ + "Advantage", + "Physical" + ], + "levels": 4, + "points_per_level": 5, + "features": [ + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "contains", + "qualifier": "artist" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "jeweler" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "knot-tying" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "leatherworking" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "lockpicking" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "pickpocket" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "sewing" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "sleight of hand" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "surgery" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "machinist" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "contains", + "qualifier": "mechanic" + }, + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 20 + } + }, + { + "id": "7be4e3b7-8e49-46ea-b292-7a3b8e740ed6", + "type": "trait", + "name": "Intuition", + "reference": "B63,P56", + "tags": [ + "Advantage", + "Mental" + ], + "modifiers": [ + { + "id": "e06e6e3c-d4d0-43d5-8c38-b91e8b10d310", + "type": "modifier", + "name": "Inspired", + "reference": "P56", + "cost": 100, + "disabled": true + } + ], + "base_points": 15, + "calc": { + "points": 15 + } + }, + { + "id": "aba370fd-731d-4804-8ebf-e8429b84a29e", + "type": "trait", + "name": "Language: @Language@", + "reference": "B24", + "tags": [ + "Advantage", + "Language", + "Mental" + ], + "modifiers": [ + { + "id": "ff972d9a-b925-4895-a489-f3d14999074d", + "type": "modifier", + "name": "Native", + "reference": "B23", + "cost": -6, + "cost_type": "points", + "disabled": true + }, + { + "id": "e9f38c71-c4bd-45ee-a5e2-b47a33029f96", + "type": "modifier", + "name": "Spoken", + "reference": "B24", + "notes": "None", + "cost_type": "points", + "disabled": true + }, + { + "id": "6cd10ab4-c4f9-4764-a47d-0e77d105d862", + "type": "modifier", + "name": "Spoken", + "reference": "B24", + "notes": "Broken", + "cost": 1, + "cost_type": "points", + "disabled": true + }, + { + "id": "3c7caa3c-055e-4422-ac8e-6a2d632b391c", + "type": "modifier", + "name": "Spoken", + "reference": "B24", + "notes": "Accented", + "cost": 2, + "cost_type": "points" + }, + { + "id": "231ba28d-11ce-44e1-8d23-074d40ca57c6", + "type": "modifier", + "name": "Spoken", + "reference": "B24", + "notes": "Native", + "cost": 3, + "cost_type": "points", + "disabled": true + }, + { + "id": "152ad20b-dc58-4abb-b256-71da14dbb89c", + "type": "modifier", + "name": "Written", + "reference": "B24", + "notes": "None", + "cost_type": "points", + "disabled": true + }, + { + "id": "6304a0d6-80f3-4a5f-b3cc-3ba2ae0c8063", + "type": "modifier", + "name": "Written", + "reference": "B24", + "notes": "Broken", + "cost": 1, + "cost_type": "points", + "disabled": true + }, + { + "id": "5818ab4a-2c4b-4c3e-a711-c4b6332daaca", + "type": "modifier", + "name": "Written", + "reference": "B24", + "notes": "Accented", + "cost": 2, + "cost_type": "points" + }, + { + "id": "1b77515e-5789-49a0-8238-7242900c8c2c", + "type": "modifier", + "name": "Written", + "reference": "B24", + "notes": "Native", + "cost": 3, + "cost_type": "points", + "disabled": true + } + ], + "calc": { + "points": 4 + } + }, + { + "id": "e288874a-5357-4cfc-8b9c-f0789365d3ca", + "type": "trait", + "name": "Luck", + "reference": "B66,P59", + "notes": "Usable once per hour of play", + "tags": [ + "Advantage", + "Mental" + ], + "modifiers": [ + { + "id": "b5f2c667-bec1-442e-9ef9-f051a6c31510", + "type": "modifier", + "name": "Active", + "reference": "B66", + "cost": -40, + "disabled": true + }, + { + "id": "d9965ee9-527e-4933-95ef-ef8a02ed7683", + "type": "modifier", + "name": "Aspected", + "reference": "B66", + "notes": "@Aspect@", + "cost": -20, + "disabled": true + }, + { + "id": "67318c7d-d090-4012-a955-0d1a36052c27", + "type": "modifier", + "name": "Defensive", + "reference": "B66", + "cost": -20, + "disabled": true + }, + { + "id": "4f41a545-c80c-4754-bf3c-93b9662beef2", + "type": "modifier", + "name": "Wishing", + "reference": "P59", + "cost": 100, + "disabled": true + } + ], + "base_points": 15, + "calc": { + "points": 15 + } + }, + { + "id": "9c7b5d6a-4b93-439a-aaf4-650fc0c2c931", + "type": "trait", + "name": "Serendipity", + "reference": "B83,P73", + "tags": [ + "Advantage", + "Mental" + ], + "modifiers": [ + { + "id": "4a1bbef4-bb03-4ee8-92db-a6f3f7247f11", + "type": "modifier", + "name": "Wishing", + "reference": "P73", + "cost": 100, + "disabled": true + }, + { + "id": "bd5d2a65-3f20-4b1f-909c-022e17874983", + "type": "modifier", + "name": "Wishing", + "reference": "P73", + "notes": "For others only", + "disabled": true + } + ], + "levels": 1, + "points_per_level": 15, + "can_level": true, + "calc": { + "points": 15 + } + }, + { + "id": "15080509-6e21-4b58-87ac-0788957c3441", + "type": "trait", + "name": "Signature Gear", + "reference": "B85", + "notes": "For equipment normally bought with money, each point gives goods worth up to 50% of the average campaign starting wealth (but never cash).", + "tags": [ + "Advantage", + "Social" + ], + "levels": 1, + "points_per_level": 1, + "can_level": true, + "calc": { + "points": 1 + } + }, + { + "id": "b67afef6-8654-48af-8e17-2e3102d3456a", + "type": "trait", + "name": "Talent (Tricksy)", + "reference": "FFK6,B89", + "reference_highlight": "Tricksy", + "tags": [ + "Advantage", + "Mental", + "Talent" + ], + "levels": 1, + "points_per_level": 5, + "features": [ + { + "type": "reaction_bonus", + "situation": "from other vicious or ruthless tricksters", + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Camouflage" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Fast-Talk" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Filch" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Pickpocket" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Sleight of Hand" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Traps" + }, + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 5 + } + }, + { + "id": "76919f93-845f-4af0-8227-cff94ac34666", + "type": "trait", + "name": "Talent (Tricksy)", + "reference": "FFK6,B89", + "reference_highlight": "Tricksy", + "tags": [ + "Advantage", + "Mental", + "Talent" + ], + "levels": 2, + "points_per_level": 5, + "features": [ + { + "type": "reaction_bonus", + "situation": "from other vicious or ruthless tricksters", + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Camouflage" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Fast-Talk" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Filch" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Pickpocket" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Sleight of Hand" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Traps" + }, + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 10 + } + }, + { + "id": "2eb84cf3-d094-4473-9795-14987d3c3487", + "type": "trait", + "name": "Talent (Tricksy)", + "reference": "FFK6,B89", + "reference_highlight": "Tricksy", + "tags": [ + "Advantage", + "Mental", + "Talent" + ], + "levels": 3, + "points_per_level": 5, + "features": [ + { + "type": "reaction_bonus", + "situation": "from other vicious or ruthless tricksters", + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Camouflage" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Fast-Talk" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Filch" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Pickpocket" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Sleight of Hand" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Traps" + }, + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 15 + } + }, + { + "id": "1362e642-048c-4709-8273-424d965cd470", + "type": "trait", + "name": "Talent (Tricksy)", + "reference": "FFK6,B89", + "reference_highlight": "Tricksy", + "tags": [ + "Advantage", + "Mental", + "Talent" + ], + "levels": 4, + "points_per_level": 5, + "features": [ + { + "type": "reaction_bonus", + "situation": "from other vicious or ruthless tricksters", + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Camouflage" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Fast-Talk" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Filch" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Pickpocket" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Sleight of Hand" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Traps" + }, + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 20 + } + }, + { + "id": "103bd19f-ffe6-4d58-8acd-47289de87a43", + "type": "trait", + "name": "Versatile", + "reference": "B96", + "tags": [ + "Advantage", + "Mental" + ], + "base_points": 5, + "features": [ + { + "type": "conditional_modifier", + "situation": "on any task that requires creativity or invention, including most rolls against Artist skill and all Engineer rolls for new inventions", + "amount": 1 + } + ], + "calc": { + "points": 5 + } + }, + { + "id": "04f3c073-9aa6-4444-bc7a-8850ddd2be40", + "type": "trait", + "name": "Talent (Dungeon Crafter)", + "reference": "FFK6,B89", + "reference_highlight": "Dungeon Crafter", + "notes": "Can combine with existing levels from base template", + "tags": [ + "Advantage", + "Mental", + "Talent" + ], + "levels": 1, + "points_per_level": 5, + "features": [ + { + "type": "reaction_bonus", + "situation": "from fellow dungeon denizens who benefit from your work", + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Armoury" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Lockpicking" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Professional Skill" + }, + "specialization": { + "compare": "is", + "qualifier": "Miner" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Scrounging" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Smith" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Traps" + }, + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 5 + } + }, + { + "id": "10df46cd-9671-4a1d-80b7-fa833adc4392", + "type": "trait", + "name": "Talent (Dungeon Crafter)", + "reference": "FFK6,B89", + "reference_highlight": "Dungeon Crafter", + "notes": "Can combine with existing levels from base template", + "tags": [ + "Advantage", + "Mental", + "Talent" + ], + "levels": 2, + "points_per_level": 5, + "features": [ + { + "type": "reaction_bonus", + "situation": "from fellow dungeon denizens who benefit from your work", + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Armoury" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Lockpicking" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Professional Skill" + }, + "specialization": { + "compare": "is", + "qualifier": "Miner" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Scrounging" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Smith" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Traps" + }, + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 10 + } + } + ], + "name": "Choose 40 points from the below", + "template_picker": { + "type": "points", + "qualifier": { + "compare": "at_most", + "qualifier": 40 + } + }, + "calc": { + "points": 311 + } + }, + { + "id": "146f221a-5217-4ed2-ae43-60d3318f1508", + "type": "trait", + "name": "Callous", + "reference": "B125", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -5, + "features": [ + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "psychology" + }, + "amount": -3 + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "teaching" + }, + "amount": -3 + }, + { + "type": "reaction_bonus", + "situation": "from past victims and anyone with Empathy", + "amount": -1 + }, + { + "type": "conditional_modifier", + "situation": "to Interrogation and Intimidation rolls when you use threats or torture", + "amount": 1 + } + ], + "calc": { + "points": -5 + } + }, + { + "id": "695e460e-84f6-4f5a-8c87-93a501c1b7e8", + "type": "trait", + "name": "Language: @Native Language@", + "reference": "B24", + "notes": "Native, Spoken (Native), Written (Accented)", + "tags": [ + "Advantage", + "Language", + "Mental" + ], + "base_points": -1, + "calc": { + "points": -1 + } + }, + { + "id": "4de6079d-3750-4cdd-9aea-6f0433735391", + "type": "trait_container", + "open": true, + "children": [ + { + "id": "203c1808-821f-4fbf-9eb6-ea056cefb40b", + "type": "trait", + "name": "Absent-Mindedness", + "reference": "B122", + "notes": "Once adrift in your own thoughts, you must roll against Perception-5 in order to notice any event short of personal physical injury", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -15, + "features": [ + { + "type": "conditional_modifier", + "situation": "to all IQ and IQ-based skill rolls, save those for the task you are currently concentrating on", + "amount": -5 + } + ], + "calc": { + "points": -15 + } + }, + { + "id": "471ac75a-6642-42c1-bffd-526acf7a642b", + "type": "trait", + "name": "Bloodlust", + "reference": "B125", + "notes": "You must make a self-control roll whenever you need to accept a surrender, evade a sentry, take a prisoner, etc.", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -10, + "cr": 12, + "calc": { + "points": -10 + } + }, + { + "id": "39cb08c5-6aef-43c4-905f-10d800f363dd", + "type": "trait", + "name": "Curious", + "reference": "B129", + "notes": "Make a self-control roll when presented with an interesting item or situation", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -5, + "cr": 12, + "calc": { + "points": -5 + } + }, + { + "id": "bc005d73-6320-49d9-b7a8-3d5751a654e7", + "type": "trait", + "name": "Overweight", + "reference": "B19", + "tags": [ + "Physical", + "Quirk" + ], + "base_points": -1, + "features": [ + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "disguise" + }, + "amount": -1 + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "shadowing" + }, + "amount": -1 + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "swimming" + }, + "amount": 1 + }, + { + "type": "conditional_modifier", + "situation": "to ST vs. knockback", + "amount": 1 + } + ], + "calc": { + "points": -1 + } + }, + { + "id": "6b5bbed9-37a1-461c-afec-1806553e6fa6", + "type": "trait", + "name": "Jealousy", + "reference": "B140", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -10, + "features": [ + { + "type": "reaction_bonus", + "situation": "toward those you are jealous of (may be as much as -4, at GM's discretion)", + "amount": -2 + } + ], + "calc": { + "points": -10 + } + }, + { + "id": "96c45773-2806-496b-8473-4eeed586b516", + "type": "trait", + "name": "Oblivious", + "reference": "B146", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -5, + "features": [ + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "diplomacy" + }, + "amount": -1 + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "fast-talk" + }, + "amount": -1 + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "intimidation" + }, + "amount": -1 + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "starts_with", + "qualifier": "savoir-faire" + }, + "amount": -1 + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "sex appeal" + }, + "amount": -1 + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "streetwise" + }, + "amount": -1 + }, + { + "type": "reaction_bonus", + "situation": "to resist Influence skills: Diplomacy, Fast-Talk, Intimidation, Savoir-Faire, Sex Appeal, and Streetwise", + "amount": -1 + } + ], + "calc": { + "points": -5 + } + }, + { + "id": "53d2cec1-d1b2-4ccc-82d1-0c4a8107ead8", + "type": "trait", + "name": "Obsession (Make best traps ever)", + "reference": "B146", + "notes": "Make a self-control roll whenever it would be wise to deviate from your goal. If you fail, you continue to pursue your Obsession, regardless of the consequences.", + "tags": [ + "Disadvantage", + "Mental" + ], + "cr": 12, + "calc": { + "points": 0 + } + }, + { + "id": "4119ddef-f3bf-48a2-baa3-c023064e6882", + "type": "trait", + "name": "Overconfidence", + "reference": "B148", + "notes": "You must make a self-control roll any time the GM feels you show an unreasonable degree of caution. If you fail, you must go ahead as though you were able to handle the situation!", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -5, + "features": [ + { + "type": "reaction_bonus", + "situation": "from young or naive individuals who believe you are as good as you say you are", + "amount": 2 + }, + { + "type": "reaction_bonus", + "situation": "from experienced NPCs", + "amount": -2 + } + ], + "cr": 12, + "calc": { + "points": -5 + } + }, + { + "id": "7a723b66-b2f1-4ad8-b604-b008dd4d8412", + "type": "trait", + "name": "Sadism", + "reference": "B152", + "notes": "Make a self-control roll whenever you have an opportunity to indulge your desires and know you shouldn’t (e.g., because the prisoner is one who should be released unharmed). If you fail, you cannot restrain yourself.", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -15, + "features": [ + { + "type": "reaction_bonus", + "situation": "from those who become aware of your Sadism unless they are from a culture that holds life in little esteem", + "amount": -3 + } + ], + "cr": 12, + "calc": { + "points": -15 + } + }, + { + "id": "6f4359b1-5fe7-4e44-bb93-994f812a2c5a", + "type": "trait", + "name": "Selfish", + "reference": "B153", + "notes": "Make a self-control roll whenever you experience a clear social slight or “snub.” On a failure, you lash out at the offending party just as if you had Bad Temper.", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -5, + "features": [ + { + "type": "reaction_bonus", + "situation": "from others when your Selfishness surfaces", + "amount": -3 + } + ], + "cr": 12, + "calc": { + "points": -5 + } + }, + { + "id": "0cd2cd66-065d-4eef-8948-c1f3bc3a3ad6", + "type": "trait", + "name": "Sense of Duty (Gang)", + "reference": "B153", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -5, + "calc": { + "points": -5 + } + }, + { + "id": "becce402-1e74-472d-8273-ba3250d88cdd", + "type": "trait", + "name": "Skinny", + "reference": "B18", + "tags": [ + "Disadvantage", + "Physical" + ], + "base_points": -5, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "attribute_prereq", + "has": true, + "qualifier": { + "compare": "at_most", + "qualifier": 14 + }, + "which": "ht" + } + ] + }, + "features": [ + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "disguise" + }, + "amount": -2 + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "shadowing" + }, + "amount": -2 + }, + { + "type": "conditional_modifier", + "situation": "to ST vs. knockback", + "amount": -2 + } + ], + "calc": { + "points": -5 + } + }, + { + "id": "e30dead5-c3ac-4ddd-b637-5a23a76c34c3", + "type": "trait", + "name": "Low Status ", + "reference": "B28", + "tags": [ + "Disadvantage", + "Social" + ], + "levels": 1, + "points_per_level": -5, + "can_level": true, + "calc": { + "points": -5 + } + }, + { + "id": "125f8e9b-f4a9-49d7-a68a-b4985b583d76", + "type": "trait", + "name": "Stuttering", + "reference": "B157", + "tags": [ + "Disadvantage", + "Physical" + ], + "base_points": -10, + "features": [ + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "diplomacy" + }, + "amount": -2 + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "fast-talk" + }, + "amount": -2 + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "performance" + }, + "amount": -2 + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "public speaking" + }, + "amount": -2 + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "sex appeal" + }, + "amount": -2 + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "singing" + }, + "amount": -2 + }, + { + "type": "reaction_bonus", + "situation": "from others where conversation is required", + "amount": -2 + } + ], + "calc": { + "points": -10 + } + }, + { + "id": "ec46d209-27aa-4648-9091-7972cf1c044b", + "type": "trait", + "name": "Trademark (@Quirk@)", + "reference": "B164", + "tags": [ + "Mental", + "Quirk" + ], + "base_points": -1, + "calc": { + "points": -1 + } + }, + { + "id": "0c54543f-1f6c-4bd3-8006-200d6c7f655f", + "type": "trait", + "name": "Trademark (@Simple@)", + "reference": "B159", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -5, + "calc": { + "points": -5 + } + }, + { + "id": "09691389-203e-4ac5-90e7-b38a17b27ea6", + "type": "trait", + "name": "Trademark (@Complex@)", + "reference": "B159", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -10, + "calc": { + "points": -10 + } + }, + { + "id": "1ce14ff3-71ff-4a15-9e33-30d906565e10", + "type": "trait", + "name": "Trademark (@Elaborate@)", + "reference": "B159", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -15, + "calc": { + "points": -15 + } + }, + { + "id": "534ebb8e-0888-4d45-b096-c265216f0461", + "type": "trait", + "name": "Trickster", + "reference": "B159", + "notes": "Make a self-control roll each day. If you fail, you must try to trick a dangerous subject: a skilled warrior, a dangerous monster, a whole group of reasonably competent opponents, etc. If you resist, you get a cumulative -1 per day to your self-control roll until you finally fail a roll!", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -15, + "cr": 12, + "calc": { + "points": -15 + } + }, + { + "id": "1b116761-53a3-4283-b18a-3f87ddc2a3ea", + "type": "trait", + "name": "Struggling", + "reference": "B25", + "notes": "Starting wealth is ½ normal", + "tags": [ + "Disadvantage", + "Social", + "Wealth" + ], + "base_points": -10, + "calc": { + "points": -10 + } + }, + { + "id": "a0dc9d06-15c0-4859-991f-9d25f783d394", + "type": "trait", + "name": "Workaholic", + "reference": "B162", + "tags": [ + "Disadvantage", + "Physical" + ], + "base_points": -5, + "calc": { + "points": -5 + } + }, + { + "id": "c6dd46ac-1538-4391-83cb-31984c840771", + "type": "trait", + "name": "Reduce literacy in native language to Broken", + "base_points": -1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": false, + "name": { + "compare": "starts_with", + "qualifier": "Language" + }, + "level": { + "compare": "at_least" + } + } + ] + }, + "calc": { + "points": -1 + } + }, + { + "id": "51eee1d6-4217-4d9f-bee4-a8e34b997c1d", + "type": "trait", + "name": "Reduce literacy in native language to None", + "base_points": -2, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": false, + "name": { + "compare": "starts_with", + "qualifier": "Language" + }, + "level": { + "compare": "at_least" + } + } + ] + }, + "calc": { + "points": -2 + } + } + ], + "name": "Choose -25 points from the below", + "template_picker": { + "type": "points", + "qualifier": { + "compare": "at_least", + "qualifier": -25 + } + }, + "calc": { + "points": -160 + } + } + ], + "name": "Kobold Trap-Master", + "reference": "FFK12", + "reference_highlight": "Trap-Master", + "calc": { + "points": 175 + } + } + ], + "skills": [ + { + "id": "84c53ba3-0557-4b0a-b1d6-b79119d02c7c", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "454137a1-3592-4ab5-af39-508a73dc1126", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "38d17736-2711-491a-8d04-ca453ee6b520", + "type": "skill", + "name": "Camouflage", + "reference": "B183", + "tags": [ + "Exploration", + "Military", + "Outdoor" + ], + "difficulty": "iq/e", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -4 + }, + { + "type": "skill", + "name": "Survival", + "modifier": -2 + } + ] + }, + { + "id": "1163afc5-2de9-4e00-932a-9895a019722c", + "type": "skill", + "name": "Carpentry", + "reference": "B183", + "tags": [ + "Craft" + ], + "difficulty": "iq/e", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -4 + } + ] + }, + { + "id": "7db22d74-4e50-4af5-afde-fdf57274eddc", + "type": "skill", + "name": "Knot-Tying", + "reference": "B203,MA58", + "tags": [ + "Everyman" + ], + "difficulty": "dx/e", + "points": 1, + "defaults": [ + { + "type": "dx", + "modifier": -4 + }, + { + "type": "skill", + "name": "Climbing", + "modifier": -4 + }, + { + "type": "skill", + "name": "Seamanship", + "modifier": -4 + } + ] + }, + { + "id": "1a007607-2903-4418-831e-fe4be10a4030", + "type": "skill", + "name": "Scrounging", + "reference": "B218", + "tags": [ + "Criminal", + "Street" + ], + "difficulty": "per/e", + "points": 1, + "defaults": [ + { + "type": "per", + "modifier": -4 + } + ] + }, + { + "id": "f5eb2756-1733-4986-8806-8921a9bb78f0", + "type": "skill", + "name": "Traps", + "reference": "B226", + "tags": [ + "Criminal", + "Military", + "Street" + ], + "tech_level": "", + "difficulty": "iq/a", + "points": 8, + "defaults": [ + { + "type": "iq", + "modifier": -5 + }, + { + "type": "skill", + "name": "Lockpicking", + "modifier": -3 + } + ] + } + ], + "name": "Primary Skills" + }, + { + "id": "707f3537-6bfa-4a3c-8f3b-2f460acbe252", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "a1402bb7-5a56-4e7f-a896-b8a24e930576", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "fa144b5e-5d12-4122-b20b-c37706151ffa", + "type": "skill", + "name": "Gunner", + "reference": "B198", + "tags": [ + "Combat", + "Ranged Combat", + "Weapon" + ], + "specialization": "Catapult", + "tech_level": "", + "difficulty": "dx/e", + "points": 2, + "defaults": [ + { + "type": "dx", + "modifier": -4 + }, + { + "type": "skill", + "name": "Gunner", + "modifier": -4 + } + ] + }, + { + "id": "c9785622-e53b-4562-85a4-b54bee5ec6f7", + "type": "skill", + "name": "Liquid Projector", + "reference": "B205", + "tags": [ + "Combat", + "Ranged Combat", + "Weapon" + ], + "specialization": "@Weapon class@", + "tech_level": "", + "difficulty": "dx/e", + "points": 2, + "defaults": [ + { + "type": "dx", + "modifier": -4 + }, + { + "type": "skill", + "name": "Liquid Projector", + "modifier": -4 + } + ] + }, + { + "id": "db28567d-9327-4088-94cd-18a3581853ed", + "type": "skill", + "name": "Blowpipe", + "reference": "B180", + "tags": [ + "Combat", + "Ranged Combat", + "Weapon" + ], + "difficulty": "dx/h", + "points": 2, + "defaults": [ + { + "type": "dx", + "modifier": -6 + } + ] + }, + { + "id": "207d93ba-8a26-48e8-aff8-6acf55ff4fad", + "type": "skill", + "name": "Area Knowledge", + "reference": "B176", + "notes": "The inhabitants, trails, streams, hiding places, ambush sites, flora, and fauna of a few hundred acres", + "tags": [ + "Everyman", + "Knowledge" + ], + "specialization": "Home Caverns", + "difficulty": "iq/e", + "points": 2, + "defaults": [ + { + "type": "skill", + "name": "Geography", + "modifier": -3 + } + ] + }, + { + "id": "02724bea-bbda-4cce-8570-2bc5f2416b08", + "type": "skill", + "name": "Masonry", + "reference": "B207", + "tags": [ + "Craft" + ], + "difficulty": "iq/e", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -4 + } + ] + }, + { + "id": "ec7172a1-e91a-4253-a594-dce8b6e163b4", + "type": "skill", + "name": "Mechanic", + "reference": "B207", + "tags": [ + "Maintenance", + "Repair" + ], + "specialization": "Clockwork", + "tech_level": "", + "difficulty": "iq/a", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -5 + }, + { + "type": "skill", + "name": "Engineer", + "specialization": "Clockwork", + "modifier": -4 + }, + { + "type": "skill", + "name": "Machinist", + "modifier": -5 + }, + { + "type": "skill", + "name": "Mechanic", + "modifier": -4 + } + ] + }, + { + "id": "9b520f41-f664-4a6c-a674-5790381c2e1a", + "type": "skill", + "name": "Armoury", + "reference": "B178", + "tags": [ + "Maintenance", + "Military", + "Repair" + ], + "specialization": "Heavy Weapons", + "tech_level": "", + "difficulty": "iq/a", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -5 + }, + { + "type": "skill", + "name": "Engineer", + "specialization": "Heavy Weapons", + "modifier": -4 + } + ] + }, + { + "id": "18e14b8e-a420-41dd-bdef-d4863a3abe87", + "type": "skill", + "name": "Armoury", + "reference": "B178", + "tags": [ + "Maintenance", + "Military", + "Repair" + ], + "specialization": "Liquid Projectors", + "tech_level": "", + "difficulty": "iq/a", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -5 + } + ] + }, + { + "id": "96467e0e-e6b3-4c4b-a7f1-11a63513210f", + "type": "skill", + "name": "Armoury", + "reference": "B178", + "tags": [ + "Maintenance", + "Military", + "Repair" + ], + "specialization": "Melee Weapons", + "tech_level": "", + "difficulty": "iq/a", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -5 + }, + { + "type": "skill", + "name": "Engineer", + "specialization": "Melee Weapons", + "modifier": -4 + } + ] + }, + { + "id": "246c3155-d171-4e68-9986-dc08587a0b1a", + "type": "skill", + "name": "Armoury", + "reference": "B178", + "tags": [ + "Maintenance", + "Military", + "Repair" + ], + "specialization": "Missile Weapons", + "tech_level": "", + "difficulty": "iq/a", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -5 + }, + { + "type": "skill", + "name": "Engineer", + "specialization": "Missile Weapons", + "modifier": -4 + } + ] + }, + { + "id": "67c96d27-91a5-4da5-85d7-62f117c4ea7e", + "type": "skill", + "name": "Lockpicking", + "reference": "B206", + "tags": [ + "Criminal", + "Police", + "Spy", + "Street", + "Technical" + ], + "tech_level": "", + "difficulty": "iq/a", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -5 + } + ] + }, + { + "id": "6f8a352d-12b8-4686-8b6a-f620fff07538", + "type": "skill", + "name": "Smith", + "reference": "B221", + "tags": [ + "Craft" + ], + "specialization": "Copper", + "tech_level": "", + "difficulty": "iq/a", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -6 + }, + { + "type": "skill", + "name": "Jeweler", + "modifier": -4 + }, + { + "type": "skill", + "name": "Smith", + "modifier": -4 + } + ] + }, + { + "id": "cff0cec3-4d24-4422-8c27-5fc6f305a6b0", + "type": "skill", + "name": "Smith", + "reference": "B221", + "tags": [ + "Craft" + ], + "specialization": "Iron", + "tech_level": "", + "difficulty": "iq/a", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -5 + }, + { + "type": "skill", + "name": "Smith", + "modifier": -4 + } + ] + }, + { + "id": "be24900b-113e-4f36-aad4-6c3dcbfdcaa2", + "type": "skill", + "name": "Smith", + "reference": "B221", + "tags": [ + "Craft" + ], + "specialization": "Lead \u0026 Tin", + "tech_level": "", + "difficulty": "iq/a", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -5 + }, + { + "type": "skill", + "name": "Jeweler", + "modifier": -4 + }, + { + "type": "skill", + "name": "Smith", + "modifier": -4 + } + ] + }, + { + "id": "f2919990-07c2-44c0-aa22-9478b0ca6cf5", + "type": "skill", + "name": "Poisons", + "reference": "B214", + "tags": [ + "Criminal", + "Medical", + "Spy", + "Street" + ], + "tech_level": "", + "difficulty": "iq/h", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -6 + }, + { + "type": "skill", + "name": "Chemistry", + "modifier": -5 + }, + { + "type": "skill", + "name": "Pharmacy", + "modifier": -3 + }, + { + "type": "skill", + "name": "Physician", + "modifier": -3 + } + ] + }, + { + "id": "5703a96a-b4d3-47e0-9547-012fcc7697b6", + "type": "skill", + "name": "Psychology", + "reference": "B216", + "tags": [ + "Humanities", + "Social Sciences" + ], + "difficulty": "iq/h", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -6 + }, + { + "type": "skill", + "name": "Sociology", + "modifier": -4 + } + ] + }, + { + "id": "5f69f8bb-4c6a-4d14-8dba-cf80668f8087", + "type": "skill", + "name": "Raise a 2 point skill 1 level (to 4 points)", + "difficulty": "dx/a", + "points": 2 + } + ], + "name": "Choose seven of the below", + "template_picker": { + "type": "count", + "qualifier": { + "compare": "is", + "qualifier": 7 + } + } + } + ], + "name": "Secondary Skills" + }, + { + "id": "147a5037-8cd8-492a-aec4-9e745630379f", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "7a5c355d-6bdd-4af5-ab01-cba4dac55fe4", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "a98ba108-0b67-4d3c-b29d-023f283869bf", + "type": "skill", + "name": "Crossbow", + "reference": "B186", + "tags": [ + "Combat", + "Ranged Combat", + "Weapon" + ], + "difficulty": "dx/e", + "points": 1, + "defaults": [ + { + "type": "dx", + "modifier": -4 + } + ] + }, + { + "id": "0f80ecc7-c7dd-40a3-92d7-f3e0e6c6dd88", + "type": "skill", + "name": "Forced Entry", + "reference": "B196", + "tags": [ + "Criminal", + "Police", + "Spy", + "Street" + ], + "difficulty": "dx/e", + "points": 1 + }, + { + "id": "1b424e84-9722-48e2-9945-c4037a5b2d79", + "type": "skill", + "name": "Knife", + "reference": "B208", + "tags": [ + "Combat", + "Melee Combat", + "Weapon" + ], + "difficulty": "dx/e", + "points": 1, + "defaults": [ + { + "type": "skill", + "name": "Force Sword", + "modifier": -3 + }, + { + "type": "skill", + "name": "Main-Gauche", + "modifier": -3 + }, + { + "type": "skill", + "name": "Shortsword", + "modifier": -3 + }, + { + "type": "dx", + "modifier": -4 + } + ] + }, + { + "id": "d3f45e13-590d-4594-aeec-97ff1ffbe955", + "type": "skill", + "name": "Thrown Weapon", + "reference": "B226", + "tags": [ + "Combat", + "Ranged Combat", + "Weapon" + ], + "specialization": "Dart", + "difficulty": "dx/e", + "points": 1, + "defaults": [ + { + "type": "dx", + "modifier": -4 + }, + { + "type": "skill", + "name": "Throwing", + "modifier": -2 + } + ] + }, + { + "id": "26d6571b-42e4-4fb2-9293-e016e6249fb3", + "type": "skill", + "name": "Climbing", + "reference": "B183", + "tags": [ + "Athletic", + "Criminal", + "Exploration", + "Outdoor", + "Street" + ], + "difficulty": "dx/a", + "points": 1, + "encumbrance_penalty_multiplier": 1, + "defaults": [ + { + "type": "dx", + "modifier": -5 + } + ] + }, + { + "id": "3e25938f-a0fe-472e-b86e-6131ab1b8118", + "type": "skill", + "name": "Stealth", + "reference": "B222", + "tags": [ + "Criminal", + "Police", + "Spy", + "Street" + ], + "difficulty": "dx/a", + "points": 1, + "encumbrance_penalty_multiplier": 1, + "defaults": [ + { + "type": "iq", + "modifier": -5 + }, + { + "type": "dx", + "modifier": -5 + } + ] + }, + { + "id": "f02b1a91-14ad-4723-8004-3ce285f6f7a4", + "type": "skill", + "name": "Professional Skill", + "reference": "B215", + "tags": [ + "Knowledge" + ], + "specialization": "Miner", + "tech_level": "", + "difficulty": "iq/a", + "points": 1, + "defaulted_from": { + "type": "iq", + "modifier": -5, + "level": 5, + "adjusted_level": 5, + "points": -5 + }, + "defaults": [ + { + "type": "iq", + "modifier": -5 + }, + { + "type": "skill", + "name": "Engineer", + "specialization": "Mining", + "modifier": -3 + }, + { + "type": "skill", + "name": "Geology", + "modifier": -7 + }, + { + "type": "skill", + "name": "Prospecting", + "modifier": -5 + } + ] + }, + { + "id": "8b753a88-06a6-464d-bc8b-fa0cc531fd35", + "type": "skill", + "name": "Fast-Talk", + "reference": "B195", + "tags": [ + "Criminal", + "Social", + "Spy", + "Street" + ], + "difficulty": "iq/a", + "points": 1, + "defaults": [ + { + "type": "iq", + "modifier": -5 + }, + { + "type": "skill", + "name": "Acting", + "modifier": -5 + } + ] + }, + { + "id": "c166c0f3-088a-4886-aa75-988144aad0dc", + "type": "skill", + "name": "Leadership", + "reference": "B204", + "tags": [ + "Military", + "Social" + ], + "difficulty": "iq/a", + "points": 1, + "defaults": [ + { + "type": "iq", + "modifier": -5 + } + ] + }, + { + "id": "81de29ce-4533-442e-b771-f57fd8db2ea9", + "type": "skill", + "name": "Navigation", + "reference": "FFK6,B211", + "reference_highlight": "Underground", + "tags": [ + "Exploration", + "Technical" + ], + "specialization": "Underground", + "tech_level": "", + "difficulty": "iq/a", + "points": 1, + "defaulted_from": { + "type": "iq", + "modifier": -5, + "level": 5, + "adjusted_level": 5, + "points": -5 + }, + "defaults": [ + { + "type": "iq", + "modifier": -5 + }, + { + "type": "skill", + "name": "Cartography", + "modifier": -4 + }, + { + "type": "skill", + "name": "Mathematics", + "specialization": "Surveying", + "modifier": -4 + }, + { + "type": "skill", + "name": "Navigation", + "specialization": "Land", + "modifier": -2 + } + ] + }, + { + "id": "0309dd4f-f761-4341-bc92-6015f38cd210", + "type": "skill", + "name": "Raise a 1 point skill 1 level (to 2 points)", + "difficulty": "dx/a", + "points": 1 + } + ], + "name": "Choose eight of the below", + "template_picker": { + "type": "count", + "qualifier": { + "compare": "is", + "qualifier": 8 + } + } + } + ], + "name": "Background Skills" + } + ], + "name": "Kobold Trap-Master", + "reference": "FFK12" + } + ] +} diff --git a/Library/Fantasy Folk/Kobolds/Racial Templates/Kobold (Dungeon Fantasy).gct b/Library/Fantasy Folk/Kobolds/Racial Templates/Kobold (Dungeon Fantasy).gct new file mode 100644 index 000000000..2c3867710 --- /dev/null +++ b/Library/Fantasy Folk/Kobolds/Racial Templates/Kobold (Dungeon Fantasy).gct @@ -0,0 +1,729 @@ +{ + "type": "template", + "version": 4, + "id": "180aa0c1-b9c8-48c5-ad25-7b641397ccf6", + "traits": [ + { + "id": "ff21dc25-9949-4cfb-a39c-10bf865d854b", + "type": "trait_container", + "open": true, + "children": [ + { + "id": "eb576e58-d8cd-473b-9559-17931c7e66f5", + "type": "trait", + "name": "Decreased Strength", + "reference": "B14", + "tags": [ + "Attribute", + "Disadvantage", + "Physical" + ], + "levels": 4, + "points_per_level": -10, + "features": [ + { + "type": "attribute_bonus", + "attribute": "st", + "amount": -1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": -40 + } + }, + { + "id": "55a4784a-a688-46ac-8e52-b1af5930a680", + "type": "trait", + "name": "Increased Dexterity", + "reference": "B15", + "tags": [ + "Advantage", + "Attribute", + "Physical" + ], + "levels": 1, + "points_per_level": 20, + "features": [ + { + "type": "attribute_bonus", + "attribute": "dx", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 20 + } + }, + { + "id": "c982c177-5d34-4f7c-b1f5-680a567aec25", + "type": "trait", + "name": "Decreased Intelligence", + "reference": "B15", + "tags": [ + "Attribute", + "Disadvantage", + "Mental" + ], + "levels": 2, + "points_per_level": -20, + "features": [ + { + "type": "attribute_bonus", + "attribute": "iq", + "amount": -1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": -40 + } + }, + { + "id": "99fa48f4-cd83-4bbe-abf4-56b1c3095f79", + "type": "trait", + "name": "Increased Health", + "reference": "B14", + "tags": [ + "Advantage", + "Attribute", + "Physical" + ], + "levels": 1, + "points_per_level": 10, + "features": [ + { + "type": "attribute_bonus", + "attribute": "ht", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 10 + } + }, + { + "id": "60b1f292-5e26-41b0-9af9-90739ed6aaf7", + "type": "trait", + "name": "Size Modifier (Small)", + "reference": "B19", + "levels": 2, + "features": [ + { + "type": "conditional_modifier", + "situation": "to other's intimidation skill due to your size", + "amount": 1, + "per_level": true + }, + { + "type": "conditional_modifier", + "situation": "to intimidation due to size", + "amount": -1, + "per_level": true + }, + { + "type": "attribute_bonus", + "attribute": "sm", + "amount": -1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 0 + } + }, + { + "id": "60585c26-f379-49d5-8fd3-52b6da727382", + "type": "trait", + "name": "Increased Perception", + "reference": "B16", + "tags": [ + "Advantage", + "Attribute", + "Mental", + "Physical" + ], + "levels": 3, + "points_per_level": 5, + "features": [ + { + "type": "attribute_bonus", + "attribute": "per", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 15 + } + }, + { + "id": "d857c89b-122b-4d03-a720-e98b5c9079e1", + "type": "trait", + "name": "Fewer Fatigue Points", + "reference": "B16", + "tags": [ + "Attribute", + "Disadvantage", + "Physical" + ], + "levels": 1, + "points_per_level": -3, + "features": [ + { + "type": "attribute_bonus", + "attribute": "fp", + "amount": -1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": -3 + } + }, + { + "id": "7d9b832f-8be7-4d18-a640-ed876be836cd", + "type": "trait", + "name": "Increased Basic Speed", + "reference": "B17", + "tags": [ + "Advantage", + "Attribute", + "Physical" + ], + "levels": 2, + "points_per_level": 5, + "features": [ + { + "type": "attribute_bonus", + "attribute": "basic_speed", + "amount": 0.25, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 10 + } + }, + { + "id": "d6406340-5a37-42dc-b450-728d24de922a", + "type": "trait", + "name": "Decreased Basic Move", + "reference": "B17", + "tags": [ + "Attribute", + "Disadvantage", + "Physical" + ], + "levels": 1, + "points_per_level": -5, + "features": [ + { + "type": "attribute_bonus", + "attribute": "basic_move", + "amount": -1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": -5 + } + }, + { + "id": "682b4bd4-f9ca-461d-b8c5-5e2d1b2d016a", + "type": "trait", + "name": "Infravision", + "reference": "B60,P87", + "tags": [ + "Advantage", + "Exotic", + "Physical" + ], + "base_points": 10, + "calc": { + "points": 10 + } + }, + { + "id": "1877cdcc-9651-4f2d-9889-8846a9c3ba66", + "type": "trait", + "name": "Reduced Consumption", + "reference": "B80", + "notes": "Cast-iron Stomach (-50%)", + "tags": [ + "Advantage", + "Physical" + ], + "levels": 2, + "points_per_level": 1, + "can_level": true, + "calc": { + "points": 2 + } + }, + { + "id": "2202c106-c4d1-4b3c-99eb-67e6840d19c8", + "type": "trait", + "name": "Resistant", + "reference": "B81,P71,MA47", + "notes": "+3 to HT to resist ingested poisons and intestinal diseases", + "tags": [ + "Advantage", + "Physical" + ], + "base_points": 5, + "features": [ + { + "type": "conditional_modifier", + "situation": "to HT to resist ingested poisons and intestinal diseases", + "amount": 3 + } + ], + "round_down": true, + "calc": { + "points": 5 + } + }, + { + "id": "3e5de88d-95ae-41ac-8842-9f26022796f9", + "type": "trait", + "name": "Sharp Teeth", + "reference": "B91", + "tags": [ + "Exotic", + "Perk", + "Physical" + ], + "base_points": 1, + "weapons": [ + { + "id": "dbf194fc-0933-473c-8708-1704bb1dbb50", + "type": "melee_weapon", + "damage": { + "type": "cut", + "st": "thr", + "base": "-1" + }, + "usage": "Bite", + "reach": "C", + "defaults": [ + { + "type": "skill", + "name": "Brawling" + }, + { + "type": "dx" + } + ], + "calc": { + "damage": "thr-1 cut" + } + } + ], + "calc": { + "points": 1 + } + }, + { + "id": "a8ffbbb4-93f3-4a4a-a385-de420cdd36af", + "type": "trait", + "name": "Appearance (-2: Ugly)", + "reference": "B21", + "tags": [ + "Advantage", + "Physical" + ], + "base_points": -8, + "features": [ + { + "type": "reaction_bonus", + "situation": "from others who see your looks", + "amount": -2 + } + ], + "calc": { + "points": -8 + } + }, + { + "id": "d296a9bb-2de6-4045-aa29-d46481c41d47", + "type": "trait", + "name": "Bad Temper", + "reference": "B124", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -10, + "cr": 9, + "calc": { + "points": -15 + } + }, + { + "id": "4c236fa5-7eba-44e1-9315-f923705a8d08", + "type": "trait", + "name": "Disturbing Voice", + "reference": "B132", + "tags": [ + "Disadvantage", + "Physical" + ], + "base_points": -10, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": false, + "name": { + "compare": "is", + "qualifier": "voice" + } + } + ] + }, + "features": [ + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "diplomacy" + }, + "amount": -2 + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "fast-talk" + }, + "amount": -2 + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "performance" + }, + "amount": -2 + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "public speaking" + }, + "amount": -2 + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "sex appeal" + }, + "amount": -2 + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "singing" + }, + "amount": -2 + } + ], + "calc": { + "points": -10 + } + }, + { + "id": "71145acd-0d9e-4aee-9cb0-ebe9022259da", + "type": "trait", + "name": "Social Stigma (Savage)", + "reference": "DF3:11", + "notes": "-2 reaction; -4 to skills; Denied entry to town on 6 or less", + "tags": [ + "Disadvantage", + "Social" + ], + "base_points": -10, + "calc": { + "points": -10 + } + }, + { + "id": "2fa27842-c6f4-4797-9bdb-fcb460d8e7af", + "type": "trait", + "name": "Proud", + "reference": "B164", + "tags": [ + "Mental", + "Quirk" + ], + "base_points": -1, + "features": [ + { + "type": "reaction_bonus", + "situation": "to orders, insults, or social slights", + "amount": -1 + } + ], + "calc": { + "points": -1 + } + }, + { + "id": "abcc3efa-c5bd-47a7-b7f1-ac0110d78192", + "type": "trait", + "name": "Territorial", + "reference": "B162", + "tags": [ + "Mental", + "Quirk" + ], + "base_points": -1, + "calc": { + "points": -1 + } + }, + { + "id": "1764183e-4dfd-40ac-915b-0810a155e8a5", + "type": "trait", + "name": "Born Biter", + "reference": "FFK9", + "notes": "Can hold on and worry targets after a bite. +3 for opponents to target your protruding snout.", + "tags": [ + "Feature", + "Physical" + ], + "calc": { + "points": 0 + } + }, + { + "id": "39081891-3cb3-4d1a-8263-7911c370bac7", + "type": "trait", + "name": "Tail", + "reference": "FFK9", + "notes": "Not a manipulator or striker, requires armor modifications", + "tags": [ + "Feature", + "Physical" + ], + "calc": { + "points": 0 + } + }, + { + "id": "a9fdfa2b-30fe-413e-b5e3-d93555297cc7", + "type": "trait_container", + "open": true, + "children": [ + { + "id": "f95b460c-5689-4aae-a8a2-e356d6ad1a31", + "type": "trait_container", + "open": true, + "children": [ + { + "id": "070a6c41-3c3d-4a8d-a39b-f0c23e00a658", + "type": "trait", + "name": "Increased Will", + "reference": "B16", + "tags": [ + "Advantage", + "Attribute", + "Mental" + ], + "levels": 2, + "points_per_level": 5, + "features": [ + { + "type": "attribute_bonus", + "attribute": "will", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 10 + } + }, + { + "id": "2c6fc3a6-7552-4ffc-9447-3712f6e965cd", + "type": "trait", + "name": "Combat Reflexes", + "reference": "B43", + "notes": "Never freeze", + "tags": [ + "Advantage", + "Mental" + ], + "base_points": 15, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": false, + "name": { + "compare": "is", + "qualifier": "Enhanced Time Sense" + } + } + ] + }, + "features": [ + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "starts_with", + "qualifier": "fast-draw" + }, + "amount": 1 + }, + { + "type": "attribute_bonus", + "attribute": "dodge", + "amount": 1 + }, + { + "type": "attribute_bonus", + "attribute": "parry", + "amount": 1 + }, + { + "type": "attribute_bonus", + "attribute": "block", + "amount": 1 + }, + { + "type": "attribute_bonus", + "attribute": "fright_check", + "amount": 2 + }, + { + "type": "conditional_modifier", + "situation": "on all IQ rolls to wake up or to recover from surprise or mental stun", + "amount": 6 + }, + { + "type": "conditional_modifier", + "situation": "to initiative rolls for your side (+2 if you are the leader)", + "amount": 1 + } + ], + "calc": { + "points": 15 + } + }, + { + "id": "609caa2f-85be-48e9-a4ad-1dc1e012f34d", + "type": "trait", + "name": "Hard to Kill", + "reference": "B58", + "tags": [ + "Advantage", + "Physical" + ], + "levels": 5, + "points_per_level": 2, + "features": [ + { + "type": "conditional_modifier", + "situation": "to HT rolls made for survival at -HP or below, and on any HT roll where failure means instant death. If this bonus makes the difference between success and failure, you collapse, apparently dead (or disabled), but come to in the usual amount of time. A successful Diagnosis roll reveals the truth.", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 10 + } + }, + { + "id": "0049f23d-d314-45d2-82ef-16c131443c14", + "type": "trait", + "name": "Striking ST", + "reference": "B88,P78", + "tags": [ + "Advantage", + "Exotic", + "Physical" + ], + "levels": 5, + "points_per_level": 5, + "features": [ + { + "type": "attribute_bonus", + "limitation": "striking_only", + "attribute": "st", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 25 + } + }, + { + "id": "43182e52-45df-4e40-8452-d7d1917eac5c", + "type": "trait", + "name": "May purchase any level of Enhanced Defences", + "reference": "FFK10", + "reference_highlight": "Enhanced Defences", + "calc": { + "points": 0 + } + } + ], + "name": "Heroic Kobold", + "calc": { + "points": 60 + } + } + ], + "name": "Choose an optional lens", + "template_picker": { + "type": "count", + "qualifier": { + "qualifier": 1 + } + }, + "calc": { + "points": 60 + } + } + ], + "name": "Kobold (Dungeon Fantasy)", + "reference": "FFK9", + "ancestry": "Human", + "container_type": "ancestry", + "calc": { + "points": 0 + } + } + ] +} diff --git a/Library/Fantasy Folk/Kobolds/Racial Templates/Kobold (Yrth).gct b/Library/Fantasy Folk/Kobolds/Racial Templates/Kobold (Yrth).gct new file mode 100644 index 000000000..93ae2bad7 --- /dev/null +++ b/Library/Fantasy Folk/Kobolds/Racial Templates/Kobold (Yrth).gct @@ -0,0 +1,363 @@ +{ + "type": "template", + "version": 4, + "id": "4a30ed5e-7e8b-4ec1-8763-fde36220d74e", + "traits": [ + { + "id": "330123f0-a633-43b8-9251-f06c37d0f26e", + "type": "trait_container", + "open": true, + "children": [ + { + "id": "938b3ee3-d9fb-4178-92ab-3a1722b0eb5b", + "type": "trait", + "name": "Decreased Strength", + "reference": "B14", + "tags": [ + "Attribute", + "Disadvantage", + "Physical" + ], + "levels": 2, + "points_per_level": -10, + "features": [ + { + "type": "attribute_bonus", + "attribute": "st", + "amount": -1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": -20 + } + }, + { + "id": "e6e3aa6f-0b28-43ad-aae7-3952efab36a5", + "type": "trait", + "name": "Increased Dexterity", + "reference": "B15", + "tags": [ + "Advantage", + "Attribute", + "Physical" + ], + "levels": 1, + "points_per_level": 20, + "features": [ + { + "type": "attribute_bonus", + "attribute": "dx", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 20 + } + }, + { + "id": "c7cc4fe5-2bd1-46ea-bef7-56cf9593c029", + "type": "trait", + "name": "Decreased Intelligence", + "reference": "B15", + "tags": [ + "Attribute", + "Disadvantage", + "Mental" + ], + "levels": 2, + "points_per_level": -20, + "features": [ + { + "type": "attribute_bonus", + "attribute": "iq", + "amount": -1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": -40 + } + }, + { + "id": "37f30f9a-a908-4170-9677-86d9845fe377", + "type": "trait", + "name": "Decreased Will", + "reference": "B16", + "tags": [ + "Attribute", + "Disadvantage", + "Mental" + ], + "levels": 1, + "points_per_level": -5, + "features": [ + { + "type": "attribute_bonus", + "attribute": "will", + "amount": -1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": -5 + } + }, + { + "id": "5078ecdb-a25a-470e-864f-b2e23cd48877", + "type": "trait", + "name": "Reduced Consumption", + "reference": "B80", + "notes": "Cast-Iron Stomach (-50%)", + "tags": [ + "Advantage", + "Physical" + ], + "levels": 2, + "points_per_level": 1, + "can_level": true, + "calc": { + "points": 2 + } + }, + { + "id": "66951ce4-1b0e-40cb-97f3-1e677158b6e7", + "type": "trait", + "name": "Resistant", + "reference": "B81,P71,MA47", + "notes": "+8 to HT to resist disease", + "tags": [ + "Advantage", + "Physical" + ], + "base_points": 5, + "features": [ + { + "type": "conditional_modifier", + "situation": "to HT to resist disease", + "amount": 8 + } + ], + "round_down": true, + "calc": { + "points": 5 + } + }, + { + "id": "7fe1f5d6-0005-47fa-bdb7-c79b5c4fa508", + "type": "trait", + "name": "Short Attention Span", + "reference": "B153", + "notes": "Make a self-control roll whenever you must maintain interest in something for an extended period of time, or whenever a distraction is offered. If you fail, you automatically fail at the task at hand.", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -10, + "cr": 9, + "calc": { + "points": -15 + } + }, + { + "id": "28a684ac-5613-4325-8f40-73f909b6074b", + "type": "trait", + "name": "Social Stigma (Uneducated)", + "reference": "B156", + "tags": [ + "Disadvantage", + "Social" + ], + "base_points": -5, + "features": [ + { + "type": "reaction_bonus", + "situation": "from others", + "amount": -1 + } + ], + "calc": { + "points": -5 + } + }, + { + "id": "92285e56-05eb-4901-b719-91564a07fe13", + "type": "trait", + "name": "Easily insulted", + "reference": "B162", + "tags": [ + "Mental", + "Quirk" + ], + "base_points": -1, + "calc": { + "points": -1 + } + }, + { + "id": "c7a3d8ca-a4fc-4694-9162-01b66275af37", + "type": "trait", + "name": "Loves practical jokes", + "reference": "B162", + "tags": [ + "Mental", + "Quirk" + ], + "base_points": -1, + "calc": { + "points": -1 + } + }, + { + "id": "505d8be0-9112-43d0-b184-559bce556914", + "type": "trait_container", + "open": true, + "children": [ + { + "id": "e319a5ed-87f9-4610-a7c0-681382488dbc", + "type": "trait_container", + "open": true, + "children": [ + { + "id": "f79edcf7-e290-46b7-9a31-db9ce4b251d9", + "type": "trait", + "name": "Size Modifier (Small)", + "reference": "B19", + "levels": 1, + "features": [ + { + "type": "conditional_modifier", + "situation": "to other's intimidation skill due to your size", + "amount": 1, + "per_level": true + }, + { + "type": "conditional_modifier", + "situation": "to intimidation due to size", + "amount": -1, + "per_level": true + }, + { + "type": "attribute_bonus", + "attribute": "sm", + "amount": -1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 0 + } + }, + { + "id": "c0f787f0-21e9-43b8-80eb-d3e456cec109", + "type": "trait", + "name": "Medium", + "reference": "B68,P59", + "tags": [ + "Advantage", + "Mental", + "Supernatural" + ], + "base_points": 10, + "calc": { + "points": 10 + } + }, + { + "id": "8e66aa79-680d-4572-a772-341bf9fb0022", + "type": "trait", + "name": "Morph", + "reference": "B84", + "notes": "Any template up to 50 point value", + "userdesc": "Template excluding Morph is -60 base +(210-203) lens = -53. To get a Morph template of 50 points is 103 higher than existing template. The cost for Morph is therefore 100 base cost + 103 for higher target template = 203", + "tags": [ + "Advantage", + "Exotic", + "Physical" + ], + "base_points": 100, + "levels": 103, + "points_per_level": 1, + "can_level": true, + "calc": { + "points": 203 + } + }, + { + "id": "48a979e3-c16b-4f3d-b2c7-8e792fdf1101", + "type": "trait", + "name": "Pitiable", + "reference": "B22", + "tags": [ + "Advantage", + "Physical", + "Social" + ], + "base_points": 5, + "features": [ + { + "type": "reaction_bonus", + "situation": "from those who consider you to be in a position of helplessness, weakness, or need (which never includes those with the Callous disadvantage)", + "amount": 3 + } + ], + "calc": { + "points": 5 + } + }, + { + "id": "24e802aa-5d43-49c0-b048-daad47867b4d", + "type": "trait", + "name": "Appearance (-2: Ugly)", + "reference": "B21", + "tags": [ + "Advantage", + "Physical" + ], + "base_points": -8, + "features": [ + { + "type": "reaction_bonus", + "situation": "from others who see your looks", + "amount": -2 + } + ], + "calc": { + "points": -8 + } + } + ], + "name": "Kobaloi", + "reference": "FFK10", + "calc": { + "points": 210 + } + } + ], + "name": "Choose optional lens", + "reference": "FFK10", + "template_picker": { + "type": "count", + "qualifier": { + "qualifier": 1 + } + }, + "calc": { + "points": 210 + } + } + ], + "name": "Kobold (Yrth)", + "reference": "FFK10", + "calc": { + "points": 150 + } + } + ] +} diff --git a/Library/Fantasy Folk/Kobolds/Racial Templates/Mine Kobold.gct b/Library/Fantasy Folk/Kobolds/Racial Templates/Mine Kobold.gct new file mode 100644 index 000000000..8c57a1edd --- /dev/null +++ b/Library/Fantasy Folk/Kobolds/Racial Templates/Mine Kobold.gct @@ -0,0 +1,1012 @@ +{ + "type": "template", + "version": 4, + "id": "345c71be-4c8c-406d-a499-93494c40a096", + "traits": [ + { + "id": "631b8691-a321-46b0-afa9-df09f1500d01", + "type": "trait_container", + "open": true, + "children": [ + { + "id": "1ac2e3df-f145-4278-80fd-e2d8f49ca10f", + "type": "trait", + "name": "Increased Dexterity", + "reference": "B15", + "tags": [ + "Advantage", + "Attribute", + "Physical" + ], + "levels": 1, + "points_per_level": 20, + "features": [ + { + "type": "attribute_bonus", + "attribute": "dx", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 20 + } + }, + { + "id": "ac085367-99a1-4121-ade9-c1b0000f5c93", + "type": "trait", + "name": "Decreased Intelligence", + "reference": "B15", + "tags": [ + "Attribute", + "Disadvantage", + "Mental" + ], + "levels": 2, + "points_per_level": -20, + "features": [ + { + "type": "attribute_bonus", + "attribute": "iq", + "amount": -1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": -40 + } + }, + { + "id": "18910d19-3873-45c1-bd2c-fa72a7d648d8", + "type": "trait", + "name": "Increased Health", + "reference": "B14", + "tags": [ + "Advantage", + "Attribute", + "Physical" + ], + "levels": 1, + "points_per_level": 10, + "features": [ + { + "type": "attribute_bonus", + "attribute": "ht", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 10 + } + }, + { + "id": "d1b4005e-bfd7-447a-b05d-a56a037237a7", + "type": "trait", + "name": "Size Modifier (Small)", + "reference": "B19", + "levels": 3, + "features": [ + { + "type": "conditional_modifier", + "situation": "to other's intimidation skill due to your size", + "amount": 1, + "per_level": true + }, + { + "type": "conditional_modifier", + "situation": "to intimidation due to size", + "amount": -1, + "per_level": true + }, + { + "type": "attribute_bonus", + "attribute": "sm", + "amount": -1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 0 + } + }, + { + "id": "6a290fd5-56c9-4b2a-8ea6-a69e1f7fa977", + "type": "trait", + "name": "Increased Will", + "reference": "B16", + "tags": [ + "Advantage", + "Attribute", + "Mental" + ], + "levels": 1, + "points_per_level": 5, + "features": [ + { + "type": "attribute_bonus", + "attribute": "will", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 5 + } + }, + { + "id": "bbe311a3-c471-4988-b160-f11a841e8741", + "type": "trait", + "name": "Increased Perception", + "reference": "B16", + "tags": [ + "Advantage", + "Attribute", + "Mental", + "Physical" + ], + "levels": 2, + "points_per_level": 5, + "features": [ + { + "type": "attribute_bonus", + "attribute": "per", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 10 + } + }, + { + "id": "1cfb1065-a01e-4842-94ad-b44ba28399ce", + "type": "trait_container", + "open": true, + "children": [ + { + "id": "330185be-5861-41b3-b5bd-9a309728c66a", + "type": "trait", + "name": "Damage Resistance", + "reference": "B47", + "tags": [ + "Advantage", + "Exotic", + "Physical" + ], + "levels": 5, + "points_per_level": 5, + "features": [ + { + "type": "dr_bonus", + "location": "skull", + "amount": 1, + "per_level": true + }, + { + "type": "dr_bonus", + "location": "face", + "amount": 1, + "per_level": true + }, + { + "type": "dr_bonus", + "location": "neck", + "amount": 1, + "per_level": true + }, + { + "type": "dr_bonus", + "location": "torso", + "amount": 1, + "per_level": true + }, + { + "type": "dr_bonus", + "location": "vitals", + "amount": 1, + "per_level": true + }, + { + "type": "dr_bonus", + "location": "groin", + "amount": 1, + "per_level": true + }, + { + "type": "dr_bonus", + "location": "arm", + "amount": 1, + "per_level": true + }, + { + "type": "dr_bonus", + "location": "hand", + "amount": 1, + "per_level": true + }, + { + "type": "dr_bonus", + "location": "leg", + "amount": 1, + "per_level": true + }, + { + "type": "dr_bonus", + "location": "foot", + "amount": 1, + "per_level": true + }, + { + "type": "dr_bonus", + "location": "tail", + "amount": 1, + "per_level": true + }, + { + "type": "dr_bonus", + "location": "wing", + "amount": 1, + "per_level": true + }, + { + "type": "dr_bonus", + "location": "fin", + "amount": 1, + "per_level": true + }, + { + "type": "dr_bonus", + "location": "brain", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 25 + } + }, + { + "id": "6cb99e80-12bf-4565-aa40-59a09384083e", + "type": "trait", + "name": "Doesn't Breathe", + "reference": "B49", + "tags": [ + "Advantage", + "Exotic", + "Physical" + ], + "base_points": 20, + "calc": { + "points": 20 + } + }, + { + "id": "2a099fd0-ef6c-4709-ba1e-34f68fe0763e", + "type": "trait", + "name": "Fragile (Brittle)", + "reference": "B136", + "tags": [ + "Disadvantage", + "Exotic", + "Physical" + ], + "base_points": -15, + "calc": { + "points": -15 + } + }, + { + "id": "824f7393-d7df-443d-a42d-11b9b34bdbff", + "type": "trait", + "name": "Injury Tolerance", + "reference": "B60", + "notes": "Homogenous (Wound modifiers: imp \u0026 pi++ are x1/2, pi+ is x1/3, pi is x1/5, pi- is x1/10)\nNo Blood (Do not bleed, unaffected by blood-borne toxins, immune to attacks that rely on cutting off blood to part of your body)", + "tags": [ + "Advantage", + "Exotic", + "Physical" + ], + "base_points": 45, + "calc": { + "points": 45 + } + }, + { + "id": "815410c7-ad81-4a94-9513-84d55ed0f2ea", + "type": "trait", + "name": "Pressure Support", + "reference": "B77", + "notes": "Immune to high pressure", + "tags": [ + "Advantage", + "Exotic", + "Physical" + ], + "levels": 3, + "points_per_level": 5, + "can_level": true, + "calc": { + "points": 15 + } + }, + { + "id": "b4e564cc-7ea5-4f90-b746-4e4d6b9ba553", + "type": "trait", + "name": "Resistant", + "reference": "B81", + "notes": "Immunity to Metabolic Hazards", + "tags": [ + "Advantage", + "Physical" + ], + "base_points": 30, + "round_down": true, + "calc": { + "points": 30 + } + }, + { + "id": "bd180c2e-4aa6-45c3-b6de-f2e1149d6a9a", + "type": "trait", + "name": "Sealed", + "reference": "B82", + "tags": [ + "Advantage", + "Exotic", + "Physical" + ], + "base_points": 15, + "calc": { + "points": 15 + } + }, + { + "id": "177363f6-b805-44a0-bc92-0024f527227d", + "type": "trait", + "name": "Vacuum Support", + "reference": "B96", + "tags": [ + "Advantage", + "Exotic", + "Physical" + ], + "base_points": 5, + "calc": { + "points": 5 + } + } + ], + "name": "Meta-Trait: Body of Stone", + "reference": "B262", + "container_type": "meta_trait", + "calc": { + "points": 140 + } + }, + { + "id": "b7e255fb-788e-4d7a-988d-d7a3e2ef46ad", + "type": "trait", + "name": "Dark Vision", + "reference": "B47,P46", + "notes": "Can see colours", + "tags": [ + "Advantage", + "Exotic", + "Physical" + ], + "base_points": 30, + "calc": { + "points": 30 + } + }, + { + "id": "29ce51d2-4bb0-4611-ac96-8a5a1d693c11", + "type": "trait", + "name": "Doesn't Eat or Drink", + "reference": "B50", + "tags": [ + "Advantage", + "Exotic", + "Physical" + ], + "base_points": 10, + "calc": { + "points": 10 + } + }, + { + "id": "cd68e3cf-8cae-4833-9422-b5d9dd42ff26", + "type": "trait", + "name": "Penetrating Vision", + "reference": "B74,P66", + "notes": "Only stone (-40%)", + "tags": [ + "Advantage", + "Physical" + ], + "levels": 6, + "points_per_level": 6, + "can_level": true, + "calc": { + "points": 36 + } + }, + { + "id": "01677de1-7272-4f2b-954b-9c135ef19a1a", + "type": "trait", + "name": "Permeation", + "reference": "B75,P66", + "notes": "Through stone, can carry objects up to no encumbrance (+10%)", + "tags": [ + "Advantage", + "Exotic", + "Physical" + ], + "base_points": 44, + "calc": { + "points": 44 + } + }, + { + "id": "b664098e-8612-4d96-a078-b1a6e91b96e0", + "type": "trait", + "name": "Talent (Stone Sense)", + "reference": "FFK8,B89", + "reference_highlight": "Stone Sense", + "tags": [ + "Advantage", + "Mental", + "Talent" + ], + "levels": 3, + "points_per_level": 5, + "features": [ + { + "type": "reaction_bonus", + "situation": "from mining engineers and highly skilled metalworkers", + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Engineer" + }, + "specialization": { + "compare": "is", + "qualifier": "Mining" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Geology" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Metallurgy" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Professional Skill" + }, + "specialization": { + "compare": "is", + "qualifier": "Miner" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Prospecting" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Smith" + }, + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 15 + } + }, + { + "id": "f3c1d43d-e1b7-455e-b87d-0a1a56d32ee6", + "type": "trait", + "name": "Temperature Tolerance", + "reference": "B93", + "tags": [ + "Advantage", + "Physical" + ], + "levels": 10, + "points_per_level": 1, + "can_level": true, + "calc": { + "points": 10 + } + }, + { + "id": "a868f2b0-e22f-4dbe-b1ed-927f162d085e", + "type": "trait", + "name": "Striking Surface", + "reference": "PU2:12", + "notes": "Punch counts as brass knuckles, kick counts as wearing heavy boots", + "tags": [ + "Exotic", + "Perk", + "Physical" + ], + "base_points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "Damage Resistance" + }, + "level": { + "compare": "at_least", + "qualifier": 3 + } + } + ] + }, + "calc": { + "points": 1 + } + }, + { + "id": "03ec47b0-b6eb-45b5-8442-c9df5afbd79e", + "type": "trait", + "name": "Agoraphobia (Open Spaces)", + "reference": "B150", + "notes": "You are uncomfortable whenever you are outside, and actually become frightened when there are no walls within 50 feet.", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -10, + "cr": 12, + "cr_adj": "action_penalty", + "calc": { + "points": -10 + } + }, + { + "id": "6bce3194-abaf-4471-bf64-b42ba985b612", + "type": "trait", + "name": "Appearance (-2: Ugly)", + "reference": "B21", + "tags": [ + "Advantage", + "Physical" + ], + "base_points": -8, + "features": [ + { + "type": "reaction_bonus", + "situation": "from others who see your looks", + "amount": -2 + } + ], + "calc": { + "points": -8 + } + }, + { + "id": "f60ed100-1706-4275-aba9-1d3ebef76c46", + "type": "trait", + "name": "Dependency (Mana)", + "reference": "B130", + "reference_highlight": "Dependency", + "notes": "Constantly (lose 1 HP per minute without it)", + "tags": [ + "Disadvantage", + "Exotic", + "Physical" + ], + "base_points": -25, + "calc": { + "points": -25 + } + }, + { + "id": "362d00e1-159c-49e7-9cb0-dc0ccc4b460b", + "type": "trait", + "name": "Cannot Float", + "reference": "B165", + "tags": [ + "Physical", + "Quirk" + ], + "base_points": -1, + "calc": { + "points": -1 + } + }, + { + "id": "ea8b22c5-ea56-4da2-9acb-62c404214cd1", + "type": "trait", + "name": "Somewhat shy of humans", + "reference": "B162", + "tags": [ + "Mental", + "Quirk" + ], + "base_points": -1, + "calc": { + "points": -1 + } + }, + { + "id": "28f3dc5b-c419-4d5c-9b49-b00a7f830671", + "type": "trait", + "name": "Whimsical", + "reference": "B162", + "tags": [ + "Mental", + "Quirk" + ], + "base_points": -1, + "calc": { + "points": -1 + } + }, + { + "id": "602375e6-0fd9-4894-b0a7-8e12279ff145", + "type": "trait_container", + "open": true, + "children": [ + { + "id": "1dabb2aa-426f-4556-8ab6-fb404d8ff6ba", + "type": "trait_container", + "open": true, + "children": [ + { + "id": "04497ab1-3a16-40af-8531-5b2028a69db8", + "type": "trait", + "name": "Medium", + "reference": "B68,P59", + "notes": "For sensing and communicating with other faeries", + "tags": [ + "Advantage", + "Mental", + "Supernatural" + ], + "base_points": 10, + "calc": { + "points": 10 + } + }, + { + "id": "e99446cc-5b6b-4b9b-bb21-bfa3638828d4", + "type": "trait", + "name": "Remove dependency on mana trait", + "base_points": 25, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": false, + "name": { + "compare": "is", + "qualifier": "Dependency (Mana)" + }, + "level": { + "compare": "at_least" + } + } + ] + }, + "calc": { + "points": 25 + } + } + ], + "name": "Alchemical Baroque Kobold", + "reference": "FFK8", + "calc": { + "points": 35 + } + }, + { + "id": "8a3b6364-fd1a-4c9a-a745-86f8570968b6", + "type": "trait_container", + "open": true, + "children": [ + { + "id": "80d356c9-e693-426b-9188-8d2dbb850846", + "type": "trait", + "name": "Unaging", + "reference": "B95,PSI18", + "tags": [ + "Advantage", + "Exotic", + "Physical" + ], + "base_points": 15, + "calc": { + "points": 15 + } + } + ], + "name": "Indefinite Lifespan", + "reference": "FFK8", + "calc": { + "points": 15 + } + }, + { + "id": "96ec051b-6749-45b4-a0e3-e547608646b9", + "type": "trait_container", + "open": true, + "children": [ + { + "id": "59d2a391-b27d-465e-ad67-1e814b662f2d", + "type": "trait", + "name": "Decreased Basic Move", + "reference": "B17", + "tags": [ + "Attribute", + "Disadvantage", + "Physical" + ], + "levels": 2, + "points_per_level": -5, + "features": [ + { + "type": "attribute_bonus", + "attribute": "basic_move", + "amount": -1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": -10 + } + }, + { + "id": "1eb58303-3b6c-4cc5-b192-57b2574bc9a4", + "type": "trait", + "name": "Choking Dust", + "reference": "B35,B106", + "notes": "Affliction: Choking, Malediction (SSRT range penalties)", + "tags": [ + "Advantage", + "Exotic", + "Physical" + ], + "levels": 1, + "points_per_level": 35, + "can_level": true, + "calc": { + "points": 35 + } + }, + { + "id": "aed04b7b-eb4d-4fe8-987c-b3f966c5a5aa", + "type": "trait", + "name": "Horns (Crush)", + "reference": "B61,P53,MA45", + "reference_highlight": "crushing (cr)", + "notes": "Reach C (-30%), Armor Divisor 3 (+100%)", + "tags": [ + "Advantage", + "Exotic", + "Physical" + ], + "levels": 2, + "points_per_level": 8.5, + "weapons": [ + { + "id": "a5bea80c-11e8-401e-8e33-f19f234c5665", + "type": "melee_weapon", + "damage": { + "type": "cr", + "base": "1d", + "armor_divisor": 3 + }, + "usage": "Horns", + "reach": "C", + "parry": "0", + "defaults": [ + { + "type": "skill", + "name": "Brawling" + } + ], + "calc": { + "damage": "1d(3) cr" + } + } + ], + "can_level": true, + "calc": { + "points": 17 + } + }, + { + "id": "cd850ce2-ba8e-4dce-b9ac-1c8d5fabe9c6", + "type": "trait", + "name": "Code of Honor", + "reference": "B163,MA53", + "notes": "Honor bargains, and take revenge on those who break your terms", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -5, + "calc": { + "points": -5 + } + }, + { + "id": "ddf5bd09-f413-4433-b5b2-7d1f4487daf0", + "type": "trait", + "name": "Bowlegged", + "reference": "B165", + "tags": [ + "Physical", + "Quirk" + ], + "base_points": -1, + "features": [ + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Jumping" + }, + "amount": -1 + }, + { + "type": "reaction_bonus", + "situation": "from those who think Bowlegged looks funny", + "amount": -1 + } + ], + "calc": { + "points": -1 + } + }, + { + "id": "b71be3eb-2904-44ca-8574-bc8ecc2ae31f", + "type": "trait", + "name": "Likes chewing coca leaves", + "reference": "B162", + "tags": [ + "Mental", + "Quirk" + ], + "base_points": -1, + "calc": { + "points": -1 + } + }, + { + "id": "fca2bdff-8bc1-425f-be3a-983a474d81ec", + "type": "trait", + "name": "Brawling skill", + "base_points": 1, + "features": [ + { + "type": "skill_point_bonus", + "name": { + "compare": "is", + "qualifier": "Brawling" + }, + "amount": 1 + } + ], + "calc": { + "points": 1 + } + } + ], + "name": "Muki", + "reference": "FFK8", + "calc": { + "points": 36 + } + } + ], + "name": "Choose optional lens", + "template_picker": { + "type": "count", + "qualifier": { + "qualifier": 1 + } + }, + "calc": { + "points": 86 + } + } + ], + "name": "Mine Kobold", + "reference": "FFK8", + "ancestry": "Human", + "container_type": "ancestry", + "calc": { + "points": 331 + } + } + ], + "skills": [ + { + "id": "9c519025-88bb-418d-afea-2655fc05ab6e", + "type": "skill", + "name": "Brawling", + "reference": "B182,MA55", + "tags": [ + "Combat", + "Melee Combat", + "Weapon" + ], + "difficulty": "dx/e", + "features": [ + { + "type": "weapon_bonus", + "selection_type": "weapons_with_required_skill", + "name": { + "compare": "is", + "qualifier": "Brawling" + }, + "level": { + "compare": "at_least", + "qualifier": 2 + }, + "amount": 1, + "per_die": true + } + ] + } + ] +} diff --git a/Library/Fantasy Folk/Kobolds/Traits and Skills/Kobold Skills.skl b/Library/Fantasy Folk/Kobolds/Traits and Skills/Kobold Skills.skl new file mode 100644 index 000000000..4bcfe35c0 --- /dev/null +++ b/Library/Fantasy Folk/Kobolds/Traits and Skills/Kobold Skills.skl @@ -0,0 +1,93 @@ +{ + "type": "skill_list", + "version": 4, + "rows": [ + { + "id": "73814b6c-1a68-48e4-918c-beecce6f9880", + "type": "skill", + "name": "Navigation", + "reference": "FFK6,B211", + "reference_highlight": "Underground", + "tags": [ + "Exploration", + "Technical" + ], + "specialization": "Underground", + "tech_level": "", + "difficulty": "iq/a", + "points": 1, + "defaulted_from": { + "type": "iq", + "modifier": -5, + "level": 5, + "adjusted_level": 5, + "points": -5 + }, + "defaults": [ + { + "type": "iq", + "modifier": -5 + }, + { + "type": "skill", + "name": "Cartography", + "modifier": -4 + }, + { + "type": "skill", + "name": "Mathematics", + "specialization": "Surveying", + "modifier": -4 + }, + { + "type": "skill", + "name": "Navigation", + "specialization": "Land", + "modifier": -2 + } + ] + }, + { + "id": "41f1eb11-45e4-4691-81d4-ccfe193bb2f3", + "type": "skill", + "name": "Professional Skill", + "reference": "B215", + "tags": [ + "Knowledge" + ], + "specialization": "Miner", + "tech_level": "", + "difficulty": "iq/a", + "points": 1, + "defaulted_from": { + "type": "iq", + "modifier": -5, + "level": 5, + "adjusted_level": 5, + "points": -5 + }, + "defaults": [ + { + "type": "iq", + "modifier": -5 + }, + { + "type": "skill", + "name": "Engineer", + "specialization": "Mining", + "modifier": -3 + }, + { + "type": "skill", + "name": "Geology", + "modifier": -7 + }, + { + "type": "skill", + "name": "Prospecting", + "modifier": -5 + } + ] + } + ] +} diff --git a/Library/Fantasy Folk/Kobolds/Traits and Skills/Kobold Traits.adq b/Library/Fantasy Folk/Kobolds/Traits and Skills/Kobold Traits.adq new file mode 100644 index 000000000..ae5826416 --- /dev/null +++ b/Library/Fantasy Folk/Kobolds/Traits and Skills/Kobold Traits.adq @@ -0,0 +1,447 @@ +{ + "type": "trait_list", + "version": 4, + "rows": [ + { + "id": "31ef7369-6e92-42fb-9bcf-5774780fa971", + "type": "trait", + "name": "Blue skinned", + "reference": "FFK4", + "reference_highlight": "blue-skinned", + "tags": [ + "Feature", + "Physical" + ], + "calc": { + "points": 0 + } + }, + { + "id": "dcbe17e6-caf3-410d-88ef-ebabbcb0a2a3", + "type": "trait", + "name": "Cobalt Aura", + "reference": "FFK4,B62", + "reference_highlight": "Toxic Attack", + "tags": [ + "Advantage", + "Exotic", + "Physical" + ], + "modifiers": [ + { + "id": "235448b6-5161-4a00-b04b-ec5ccdc49a5b", + "type": "modifier", + "name": "Area Effect", + "reference": "B102,P100", + "notes": "2^level radius", + "cost": 50, + "levels": 2 + }, + { + "id": "7984f0fd-b883-489f-a0d3-02dcf05227b7", + "type": "modifier", + "name": "Cyclic", + "reference": "B103", + "notes": "8 cycles of 1 hr; Resistible; Negated by magical or alchemical treatments, high-tech chelating treatments, etc.", + "cost": 10, + "levels": 7 + }, + { + "id": "7f334d7a-a8f6-4404-9931-d5159a1e5db5", + "type": "modifier", + "name": "Drifting", + "reference": "B105", + "cost": 20 + }, + { + "id": "7b4f86ab-fd45-4c9d-9693-e80372f735ba", + "type": "modifier", + "name": "Emanation", + "reference": "B112,P102", + "cost": -20 + }, + { + "id": "d9583b2f-a34b-40d1-9ad6-ac6d60a12a48", + "type": "modifier", + "name": "No Signature", + "reference": "B106,P103", + "cost": 20 + }, + { + "id": "ac2af0f0-8619-4cd5-bbb8-1cf1e19e48b6", + "type": "modifier", + "name": "Onset", + "reference": "B113,P104", + "notes": "1 hour", + "cost": -20 + }, + { + "id": "9e09bcde-341d-4484-8bc8-0ca5fa45f30c", + "type": "modifier", + "name": "Persistent", + "reference": "B107,P104", + "cost": 40 + }, + { + "id": "23d58a1a-15b0-4e71-a219-bb88273b72da", + "type": "modifier", + "name": "Resistible", + "reference": "B115,P105", + "notes": "HT + (level - 6) to resist", + "cost": -5, + "levels": 4 + }, + { + "id": "0b1f5f04-ff3c-4192-970d-eacee0472e14", + "type": "modifier", + "name": "Respiratory Agent", + "reference": "B108", + "cost": 50 + } + ], + "levels": 1, + "points_per_level": 4, + "weapons": [ + { + "id": "e96a421d-2cc6-47af-9026-60badae22e8d", + "type": "ranged_weapon", + "damage": { + "type": "tox", + "base": "1d" + }, + "accuracy": "3", + "range": "10/100", + "rate_of_fire": "1", + "recoil": "1", + "defaults": [ + { + "type": "skill", + "name": "Innate Attack", + "specialization": "Attack Type" + }, + { + "type": "skill", + "name": "Innate Attack", + "modifier": -2 + }, + { + "type": "dx", + "modifier": -4 + } + ], + "calc": { + "damage": "1d tox" + } + } + ], + "can_level": true, + "calc": { + "points": 14 + } + }, + { + "id": "0f966940-4d54-409d-b950-c15eca21ad8c", + "type": "trait", + "name": "Huge Weapons (SM)", + "reference": "FFK14,PU2:6", + "tags": [ + "Exotic", + "Perk", + "Physical" + ], + "levels": 1, + "points_per_level": 1, + "can_level": true, + "calc": { + "points": 1 + } + }, + { + "id": "1703edc0-8fbf-496a-9739-e06ee00050da", + "type": "trait", + "name": "Huge Weapons (ST)", + "reference": "FFK14,PU2:6", + "tags": [ + "Exotic", + "Perk", + "Physical" + ], + "levels": 1, + "points_per_level": 1, + "can_level": true, + "calc": { + "points": 1 + } + }, + { + "id": "644c0b76-2e12-49dc-acf4-c1534e105e35", + "type": "trait", + "name": "Talent (Dungeon Crafter)", + "reference": "FFK6,B89", + "reference_highlight": "Dungeon Crafter", + "tags": [ + "Advantage", + "Mental", + "Talent" + ], + "levels": 1, + "points_per_level": 5, + "features": [ + { + "type": "reaction_bonus", + "situation": "from fellow dungeon denizens who benefit from your work", + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Armoury" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Lockpicking" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Professional Skill" + }, + "specialization": { + "compare": "is", + "qualifier": "Miner" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Scrounging" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Smith" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Traps" + }, + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 5 + } + }, + { + "id": "87ac50a9-7a14-4154-abf4-b479b9fc0578", + "type": "trait", + "name": "Talent (Stone Sense)", + "reference": "FFK8,B89", + "reference_highlight": "Stone Sense", + "tags": [ + "Advantage", + "Mental", + "Talent" + ], + "levels": 1, + "points_per_level": 5, + "features": [ + { + "type": "reaction_bonus", + "situation": "from mining engineers and highly skilled metalworkers", + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Engineer" + }, + "specialization": { + "compare": "is", + "qualifier": "Mining" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Geology" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Metallurgy" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Professional Skill" + }, + "specialization": { + "compare": "is", + "qualifier": "Miner" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Prospecting" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Smith" + }, + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 5 + } + }, + { + "id": "10b33609-41e4-4eca-aa45-78b0b61e0cf3", + "type": "trait", + "name": "Talent (Tricksy)", + "reference": "FFK6,B89", + "reference_highlight": "Tricksy", + "tags": [ + "Advantage", + "Mental", + "Talent" + ], + "levels": 1, + "points_per_level": 5, + "features": [ + { + "type": "reaction_bonus", + "situation": "from other vicious or ruthless tricksters", + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Camouflage" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Fast-Talk" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Filch" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Pickpocket" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Sleight of Hand" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Traps" + }, + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 5 + } + } + ] +}