diff --git a/Library/Fantasy Folk/Winged Folk/Animals/Dwenon.gcs b/Library/Fantasy Folk/Winged Folk/Animals/Dwenon.gcs new file mode 100644 index 000000000..1cd11d6bb --- /dev/null +++ b/Library/Fantasy Folk/Winged Folk/Animals/Dwenon.gcs @@ -0,0 +1,1191 @@ +{ + "type": "character", + "version": 4, + "id": "8f8b8bfc-7a1d-4ff1-8e36-f78ead0648bd", + "total_points": -42, + "points_record": [ + { + "when": "2024-01-22T21:13:19Z", + "points": -42, + "reason": "Initial points" + } + ], + "profile": { + "name": "Dwenon", + "height": "11\"", + "weight": "40 lb", + "tech_level": "3" + }, + "settings": { + "page": { + "paper_size": "letter", + "orientation": "portrait", + "top_margin": "0.25 in", + "left_margin": "0.25 in", + "bottom_margin": "0.25 in", + "right_margin": "0.25 in" + }, + "block_layout": [ + "reactions conditional_modifiers", + "melee", + "ranged", + "traits skills", + "spells", + "equipment", + "other_equipment", + "notes" + ], + "attributes": [ + { + "id": "st", + "type": "integer", + "name": "ST", + "full_name": "Strength", + "attribute_base": "10", + "cost_per_point": 10, + "cost_adj_percent_per_sm": 10 + }, + { + "id": "dx", + "type": "integer", + "name": "DX", + "full_name": "Dexterity", + "attribute_base": "10", + "cost_per_point": 20 + }, + { + "id": "iq", + "type": "integer", + "name": "IQ", + "full_name": "Intelligence", + "attribute_base": "10", + "cost_per_point": 20 + }, + { + "id": "ht", + "type": "integer", + "name": "HT", + "full_name": "Health", + "attribute_base": "10", + "cost_per_point": 10 + }, + { + "id": "will", + "type": "integer", + "name": "Will", + "attribute_base": "$iq", + "cost_per_point": 5 + }, + { + "id": "fright_check", + "type": "integer", + "name": "Fright Check", + "attribute_base": "$will", + "cost_per_point": 2 + }, + { + "id": "per", + "type": "integer", + "name": "Per", + "full_name": "Perception", + "attribute_base": "$iq", + "cost_per_point": 5 + }, + { + "id": "vision", + "type": "integer", + "name": "Vision", + "attribute_base": "$per", + "cost_per_point": 2 + }, + { + "id": "hearing", + "type": "integer", + "name": "Hearing", + "attribute_base": "$per", + "cost_per_point": 2 + }, + { + "id": "taste_smell", + "type": "integer", + "name": "Taste \u0026 Smell", + "attribute_base": "$per", + "cost_per_point": 2 + }, + { + "id": "touch", + "type": "integer", + "name": "Touch", + "attribute_base": "$per", + "cost_per_point": 2 + }, + { + "id": "basic_speed", + "type": "decimal", + "name": "Basic Speed", + "attribute_base": "($dx+$ht)/4", + "cost_per_point": 20 + }, + { + "id": "basic_move", + "type": "integer", + "name": "Basic Move", + "attribute_base": "floor($basic_speed)", + "cost_per_point": 5 + }, + { + "id": "fp", + "type": "pool", + "name": "FP", + "full_name": "Fatigue Points", + "attribute_base": "$ht", + "cost_per_point": 3, + "thresholds": [ + { + "state": "Unconscious", + "expression": "-$fp", + "ops": [ + "halve_move", + "halve_dodge", + "halve_st" + ] + }, + { + "state": "Collapse", + "expression": "0", + "explanation": "Roll vs. Will to do anything besides talk or rest; failure causes unconsciousness\nEach FP you lose below 0 also causes 1 HP of injury\nMove, Dodge and ST are halved (B426)", + "ops": [ + "halve_move", + "halve_dodge", + "halve_st" + ] + }, + { + "state": "Tired", + "expression": "ceil($fp/3)-1", + "explanation": "Move, Dodge and ST are halved (B426)", + "ops": [ + "halve_move", + "halve_dodge", + "halve_st" + ] + }, + { + "state": "Tiring", + "expression": "$fp-1" + }, + { + "state": "Rested", + "expression": "$fp" + } + ] + }, + { + "id": "hp", + "type": "pool", + "name": "HP", + "full_name": "Hit Points", + "attribute_base": "$st", + "cost_per_point": 2, + "cost_adj_percent_per_sm": 10, + "thresholds": [ + { + "state": "Dead", + "expression": "round(-$hp*5)", + "ops": [ + "halve_move", + "halve_dodge" + ] + }, + { + "state": "Dying #4", + "expression": "round(-$hp*4)", + "explanation": "Roll vs. HT to avoid death\nRoll vs. HT-4 every second to avoid falling unconscious\nMove and Dodge are halved (B419)", + "ops": [ + "halve_move", + "halve_dodge" + ] + }, + { + "state": "Dying #3", + "expression": "round(-$hp*3)", + "explanation": "Roll vs. HT to avoid death\nRoll vs. HT-3 every second to avoid falling unconscious\nMove and Dodge are halved (B419)", + "ops": [ + "halve_move", + "halve_dodge" + ] + }, + { + "state": "Dying #2", + "expression": "round(-$hp*2)", + "explanation": "Roll vs. HT to avoid death\nRoll vs. HT-2 every second to avoid falling unconscious\nMove and Dodge are halved (B419)", + "ops": [ + "halve_move", + "halve_dodge" + ] + }, + { + "state": "Dying #1", + "expression": "-$hp", + "explanation": "Roll vs. HT to avoid death\nRoll vs. HT-1 every second to avoid falling unconscious\nMove and Dodge are halved (B419)", + "ops": [ + "halve_move", + "halve_dodge" + ] + }, + { + "state": "Collapse", + "expression": "0", + "explanation": "Roll vs. HT every second to avoid falling unconscious\nMove and Dodge are halved (B419)", + "ops": [ + "halve_move", + "halve_dodge" + ] + }, + { + "state": "Reeling", + "expression": "ceil($hp/3)-1", + "explanation": "Move and Dodge are halved (B419)", + "ops": [ + "halve_move", + "halve_dodge" + ] + }, + { + "state": "Wounded", + "expression": "$hp-1" + }, + { + "state": "Healthy", + "expression": "$hp" + } + ] + } + ], + "body_type": { + "name": "Quadruped", + "roll": "3d", + "locations": [ + { + "id": "eye", + "choice_name": "Eyes", + "table_name": "Eyes", + "hit_penalty": -9, + "description": "An attack that misses by 1 hits the torso instead. Only\nimpaling (imp), piercing (pi-, pi, pi+, pi++), and\ntight-beam burning (burn) attacks can target the eye – and\nonly from the front or sides. Injury over HP÷10 blinds the\neye. Otherwise, treat as skull, but without the extra DR!", + "calc": { + "roll_range": "-", + "dr": { + "all": 0 + } + } + }, + { + "id": "skull", + "choice_name": "Skull", + "table_name": "Skull", + "slots": 2, + "hit_penalty": -7, + "dr_bonus": 2, + "description": "An attack that misses by 1 hits the torso instead. Wounding\nmodifier is x4. Knockdown rolls are at -10. Critical hits\nuse the Critical Head Blow Table (B556). Exception: These\nspecial effects do not apply to toxic (tox) damage.", + "calc": { + "roll_range": "3-4", + "dr": { + "all": 2 + } + } + }, + { + "id": "face", + "choice_name": "Face", + "table_name": "Face", + "slots": 1, + "hit_penalty": -5, + "description": "An attack that misses by 1 hits the torso instead. Jaw,\ncheeks, nose, ears, etc. If the target has an open-faced\nhelmet, ignore its DR. Knockdown rolls are at -5. Critical\nhits use the Critical Head Blow Table (B556). Corrosion\n(cor) damage gets a x1½ wounding modifier, and if it\ninflicts a major wound, it also blinds one eye (both eyes on\ndamage over full HP). Random attacks from behind hit the\nskull instead.", + "calc": { + "roll_range": "5", + "dr": { + "all": 0 + } + } + }, + { + "id": "neck", + "choice_name": "Neck", + "table_name": "Neck", + "slots": 1, + "hit_penalty": -5, + "description": "An attack that misses by 1 hits the torso instead. Neck and\nthroat. Increase the wounding multiplier of crushing (cr)\nand corrosion (cor) attacks to x1½, and that of cutting\n(cut) damage to x2. At the GM’s option, anyone killed by a\ncutting (cut) blow to the neck is decapitated!", + "calc": { + "roll_range": "6", + "dr": { + "all": 0 + } + } + }, + { + "id": "leg", + "choice_name": "Leg", + "table_name": "Foreleg", + "slots": 2, + "hit_penalty": -2, + "description": "Reduce the wounding multiplier of large piercing (pi+), huge\npiercing (pi++), and impaling (imp) damage to x1. Any major\nwound (loss of over ½ HP from one blow) cripples the limb.\nDamage beyond that threshold is lost.", + "calc": { + "roll_range": "7-8", + "dr": { + "all": 0 + } + } + }, + { + "id": "torso", + "choice_name": "Torso", + "table_name": "Torso", + "slots": 3, + "calc": { + "roll_range": "9-11", + "dr": { + "all": 0 + } + } + }, + { + "id": "groin", + "choice_name": "Groin", + "table_name": "Groin", + "slots": 1, + "hit_penalty": -3, + "description": "An attack that misses by 1 hits the torso instead. Human\nmales and the males of similar species suffer double shock\nfrom crushing (cr) damage, and get -5 to knockdown rolls.\nOtherwise, treat as a torso hit.", + "calc": { + "roll_range": "12", + "dr": { + "all": 0 + } + } + }, + { + "id": "leg", + "choice_name": "Leg", + "table_name": "Hindleg", + "slots": 2, + "hit_penalty": -2, + "description": "Reduce the wounding multiplier of large piercing (pi+), huge\npiercing (pi++), and impaling (imp) damage to x1. Any major\nwound (loss of over ½ HP from one blow) cripples the limb.\nDamage beyond that threshold is lost.", + "calc": { + "roll_range": "13-14", + "dr": { + "all": 0 + } + } + }, + { + "id": "foot", + "choice_name": "Foot", + "table_name": "Foot", + "slots": 2, + "hit_penalty": -4, + "description": "Reduce the wounding multiplier of large piercing (pi+), huge\npiercing (pi++), and impaling (imp) damage to x1. Any major\nwound (loss of over ⅓ HP from one blow) cripples the\nextremity. Damage beyond that threshold is lost.", + "calc": { + "roll_range": "15-16", + "dr": { + "all": 0 + } + } + }, + { + "id": "tail", + "choice_name": "Tail", + "table_name": "Tail", + "slots": 2, + "hit_penalty": -3, + "description": "If a tail counts as an Extra Arm or a Striker, or is a fish\ntail, treat it as a limb (arm, leg) for crippling purposes;\notherwise, treat it as an extremity (hand, foot). A crippled\ntail affects balance. For a ground creature, this gives -1\nDX. For a swimmer or flyer, this gives -2 DX and halves\nMove. If the creature has no tail, or a very short one (like\na rabbit), treat as torso.", + "calc": { + "roll_range": "17-18", + "dr": { + "all": 0 + } + } + }, + { + "id": "vitals", + "choice_name": "Vitals", + "table_name": "Vitals", + "hit_penalty": -3, + "description": "An attack that misses by 1 hits the torso instead. Heart,\nlungs, kidneys, etc. Increase the wounding modifier for an\nimpaling (imp) or any piercing (pi-, pi, pi+, pi++) attack\nto x3. Increase the wounding modifier for a tight-beam\nburning (burn) attack to x2. Other attacks cannot target the\nvitals.", + "calc": { + "roll_range": "-", + "dr": { + "all": 0 + } + } + } + ] + }, + "damage_progression": "basic_set", + "default_length_units": "ft_in", + "default_weight_units": "lb", + "user_description_display": "tooltip", + "modifiers_display": "inline", + "notes_display": "inline", + "skill_level_adj_display": "tooltip", + "show_spell_adj": true, + "exclude_unspent_points_from_total": false + }, + "attributes": [ + { + "attr_id": "st", + "adj": 0, + "calc": { + "value": 7, + "points": 0 + } + }, + { + "attr_id": "dx", + "adj": 0, + "calc": { + "value": 12, + "points": 0 + } + }, + { + "attr_id": "iq", + "adj": 0, + "calc": { + "value": 4, + "points": 0 + } + }, + { + "attr_id": "ht", + "adj": 0, + "calc": { + "value": 12, + "points": 0 + } + }, + { + "attr_id": "will", + "adj": 0, + "calc": { + "value": 10, + "points": 0 + } + }, + { + "attr_id": "fright_check", + "adj": 0, + "calc": { + "value": 10, + "points": 0 + } + }, + { + "attr_id": "senses", + "adj": 0 + }, + { + "attr_id": "per", + "adj": 0, + "calc": { + "value": 12, + "points": 0 + } + }, + { + "attr_id": "vision", + "adj": 0, + "calc": { + "value": 12, + "points": 0 + } + }, + { + "attr_id": "hearing", + "adj": 0, + "calc": { + "value": 12, + "points": 0 + } + }, + { + "attr_id": "taste_smell", + "adj": 0, + "calc": { + "value": 12, + "points": 0 + } + }, + { + "attr_id": "touch", + "adj": 0, + "calc": { + "value": 12, + "points": 0 + } + }, + { + "attr_id": "movement", + "adj": 0 + }, + { + "attr_id": "basic_speed", + "adj": 0, + "calc": { + "value": 6, + "points": 0 + } + }, + { + "attr_id": "basic_move", + "adj": 0, + "calc": { + "value": 8, + "points": 0 + } + }, + { + "attr_id": "highjump", + "adj": 0 + }, + { + "attr_id": "running_highjump", + "adj": 0 + }, + { + "attr_id": "broadjump", + "adj": 0 + }, + { + "attr_id": "running_broadjump", + "adj": 0 + }, + { + "attr_id": "fp", + "adj": 0, + "calc": { + "value": 12, + "current": 12, + "points": 0 + } + }, + { + "attr_id": "hp", + "adj": 0, + "calc": { + "value": 7, + "current": 7, + "points": 0 + } + } + ], + "traits": [ + { + "id": "342142cc-1217-4b54-b6fa-14f96d39c792", + "type": "trait_container", + "open": true, + "children": [ + { + "id": "20c6eed6-e184-486a-8964-34c096258b0e", + "type": "trait", + "name": "Decreased Strength", + "reference": "B14", + "tags": [ + "Attribute", + "Disadvantage", + "Physical" + ], + "levels": 3, + "points_per_level": -10, + "features": [ + { + "type": "attribute_bonus", + "attribute": "st", + "amount": -1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": -30 + } + }, + { + "id": "0b6f27e9-558b-44b9-9e83-201d9e6f2397", + "type": "trait", + "name": "Increased Dexterity", + "reference": "B15", + "tags": [ + "Advantage", + "Attribute", + "Physical" + ], + "modifiers": [ + { + "id": "26b39aca-fc45-404a-9dbd-be0e55323b67", + "type": "modifier", + "name": "No Fine Manipulators", + "cost": -40 + } + ], + "levels": 2, + "points_per_level": 20, + "features": [ + { + "type": "attribute_bonus", + "attribute": "dx", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 24 + } + }, + { + "id": "93879ca4-7d7a-40a0-bd71-f55401181ca9", + "type": "trait", + "name": "Decreased Intelligence", + "reference": "B15", + "tags": [ + "Attribute", + "Disadvantage", + "Mental" + ], + "levels": 6, + "points_per_level": -20, + "features": [ + { + "type": "attribute_bonus", + "attribute": "iq", + "amount": -1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": -120 + } + }, + { + "id": "9ccf55fd-4230-4f7f-8183-15fe7cdbde3d", + "type": "trait", + "name": "Increased Health", + "reference": "B14", + "tags": [ + "Advantage", + "Attribute", + "Physical" + ], + "levels": 2, + "points_per_level": 10, + "features": [ + { + "type": "attribute_bonus", + "attribute": "ht", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 20 + } + }, + { + "id": "5a4d5d80-3816-4a30-ba96-17a287465919", + "type": "trait", + "name": "Increased Will", + "reference": "B16", + "tags": [ + "Advantage", + "Attribute", + "Mental" + ], + "levels": 6, + "points_per_level": 5, + "features": [ + { + "type": "attribute_bonus", + "attribute": "will", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 30 + } + }, + { + "id": "0fb410b2-0c30-498e-8570-c4d0fb542b1e", + "type": "trait", + "name": "Increased Perception", + "reference": "B16", + "tags": [ + "Advantage", + "Attribute", + "Mental", + "Physical" + ], + "levels": 8, + "points_per_level": 5, + "features": [ + { + "type": "attribute_bonus", + "attribute": "per", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 40 + } + }, + { + "id": "91c09d4f-c42c-4c87-a95b-394623d04afc", + "type": "trait", + "name": "Increased Basic Move", + "reference": "B17", + "tags": [ + "Advantage", + "Attribute", + "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": "cbaef04c-def1-4bf1-a7b8-158f0eefc52e", + "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 + } + } + ], + "name": "Attributes", + "container_type": "attributes", + "calc": { + "points": -26 + } + }, + { + "id": "33e28441-5d65-4d52-a984-6b122757637a", + "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": "aeba7a73-e7d4-468f-af04-574511701a97", + "type": "trait", + "name": "Discriminatory Smell", + "reference": "B49,P47", + "tags": [ + "Advantage", + "Exotic", + "Physical" + ], + "base_points": 15, + "features": [ + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Tracking" + }, + "amount": 4 + }, + { + "type": "conditional_modifier", + "situation": "on any task that utilizes sense of smell", + "amount": 4 + } + ], + "calc": { + "points": 15 + } + }, + { + "id": "07309ad9-ef25-4a96-88d9-5fc4c8dd395a", + "type": "trait_container", + "open": true, + "children": [ + { + "id": "98919fbd-782f-4c90-92b7-aa3a33d21e77", + "type": "trait", + "name": "Cannot Speak", + "reference": "B125", + "tags": [ + "Disadvantage", + "Physical" + ], + "base_points": -15, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": false, + "name": { + "compare": "is", + "qualifier": "stuttering" + } + } + ] + }, + "calc": { + "points": -15 + } + }, + { + "id": "17f23529-8786-4e8e-9257-a868e299ddae", + "type": "trait", + "name": "Hidebound", + "reference": "B138", + "notes": "-2 penalty 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.", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -5, + "calc": { + "points": -5 + } + }, + { + "id": "3e37cec7-39f2-4854-bbb8-ede76714e028", + "type": "trait", + "name": "Social Stigma (Valuable Property)", + "reference": "B156", + "tags": [ + "Disadvantage", + "Social" + ], + "base_points": -10, + "calc": { + "points": -10 + } + }, + { + "id": "e0167c18-f4a1-4ba2-9863-f022d387c739", + "type": "trait", + "name": "Taboo Trait (Fixed IQ)", + "tags": [ + "Mental" + ], + "calc": { + "points": 0 + } + } + ], + "name": "Meta-Trait: Domestic Animal", + "reference": "B263", + "container_type": "meta_trait", + "calc": { + "points": -30 + } + }, + { + "id": "90eb0bff-9b58-48c8-95cf-cd87ad583aaa", + "type": "trait_container", + "open": true, + "children": [ + { + "id": "3d724973-0eea-4411-8384-e17ea891c3c6", + "type": "trait", + "name": "Extra Legs (4)", + "reference": "B54", + "tags": [ + "Advantage", + "Exotic", + "Physical" + ], + "base_points": 5, + "calc": { + "points": 5 + } + }, + { + "id": "34486369-0678-4811-b4bf-17a848acd698", + "type": "trait", + "name": "Horizontal", + "reference": "B139", + "tags": [ + "Disadvantage", + "Exotic", + "Physical" + ], + "base_points": -10, + "calc": { + "points": -10 + } + }, + { + "id": "3596b212-dc30-44c3-96af-a2c7581a8354", + "type": "trait", + "name": "No Fine Manipulators", + "reference": "B145", + "tags": [ + "Disadvantage", + "Physical" + ], + "base_points": -30, + "features": [ + { + "type": "cost_reduction", + "attribute": "st", + "percentage": 40 + }, + { + "type": "cost_reduction", + "attribute": "dx", + "percentage": 40 + } + ], + "calc": { + "points": -30 + } + } + ], + "name": "Meta-Trait: Quadruped", + "reference": "B263", + "container_type": "meta_trait", + "calc": { + "points": -35 + } + }, + { + "id": "c32c37f8-e827-46e1-83af-1a0ff575556d", + "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": { + "level": 13, + "damage": "1d-4 cut" + } + } + ], + "calc": { + "points": 1 + } + } + ], + "skills": [ + { + "id": "c940ced2-5a69-42b0-901a-9863381aca54", + "type": "skill", + "name": "Animal Handling", + "reference": "B175", + "tags": [ + "Animal" + ], + "specialization": "Herd Animals", + "difficulty": "iq/a", + "points": 32, + "defaulted_from": { + "type": "iq", + "modifier": -5, + "level": -1, + "adjusted_level": -1 + }, + "defaults": [ + { + "type": "iq", + "modifier": -5 + } + ], + "calc": { + "level": 12, + "rsl": "IQ+8" + } + }, + { + "id": "b4816985-017b-4cbd-ad68-0bac080a6494", + "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 + } + ], + "calc": { + "level": 13, + "rsl": "DX+1" + } + }, + { + "id": "5f9b1424-ea60-4dc3-8751-4fe0f00d2bef", + "type": "skill", + "name": "Tracking", + "reference": "B226", + "tags": [ + "Exploration", + "Outdoor" + ], + "difficulty": "per/a", + "points": 4, + "defaulted_from": { + "type": "per", + "modifier": -5, + "level": 7, + "adjusted_level": 7, + "points": -7 + }, + "defaults": [ + { + "type": "per", + "modifier": -5 + }, + { + "type": "skill", + "name": "Naturalist", + "modifier": -5 + } + ], + "calc": { + "level": 17, + "rsl": "Per+5" + } + } + ], + "notes": [ + { + "id": "bda4b505-53a7-46be-8f90-b05df49fe872", + "type": "note", + "text": "The Dwenon (plural Dynin) is the herding dog of the Winged Folk", + "reference": "FFWF25", + "reference_highlight": "Dynin" + }, + { + "id": "1f9e026a-e474-4344-9bda-9868890eff8c", + "type": "note", + "text": "To Shapeshift into a Dwenon is 3 to cast and 1 to maintain", + "reference": "M32", + "reference_highlight": "Shapeshifting" + } + ], + "created_date": "2024-01-22T21:13:19Z", + "modified_date": "2024-01-29T20:26:03Z", + "calc": { + "swing": "1d-2", + "thrust": "1d-3", + "basic_lift": "9.8 lb", + "move": [ + 8, + 6, + 4, + 3, + 1 + ], + "dodge": [ + 9, + 8, + 7, + 6, + 5 + ] + } +} diff --git a/Library/Fantasy Folk/Winged Folk/Animals/Gwesdon - Female.gcs b/Library/Fantasy Folk/Winged Folk/Animals/Gwesdon - Female.gcs new file mode 100644 index 000000000..d815c0f87 --- /dev/null +++ b/Library/Fantasy Folk/Winged Folk/Animals/Gwesdon - Female.gcs @@ -0,0 +1,1630 @@ +{ + "type": "character", + "version": 4, + "id": "e3b85a9e-ca3e-4e6b-92cd-63aede54a040", + "total_points": -1, + "points_record": [ + { + "when": "2024-01-22T20:27:20Z", + "points": -1, + "reason": "Initial points" + } + ], + "profile": { + "name": "Gwesdon", + "gender": "Female", + "height": "9'", + "weight": "800 lb", + "tech_level": "3" + }, + "settings": { + "page": { + "paper_size": "letter", + "orientation": "portrait", + "top_margin": "0.25 in", + "left_margin": "0.25 in", + "bottom_margin": "0.25 in", + "right_margin": "0.25 in" + }, + "block_layout": [ + "reactions conditional_modifiers", + "melee", + "ranged", + "traits skills", + "spells", + "equipment", + "other_equipment", + "notes" + ], + "attributes": [ + { + "id": "st", + "type": "integer", + "name": "ST", + "full_name": "Strength", + "attribute_base": "10", + "cost_per_point": 10, + "cost_adj_percent_per_sm": 10 + }, + { + "id": "dx", + "type": "integer", + "name": "DX", + "full_name": "Dexterity", + "attribute_base": "10", + "cost_per_point": 20 + }, + { + "id": "iq", + "type": "integer", + "name": "IQ", + "full_name": "Intelligence", + "attribute_base": "10", + "cost_per_point": 20 + }, + { + "id": "ht", + "type": "integer", + "name": "HT", + "full_name": "Health", + "attribute_base": "10", + "cost_per_point": 10 + }, + { + "id": "will", + "type": "integer", + "name": "Will", + "attribute_base": "$iq", + "cost_per_point": 5 + }, + { + "id": "fright_check", + "type": "integer", + "name": "Fright Check", + "attribute_base": "$will", + "cost_per_point": 2 + }, + { + "id": "per", + "type": "integer", + "name": "Per", + "full_name": "Perception", + "attribute_base": "$iq", + "cost_per_point": 5 + }, + { + "id": "vision", + "type": "integer", + "name": "Vision", + "attribute_base": "$per", + "cost_per_point": 2 + }, + { + "id": "hearing", + "type": "integer", + "name": "Hearing", + "attribute_base": "$per", + "cost_per_point": 2 + }, + { + "id": "taste_smell", + "type": "integer", + "name": "Taste \u0026 Smell", + "attribute_base": "$per", + "cost_per_point": 2 + }, + { + "id": "touch", + "type": "integer", + "name": "Touch", + "attribute_base": "$per", + "cost_per_point": 2 + }, + { + "id": "basic_speed", + "type": "decimal", + "name": "Basic Speed", + "attribute_base": "($dx+$ht)/4", + "cost_per_point": 20 + }, + { + "id": "basic_move", + "type": "integer", + "name": "Basic Move", + "attribute_base": "floor($basic_speed)", + "cost_per_point": 5 + }, + { + "id": "fp", + "type": "pool", + "name": "FP", + "full_name": "Fatigue Points", + "attribute_base": "$ht", + "cost_per_point": 3, + "thresholds": [ + { + "state": "Unconscious", + "expression": "-$fp", + "ops": [ + "halve_move", + "halve_dodge", + "halve_st" + ] + }, + { + "state": "Collapse", + "expression": "0", + "explanation": "Roll vs. Will to do anything besides talk or rest; failure causes unconsciousness\nEach FP you lose below 0 also causes 1 HP of injury\nMove, Dodge and ST are halved (B426)", + "ops": [ + "halve_move", + "halve_dodge", + "halve_st" + ] + }, + { + "state": "Tired", + "expression": "ceil($fp/3)-1", + "explanation": "Move, Dodge and ST are halved (B426)", + "ops": [ + "halve_move", + "halve_dodge", + "halve_st" + ] + }, + { + "state": "Tiring", + "expression": "$fp-1" + }, + { + "state": "Rested", + "expression": "$fp" + } + ] + }, + { + "id": "hp", + "type": "pool", + "name": "HP", + "full_name": "Hit Points", + "attribute_base": "$st", + "cost_per_point": 2, + "cost_adj_percent_per_sm": 10, + "thresholds": [ + { + "state": "Dead", + "expression": "round(-$hp*5)", + "ops": [ + "halve_move", + "halve_dodge" + ] + }, + { + "state": "Dying #4", + "expression": "round(-$hp*4)", + "explanation": "Roll vs. HT to avoid death\nRoll vs. HT-4 every second to avoid falling unconscious\nMove and Dodge are halved (B419)", + "ops": [ + "halve_move", + "halve_dodge" + ] + }, + { + "state": "Dying #3", + "expression": "round(-$hp*3)", + "explanation": "Roll vs. HT to avoid death\nRoll vs. HT-3 every second to avoid falling unconscious\nMove and Dodge are halved (B419)", + "ops": [ + "halve_move", + "halve_dodge" + ] + }, + { + "state": "Dying #2", + "expression": "round(-$hp*2)", + "explanation": "Roll vs. HT to avoid death\nRoll vs. HT-2 every second to avoid falling unconscious\nMove and Dodge are halved (B419)", + "ops": [ + "halve_move", + "halve_dodge" + ] + }, + { + "state": "Dying #1", + "expression": "-$hp", + "explanation": "Roll vs. HT to avoid death\nRoll vs. HT-1 every second to avoid falling unconscious\nMove and Dodge are halved (B419)", + "ops": [ + "halve_move", + "halve_dodge" + ] + }, + { + "state": "Collapse", + "expression": "0", + "explanation": "Roll vs. HT every second to avoid falling unconscious\nMove and Dodge are halved (B419)", + "ops": [ + "halve_move", + "halve_dodge" + ] + }, + { + "state": "Reeling", + "expression": "ceil($hp/3)-1", + "explanation": "Move and Dodge are halved (B419)", + "ops": [ + "halve_move", + "halve_dodge" + ] + }, + { + "state": "Wounded", + "expression": "$hp-1" + }, + { + "state": "Healthy", + "expression": "$hp" + } + ] + } + ], + "body_type": { + "name": "Humanoid", + "roll": "3d", + "locations": [ + { + "id": "eye", + "choice_name": "Eyes", + "table_name": "Eyes", + "hit_penalty": -9, + "description": "An attack that misses by 1 hits the torso instead. Only\nimpaling (imp), piercing (pi-, pi, pi+, pi++), and\ntight-beam burning (burn) attacks can target the eye – and\nonly from the front or sides. Injury over HP÷10 blinds the\neye. Otherwise, treat as skull, but without the extra DR!", + "calc": { + "roll_range": "-", + "dr": { + "all": 0 + } + } + }, + { + "id": "skull", + "choice_name": "Skull", + "table_name": "Skull", + "slots": 2, + "hit_penalty": -7, + "dr_bonus": 2, + "description": "An attack that misses by 1 hits the torso instead. Wounding\nmodifier is x4. Knockdown rolls are at -10. Critical hits\nuse the Critical Head Blow Table (B556). Exception: These\nspecial effects do not apply to toxic (tox) damage.", + "calc": { + "roll_range": "3-4", + "dr": { + "all": 3 + } + } + }, + { + "id": "face", + "choice_name": "Face", + "table_name": "Face", + "slots": 1, + "hit_penalty": -5, + "description": "An attack that misses by 1 hits the torso instead. Jaw,\ncheeks, nose, ears, etc. If the target has an open-faced\nhelmet, ignore its DR. Knockdown rolls are at -5. Critical\nhits use the Critical Head Blow Table (B556). Corrosion\n(cor) damage gets a x1½ wounding modifier, and if it\ninflicts a major wound, it also blinds one eye (both eyes on\ndamage over full HP). Random attacks from behind hit the\nskull instead.", + "calc": { + "roll_range": "5", + "dr": { + "all": 1 + } + } + }, + { + "id": "leg", + "choice_name": "Leg", + "table_name": "Right Leg", + "slots": 2, + "hit_penalty": -2, + "description": "Reduce the wounding multiplier of large piercing (pi+), huge\npiercing (pi++), and impaling (imp) damage to x1. Any major\nwound (loss of over ½ HP from one blow) cripples the limb.\nDamage beyond that threshold is lost.", + "calc": { + "roll_range": "6-7", + "dr": { + "all": 1 + } + } + }, + { + "id": "arm", + "choice_name": "Arm", + "table_name": "Right Arm", + "slots": 1, + "hit_penalty": -2, + "description": "Reduce the wounding multiplier of large piercing (pi+), huge\npiercing (pi++), and impaling (imp) damage to x1. Any major\nwound (loss of over ½ HP from one blow) cripples the limb.\nDamage beyond that threshold is lost. If holding a shield,\ndouble the penalty to hit: -4 for shield arm instead of -2.", + "calc": { + "roll_range": "8", + "dr": { + "all": 1 + } + } + }, + { + "id": "torso", + "choice_name": "Torso", + "table_name": "Torso", + "slots": 2, + "calc": { + "roll_range": "9-10", + "dr": { + "all": 1 + } + } + }, + { + "id": "groin", + "choice_name": "Groin", + "table_name": "Groin", + "slots": 1, + "hit_penalty": -3, + "description": "An attack that misses by 1 hits the torso instead. Human\nmales and the males of similar species suffer double shock\nfrom crushing (cr) damage, and get -5 to knockdown rolls.\nOtherwise, treat as a torso hit.", + "calc": { + "roll_range": "11", + "dr": { + "all": 1 + } + } + }, + { + "id": "arm", + "choice_name": "Arm", + "table_name": "Left Arm", + "slots": 1, + "hit_penalty": -2, + "description": "Reduce the wounding multiplier of large piercing (pi+), huge\npiercing (pi++), and impaling (imp) damage to x1. Any major\nwound (loss of over ½ HP from one blow) cripples the limb.\nDamage beyond that threshold is lost. If holding a shield,\ndouble the penalty to hit: -4 for shield arm instead of -2.", + "calc": { + "roll_range": "12", + "dr": { + "all": 1 + } + } + }, + { + "id": "leg", + "choice_name": "Leg", + "table_name": "Left Leg", + "slots": 2, + "hit_penalty": -2, + "description": "Reduce the wounding multiplier of large piercing (pi+), huge\npiercing (pi++), and impaling (imp) damage to x1. Any major\nwound (loss of over ½ HP from one blow) cripples the limb.\nDamage beyond that threshold is lost.", + "calc": { + "roll_range": "13-14", + "dr": { + "all": 1 + } + } + }, + { + "id": "hand", + "choice_name": "Hand", + "table_name": "Hand", + "slots": 1, + "hit_penalty": -4, + "description": "If holding a shield, double the penalty to hit: -8 for\nshield hand instead of -4. Reduce the wounding multiplier of\nlarge piercing (pi+), huge piercing (pi++), and impaling\n(imp) damage to x1. Any major wound (loss of over ⅓ HP\nfrom one blow) cripples the extremity. Damage beyond that\nthreshold is lost.", + "calc": { + "roll_range": "15", + "dr": { + "all": 1 + } + } + }, + { + "id": "foot", + "choice_name": "Foot", + "table_name": "Foot", + "slots": 1, + "hit_penalty": -4, + "description": "Reduce the wounding multiplier of large piercing (pi+), huge\npiercing (pi++), and impaling (imp) damage to x1. Any major\nwound (loss of over ⅓ HP from one blow) cripples the\nextremity. Damage beyond that threshold is lost.", + "calc": { + "roll_range": "16", + "dr": { + "all": 1 + } + } + }, + { + "id": "neck", + "choice_name": "Neck", + "table_name": "Neck", + "slots": 2, + "hit_penalty": -5, + "description": "An attack that misses by 1 hits the torso instead. Neck and\nthroat. Increase the wounding multiplier of crushing (cr)\nand corrosion (cor) attacks to x1½, and that of cutting\n(cut) damage to x2. At the GM’s option, anyone killed by a\ncutting (cut) blow to the neck is decapitated!", + "calc": { + "roll_range": "17-18", + "dr": { + "all": 1 + } + } + }, + { + "id": "vitals", + "choice_name": "Vitals", + "table_name": "Vitals", + "hit_penalty": -3, + "description": "An attack that misses by 1 hits the torso instead. Heart,\nlungs, kidneys, etc. Increase the wounding modifier for an\nimpaling (imp) or any piercing (pi-, pi, pi+, pi++) attack\nto x3. Increase the wounding modifier for a tight-beam\nburning (burn) attack to x2. Other attacks cannot target the\nvitals.", + "calc": { + "roll_range": "-", + "dr": { + "all": 1 + } + } + } + ] + }, + "damage_progression": "basic_set", + "default_length_units": "ft_in", + "default_weight_units": "lb", + "user_description_display": "tooltip", + "modifiers_display": "inline", + "notes_display": "inline", + "skill_level_adj_display": "tooltip", + "show_spell_adj": true, + "exclude_unspent_points_from_total": false + }, + "attributes": [ + { + "attr_id": "st", + "adj": 0, + "calc": { + "value": 18, + "points": 0 + } + }, + { + "attr_id": "dx", + "adj": 0, + "calc": { + "value": 11, + "points": 0 + } + }, + { + "attr_id": "iq", + "adj": 0, + "calc": { + "value": 3, + "points": 0 + } + }, + { + "attr_id": "ht", + "adj": 0, + "calc": { + "value": 11, + "points": 0 + } + }, + { + "attr_id": "will", + "adj": 0, + "calc": { + "value": 11, + "points": 0 + } + }, + { + "attr_id": "fright_check", + "adj": 0, + "calc": { + "value": 11, + "points": 0 + } + }, + { + "attr_id": "senses", + "adj": 0 + }, + { + "attr_id": "per", + "adj": 0, + "calc": { + "value": 12, + "points": 0 + } + }, + { + "attr_id": "vision", + "adj": 0, + "calc": { + "value": 12, + "points": 0 + } + }, + { + "attr_id": "hearing", + "adj": 0, + "calc": { + "value": 12, + "points": 0 + } + }, + { + "attr_id": "taste_smell", + "adj": 0, + "calc": { + "value": 12, + "points": 0 + } + }, + { + "attr_id": "touch", + "adj": 0, + "calc": { + "value": 12, + "points": 0 + } + }, + { + "attr_id": "movement", + "adj": 0 + }, + { + "attr_id": "basic_speed", + "adj": 0, + "calc": { + "value": 5.5, + "points": 0 + } + }, + { + "attr_id": "basic_move", + "adj": 0, + "calc": { + "value": 7, + "points": 0 + } + }, + { + "attr_id": "highjump", + "adj": 0 + }, + { + "attr_id": "running_highjump", + "adj": 0 + }, + { + "attr_id": "broadjump", + "adj": 0 + }, + { + "attr_id": "running_broadjump", + "adj": 0 + }, + { + "attr_id": "fp", + "adj": 0, + "calc": { + "value": 11, + "current": 11, + "points": 0 + } + }, + { + "attr_id": "hp", + "adj": 0, + "calc": { + "value": 18, + "current": 18, + "points": 0 + } + } + ], + "traits": [ + { + "id": "e580888c-7abb-4e21-b762-86401bbd1d3b", + "type": "trait_container", + "open": true, + "children": [ + { + "id": "b908dfba-bb3b-4bb1-a1ef-e8d7a0ae72e6", + "type": "trait", + "name": "Size Modifier (Large)", + "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": "5f0c795a-4aa5-475b-a9d6-28745febeda0", + "type": "trait", + "name": "Increased Strength", + "reference": "B14", + "tags": [ + "Advantage", + "Attribute", + "Physical" + ], + "modifiers": [ + { + "id": "fc2b398f-467b-4c36-857b-98087975f0c4", + "type": "modifier", + "name": "No Fine Manipulators", + "reference": "B15", + "cost": -40 + }, + { + "id": "89e24b12-233b-4ad9-a77a-934e7bc640f7", + "type": "modifier", + "name": "Size", + "reference": "B15", + "cost": -10, + "levels": 1 + } + ], + "levels": 8, + "points_per_level": 10, + "features": [ + { + "type": "attribute_bonus", + "attribute": "st", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 40 + } + }, + { + "id": "450abfdb-b0aa-4cf5-9bae-8bd9ccf0c091", + "type": "trait", + "name": "Increased Dexterity", + "reference": "B15", + "tags": [ + "Advantage", + "Attribute", + "Physical" + ], + "modifiers": [ + { + "id": "26b39aca-fc45-404a-9dbd-be0e55323b67", + "type": "modifier", + "name": "No Fine Manipulators", + "cost": -40 + } + ], + "levels": 1, + "points_per_level": 20, + "features": [ + { + "type": "attribute_bonus", + "attribute": "dx", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 12 + } + }, + { + "id": "f1e73019-5873-4a16-b490-877077598aee", + "type": "trait", + "name": "Decreased Intelligence", + "reference": "B15", + "tags": [ + "Attribute", + "Disadvantage", + "Mental" + ], + "levels": 7, + "points_per_level": -20, + "features": [ + { + "type": "attribute_bonus", + "attribute": "iq", + "amount": -1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": -140 + } + }, + { + "id": "740c9094-d787-4e97-bac4-ef6be3ca2d50", + "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": "599a68b6-888b-42ff-b4bd-2283f99c3738", + "type": "trait", + "name": "Increased Will", + "reference": "B16", + "tags": [ + "Advantage", + "Attribute", + "Mental" + ], + "levels": 8, + "points_per_level": 5, + "features": [ + { + "type": "attribute_bonus", + "attribute": "will", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 40 + } + }, + { + "id": "2dfd37a6-295e-477e-913d-94b45ca58760", + "type": "trait", + "name": "Increased Perception", + "reference": "B16", + "tags": [ + "Advantage", + "Attribute", + "Mental", + "Physical" + ], + "levels": 9, + "points_per_level": 5, + "features": [ + { + "type": "attribute_bonus", + "attribute": "per", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 45 + } + }, + { + "id": "0fa43058-57e4-492e-8e5b-27de05b10150", + "type": "trait", + "name": "Increased Basic Move", + "reference": "B17", + "tags": [ + "Advantage", + "Attribute", + "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 + } + } + ], + "name": "Attributes", + "container_type": "attributes", + "calc": { + "points": 17 + } + }, + { + "id": "195d69f8-11fd-47be-bc1c-7f6c2f4c528b", + "type": "trait", + "name": "Bad Temper", + "reference": "B124", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -10, + "cr": 12, + "calc": { + "points": -10 + } + }, + { + "id": "9f40a0cb-21ff-44a5-bc1c-378ef3a4515f", + "type": "trait_container", + "open": true, + "children": [ + { + "id": "d511acb0-2b4e-4576-99f6-150df325ef88", + "type": "trait", + "name": "Cannot Speak", + "reference": "B125", + "tags": [ + "Disadvantage", + "Physical" + ], + "base_points": -15, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": false, + "name": { + "compare": "is", + "qualifier": "stuttering" + } + } + ] + }, + "calc": { + "points": -15 + } + }, + { + "id": "f36712bf-35ac-4fff-a94a-20ae66b97680", + "type": "trait", + "name": "Hidebound", + "reference": "B138", + "notes": "-2 penalty 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.", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -5, + "calc": { + "points": -5 + } + }, + { + "id": "394d2de1-5e02-4b2d-b8e6-9b5f0d3208c9", + "type": "trait", + "name": "Social Stigma (Valuable Property)", + "reference": "B156", + "tags": [ + "Disadvantage", + "Social" + ], + "base_points": -10, + "calc": { + "points": -10 + } + }, + { + "id": "13f7c5c0-0d86-4182-a167-c75bcc792e29", + "type": "trait", + "name": "Taboo Trait (Fixed IQ)", + "tags": [ + "Mental" + ], + "calc": { + "points": 0 + } + } + ], + "name": "Meta-Trait: Domestic Animal", + "reference": "B263", + "container_type": "meta_trait", + "calc": { + "points": -30 + } + }, + { + "id": "059111ce-9f17-4041-9c9a-99ac3407b4c7", + "type": "trait", + "name": "Damage Resistance", + "reference": "B47,P45,MA43,PSI14", + "tags": [ + "Advantage", + "Exotic", + "Physical" + ], + "modifiers": [ + { + "id": "71e0ea7a-bb0e-409d-b01d-aa247b4e66f6", + "type": "modifier", + "name": "Force Field", + "reference": "B47", + "cost": 20, + "disabled": true + }, + { + "id": "a5e89aca-0b61-483e-8ae3-d6086856cf9a", + "type": "modifier", + "name": "Hardened", + "reference": "B47", + "cost": 20, + "levels": 1, + "disabled": true + }, + { + "id": "0377b71f-5bfe-44a7-b1a0-db38c7952845", + "type": "modifier", + "name": "Absorption", + "reference": "B46", + "notes": "Enhances @Trait@", + "cost": 80, + "disabled": true + }, + { + "id": "db27da09-5815-4776-9af9-6d9741d8e52a", + "type": "modifier", + "name": "Absorption", + "reference": "B46", + "notes": "Healing only", + "cost": 80, + "disabled": true + }, + { + "id": "0e4c391b-1076-40f2-92b6-c5d3c60b78fd", + "type": "modifier", + "name": "Absorption", + "reference": "B46", + "notes": "Enhances any trait", + "cost": 100, + "disabled": true + }, + { + "id": "8b422514-296a-4b7c-b350-6b7e7d2be0e9", + "type": "modifier", + "name": "Reflection", + "reference": "B47", + "cost": 100, + "disabled": true + }, + { + "id": "419ab96d-ea87-4894-b6d8-a6ee32a5d416", + "type": "modifier", + "name": "Bane", + "reference": "H14", + "notes": "@Rare@", + "cost": -1, + "cost_type": "points", + "disabled": true + }, + { + "id": "a8c6d43d-430e-4773-a64c-200f75009e65", + "type": "modifier", + "name": "Bane", + "reference": "H14", + "notes": "@Occasional@", + "cost": -5, + "disabled": true + }, + { + "id": "e9503abd-7621-42c4-8ced-3981ec7c6d9a", + "type": "modifier", + "name": "Bane", + "reference": "H14", + "notes": "@Common@", + "cost": -10, + "disabled": true + }, + { + "id": "1585a884-94e2-4152-b7b7-d3b6cc253c58", + "type": "modifier", + "name": "Bane", + "reference": "H14", + "notes": "@Very Common@", + "cost": -15, + "disabled": true + }, + { + "id": "131c5627-2f5a-4f3f-8a52-08417003bc95", + "type": "modifier", + "name": "Directional", + "reference": "B47", + "notes": "Front", + "cost": -20, + "disabled": true + }, + { + "id": "132e7d43-7920-45f5-bcde-036029aa49f2", + "type": "modifier", + "name": "Flexible", + "reference": "B47", + "cost": -20, + "disabled": true + }, + { + "id": "d9e01c00-3ac2-4f4d-ae5f-45b34441df13", + "type": "modifier", + "name": "Limited", + "reference": "B46", + "notes": "@Very Common Attack Form@", + "cost": -20, + "disabled": true + }, + { + "id": "72f08aac-bc4a-43fe-875b-8747b7397bec", + "type": "modifier", + "name": "Semi-Ablative", + "reference": "B47", + "cost": -20, + "disabled": true + }, + { + "id": "13410164-cee1-4956-832c-47bcf41fdab8", + "type": "modifier", + "name": "Can't wear armor", + "reference": "B47", + "cost": -40, + "disabled": true + }, + { + "id": "9ad2a005-947f-4ef9-ba99-ed88a4adaa49", + "type": "modifier", + "name": "Directional", + "reference": "B47", + "notes": "@Direction: Back, Right, Left, Top or Underside@", + "cost": -40, + "disabled": true + }, + { + "id": "34ffce90-cba0-4d1a-a8ce-b3e6b12a51e3", + "type": "modifier", + "name": "Limited", + "reference": "B46", + "notes": "@Common Attack Form@", + "cost": -40, + "disabled": true + }, + { + "id": "10940926-bf24-4984-a984-d974384f0874", + "type": "modifier", + "name": "Tough Skin", + "notes": "Effects that just require skin contact or a scratch ignore this DR", + "cost": -40, + "disabled": true + }, + { + "id": "db046fce-bac2-4fae-98d4-ee66925c0e9e", + "type": "modifier", + "name": "Limited", + "reference": "B46", + "notes": "@Occasional Attack Form@", + "cost": -60, + "disabled": true + }, + { + "id": "b112e7ab-adac-40ef-a544-598ae0f7436f", + "type": "modifier", + "name": "Ablative", + "reference": "B47", + "cost": -80, + "disabled": true + }, + { + "id": "3b761122-5da1-46dd-992c-2f9df40890cb", + "type": "modifier", + "name": "Limited", + "reference": "B46", + "notes": "@Rare Attack Form@", + "cost": -80, + "disabled": true + }, + { + "id": "0ed89045-94df-4ab0-ac26-53103a2ad43f", + "type": "modifier", + "name": "Laminate", + "reference": "RSWL18", + "cost": 10, + "disabled": true + }, + { + "id": "a1baddab-14e3-402e-a209-1eee48ba98ec", + "type": "modifier", + "name": "Malediction-Proof", + "reference": "PSI14", + "cost": 50, + "disabled": true + }, + { + "id": "b1b407f3-24ca-4beb-8f3a-d362891e5af9", + "type": "modifier", + "name": "Maledictions Only", + "reference": "PSI14", + "disabled": true + }, + { + "id": "a48b115e-bf63-41f8-84cd-3b6d1e41653e", + "type": "modifier", + "name": "Partial (@Location, 1 level per -1 Per Hit Modifier, Torso is -10% thus level 1@)", + "reference": "B47", + "cost": -10, + "disabled": true + } + ], + "levels": 1, + "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": 5 + } + }, + { + "id": "9c50a0b6-4604-46ad-8bc5-035315f914f6", + "type": "trait", + "name": "Flight", + "reference": "B56,P50,PSI14", + "notes": "Air Move is Basic Speed x 2 (drop all fractions)", + "tags": [ + "Advantage", + "Exotic", + "Physical" + ], + "modifiers": [ + { + "id": "b53b501f-2ecc-4c99-8766-5766e670ce73", + "type": "modifier", + "name": "Cannot Hover", + "reference": "B56", + "cost": -15 + }, + { + "id": "ef21e56c-ec8d-4d9f-9643-c5ff26f41ad7", + "type": "modifier", + "name": "Winged", + "reference": "B56", + "cost": -25 + }, + { + "id": "4786db25-f3a7-43e6-80a4-6144145db806", + "type": "modifier", + "name": "Mana-Dependent", + "reference": "B34", + "reference_highlight": "Mana Sensitive", + "notes": "In low mana areas, \"Cannot Hover\" becomes \"Controlled Gliding\". Cannot fly in no mana areas. Flying in very high mana areas costs no FP.", + "cost": -10 + } + ], + "base_points": 40, + "calc": { + "points": 20 + } + }, + { + "id": "1ee012b1-67da-4e36-bab8-e340eaffd70e", + "type": "trait", + "name": "Magery", + "reference": "B66", + "tags": [ + "Advantage", + "Mental", + "Supernatural" + ], + "base_points": 5, + "points_per_level": 10, + "features": [ + { + "type": "spell_bonus", + "match": "all_colleges", + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "thaumatology" + }, + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 5 + } + }, + { + "id": "fcb1f932-7f1f-41bf-ac25-203f41e9a896", + "type": "trait", + "name": "No Fine Manipulators", + "reference": "B145", + "tags": [ + "Disadvantage", + "Physical" + ], + "base_points": -30, + "features": [ + { + "type": "cost_reduction", + "attribute": "st", + "percentage": 40 + }, + { + "type": "cost_reduction", + "attribute": "dx", + "percentage": 40 + } + ], + "calc": { + "points": -30 + } + }, + { + "id": "c9c39149-b542-426b-b5bc-60a3a6e5bda1", + "type": "trait", + "name": "Crushing Striker (Left wing)", + "reference": "B88,MA47", + "tags": [ + "Advantage", + "Exotic", + "Physical" + ], + "base_points": 5, + "weapons": [ + { + "id": "2a9ee24e-3cc4-46a1-861d-4f8de4f8f207", + "type": "melee_weapon", + "damage": { + "type": "cr", + "st": "thr", + "modifier_per_die": 1 + }, + "reach": "C", + "parry": "0", + "defaults": [ + { + "type": "dx" + }, + { + "type": "skill", + "name": "Brawling" + } + ], + "calc": { + "level": 11, + "damage": "1d+3 cr", + "parry": "8" + } + } + ], + "calc": { + "points": 5 + } + }, + { + "id": "0c54ac01-beae-4951-8fe3-f5c4930b0b8e", + "type": "trait", + "name": "Crushing Striker (Right wing)", + "reference": "B88,MA47", + "tags": [ + "Advantage", + "Exotic", + "Physical" + ], + "base_points": 5, + "weapons": [ + { + "id": "2a9ee24e-3cc4-46a1-861d-4f8de4f8f207", + "type": "melee_weapon", + "damage": { + "type": "cr", + "st": "thr", + "modifier_per_die": 1 + }, + "reach": "C", + "parry": "0", + "defaults": [ + { + "type": "dx" + }, + { + "type": "skill", + "name": "Brawling" + } + ], + "calc": { + "level": 11, + "damage": "1d+3 cr", + "parry": "8" + } + } + ], + "calc": { + "points": 5 + } + }, + { + "id": "0cbe86c0-223e-41fb-8732-18b9cd987c21", + "type": "trait", + "name": "Cutting Striker (Left clawed foot)", + "reference": "B88", + "tags": [ + "Advantage", + "Exotic", + "Physical" + ], + "base_points": 7, + "weapons": [ + { + "id": "c3d50f83-0302-4bbc-9f8c-de46ff37854b", + "type": "melee_weapon", + "damage": { + "type": "cut", + "st": "thr", + "modifier_per_die": 1 + }, + "reach": "C", + "parry": "0", + "defaults": [ + { + "type": "skill", + "name": "Brawling" + }, + { + "type": "dx" + } + ], + "calc": { + "level": 11, + "damage": "1d+3 cut", + "parry": "8" + } + } + ], + "calc": { + "points": 7 + } + }, + { + "id": "cc8d6c5b-f706-4c4c-81f0-a87fe8a1bab4", + "type": "trait", + "name": "Cutting Striker (Right clawed foot)", + "reference": "B88", + "tags": [ + "Advantage", + "Exotic", + "Physical" + ], + "base_points": 7, + "weapons": [ + { + "id": "c3d50f83-0302-4bbc-9f8c-de46ff37854b", + "type": "melee_weapon", + "damage": { + "type": "cut", + "st": "thr", + "modifier_per_die": 1 + }, + "reach": "C", + "parry": "0", + "defaults": [ + { + "type": "skill", + "name": "Brawling" + }, + { + "type": "dx" + } + ], + "calc": { + "level": 11, + "damage": "1d+3 cut", + "parry": "8" + } + } + ], + "calc": { + "points": 7 + } + }, + { + "id": "9699090c-3ca4-4d3e-a52e-fd58db73921c", + "type": "trait", + "name": "Feature: Tail", + "reference": "B261", + "reference_highlight": "Features", + "calc": { + "points": 0 + } + }, + { + "id": "84e8b2c5-5716-430e-8d37-3fb3e73691fd", + "type": "trait", + "name": "Weak Bite", + "reference": "B161", + "tags": [ + "Animal", + "Disadvantage", + "Exotic", + "Physical" + ], + "base_points": -2, + "weapons": [ + { + "id": "c4fba6f2-aa6c-4ba1-9d92-7b119aa27251", + "type": "melee_weapon", + "damage": { + "type": "cr", + "st": "thr", + "base": "-1", + "modifier_per_die": -2 + }, + "usage": "Bite", + "reach": "C", + "defaults": [ + { + "type": "dx" + }, + { + "type": "skill", + "name": "Brawling" + } + ], + "calc": { + "level": 11, + "damage": "1d-1 cr" + } + } + ], + "calc": { + "points": -2 + } + } + ], + "notes": [ + { + "id": "2932f0f0-c163-4296-9f8f-d8197f788ad8", + "type": "note", + "text": "The Gwesdon (plural Gysdin) is the primary herd animal of the Winged Folk.", + "reference": "FFWF25", + "reference_highlight": "Gysdin" + }, + { + "id": "94681183-7109-474b-9340-0b1e8501b07d", + "type": "note", + "text": "To Shapeshift into a Gwesdon is 5 to cast and 2 to maintain", + "reference": "M32", + "reference_highlight": "Shapeshifting" + } + ], + "created_date": "2024-01-22T20:27:20Z", + "modified_date": "2024-01-22T22:12:06Z", + "calc": { + "swing": "3d", + "thrust": "1d+2", + "basic_lift": "65 lb", + "move": [ + 7, + 5, + 4, + 2, + 1 + ], + "dodge": [ + 8, + 7, + 6, + 5, + 4 + ] + } +} diff --git a/Library/Fantasy Folk/Winged Folk/Animals/Gwesdon - Male.gcs b/Library/Fantasy Folk/Winged Folk/Animals/Gwesdon - Male.gcs new file mode 100644 index 000000000..24f470488 --- /dev/null +++ b/Library/Fantasy Folk/Winged Folk/Animals/Gwesdon - Male.gcs @@ -0,0 +1,1459 @@ +{ + "type": "character", + "version": 4, + "id": "e3b85a9e-ca3e-4e6b-92cd-63aede54a040", + "total_points": 18, + "points_record": [ + { + "when": "2024-01-22T20:27:20Z", + "points": 18, + "reason": "Initial points" + } + ], + "profile": { + "name": "Gwesdon", + "gender": "Male", + "height": "9'", + "weight": "800 lb", + "tech_level": "3" + }, + "settings": { + "page": { + "paper_size": "letter", + "orientation": "portrait", + "top_margin": "0.25 in", + "left_margin": "0.25 in", + "bottom_margin": "0.25 in", + "right_margin": "0.25 in" + }, + "block_layout": [ + "reactions conditional_modifiers", + "melee", + "ranged", + "traits skills", + "spells", + "equipment", + "other_equipment", + "notes" + ], + "attributes": [ + { + "id": "st", + "type": "integer", + "name": "ST", + "full_name": "Strength", + "attribute_base": "10", + "cost_per_point": 10, + "cost_adj_percent_per_sm": 10 + }, + { + "id": "dx", + "type": "integer", + "name": "DX", + "full_name": "Dexterity", + "attribute_base": "10", + "cost_per_point": 20 + }, + { + "id": "iq", + "type": "integer", + "name": "IQ", + "full_name": "Intelligence", + "attribute_base": "10", + "cost_per_point": 20 + }, + { + "id": "ht", + "type": "integer", + "name": "HT", + "full_name": "Health", + "attribute_base": "10", + "cost_per_point": 10 + }, + { + "id": "will", + "type": "integer", + "name": "Will", + "attribute_base": "$iq", + "cost_per_point": 5 + }, + { + "id": "fright_check", + "type": "integer", + "name": "Fright Check", + "attribute_base": "$will", + "cost_per_point": 2 + }, + { + "id": "per", + "type": "integer", + "name": "Per", + "full_name": "Perception", + "attribute_base": "$iq", + "cost_per_point": 5 + }, + { + "id": "vision", + "type": "integer", + "name": "Vision", + "attribute_base": "$per", + "cost_per_point": 2 + }, + { + "id": "hearing", + "type": "integer", + "name": "Hearing", + "attribute_base": "$per", + "cost_per_point": 2 + }, + { + "id": "taste_smell", + "type": "integer", + "name": "Taste \u0026 Smell", + "attribute_base": "$per", + "cost_per_point": 2 + }, + { + "id": "touch", + "type": "integer", + "name": "Touch", + "attribute_base": "$per", + "cost_per_point": 2 + }, + { + "id": "basic_speed", + "type": "decimal", + "name": "Basic Speed", + "attribute_base": "($dx+$ht)/4", + "cost_per_point": 20 + }, + { + "id": "basic_move", + "type": "integer", + "name": "Basic Move", + "attribute_base": "floor($basic_speed)", + "cost_per_point": 5 + }, + { + "id": "fp", + "type": "pool", + "name": "FP", + "full_name": "Fatigue Points", + "attribute_base": "$ht", + "cost_per_point": 3, + "thresholds": [ + { + "state": "Unconscious", + "expression": "-$fp", + "ops": [ + "halve_move", + "halve_dodge", + "halve_st" + ] + }, + { + "state": "Collapse", + "expression": "0", + "explanation": "Roll vs. Will to do anything besides talk or rest; failure causes unconsciousness\nEach FP you lose below 0 also causes 1 HP of injury\nMove, Dodge and ST are halved (B426)", + "ops": [ + "halve_move", + "halve_dodge", + "halve_st" + ] + }, + { + "state": "Tired", + "expression": "ceil($fp/3)-1", + "explanation": "Move, Dodge and ST are halved (B426)", + "ops": [ + "halve_move", + "halve_dodge", + "halve_st" + ] + }, + { + "state": "Tiring", + "expression": "$fp-1" + }, + { + "state": "Rested", + "expression": "$fp" + } + ] + }, + { + "id": "hp", + "type": "pool", + "name": "HP", + "full_name": "Hit Points", + "attribute_base": "$st", + "cost_per_point": 2, + "cost_adj_percent_per_sm": 10, + "thresholds": [ + { + "state": "Dead", + "expression": "round(-$hp*5)", + "ops": [ + "halve_move", + "halve_dodge" + ] + }, + { + "state": "Dying #4", + "expression": "round(-$hp*4)", + "explanation": "Roll vs. HT to avoid death\nRoll vs. HT-4 every second to avoid falling unconscious\nMove and Dodge are halved (B419)", + "ops": [ + "halve_move", + "halve_dodge" + ] + }, + { + "state": "Dying #3", + "expression": "round(-$hp*3)", + "explanation": "Roll vs. HT to avoid death\nRoll vs. HT-3 every second to avoid falling unconscious\nMove and Dodge are halved (B419)", + "ops": [ + "halve_move", + "halve_dodge" + ] + }, + { + "state": "Dying #2", + "expression": "round(-$hp*2)", + "explanation": "Roll vs. HT to avoid death\nRoll vs. HT-2 every second to avoid falling unconscious\nMove and Dodge are halved (B419)", + "ops": [ + "halve_move", + "halve_dodge" + ] + }, + { + "state": "Dying #1", + "expression": "-$hp", + "explanation": "Roll vs. HT to avoid death\nRoll vs. HT-1 every second to avoid falling unconscious\nMove and Dodge are halved (B419)", + "ops": [ + "halve_move", + "halve_dodge" + ] + }, + { + "state": "Collapse", + "expression": "0", + "explanation": "Roll vs. HT every second to avoid falling unconscious\nMove and Dodge are halved (B419)", + "ops": [ + "halve_move", + "halve_dodge" + ] + }, + { + "state": "Reeling", + "expression": "ceil($hp/3)-1", + "explanation": "Move and Dodge are halved (B419)", + "ops": [ + "halve_move", + "halve_dodge" + ] + }, + { + "state": "Wounded", + "expression": "$hp-1" + }, + { + "state": "Healthy", + "expression": "$hp" + } + ] + } + ], + "body_type": { + "name": "Humanoid", + "roll": "3d", + "locations": [ + { + "id": "eye", + "choice_name": "Eyes", + "table_name": "Eyes", + "hit_penalty": -9, + "description": "An attack that misses by 1 hits the torso instead. Only\nimpaling (imp), piercing (pi-, pi, pi+, pi++), and\ntight-beam burning (burn) attacks can target the eye – and\nonly from the front or sides. Injury over HP÷10 blinds the\neye. Otherwise, treat as skull, but without the extra DR!", + "calc": { + "roll_range": "-", + "dr": { + "all": 0 + } + } + }, + { + "id": "skull", + "choice_name": "Skull", + "table_name": "Skull", + "slots": 2, + "hit_penalty": -7, + "dr_bonus": 2, + "description": "An attack that misses by 1 hits the torso instead. Wounding\nmodifier is x4. Knockdown rolls are at -10. Critical hits\nuse the Critical Head Blow Table (B556). Exception: These\nspecial effects do not apply to toxic (tox) damage.", + "calc": { + "roll_range": "3-4", + "dr": { + "all": 3 + } + } + }, + { + "id": "face", + "choice_name": "Face", + "table_name": "Face", + "slots": 1, + "hit_penalty": -5, + "description": "An attack that misses by 1 hits the torso instead. Jaw,\ncheeks, nose, ears, etc. If the target has an open-faced\nhelmet, ignore its DR. Knockdown rolls are at -5. Critical\nhits use the Critical Head Blow Table (B556). Corrosion\n(cor) damage gets a x1½ wounding modifier, and if it\ninflicts a major wound, it also blinds one eye (both eyes on\ndamage over full HP). Random attacks from behind hit the\nskull instead.", + "calc": { + "roll_range": "5", + "dr": { + "all": 1 + } + } + }, + { + "id": "leg", + "choice_name": "Leg", + "table_name": "Right Leg", + "slots": 2, + "hit_penalty": -2, + "description": "Reduce the wounding multiplier of large piercing (pi+), huge\npiercing (pi++), and impaling (imp) damage to x1. Any major\nwound (loss of over ½ HP from one blow) cripples the limb.\nDamage beyond that threshold is lost.", + "calc": { + "roll_range": "6-7", + "dr": { + "all": 1 + } + } + }, + { + "id": "arm", + "choice_name": "Arm", + "table_name": "Right Arm", + "slots": 1, + "hit_penalty": -2, + "description": "Reduce the wounding multiplier of large piercing (pi+), huge\npiercing (pi++), and impaling (imp) damage to x1. Any major\nwound (loss of over ½ HP from one blow) cripples the limb.\nDamage beyond that threshold is lost. If holding a shield,\ndouble the penalty to hit: -4 for shield arm instead of -2.", + "calc": { + "roll_range": "8", + "dr": { + "all": 0 + } + } + }, + { + "id": "torso", + "choice_name": "Torso", + "table_name": "Torso", + "slots": 2, + "calc": { + "roll_range": "9-10", + "dr": { + "all": 4 + } + } + }, + { + "id": "groin", + "choice_name": "Groin", + "table_name": "Groin", + "slots": 1, + "hit_penalty": -3, + "description": "An attack that misses by 1 hits the torso instead. Human\nmales and the males of similar species suffer double shock\nfrom crushing (cr) damage, and get -5 to knockdown rolls.\nOtherwise, treat as a torso hit.", + "calc": { + "roll_range": "11", + "dr": { + "all": 1 + } + } + }, + { + "id": "arm", + "choice_name": "Arm", + "table_name": "Left Arm", + "slots": 1, + "hit_penalty": -2, + "description": "Reduce the wounding multiplier of large piercing (pi+), huge\npiercing (pi++), and impaling (imp) damage to x1. Any major\nwound (loss of over ½ HP from one blow) cripples the limb.\nDamage beyond that threshold is lost. If holding a shield,\ndouble the penalty to hit: -4 for shield arm instead of -2.", + "calc": { + "roll_range": "12", + "dr": { + "all": 0 + } + } + }, + { + "id": "leg", + "choice_name": "Leg", + "table_name": "Left Leg", + "slots": 2, + "hit_penalty": -2, + "description": "Reduce the wounding multiplier of large piercing (pi+), huge\npiercing (pi++), and impaling (imp) damage to x1. Any major\nwound (loss of over ½ HP from one blow) cripples the limb.\nDamage beyond that threshold is lost.", + "calc": { + "roll_range": "13-14", + "dr": { + "all": 1 + } + } + }, + { + "id": "hand", + "choice_name": "Hand", + "table_name": "Hand", + "slots": 1, + "hit_penalty": -4, + "description": "If holding a shield, double the penalty to hit: -8 for\nshield hand instead of -4. Reduce the wounding multiplier of\nlarge piercing (pi+), huge piercing (pi++), and impaling\n(imp) damage to x1. Any major wound (loss of over ⅓ HP\nfrom one blow) cripples the extremity. Damage beyond that\nthreshold is lost.", + "calc": { + "roll_range": "15", + "dr": { + "all": 0 + } + } + }, + { + "id": "foot", + "choice_name": "Foot", + "table_name": "Foot", + "slots": 1, + "hit_penalty": -4, + "description": "Reduce the wounding multiplier of large piercing (pi+), huge\npiercing (pi++), and impaling (imp) damage to x1. Any major\nwound (loss of over ⅓ HP from one blow) cripples the\nextremity. Damage beyond that threshold is lost.", + "calc": { + "roll_range": "16", + "dr": { + "all": 1 + } + } + }, + { + "id": "neck", + "choice_name": "Neck", + "table_name": "Neck", + "slots": 2, + "hit_penalty": -5, + "description": "An attack that misses by 1 hits the torso instead. Neck and\nthroat. Increase the wounding multiplier of crushing (cr)\nand corrosion (cor) attacks to x1½, and that of cutting\n(cut) damage to x2. At the GM’s option, anyone killed by a\ncutting (cut) blow to the neck is decapitated!", + "calc": { + "roll_range": "17-18", + "dr": { + "all": 1 + } + } + }, + { + "id": "vitals", + "choice_name": "Vitals", + "table_name": "Vitals", + "hit_penalty": -3, + "description": "An attack that misses by 1 hits the torso instead. Heart,\nlungs, kidneys, etc. Increase the wounding modifier for an\nimpaling (imp) or any piercing (pi-, pi, pi+, pi++) attack\nto x3. Increase the wounding modifier for a tight-beam\nburning (burn) attack to x2. Other attacks cannot target the\nvitals.", + "calc": { + "roll_range": "-", + "dr": { + "all": 1 + } + } + } + ] + }, + "damage_progression": "basic_set", + "default_length_units": "ft_in", + "default_weight_units": "lb", + "user_description_display": "tooltip", + "modifiers_display": "inline", + "notes_display": "inline", + "skill_level_adj_display": "tooltip", + "show_spell_adj": true, + "exclude_unspent_points_from_total": false + }, + "attributes": [ + { + "attr_id": "st", + "adj": 0, + "calc": { + "value": 18, + "points": 0 + } + }, + { + "attr_id": "dx", + "adj": 0, + "calc": { + "value": 11, + "points": 0 + } + }, + { + "attr_id": "iq", + "adj": 0, + "calc": { + "value": 3, + "points": 0 + } + }, + { + "attr_id": "ht", + "adj": 0, + "calc": { + "value": 11, + "points": 0 + } + }, + { + "attr_id": "will", + "adj": 0, + "calc": { + "value": 11, + "points": 0 + } + }, + { + "attr_id": "fright_check", + "adj": 0, + "calc": { + "value": 11, + "points": 0 + } + }, + { + "attr_id": "senses", + "adj": 0 + }, + { + "attr_id": "per", + "adj": 0, + "calc": { + "value": 12, + "points": 0 + } + }, + { + "attr_id": "vision", + "adj": 0, + "calc": { + "value": 12, + "points": 0 + } + }, + { + "attr_id": "hearing", + "adj": 0, + "calc": { + "value": 12, + "points": 0 + } + }, + { + "attr_id": "taste_smell", + "adj": 0, + "calc": { + "value": 12, + "points": 0 + } + }, + { + "attr_id": "touch", + "adj": 0, + "calc": { + "value": 12, + "points": 0 + } + }, + { + "attr_id": "movement", + "adj": 0 + }, + { + "attr_id": "basic_speed", + "adj": 0, + "calc": { + "value": 5.5, + "points": 0 + } + }, + { + "attr_id": "basic_move", + "adj": 0, + "calc": { + "value": 7, + "points": 0 + } + }, + { + "attr_id": "highjump", + "adj": 0 + }, + { + "attr_id": "running_highjump", + "adj": 0 + }, + { + "attr_id": "broadjump", + "adj": 0 + }, + { + "attr_id": "running_broadjump", + "adj": 0 + }, + { + "attr_id": "fp", + "adj": 0, + "calc": { + "value": 11, + "current": 11, + "points": 0 + } + }, + { + "attr_id": "hp", + "adj": 0, + "calc": { + "value": 18, + "current": 18, + "points": 0 + } + } + ], + "traits": [ + { + "id": "e580888c-7abb-4e21-b762-86401bbd1d3b", + "type": "trait_container", + "open": true, + "children": [ + { + "id": "b908dfba-bb3b-4bb1-a1ef-e8d7a0ae72e6", + "type": "trait", + "name": "Size Modifier (Large)", + "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": "5f0c795a-4aa5-475b-a9d6-28745febeda0", + "type": "trait", + "name": "Increased Strength", + "reference": "B14", + "tags": [ + "Advantage", + "Attribute", + "Physical" + ], + "modifiers": [ + { + "id": "fc2b398f-467b-4c36-857b-98087975f0c4", + "type": "modifier", + "name": "No Fine Manipulators", + "reference": "B15", + "cost": -40 + }, + { + "id": "89e24b12-233b-4ad9-a77a-934e7bc640f7", + "type": "modifier", + "name": "Size", + "reference": "B15", + "cost": -10, + "levels": 1 + } + ], + "levels": 8, + "points_per_level": 10, + "features": [ + { + "type": "attribute_bonus", + "attribute": "st", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 40 + } + }, + { + "id": "450abfdb-b0aa-4cf5-9bae-8bd9ccf0c091", + "type": "trait", + "name": "Increased Dexterity", + "reference": "B15", + "tags": [ + "Advantage", + "Attribute", + "Physical" + ], + "modifiers": [ + { + "id": "26b39aca-fc45-404a-9dbd-be0e55323b67", + "type": "modifier", + "name": "No Fine Manipulators", + "cost": -40 + } + ], + "levels": 1, + "points_per_level": 20, + "features": [ + { + "type": "attribute_bonus", + "attribute": "dx", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 12 + } + }, + { + "id": "f1e73019-5873-4a16-b490-877077598aee", + "type": "trait", + "name": "Decreased Intelligence", + "reference": "B15", + "tags": [ + "Attribute", + "Disadvantage", + "Mental" + ], + "levels": 7, + "points_per_level": -20, + "features": [ + { + "type": "attribute_bonus", + "attribute": "iq", + "amount": -1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": -140 + } + }, + { + "id": "740c9094-d787-4e97-bac4-ef6be3ca2d50", + "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": "599a68b6-888b-42ff-b4bd-2283f99c3738", + "type": "trait", + "name": "Increased Will", + "reference": "B16", + "tags": [ + "Advantage", + "Attribute", + "Mental" + ], + "levels": 8, + "points_per_level": 5, + "features": [ + { + "type": "attribute_bonus", + "attribute": "will", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 40 + } + }, + { + "id": "2dfd37a6-295e-477e-913d-94b45ca58760", + "type": "trait", + "name": "Increased Perception", + "reference": "B16", + "tags": [ + "Advantage", + "Attribute", + "Mental", + "Physical" + ], + "levels": 9, + "points_per_level": 5, + "features": [ + { + "type": "attribute_bonus", + "attribute": "per", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 45 + } + }, + { + "id": "0fa43058-57e4-492e-8e5b-27de05b10150", + "type": "trait", + "name": "Increased Basic Move", + "reference": "B17", + "tags": [ + "Advantage", + "Attribute", + "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 + } + } + ], + "name": "Attributes", + "container_type": "attributes", + "calc": { + "points": 17 + } + }, + { + "id": "195d69f8-11fd-47be-bc1c-7f6c2f4c528b", + "type": "trait", + "name": "Bad Temper", + "reference": "B124", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -10, + "cr": 12, + "calc": { + "points": -10 + } + }, + { + "id": "9f40a0cb-21ff-44a5-bc1c-378ef3a4515f", + "type": "trait_container", + "open": true, + "children": [ + { + "id": "d511acb0-2b4e-4576-99f6-150df325ef88", + "type": "trait", + "name": "Cannot Speak", + "reference": "B125", + "tags": [ + "Disadvantage", + "Physical" + ], + "base_points": -15, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": false, + "name": { + "compare": "is", + "qualifier": "stuttering" + } + } + ] + }, + "calc": { + "points": -15 + } + }, + { + "id": "f36712bf-35ac-4fff-a94a-20ae66b97680", + "type": "trait", + "name": "Hidebound", + "reference": "B138", + "notes": "-2 penalty 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.", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -5, + "calc": { + "points": -5 + } + }, + { + "id": "394d2de1-5e02-4b2d-b8e6-9b5f0d3208c9", + "type": "trait", + "name": "Social Stigma (Valuable Property)", + "reference": "B156", + "tags": [ + "Disadvantage", + "Social" + ], + "base_points": -10, + "calc": { + "points": -10 + } + }, + { + "id": "13f7c5c0-0d86-4182-a167-c75bcc792e29", + "type": "trait", + "name": "Taboo Trait (Fixed IQ)", + "tags": [ + "Mental" + ], + "calc": { + "points": 0 + } + } + ], + "name": "Meta-Trait: Domestic Animal", + "reference": "B263", + "container_type": "meta_trait", + "calc": { + "points": -30 + } + }, + { + "id": "059111ce-9f17-4041-9c9a-99ac3407b4c7", + "type": "trait", + "name": "Damage Resistance", + "reference": "B47,P45,MA43,PSI14", + "tags": [ + "Advantage", + "Exotic", + "Physical" + ], + "levels": 1, + "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": "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 + } + ], + "can_level": true, + "calc": { + "points": 5 + } + }, + { + "id": "1b8adf92-69fd-48a2-8474-e54e1879efcd", + "type": "trait", + "name": "Damage Resistance (torso only)", + "reference": "B47,P45,MA43,PSI14", + "tags": [ + "Advantage", + "Exotic", + "Physical" + ], + "modifiers": [ + { + "id": "a48b115e-bf63-41f8-84cd-3b6d1e41653e", + "type": "modifier", + "name": "Partial (Torso)", + "reference": "B47", + "cost": -10 + } + ], + "levels": 3, + "points_per_level": 5, + "features": [ + { + "type": "dr_bonus", + "location": "torso", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 14 + } + }, + { + "id": "9c50a0b6-4604-46ad-8bc5-035315f914f6", + "type": "trait", + "name": "Flight", + "reference": "B56,P50,PSI14", + "notes": "Air Move is Basic Speed x 2 (drop all fractions)", + "tags": [ + "Advantage", + "Exotic", + "Physical" + ], + "modifiers": [ + { + "id": "b53b501f-2ecc-4c99-8766-5766e670ce73", + "type": "modifier", + "name": "Cannot Hover", + "reference": "B56", + "cost": -15 + }, + { + "id": "ef21e56c-ec8d-4d9f-9643-c5ff26f41ad7", + "type": "modifier", + "name": "Winged", + "reference": "B56", + "cost": -25 + }, + { + "id": "4786db25-f3a7-43e6-80a4-6144145db806", + "type": "modifier", + "name": "Mana-Dependent", + "reference": "B34", + "reference_highlight": "Mana Sensitive", + "notes": "In low mana areas, \"Cannot Hover\" becomes \"Controlled Gliding\". Cannot fly in no mana areas. Flying in very high mana areas costs no FP.", + "cost": -10 + } + ], + "base_points": 40, + "calc": { + "points": 20 + } + }, + { + "id": "1ee012b1-67da-4e36-bab8-e340eaffd70e", + "type": "trait", + "name": "Magery", + "reference": "B66", + "tags": [ + "Advantage", + "Mental", + "Supernatural" + ], + "base_points": 5, + "points_per_level": 10, + "features": [ + { + "type": "spell_bonus", + "match": "all_colleges", + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "thaumatology" + }, + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 5 + } + }, + { + "id": "fcb1f932-7f1f-41bf-ac25-203f41e9a896", + "type": "trait", + "name": "No Fine Manipulators", + "reference": "B145", + "tags": [ + "Disadvantage", + "Physical" + ], + "base_points": -30, + "features": [ + { + "type": "cost_reduction", + "attribute": "st", + "percentage": 40 + }, + { + "type": "cost_reduction", + "attribute": "dx", + "percentage": 40 + } + ], + "calc": { + "points": -30 + } + }, + { + "id": "c9c39149-b542-426b-b5bc-60a3a6e5bda1", + "type": "trait", + "name": "Crushing Striker (Left wing)", + "reference": "B88,MA47", + "tags": [ + "Advantage", + "Exotic", + "Physical" + ], + "base_points": 5, + "weapons": [ + { + "id": "2a9ee24e-3cc4-46a1-861d-4f8de4f8f207", + "type": "melee_weapon", + "damage": { + "type": "cr", + "st": "thr", + "modifier_per_die": 1 + }, + "reach": "C", + "parry": "0", + "defaults": [ + { + "type": "dx" + }, + { + "type": "skill", + "name": "Brawling" + } + ], + "calc": { + "level": 13, + "damage": "1d+4 cr", + "parry": "9" + } + } + ], + "calc": { + "points": 5 + } + }, + { + "id": "0c54ac01-beae-4951-8fe3-f5c4930b0b8e", + "type": "trait", + "name": "Crushing Striker (Right wing)", + "reference": "B88,MA47", + "tags": [ + "Advantage", + "Exotic", + "Physical" + ], + "base_points": 5, + "weapons": [ + { + "id": "2a9ee24e-3cc4-46a1-861d-4f8de4f8f207", + "type": "melee_weapon", + "damage": { + "type": "cr", + "st": "thr", + "modifier_per_die": 1 + }, + "reach": "C", + "parry": "0", + "defaults": [ + { + "type": "dx" + }, + { + "type": "skill", + "name": "Brawling" + } + ], + "calc": { + "level": 13, + "damage": "1d+4 cr", + "parry": "9" + } + } + ], + "calc": { + "points": 5 + } + }, + { + "id": "0cbe86c0-223e-41fb-8732-18b9cd987c21", + "type": "trait", + "name": "Cutting Striker (Left clawed foot)", + "reference": "B88", + "tags": [ + "Advantage", + "Exotic", + "Physical" + ], + "base_points": 7, + "weapons": [ + { + "id": "c3d50f83-0302-4bbc-9f8c-de46ff37854b", + "type": "melee_weapon", + "damage": { + "type": "cut", + "st": "thr", + "modifier_per_die": 1 + }, + "reach": "C", + "parry": "0", + "defaults": [ + { + "type": "skill", + "name": "Brawling" + }, + { + "type": "dx" + } + ], + "calc": { + "level": 13, + "damage": "1d+4 cut", + "parry": "9" + } + } + ], + "calc": { + "points": 7 + } + }, + { + "id": "cc8d6c5b-f706-4c4c-81f0-a87fe8a1bab4", + "type": "trait", + "name": "Cutting Striker (Right clawed foot)", + "reference": "B88", + "tags": [ + "Advantage", + "Exotic", + "Physical" + ], + "base_points": 7, + "weapons": [ + { + "id": "c3d50f83-0302-4bbc-9f8c-de46ff37854b", + "type": "melee_weapon", + "damage": { + "type": "cut", + "st": "thr", + "modifier_per_die": 1 + }, + "reach": "C", + "parry": "0", + "defaults": [ + { + "type": "skill", + "name": "Brawling" + }, + { + "type": "dx" + } + ], + "calc": { + "level": 13, + "damage": "1d+4 cut", + "parry": "9" + } + } + ], + "calc": { + "points": 7 + } + }, + { + "id": "9699090c-3ca4-4d3e-a52e-fd58db73921c", + "type": "trait", + "name": "Feature: Tail", + "reference": "B261", + "reference_highlight": "Features", + "calc": { + "points": 0 + } + }, + { + "id": "84e8b2c5-5716-430e-8d37-3fb3e73691fd", + "type": "trait", + "name": "Weak Bite", + "reference": "B161", + "tags": [ + "Animal", + "Disadvantage", + "Exotic", + "Physical" + ], + "base_points": -2, + "weapons": [ + { + "id": "c4fba6f2-aa6c-4ba1-9d92-7b119aa27251", + "type": "melee_weapon", + "damage": { + "type": "cr", + "st": "thr", + "base": "-1", + "modifier_per_die": -2 + }, + "usage": "Bite", + "reach": "C", + "defaults": [ + { + "type": "dx" + }, + { + "type": "skill", + "name": "Brawling" + } + ], + "calc": { + "level": 13, + "damage": "1d cr" + } + } + ], + "calc": { + "points": -2 + } + } + ], + "skills": [ + { + "id": "89051b9f-9d6b-48a8-adbe-19e181aed636", + "type": "skill", + "name": "Brawling", + "reference": "B182,MA55", + "tags": [ + "Combat", + "Melee Combat", + "Weapon" + ], + "difficulty": "dx/e", + "points": 4, + "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 + } + ], + "calc": { + "level": 13, + "rsl": "DX+2" + } + } + ], + "notes": [ + { + "id": "2932f0f0-c163-4296-9f8f-d8197f788ad8", + "type": "note", + "text": "The Gwesdon (plural Gysdin) is the primary herd animal of the Winged Folk.", + "reference": "FFWF25", + "reference_highlight": "Gysdin" + }, + { + "id": "dbc7153f-6385-43f7-8073-026101861e74", + "type": "note", + "text": "To Shapeshift into a Gwesdon is 5 to cast and 2 to maintain", + "reference": "M32", + "reference_highlight": "Shapeshifting" + } + ], + "created_date": "2024-01-22T20:27:20Z", + "modified_date": "2024-01-22T22:12:55Z", + "calc": { + "swing": "3d", + "thrust": "1d+2", + "basic_lift": "65 lb", + "move": [ + 7, + 5, + 4, + 2, + 1 + ], + "dodge": [ + 8, + 7, + 6, + 5, + 4 + ] + } +} diff --git a/Library/Fantasy Folk/Winged Folk/Equipment/Winged Folk Equipment Modifiers.eqm b/Library/Fantasy Folk/Winged Folk/Equipment/Winged Folk Equipment Modifiers.eqm new file mode 100644 index 000000000..479634103 --- /dev/null +++ b/Library/Fantasy Folk/Winged Folk/Equipment/Winged Folk Equipment Modifiers.eqm @@ -0,0 +1,68 @@ +{ + "type": "eqp_modifier_list", + "version": 4, + "rows": [ + { + "id": "051a5e7f-495e-43a0-afdb-afd27931bc73", + "type": "eqp_modifier", + "name": "Delicate", + "reference": "FFWF23", + "notes": "+1 to odds of breakage, melee and thrown weapons only", + "cost_type": "to_base_cost", + "weight_type": "to_base_weight", + "cost": "+2 CF", + "weight": "x0.75", + "features": [ + { + "type": "weapon_min_st_bonus", + "selection_type": "weapons_with_required_skill", + "amount": -1 + } + ] + }, + { + "id": "cc62a68d-2a41-45c7-ba30-9ff84046962a", + "type": "eqp_modifier", + "name": "Horn Bow", + "reference": "FFWF23", + "notes": "Bow only, not in realistic games", + "cost_type": "to_base_cost", + "cost": "+1 CF", + "features": [ + { + "type": "weapon_bonus", + "selection_type": "weapons_with_required_skill", + "amount": 1 + }, + { + "type": "weapon_max_range_bonus", + "percent": true, + "selection_type": "weapons_with_required_skill", + "amount": -20 + }, + { + "type": "weapon_half_damage_range_bonus", + "percent": true, + "selection_type": "weapons_with_required_skill", + "amount": -20 + }, + { + "type": "weapon_min_range_bonus", + "percent": true, + "selection_type": "weapons_with_required_skill", + "amount": -20 + } + ] + }, + { + "id": "c90b0adc-0e7d-4722-846d-e79571e52f1a", + "type": "eqp_modifier", + "name": "Wing slits on torso armor", + "reference": "FFWF24", + "reference_highlight": "torso armor", + "notes": "Takes 1-3 hours and a roll against Armoury (Body Armor) at +4", + "cost_type": "to_base_cost", + "cost": "+0.25 CF" + } + ] +} diff --git a/Library/Fantasy Folk/Winged Folk/Equipment/Winged Folk Equipment.eqp b/Library/Fantasy Folk/Winged Folk/Equipment/Winged Folk Equipment.eqp new file mode 100644 index 000000000..c5d1f9e81 --- /dev/null +++ b/Library/Fantasy Folk/Winged Folk/Equipment/Winged Folk Equipment.eqp @@ -0,0 +1,693 @@ +{ + "type": "equipment_list", + "version": 4, + "rows": [ + { + "id": "9e0e58d9-1305-4e81-acf4-2ea58c163fc0", + "type": "equipment", + "description": "Blood-Mead", + "reference": "FFWF16", + "notes": "1 pint (1lb) has 50 servings", + "tags": [ + "Consumable", + "Religious" + ], + "quantity": 1, + "value": 200, + "weight": "1 lb", + "equipped": true, + "calc": { + "extended_value": 200, + "extended_weight": "1 lb" + } + }, + { + "id": "7740e433-8521-44b2-8d19-fc4438adaed8", + "type": "equipment", + "description": "Dwenon", + "reference": "FFWF25", + "reference_highlight": "Dynin", + "notes": "Herding dog", + "tags": [ + "Animal" + ], + "quantity": 1, + "value": 300, + "weight": "40 lb", + "equipped": true, + "calc": { + "extended_value": 300, + "extended_weight": "40 lb" + } + }, + { + "id": "261f2146-59a3-43f8-9661-f71e28a4103d", + "type": "equipment", + "description": "Feathered Armor", + "reference": "FFWF24", + "tech_level": "1", + "tags": [ + "Body Armor" + ], + "quantity": 1, + "value": 200, + "weight": "12.5 lb", + "features": [ + { + "type": "dr_bonus", + "location": "torso", + "amount": 2 + }, + { + "type": "dr_bonus", + "location": "vitals", + "amount": 2 + }, + { + "type": "dr_bonus", + "location": "groin", + "amount": 2 + }, + { + "type": "dr_bonus", + "location": "torso", + "specialization": "cutting", + "amount": 1 + }, + { + "type": "dr_bonus", + "location": "vitals", + "specialization": "cutting", + "amount": 1 + }, + { + "type": "dr_bonus", + "location": "groin", + "specialization": "cutting", + "amount": 1 + } + ], + "equipped": true, + "calc": { + "extended_value": 200, + "extended_weight": "12.5 lb" + } + }, + { + "id": "36a094f8-0202-4091-9086-4a41b5f6dcc9", + "type": "equipment", + "description": "Feathered Skullcap", + "reference": "FFWF24", + "reference_highlight": "skullcap", + "tech_level": "1", + "tags": [ + "Body Armor" + ], + "quantity": 1, + "value": 40, + "weight": "2.5 lb", + "features": [ + { + "type": "dr_bonus", + "location": "skull", + "amount": 2 + }, + { + "type": "dr_bonus", + "location": "skull", + "specialization": "cutting", + "amount": 1 + } + ], + "equipped": true, + "calc": { + "extended_value": 40, + "extended_weight": "2.5 lb" + } + }, + { + "id": "98455a0e-e828-4af9-84e8-74f16a83bca9", + "type": "equipment", + "description": "Gwesdon", + "reference": "FFWF25", + "reference_highlight": "Gysdin", + "notes": "Herd animal", + "tags": [ + "Animal" + ], + "modifiers": [ + { + "id": "4c81490b-5b13-4a0e-aa85-57c50a7c1260", + "type": "eqp_modifier", + "name": "War-trained", + "reference": "FFWF25", + "notes": "Combat Reflexes, +1 to Brawling skill", + "cost_type": "to_base_cost", + "disabled": true, + "cost": "+24 CF" + }, + { + "id": "9cad6231-864d-4e0d-a3e8-78a0ca613d83", + "type": "eqp_modifier", + "name": "Magical detection", + "reference": "FFWF25", + "notes": "Can detect magical items and tell their owners", + "cost_type": "to_base_cost", + "disabled": true, + "cost": "+4 CF" + } + ], + "quantity": 1, + "value": 1500, + "weight": "800 lb", + "equipped": true, + "calc": { + "extended_value": 1500, + "extended_weight": "800 lb" + } + }, + { + "id": "e100e438-9b60-4c24-b524-1a90c7ae816c", + "type": "equipment", + "description": "Imrosane", + "reference": "FFWF24", + "notes": "Shortsword used by Brides of Claithalleth", + "tags": [ + "Melee Weapon" + ], + "quantity": 1, + "value": 450, + "weight": "2 lb", + "weapons": [ + { + "id": "fbb77b20-5cc0-45e1-9eae-bce800d7f4e9", + "type": "melee_weapon", + "damage": { + "type": "cut", + "st": "sw" + }, + "strength": "8", + "usage": "Swing", + "reach": "1", + "parry": "0", + "defaults": [ + { + "type": "dx", + "modifier": -5 + }, + { + "type": "skill", + "name": "Shortsword" + }, + { + "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 + } + ], + "calc": { + "damage": "sw cut" + } + }, + { + "id": "454d6008-847a-4418-8c8e-cb42543a8279", + "type": "melee_weapon", + "damage": { + "type": "imp", + "st": "thr", + "base": "1" + }, + "strength": "8", + "usage": "Thrust", + "reach": "C,1", + "parry": "0", + "defaults": [ + { + "type": "dx", + "modifier": -5 + }, + { + "type": "skill", + "name": "Shortsword" + }, + { + "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 + } + ], + "calc": { + "damage": "thr+1 imp" + } + } + ], + "equipped": true, + "calc": { + "extended_value": 450, + "extended_weight": "2 lb" + } + }, + { + "id": "06d2575a-4cec-453c-a4a4-6217609b6a3f", + "type": "equipment", + "description": "Onwico", + "reference": "FFWF224", + "notes": "Mace with an axe blade on the back", + "tags": [ + "Melee Weapon" + ], + "quantity": 1, + "value": 80, + "weight": "6 lb", + "weapons": [ + { + "id": "db00097b-b6b2-48a1-bfb7-912667e5d4d2", + "type": "melee_weapon", + "damage": { + "type": "cr", + "st": "sw", + "base": "3" + }, + "strength": "12", + "usage": "Hammer 1H", + "reach": "1", + "parry": "0U", + "defaults": [ + { + "type": "dx", + "modifier": -5 + }, + { + "type": "skill", + "name": "Axe/Mace" + }, + { + "type": "skill", + "name": "Flail", + "modifier": -4 + }, + { + "type": "skill", + "name": "Two-Handed Axe/Mace", + "modifier": -3 + } + ], + "calc": { + "damage": "sw+3 cr" + } + }, + { + "id": "67a1e402-4a7f-4c63-a818-fc85673696e1", + "type": "melee_weapon", + "damage": { + "type": "cut", + "st": "sw", + "base": "2" + }, + "strength": "12", + "usage": "Axe 1H", + "reach": "1", + "parry": "0U", + "defaults": [ + { + "type": "dx", + "modifier": -5 + }, + { + "type": "skill", + "name": "Axe/Mace" + }, + { + "type": "skill", + "name": "Flail", + "modifier": -4 + }, + { + "type": "skill", + "name": "Two-Handed Axe/Mace", + "modifier": -3 + } + ], + "calc": { + "damage": "sw+2 cut" + } + }, + { + "id": "d2e34b95-3c96-4d1f-b52d-91cc89422d1d", + "type": "melee_weapon", + "damage": { + "type": "cr", + "st": "sw", + "base": "4" + }, + "strength": "11‡", + "usage": "Hammer 2H", + "reach": "1", + "parry": "0U", + "defaults": [ + { + "type": "dx", + "modifier": -5 + }, + { + "type": "skill", + "name": "Two-Handed Axe/Mace" + }, + { + "type": "skill", + "name": "Axe/Mace", + "modifier": -3 + }, + { + "type": "skill", + "name": "Polearm", + "modifier": -4 + }, + { + "type": "skill", + "name": "Two-Handed Flail", + "modifier": -4 + } + ], + "calc": { + "damage": "sw+4 cr" + } + }, + { + "id": "62545bf0-356c-45b1-b81e-a31c9f858210", + "type": "melee_weapon", + "damage": { + "type": "cut", + "st": "sw", + "base": "3" + }, + "strength": "11‡", + "usage": "Axe 2H", + "reach": "1", + "parry": "0U", + "defaults": [ + { + "type": "dx", + "modifier": -5 + }, + { + "type": "skill", + "name": "Two-Handed Axe/Mace" + }, + { + "type": "skill", + "name": "Axe/Mace", + "modifier": -3 + }, + { + "type": "skill", + "name": "Polearm", + "modifier": -4 + }, + { + "type": "skill", + "name": "Two-Handed Flail", + "modifier": -4 + } + ], + "calc": { + "damage": "sw+3 cut" + } + }, + { + "id": "8a1ef9ca-a5dc-4104-b799-71890e6163b4", + "type": "ranged_weapon", + "damage": { + "type": "cr", + "st": "sw", + "base": "3" + }, + "strength": "12", + "usage": "Hammer thrown", + "range": "x0.5/x0.8", + "rate_of_fire": "1", + "shots": "T", + "bulk": "-5", + "defaults": [ + { + "type": "dx", + "modifier": -4 + }, + { + "type": "skill", + "name": "Thrown Weapon", + "specialization": "Axe/Mace" + } + ], + "calc": { + "damage": "sw+3 cr" + } + }, + { + "id": "15b1051d-5dc9-4bea-8d67-92edca4e31f6", + "type": "ranged_weapon", + "damage": { + "type": "cut", + "st": "sw", + "base": "2" + }, + "strength": "12", + "usage": "Axe thrown", + "range": "x0.5/x0.8", + "rate_of_fire": "1", + "shots": "T", + "bulk": "-5", + "defaults": [ + { + "type": "dx", + "modifier": -4 + }, + { + "type": "skill", + "name": "Thrown Weapon", + "specialization": "Axe/Mace" + } + ], + "calc": { + "damage": "sw+2 cut" + } + } + ], + "equipped": true, + "calc": { + "extended_value": 80, + "extended_weight": "6 lb" + } + }, + { + "id": "16cc69f9-1571-456e-810f-baccd269aae2", + "type": "equipment", + "description": "Onwico, small", + "reference": "FFWF224", + "notes": "Mace with an axe blade on the back", + "tags": [ + "Melee Weapon" + ], + "quantity": 1, + "value": 65, + "weight": "4 lb", + "weapons": [ + { + "id": "db00097b-b6b2-48a1-bfb7-912667e5d4d2", + "type": "melee_weapon", + "damage": { + "type": "cr", + "st": "sw", + "base": "2" + }, + "strength": "10", + "usage": "Hammer 1H", + "reach": "1", + "parry": "0U", + "defaults": [ + { + "type": "dx", + "modifier": -5 + }, + { + "type": "skill", + "name": "Axe/Mace" + }, + { + "type": "skill", + "name": "Flail", + "modifier": -4 + }, + { + "type": "skill", + "name": "Two-Handed Axe/Mace", + "modifier": -3 + } + ], + "calc": { + "damage": "sw+2 cr" + } + }, + { + "id": "67a1e402-4a7f-4c63-a818-fc85673696e1", + "type": "melee_weapon", + "damage": { + "type": "cut", + "st": "sw", + "base": "1" + }, + "strength": "10", + "usage": "Axe 1H", + "reach": "1", + "parry": "0U", + "defaults": [ + { + "type": "dx", + "modifier": -5 + }, + { + "type": "skill", + "name": "Axe/Mace" + }, + { + "type": "skill", + "name": "Flail", + "modifier": -4 + }, + { + "type": "skill", + "name": "Two-Handed Axe/Mace", + "modifier": -3 + } + ], + "calc": { + "damage": "sw+1 cut" + } + }, + { + "id": "8a1ef9ca-a5dc-4104-b799-71890e6163b4", + "type": "ranged_weapon", + "damage": { + "type": "cr", + "st": "sw", + "base": "2" + }, + "strength": "10", + "usage": "Hammer thrown", + "range": "x0.8/x1", + "rate_of_fire": "1", + "shots": "T", + "bulk": "-4", + "defaults": [ + { + "type": "dx", + "modifier": -4 + }, + { + "type": "skill", + "name": "Thrown Weapon", + "specialization": "Axe/Mace" + } + ], + "calc": { + "damage": "sw+2 cr" + } + }, + { + "id": "15b1051d-5dc9-4bea-8d67-92edca4e31f6", + "type": "ranged_weapon", + "damage": { + "type": "cut", + "st": "sw", + "base": "1" + }, + "strength": "10", + "usage": "Axe thrown", + "range": "x0.8/x1", + "rate_of_fire": "1", + "shots": "T", + "bulk": "-4", + "defaults": [ + { + "type": "dx", + "modifier": -4 + }, + { + "type": "skill", + "name": "Thrown Weapon", + "specialization": "Axe/Mace" + } + ], + "calc": { + "damage": "sw+1 cut" + } + } + ], + "equipped": true, + "calc": { + "extended_value": 65, + "extended_weight": "4 lb" + } + } + ] +} diff --git a/Library/Fantasy Folk/Winged Folk/Magical Styles/Al Gwnefnos.gct b/Library/Fantasy Folk/Winged Folk/Magical Styles/Al Gwnefnos.gct new file mode 100644 index 000000000..469834e07 --- /dev/null +++ b/Library/Fantasy Folk/Winged Folk/Magical Styles/Al Gwnefnos.gct @@ -0,0 +1,2667 @@ +{ + "type": "template", + "version": 4, + "id": "3e37d9f0-25a6-4494-a660-515934e1d1d7", + "traits": [ + { + "id": "694b2cab-af91-4daf-ac20-b7707078751e", + "type": "trait_container", + "open": true, + "children": [ + { + "id": "f896291b-2f0e-4114-b688-9e762fae77b3", + "type": "trait_container", + "open": true, + "children": [ + { + "id": "00b83dec-b9c4-4d16-831b-ad51d5f5d399", + "type": "trait", + "name": "Magic School Familiarity (Al Gwnefnos)", + "reference": "TMS20", + "notes": "The Path of Animates", + "tags": [ + "Perk", + "Social" + ], + "base_points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "Magery" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + }, + "notes": { + "compare": "does_not_contain", + "qualifier": "One College" + } + } + ] + }, + "calc": { + "points": 1 + } + }, + { + "id": "131b1250-790b-4b91-b7b3-764a50ae58a7", + "type": "trait", + "name": "Covenant of Rest", + "reference": "TMS23", + "notes": "Cannot be summoned, reanimated or resurrected after death", + "tags": [ + "Magic Perk", + "Supernatural" + ], + "base_points": 1, + "disabled": true, + "calc": { + "points": 0 + } + }, + { + "id": "e82be0ae-1d7c-450e-b19d-cf81658bf675", + "type": "trait", + "name": "Frightening Side Effects (Rain of Fire)", + "reference": "TMS25", + "notes": "Can use Intimidation against witnesses when spell incapacitates or kills someone", + "tags": [ + "Magic Perk", + "Supernatural" + ], + "base_points": 1, + "disabled": true, + "calc": { + "points": 0 + } + }, + { + "id": "a7c2eb84-001a-4cf3-9322-977a36a71f86", + "type": "trait", + "name": "Intuitive Cantrip, Aid", + "reference": "TMS25", + "notes": "Can perform First Aid without a kit", + "tags": [ + "Magic Perk", + "Supernatural" + ], + "base_points": 1, + "disabled": true, + "calc": { + "points": 0 + } + }, + { + "id": "a43a0163-d809-481c-839a-8e79cf589d3e", + "type": "trait", + "name": "Intuitive Cantrip, Kindle", + "reference": "TMS26", + "notes": "Produce tiny flame with a touch", + "tags": [ + "Magic Perk", + "Supernatural" + ], + "base_points": 1, + "disabled": true, + "calc": { + "points": 0 + } + }, + { + "id": "e1efdc1f-a863-4cc1-a49b-c2d30d01c510", + "type": "trait", + "name": "Extra Option, Secret Material", + "reference": "TMS24", + "notes": "Blood-Mead", + "tags": [ + "Magic Perk", + "Supernatural" + ], + "base_points": 1, + "disabled": true, + "calc": { + "points": 0 + } + }, + { + "id": "94b2127b-6b9e-41c0-a05c-f0e45c56f9b1", + "type": "trait", + "name": "Secret Spell (Earthbind)", + "reference": "TMS30", + "tags": [ + "Magic Perk", + "Supernatural" + ], + "base_points": 1, + "disabled": true, + "calc": { + "points": 0 + } + }, + { + "id": "54914a42-332c-4011-8614-ef801eebd0ba", + "type": "trait", + "name": "Secret Spell (Flock of Ravens)", + "reference": "TMS30", + "tags": [ + "Magic Perk", + "Supernatural" + ], + "base_points": 1, + "disabled": true, + "calc": { + "points": 0 + } + }, + { + "id": "5d391a8a-fb69-4268-a91f-a6f647da0cb7", + "type": "trait", + "name": "Thaumatological Doublespeak", + "reference": "TMS33", + "notes": "May use Thaumatology skill as if it were Fast-Talk or Intimidation in some situations; requires Magery and Thaumatology 12+", + "tags": [ + "Magic Perk", + "Supernatural" + ], + "base_points": 1, + "disabled": true, + "calc": { + "points": 0 + } + } + ], + "name": "Perks", + "calc": { + "points": 1 + } + }, + { + "id": "58cf6d89-8564-4b1a-9d19-ca4d5848a439", + "type": "trait_container", + "open": true, + "children": [ + { + "id": "ec14c01f-ba06-4885-8f45-460bff8c879c", + "type": "trait", + "name": "Animal Empathy", + "reference": "B40,P48", + "tags": [ + "Advantage", + "Mental" + ], + "modifiers": [ + { + "id": "13ea22a2-2f11-4abb-87ad-4d3895a102ad", + "type": "modifier", + "name": "Remote", + "reference": "P48", + "cost": 50, + "disabled": true + }, + { + "id": "b4758d45-4f13-4e8e-b88e-7bc884a82425", + "type": "modifier", + "name": "Specialized", + "reference": "B87", + "notes": "All aquatic animals", + "cost": -40, + "disabled": true + }, + { + "id": "4e91bc03-4e47-4b36-a1a1-ce7a045f06ce", + "type": "modifier", + "name": "Specialized", + "reference": "B87", + "notes": "All land animals", + "cost": -40, + "disabled": true + }, + { + "id": "7e994dfc-f800-4dda-8f17-6491254d0fd6", + "type": "modifier", + "name": "Specialized", + "reference": "B87", + "notes": "@One class: Mammals, Birds, etc.@", + "cost": -50, + "disabled": true + }, + { + "id": "c4779572-f091-4862-898c-726b35c34f36", + "type": "modifier", + "name": "Specialized", + "reference": "B87", + "notes": "@One family: Felines, Parrots, etc.@", + "cost": -60, + "disabled": true + }, + { + "id": "cc7ea23b-89a8-4a5f-be4a-dbfa9bcdd8ec", + "type": "modifier", + "name": "Specialized", + "reference": "B87", + "notes": "@One species: House Cats, Macaws, etc.@", + "cost": -80, + "disabled": true + } + ], + "base_points": 5, + "disabled": true, + "calc": { + "points": 0 + } + }, + { + "id": "76aee762-3296-404d-80aa-61bed1397293", + "type": "trait", + "name": "Talent (Animal Friend)", + "reference": "B90,PU3:6", + "tags": [ + "Advantage", + "Mental", + "Talent" + ], + "modifiers": [ + { + "id": "4b4afac9-cefe-44ba-9b5d-4985cfaa26f1", + "type": "modifier", + "name": "Alternative Cost", + "cost": 1, + "affects": "levels_only", + "cost_type": "points", + "disabled": true + } + ], + "levels": 1, + "points_per_level": 5, + "features": [ + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "contains", + "qualifier": "animal handling" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "falconry" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "contains", + "qualifier": "packing" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "contains", + "qualifier": "riding" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "contains", + "qualifier": "teamster" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "contains", + "qualifier": "veterinary" + }, + "amount": 1, + "per_level": true + }, + { + "type": "reaction_bonus", + "situation": "from ordinary animals", + "amount": 1, + "per_level": true + } + ], + "disabled": true, + "can_level": true, + "calc": { + "points": 0 + } + }, + { + "id": "6df14f97-b10b-40ae-9c6f-e12540982e35", + "type": "trait", + "name": "Sense of Duty", + "reference": "B153", + "notes": "Spirits", + "tags": [ + "Disadvantage", + "Mental" + ], + "modifiers": [ + { + "id": "de47158b-455d-4448-8055-86065b81d6d1", + "type": "modifier", + "name": "Friends and Companions", + "reference": "B153", + "cost": -5, + "cost_type": "points", + "disabled": true + }, + { + "id": "8fde1c7b-7271-4b9b-9032-8551dde325a8", + "type": "modifier", + "name": "@Small Group@", + "reference": "B153", + "cost": -5, + "cost_type": "points", + "disabled": true + }, + { + "id": "89ec98d8-237b-4ab6-82e5-f9767592c065", + "type": "modifier", + "name": "@Individual@", + "reference": "B153", + "cost": -2, + "cost_type": "points", + "disabled": true + }, + { + "id": "0daad494-07fe-4b61-a1fe-ab5e198b6411", + "type": "modifier", + "name": "@Large Group@", + "reference": "B153", + "cost": -10, + "cost_type": "points", + "disabled": true + }, + { + "id": "103f5c35-d3d6-4f0f-9336-447062d5c050", + "type": "modifier", + "name": "@Entire Race@", + "reference": "B153", + "cost": -15, + "cost_type": "points", + "disabled": true + }, + { + "id": "721ee069-0e87-46c8-9638-0f2dee3142e6", + "type": "modifier", + "name": "Every Living Being", + "reference": "B153", + "cost": -20, + "cost_type": "points", + "disabled": true + } + ], + "disabled": true, + "calc": { + "points": 0 + } + } + ], + "name": "Optional Traits", + "calc": { + "points": 0 + } + } + ], + "name": "Magical Style: Al Gwnefnos", + "reference": "FFWF15", + "reference_highlight": "Al Gwnefnos", + "notes": "The Path of Animates", + "calc": { + "points": 1 + } + } + ], + "skills": [ + { + "id": "f496fb91-8d7b-4645-8563-0b6f89b5990a", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "e622ac2c-a6d7-4629-8de6-4736c1fc358e", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "1b3a6470-c1d2-4832-99ef-11d0763d919a", + "type": "skill", + "name": "Esoteric Medicine", + "reference": "B192,MA56", + "tags": [ + "Esoteric", + "Medical" + ], + "specialization": "Holy", + "difficulty": "per/h", + "points": 1, + "defaults": [ + { + "type": "per", + "modifier": -6 + } + ] + }, + { + "id": "71bbf7ba-6144-48b4-bebd-9b2926f8afcc", + "type": "skill", + "name": "Meditation", + "reference": "B207", + "tags": [ + "Esoteric" + ], + "difficulty": "will/h", + "points": 1, + "defaults": [ + { + "type": "will", + "modifier": -6 + }, + { + "type": "skill", + "name": "Autohypnosis", + "modifier": -4 + } + ] + }, + { + "id": "73703e10-1004-4e3f-9c3f-d7620f27c620", + "type": "skill", + "name": "Thaumatology", + "reference": "B225", + "tags": [ + "Magical", + "Occult" + ], + "difficulty": "iq/vh", + "points": 1, + "defaults": [ + { + "type": "iq", + "modifier": -7 + } + ] + } + ], + "name": "Required Skills" + }, + { + "id": "adf0e575-72b8-4ec5-8ebb-3c9a4a8f4017", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "a980fc41-cb36-46c8-b45b-3ec8ec0135e7", + "type": "skill", + "name": "Animal Handling", + "reference": "B175", + "tags": [ + "Animal" + ], + "specialization": "@Specialty@", + "difficulty": "iq/a", + "defaults": [ + { + "type": "iq", + "modifier": -5 + } + ] + }, + { + "id": "7d7b3572-1463-4900-a49f-9756cdb457f0", + "type": "skill", + "name": "Physiology", + "reference": "B213", + "tags": [ + "Medical", + "Natural Science" + ], + "specialization": "@Specialty@", + "tech_level": "", + "difficulty": "iq/h", + "defaults": [ + { + "type": "iq", + "modifier": -6 + }, + { + "type": "skill", + "name": "Diagnosis", + "modifier": -5 + }, + { + "type": "skill", + "name": "Physician", + "modifier": -5 + }, + { + "type": "skill", + "name": "Surgery", + "modifier": -5 + } + ] + }, + { + "id": "b39955d9-bf6d-40a1-a31d-9f1110191750", + "type": "skill", + "name": "Veterinary", + "reference": "B228", + "tags": [ + "Animal", + "Medical" + ], + "tech_level": "", + "difficulty": "iq/h", + "defaults": [ + { + "type": "skill", + "name": "Animal Handling", + "modifier": -6 + }, + { + "type": "skill", + "name": "Physician", + "modifier": -5 + }, + { + "type": "skill", + "name": "Surgery", + "modifier": -5 + } + ] + } + ], + "name": "Optional Skills" + } + ], + "name": "Magical Style: Al Gwnefnos", + "reference": "FFWF15", + "reference_highlight": "Al Gwnefnos", + "notes": "The Path of Animates" + } + ], + "spells": [ + { + "id": "1304c48c-e27a-44e0-8b33-42ff491c6ccb", + "type": "spell_container", + "open": true, + "children": [ + { + "id": "4c138483-4045-4ee8-9a5f-61f86eff0726", + "type": "spell_container", + "open": true, + "children": [ + { + "id": "4fedf158-812d-4800-a99a-465df7bcd449", + "type": "spell", + "name": "Beast Soother", + "reference": "M29", + "tags": [ + "Animal" + ], + "difficulty": "iq/h", + "college": [ + "Animal" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "1 to 3", + "maintenance_cost": "-", + "casting_time": "1 sec", + "duration": "Permanent", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "animal friend" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + } + }, + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "persuasion" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "animal empathy" + } + } + ] + } + }, + { + "id": "6a2a47e1-425f-4139-bcdb-f2c3746f96bf", + "type": "spell", + "name": "Animal Control (Bird)", + "reference": "M30", + "tags": [ + "Animal" + ], + "difficulty": "iq/h", + "college": [ + "Animal" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "resist": "Will", + "casting_cost": "3", + "maintenance_cost": "2", + "casting_time": "1 sec", + "duration": "1 min", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "beast soother" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "4e017cf5-0c2c-423e-b28d-78bb5bd13711", + "type": "spell", + "name": "Create Fire", + "reference": "M72", + "tags": [ + "Fire" + ], + "difficulty": "iq/h", + "college": [ + "Fire" + ], + "power_source": "Arcane", + "spell_class": "Area", + "casting_cost": "2", + "maintenance_cost": "Half", + "casting_time": "1 sec", + "duration": "1 min", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "seek fire" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + }, + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "ignite fire" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + }, + "weapons": [ + { + "id": "280a74a6-6d25-4625-9ff3-0d300cb58cd4", + "type": "melee_weapon", + "damage": { + "type": "burn", + "base": "1d-1" + }, + "usage": "Area", + "calc": { + "damage": "1d-1 burn" + } + } + ] + }, + { + "id": "0e66f804-494e-4ebd-9d5c-e117d6190e13", + "type": "spell", + "name": "Death Vision", + "reference": "M149", + "tags": [ + "Necromancy" + ], + "difficulty": "iq/h", + "college": [ + "Necromancy" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "2", + "maintenance_cost": "-", + "casting_time": "3 sec", + "duration": "1 sec", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + }, + "notes": { + "compare": "does_not_contain", + "qualifier": "one college" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + }, + "notes": { + "compare": "contains", + "qualifier": "one college (necromancy)" + } + } + ] + } + }, + { + "id": "95ad6fd1-442e-4213-9e63-f5ee971467bc", + "type": "spell", + "name": "Final Rest", + "reference": "M89", + "tags": [ + "Healing", + "Necromancy" + ], + "difficulty": "iq/h", + "college": [ + "Healing", + "Necromancy" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "20", + "maintenance_cost": "-", + "casting_time": "10 min", + "duration": "Permanent", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "spirit empathy" + } + }, + { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + }, + "notes": { + "compare": "does_not_contain", + "qualifier": "one college" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + }, + "notes": { + "compare": "contains", + "qualifier": "one college (healing)" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + }, + "notes": { + "compare": "contains", + "qualifier": "one college (necromancy)" + } + } + ] + } + ] + } + }, + { + "id": "733ce577-cb88-4d65-8d77-ee887986f2c9", + "type": "spell", + "name": "Ignite Fire", + "reference": "M72", + "tags": [ + "Fire" + ], + "difficulty": "iq/h", + "college": [ + "Fire" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "1-4", + "maintenance_cost": "Same", + "casting_time": "1 sec", + "duration": "1 sec", + "points": 1 + }, + { + "id": "a751a77d-bea4-4c85-bd03-1a9b8b306ed6", + "type": "spell", + "name": "Lend Energy", + "reference": "M89", + "tags": [ + "Healing" + ], + "difficulty": "iq/h", + "college": [ + "Healing" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "1/pt", + "maintenance_cost": "-", + "casting_time": "1 sec", + "duration": "Permanent", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + }, + "notes": { + "compare": "does_not_contain", + "qualifier": "one college" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + }, + "notes": { + "compare": "contains", + "qualifier": "one college (healing)" + } + } + ] + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "empathy" + } + } + ] + } + }, + { + "id": "08c0c613-e5ca-4af3-bd19-3c4bcf1b1105", + "type": "spell", + "name": "Lend Vitality", + "reference": "M89", + "tags": [ + "Healing" + ], + "difficulty": "iq/h", + "college": [ + "Healing" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "1/pt", + "maintenance_cost": "-", + "casting_time": "1 sec", + "duration": "1 hour", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "lend energy" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "a64eaf6c-4c51-4cc4-99ce-b75848611f25", + "type": "spell", + "name": "Minor Healing", + "reference": "M91", + "tags": [ + "Healing" + ], + "difficulty": "iq/h", + "college": [ + "Healing" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "1-3", + "maintenance_cost": "-", + "casting_time": "1 sec", + "duration": "Permanent", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "lend vitality" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + } + ], + "name": "Required Spells" + }, + { + "id": "178486a2-5447-4f0d-a6fd-8448272a7844", + "type": "spell_container", + "open": true, + "children": [ + { + "id": "51a35c34-f0c6-46eb-a28b-b5ca4d6cd803", + "type": "spell", + "name": "Animal Control (@Animal@)", + "reference": "M30", + "tags": [ + "Animal" + ], + "difficulty": "iq/h", + "college": [ + "Animal" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "resist": "Will", + "casting_cost": "Variable", + "maintenance_cost": "Half", + "casting_time": "1 sec", + "duration": "1 min", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "beast soother" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "91728e13-0558-4c65-bbfe-535586fdcdb6", + "type": "spell", + "name": "Beast Link", + "reference": "M30", + "tags": [ + "Animal" + ], + "difficulty": "iq/h", + "college": [ + "Animal" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "3", + "maintenance_cost": "-", + "casting_time": "5 sec", + "duration": "Until next call", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "beast summoning" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "d9405dd3-0759-418a-8813-e67a1aea61f9", + "type": "spell", + "name": "Beast-Rouser", + "reference": "M30", + "tags": [ + "Animal" + ], + "difficulty": "iq/h", + "college": [ + "Animal" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "1 to 3", + "maintenance_cost": "-", + "casting_time": "1 sec", + "duration": "1 hr or reaction roll", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "animal friend" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "animal empathy" + } + }, + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "vexation" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "f146d539-ef04-49b9-806b-8d1bd50de0f7", + "type": "spell", + "name": "Beast Soother", + "reference": "M29", + "tags": [ + "Animal" + ], + "difficulty": "iq/h", + "college": [ + "Animal" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "1 to 3", + "maintenance_cost": "-", + "casting_time": "1 sec", + "duration": "Permanent", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "animal friend" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + } + }, + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "persuasion" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "animal empathy" + } + } + ] + } + }, + { + "id": "a05a4e5c-82fe-4c5d-afdf-166ada1362d5", + "type": "spell", + "name": "Beast Speech", + "reference": "M31", + "tags": [ + "Animal" + ], + "difficulty": "iq/h", + "college": [ + "Animal" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "4", + "maintenance_cost": "2", + "casting_time": "1 sec", + "duration": "1 min", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "beast summoning" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "c94c463e-bf39-4678-bca7-1e476f183a36", + "type": "spell", + "name": "Beast Summoning", + "reference": "M30", + "tags": [ + "Animal" + ], + "difficulty": "iq/h", + "college": [ + "Animal" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "3", + "maintenance_cost": "2", + "casting_time": "1 sec", + "duration": "1 min", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "beast soother" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "19042f65-7700-413c-a359-959257100bf2", + "type": "spell", + "name": "Great Haste", + "reference": "M146", + "tags": [ + "Movement" + ], + "difficulty": "iq/vh", + "college": [ + "Movement" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "5", + "maintenance_cost": "-", + "casting_time": "3 sec", + "duration": "10 sec", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "haste" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + }, + { + "type": "attribute_prereq", + "has": true, + "qualifier": { + "compare": "at_least", + "qualifier": 12 + }, + "which": "iq" + }, + { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + }, + "notes": { + "compare": "does_not_contain", + "qualifier": "one college" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + }, + "notes": { + "compare": "contains", + "qualifier": "one college (movement)" + } + } + ] + } + ] + } + }, + { + "id": "fbe960e4-5672-4700-83d4-d532279fde28", + "type": "spell", + "name": "Haste", + "reference": "M142", + "tags": [ + "Movement" + ], + "difficulty": "iq/h", + "college": [ + "Movement" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "2/pt", + "maintenance_cost": "Half", + "casting_time": "2 sec", + "duration": "1 min", + "points": 1 + }, + { + "id": "d078ee39-78cc-4701-bed6-97effb10823a", + "type": "spell", + "name": "Heat", + "reference": "M74", + "tags": [ + "Fire" + ], + "difficulty": "iq/h", + "college": [ + "Fire" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "Varies", + "maintenance_cost": "Varies", + "casting_time": "1 min", + "duration": "1 min", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "create fire" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + }, + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "shape fire" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "a00f2e2e-1614-4886-b6bd-b022c70c80f8", + "type": "spell", + "name": "Hybrid Control (Bird/Mammal)", + "reference": "M30", + "tags": [ + "Animal" + ], + "difficulty": "iq/vh", + "college": [ + "Animal" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "resist": "Will", + "casting_cost": "6", + "maintenance_cost": "3", + "casting_time": "1 sec", + "duration": "1 min", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "starts_with", + "qualifier": "animal control" + }, + "quantity": { + "compare": "at_least", + "qualifier": 2 + } + } + ] + } + }, + { + "id": "c5a06c62-c89c-42ca-8b66-3c7e6a55d896", + "type": "spell", + "name": "Major Healing", + "reference": "M91", + "tags": [ + "Healing" + ], + "difficulty": "iq/vh", + "college": [ + "Healing" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "1-4", + "maintenance_cost": "-", + "casting_time": "1 sec", + "duration": "Permanent", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + }, + "notes": { + "compare": "does_not_contain", + "qualifier": "one college" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + }, + "notes": { + "compare": "contains", + "qualifier": "one college (healing)" + } + } + ] + }, + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "minor healing" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "ea5e543a-b899-4926-a57d-b2ab1eb96860", + "type": "spell", + "name": "Animal Control (Mammal)", + "reference": "M30", + "tags": [ + "Animal" + ], + "difficulty": "iq/h", + "college": [ + "Animal" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "resist": "Will", + "casting_cost": "5", + "maintenance_cost": "3", + "casting_time": "1 sec", + "duration": "1 min", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "beast soother" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "08ec647e-77d1-49a1-9d1b-b7b4a86c9187", + "type": "spell", + "name": "Materialize", + "reference": "M150", + "tags": [ + "Necromancy" + ], + "difficulty": "iq/h", + "college": [ + "Necromancy" + ], + "power_source": "Arcane", + "spell_class": "Special", + "resist": "ST or IQ", + "casting_cost": "5", + "maintenance_cost": "5", + "casting_time": "1 sec", + "duration": "1 min", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "summon spirit" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "69df2a1c-d6bb-4476-9c6d-8638ef573e29", + "type": "spell", + "name": "Pain", + "reference": "M36", + "tags": [ + "Body Control" + ], + "difficulty": "iq/h", + "college": [ + "Body Control" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "resist": "HT", + "casting_cost": "2", + "maintenance_cost": "-", + "casting_time": "2 sec", + "duration": "1 sec", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "spasm" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "e4c4b385-1259-4ff3-939b-471ba2684634", + "type": "spell", + "name": "Rain of Fire", + "reference": "M74", + "tags": [ + "Fire" + ], + "difficulty": "iq/h", + "college": [ + "Fire" + ], + "power_source": "Arcane", + "spell_class": "Area", + "casting_cost": "1#", + "maintenance_cost": "Same", + "casting_time": "1 sec", + "duration": "1 min", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 2 + }, + "notes": { + "compare": "does_not_contain", + "qualifier": "one college" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 2 + }, + "notes": { + "compare": "contains", + "qualifier": "one college (fire)" + } + } + ] + }, + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "create fire" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + }, + "weapons": [ + { + "id": "648181dc-7ab1-4f23-b849-4ee8a7b6f5d5", + "type": "melee_weapon", + "damage": { + "type": "burn", + "base": "1d-1" + }, + "usage": "Area", + "calc": { + "damage": "1d-1 burn" + } + } + ] + }, + { + "id": "e0d067aa-9ddf-42d7-b62f-36ddaab3b5ae", + "type": "spell", + "name": "Sense Spirit", + "reference": "M149", + "tags": [ + "Necromancy" + ], + "difficulty": "iq/h", + "college": [ + "Necromancy" + ], + "power_source": "Arcane", + "spell_class": "Info/Area", + "casting_cost": "1/2 (min 1)", + "maintenance_cost": "-", + "casting_time": "1 sec", + "duration": "Instant", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + }, + "notes": { + "compare": "does_not_contain", + "qualifier": "one college" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + }, + "notes": { + "compare": "contains", + "qualifier": "one college (necromancy)" + } + } + ] + }, + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "sense life" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + }, + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "death vision" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "d3e992c7-66cb-4721-8022-29cbe4a0301b", + "type": "spell", + "name": "Shape Fire", + "reference": "M72", + "tags": [ + "Fire" + ], + "difficulty": "iq/h", + "college": [ + "Fire" + ], + "power_source": "Arcane", + "spell_class": "Area", + "casting_cost": "2", + "maintenance_cost": "Half", + "casting_time": "1 sec", + "duration": "1 min", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "ignite fire" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "91dffc3e-3c02-412e-a127-ae734338a234", + "type": "spell", + "name": "Shapeshifting (Dwenon)", + "reference": "M32", + "tags": [ + "Animal" + ], + "difficulty": "iq/vh", + "college": [ + "Animal" + ], + "power_source": "Arcane", + "spell_class": "Special", + "casting_cost": "Varies", + "maintenance_cost": "Varies", + "casting_time": "3 sec", + "duration": "1 hr", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + }, + "notes": { + "compare": "does_not_contain", + "qualifier": "one college" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + }, + "notes": { + "compare": "contains", + "qualifier": "one college (animal)" + } + } + ] + }, + { + "type": "spell_prereq", + "sub_type": "any", + "has": true, + "quantity": { + "compare": "at_least", + "qualifier": 6 + } + } + ] + } + }, + { + "id": "cab5fb9d-7788-441e-ae5e-969348abe502", + "type": "spell", + "name": "Shapeshifting (Gwesdon)", + "reference": "M32", + "tags": [ + "Animal" + ], + "difficulty": "iq/vh", + "college": [ + "Animal" + ], + "power_source": "Arcane", + "spell_class": "Special", + "casting_cost": "Varies", + "maintenance_cost": "Varies", + "casting_time": "3 sec", + "duration": "1 hr", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + }, + "notes": { + "compare": "does_not_contain", + "qualifier": "one college" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + }, + "notes": { + "compare": "contains", + "qualifier": "one college (animal)" + } + } + ] + }, + { + "type": "spell_prereq", + "sub_type": "any", + "has": true, + "quantity": { + "compare": "at_least", + "qualifier": 6 + } + } + ] + } + }, + { + "id": "80d6afcd-e8be-427b-a1ee-4f29cd4d9425", + "type": "spell", + "name": "Shapeshift Others (Dwenon)", + "reference": "M33", + "tags": [ + "Animal" + ], + "difficulty": "iq/vh", + "college": [ + "Animal" + ], + "power_source": "Arcane", + "spell_class": "Special", + "resist": "Will", + "casting_cost": "Varies", + "maintenance_cost": "Varies", + "casting_time": "30 sec", + "duration": "1 hr", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 2 + }, + "notes": { + "compare": "does_not_contain", + "qualifier": "one college" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 2 + }, + "notes": { + "compare": "contains", + "qualifier": "one college (animal)" + } + } + ] + }, + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "shapeshifting (Dwenon)" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "79a3ae51-87a4-4018-95a1-cbb38873945a", + "type": "spell", + "name": "Shapeshift Others (Gwesdon)", + "reference": "M33", + "tags": [ + "Animal" + ], + "difficulty": "iq/vh", + "college": [ + "Animal" + ], + "power_source": "Arcane", + "spell_class": "Special", + "resist": "Will", + "casting_cost": "Varies", + "maintenance_cost": "Varies", + "casting_time": "30 sec", + "duration": "1 hr", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 2 + }, + "notes": { + "compare": "does_not_contain", + "qualifier": "one college" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 2 + }, + "notes": { + "compare": "contains", + "qualifier": "one college (animal)" + } + } + ] + }, + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "shapeshifting (Gwesdon)" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "edd06501-ec38-4e28-abcb-49c3c7b60ff9", + "type": "spell", + "name": "Solidify", + "reference": "M151", + "tags": [ + "Necromancy" + ], + "difficulty": "iq/h", + "college": [ + "Necromancy" + ], + "power_source": "Arcane", + "spell_class": "Special", + "resist": "ST or IQ", + "casting_cost": "50", + "maintenance_cost": "10", + "casting_time": "1 sec", + "duration": "1 min", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "materialize" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "a1662b26-5993-4d84-a517-f5ef6749da26", + "type": "spell", + "name": "Spasm", + "reference": "M35", + "tags": [ + "Body Control" + ], + "difficulty": "iq/h", + "college": [ + "Body Control" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "resist": "HT", + "casting_cost": "2", + "maintenance_cost": "-", + "casting_time": "1 sec", + "duration": "Instant", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "itch" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "b4ad422c-5942-47f8-80f0-93063fae14ef", + "type": "spell", + "name": "Stop Bleeding", + "reference": "M91", + "tags": [ + "Healing" + ], + "difficulty": "iq/h", + "college": [ + "Healing" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "1 or 10", + "maintenance_cost": "-", + "casting_time": "1 sec", + "duration": "Permanent", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "lend vitality" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "bcd464b6-a8d1-41f4-801d-b6d88645a036", + "type": "spell", + "name": "Stop Spasm", + "reference": "M35", + "tags": [ + "Body Control", + "Healing" + ], + "difficulty": "iq/h", + "college": [ + "Body Control", + "Healing" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "1", + "maintenance_cost": "-", + "casting_time": "1 sec", + "duration": "Permanent", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "spasm" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + }, + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "lend vitality" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "77df4618-bc0a-4d3c-9d4d-85af62af6e8c", + "type": "spell", + "name": "Summon Shade", + "reference": "M102", + "tags": [ + "Knowledge" + ], + "difficulty": "iq/vh", + "college": [ + "Knowledge" + ], + "power_source": "Arcane", + "spell_class": "Info", + "resist": "Will", + "casting_cost": "50", + "maintenance_cost": "20", + "casting_time": "10 min", + "duration": "1 min", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "summon spirit" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + }, + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "contains", + "qualifier": "divination" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "d1973835-3077-4a1d-9f4e-267141f0da34", + "type": "spell", + "name": "Summon Spirit (Winged Folk spirits regardless of burial rites)", + "reference": "M150", + "tags": [ + "Necromancy" + ], + "difficulty": "iq/h", + "college": [ + "Necromancy" + ], + "power_source": "Arcane", + "spell_class": "Info", + "resist": "Spirit's Will", + "casting_cost": "20", + "maintenance_cost": "10", + "casting_time": "5 min", + "duration": "1 min", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "death vision" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + }, + { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 2 + }, + "notes": { + "compare": "does_not_contain", + "qualifier": "one college" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 2 + }, + "notes": { + "compare": "contains", + "qualifier": "one college (necromancy)" + } + } + ] + } + ] + } + }, + { + "id": "5edda247-13ac-4f61-92bd-403a071157b6", + "type": "spell", + "name": "Warmth", + "reference": "M74", + "tags": [ + "Fire", + "Protection \u0026 Warning" + ], + "difficulty": "iq/h", + "college": [ + "Fire", + "Protection \u0026 Warning" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "2", + "maintenance_cost": "1", + "casting_time": "10 sec", + "duration": "1 hr", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "heat" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + } + ], + "name": "Spell List" + } + ], + "name": "Magical Style: Al Gwnefnos", + "reference": "FFWF15", + "reference_highlight": "Al Gwnefnos", + "notes": "The Path of Animates" + } + ] +} diff --git a/Library/Fantasy Folk/Winged Folk/Magical Styles/Al Siyndontolis.gct b/Library/Fantasy Folk/Winged Folk/Magical Styles/Al Siyndontolis.gct new file mode 100644 index 000000000..154c9e3bb --- /dev/null +++ b/Library/Fantasy Folk/Winged Folk/Magical Styles/Al Siyndontolis.gct @@ -0,0 +1,2974 @@ +{ + "type": "template", + "version": 4, + "id": "3e37d9f0-25a6-4494-a660-515934e1d1d7", + "traits": [ + { + "id": "694b2cab-af91-4daf-ac20-b7707078751e", + "type": "trait_container", + "open": true, + "children": [ + { + "id": "f896291b-2f0e-4114-b688-9e762fae77b3", + "type": "trait_container", + "open": true, + "children": [ + { + "id": "8b90c2e1-ea4a-441c-8256-109b0f7e7398", + "type": "trait", + "name": "Magic School Familiarity (Al Siyndontolis)", + "reference": "TMS20", + "notes": "The Path of Inanimates", + "tags": [ + "Perk", + "Social" + ], + "base_points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "Magery" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + }, + "notes": { + "compare": "does_not_contain", + "qualifier": "One College" + } + } + ] + }, + "calc": { + "points": 1 + } + }, + { + "id": "b3c968f4-b87a-4888-80ff-e90186376e75", + "type": "trait", + "name": "Covenant of Rest", + "reference": "TMS23", + "notes": "Cannot be summoned, reanimated or resurrected after death", + "tags": [ + "Magic Perk", + "Supernatural" + ], + "base_points": 1, + "disabled": true, + "calc": { + "points": 0 + } + }, + { + "id": "594afe3f-7189-41df-ad4f-0c2ad11ac570", + "type": "trait", + "name": "Intuitive Cantrip, Friendly Undergrowth", + "reference": "TMS26", + "notes": "+1 in mundane Quick Contest when someone seeking your trail or hiding place in overgrown area", + "tags": [ + "Magic Perk", + "Supernatural" + ], + "base_points": 1, + "disabled": true, + "calc": { + "points": 0 + } + }, + { + "id": "c791a270-70bc-4f9e-9bdc-3ec4ff58ef1f", + "type": "trait", + "name": "Intuitive Cantrip, Reinforce", + "reference": "TMS26", + "notes": "Can shield personal possessions from magical destruction", + "tags": [ + "Magic Perk", + "Supernatural" + ], + "base_points": 1, + "disabled": true, + "calc": { + "points": 0 + } + }, + { + "id": "7fa8b196-66b6-4848-8b42-50c49dc6ec2f", + "type": "trait", + "name": "Mighty Spell (Wrath of the Gods)", + "reference": "TMS27", + "notes": "+2 damage or +1 damage per die when casting spell, costs 1 FP", + "tags": [ + "Magic Perk", + "Supernatural" + ], + "base_points": 1, + "disabled": true, + "calc": { + "points": 0 + } + }, + { + "id": "262d5c5c-d6a3-49e6-9def-7045dd24aba4", + "type": "trait", + "name": "Mundane Magic (Shape Earth as Smith)", + "reference": "TMS28", + "notes": "Can cast spell that appears to be use of mundane skill", + "tags": [ + "Magic Perk", + "Supernatural" + ], + "base_points": 1, + "disabled": true, + "calc": { + "points": 0 + } + }, + { + "id": "0a196e0a-284c-47b7-aaeb-64d42372caa7", + "type": "trait", + "name": "Mundane Magic (Shape Plant as Carpentry)", + "reference": "TMS28", + "notes": "Can cast spell that appears to be use of mundane skill", + "tags": [ + "Magic Perk", + "Supernatural" + ], + "base_points": 1, + "disabled": true, + "calc": { + "points": 0 + } + }, + { + "id": "c8121dfe-b9c8-439a-9b87-773d1c6202a9", + "type": "trait", + "name": "Named Possession (Staff)", + "reference": "TMS28", + "notes": "Item has potential to gain magical properties when you perform deeds of thaumatological significance", + "tags": [ + "Magic Perk", + "Supernatural" + ], + "base_points": 1, + "disabled": true, + "calc": { + "points": 0 + } + }, + { + "id": "16a90e40-ef56-4def-b5d4-d4585646a66b", + "type": "trait", + "name": "Staff Attunement", + "reference": "TMS32", + "notes": "Any suitable item treated as if carrying Staff spell", + "tags": [ + "Magic Perk", + "Supernatural" + ], + "base_points": 1, + "disabled": true, + "calc": { + "points": 0 + } + }, + { + "id": "02285d94-5a35-4cf5-8abe-535aa95aa995", + "type": "trait", + "name": "Staff Bond (@Specific Staff@)", + "reference": "TMS32", + "notes": "When readied, may ignore -1 of current total penalty for spells 'on', if at least one was cast through bonded item", + "tags": [ + "Magic Perk", + "Supernatural" + ], + "base_points": 1, + "disabled": true, + "calc": { + "points": 0 + } + }, + { + "id": "2e22ecf9-d0e0-43e2-93f2-00e12f0d5fa0", + "type": "trait", + "name": "Power Casting (Wrath of the Gods)", + "reference": "TMS29", + "notes": "Add Power Casting level to Magery level for determining maximum energy expenditures", + "tags": [ + "Magic Perk", + "Supernatural" + ], + "levels": 2, + "points_per_level": 1, + "disabled": true, + "can_level": true, + "calc": { + "points": 0 + } + }, + { + "id": "337b9d84-c089-4340-9b62-d7ec3e75c6a2", + "type": "trait", + "name": "Extra Option, Secret Material (Blood-Mead)", + "reference": "TMS24", + "tags": [ + "Magic Perk", + "Supernatural" + ], + "base_points": 1, + "disabled": true, + "calc": { + "points": 0 + } + }, + { + "id": "16dcff2d-8553-4dc4-b881-4997b2d6bb9d", + "type": "trait", + "name": "Secret Spell (Wrath of the Gods)", + "reference": "TMS30", + "tags": [ + "Magic Perk", + "Supernatural" + ], + "base_points": 1, + "disabled": true, + "calc": { + "points": 0 + } + } + ], + "name": "Perks", + "calc": { + "points": 1 + } + }, + { + "id": "58cf6d89-8564-4b1a-9d19-ca4d5848a439", + "type": "trait_container", + "open": true, + "children": [ + { + "id": "2e703cbf-189f-4ea5-a1d5-072317f50f67", + "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 + } + ], + "disabled": true, + "can_level": true, + "calc": { + "points": 0 + } + }, + { + "id": "8f8aef6e-17b6-4bfa-9f4d-03ba5d58e91b", + "type": "trait", + "name": "Talent (Gifted Artist)", + "reference": "B90,PU3:10", + "tags": [ + "Advantage", + "Mental", + "Talent" + ], + "levels": 1, + "points_per_level": 5, + "features": [ + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "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": "Leatherworking" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Photography" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Sewing" + }, + "amount": 1, + "per_level": true + }, + { + "type": "reaction_bonus", + "situation": "from buyers and critics", + "amount": 1, + "per_level": true + } + ], + "disabled": true, + "can_level": true, + "calc": { + "points": 0 + } + }, + { + "id": "832f4e49-0d1b-476b-a61d-0b4a30c7c396", + "type": "trait", + "name": "Sense of Duty", + "reference": "B153", + "notes": "Spirits", + "tags": [ + "Disadvantage", + "Mental" + ], + "modifiers": [ + { + "id": "de47158b-455d-4448-8055-86065b81d6d1", + "type": "modifier", + "name": "Friends and Companions", + "reference": "B153", + "cost": -5, + "cost_type": "points", + "disabled": true + }, + { + "id": "8fde1c7b-7271-4b9b-9032-8551dde325a8", + "type": "modifier", + "name": "@Small Group@", + "reference": "B153", + "cost": -5, + "cost_type": "points", + "disabled": true + }, + { + "id": "89ec98d8-237b-4ab6-82e5-f9767592c065", + "type": "modifier", + "name": "@Individual@", + "reference": "B153", + "cost": -2, + "cost_type": "points", + "disabled": true + }, + { + "id": "0daad494-07fe-4b61-a1fe-ab5e198b6411", + "type": "modifier", + "name": "@Large Group@", + "reference": "B153", + "cost": -10, + "cost_type": "points", + "disabled": true + }, + { + "id": "103f5c35-d3d6-4f0f-9336-447062d5c050", + "type": "modifier", + "name": "@Entire Race@", + "reference": "B153", + "cost": -15, + "cost_type": "points", + "disabled": true + }, + { + "id": "721ee069-0e87-46c8-9638-0f2dee3142e6", + "type": "modifier", + "name": "Every Living Being", + "reference": "B153", + "cost": -20, + "cost_type": "points", + "disabled": true + } + ], + "disabled": true, + "calc": { + "points": 0 + } + } + ], + "name": "Optional Traits", + "calc": { + "points": 0 + } + } + ], + "name": "Magical Style: Al Siyndontolis", + "notes": "The Path of Inanimates", + "calc": { + "points": 1 + } + } + ], + "skills": [ + { + "id": "f496fb91-8d7b-4645-8563-0b6f89b5990a", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "e622ac2c-a6d7-4629-8de6-4736c1fc358e", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "6c889a14-14d2-4b91-914c-8cfd0eb5bae8", + "type": "skill", + "name": "Hidden Lore", + "reference": "B199,MA57", + "tags": [ + "Knowledge", + "Magical", + "Occult" + ], + "specialization": "Spirit Lore", + "difficulty": "iq/a", + "points": 1 + }, + { + "id": "b62976d7-c2db-415a-9a3f-9fa3fec7c954", + "type": "skill", + "name": "Meditation", + "reference": "B207", + "tags": [ + "Esoteric" + ], + "difficulty": "will/h", + "points": 1, + "defaults": [ + { + "type": "will", + "modifier": -6 + }, + { + "type": "skill", + "name": "Autohypnosis", + "modifier": -4 + } + ] + }, + { + "id": "f72cb76e-2557-4804-a616-ee2e501b7e98", + "type": "skill", + "name": "Thaumatology", + "reference": "B225", + "tags": [ + "Magical", + "Occult" + ], + "difficulty": "iq/vh", + "points": 1, + "defaults": [ + { + "type": "iq", + "modifier": -7 + } + ] + } + ], + "name": "Required Skills" + }, + { + "id": "adf0e575-72b8-4ec5-8ebb-3c9a4a8f4017", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "819b9c4f-d122-407c-ab6b-e9098ccc4679", + "type": "skill", + "name": "Armoury", + "reference": "B178", + "tags": [ + "Maintenance", + "Military", + "Repair" + ], + "specialization": "Melee Weapons", + "tech_level": "", + "difficulty": "iq/a", + "defaults": [ + { + "type": "iq", + "modifier": -5 + }, + { + "type": "skill", + "name": "Engineer", + "specialization": "Melee Weapons", + "modifier": -4 + } + ] + }, + { + "id": "f0418e2d-17d7-4b7f-aa7c-86852b5a14d7", + "type": "skill", + "name": "Armoury", + "reference": "B178", + "tags": [ + "Maintenance", + "Military", + "Repair" + ], + "specialization": "Missile Weapons", + "tech_level": "", + "difficulty": "iq/a", + "defaults": [ + { + "type": "iq", + "modifier": -5 + }, + { + "type": "skill", + "name": "Engineer", + "specialization": "Missile Weapons", + "modifier": -4 + } + ] + }, + { + "id": "6d85f08f-8e07-40da-8baf-3d0aa1956c94", + "type": "skill", + "name": "Armoury", + "reference": "B178", + "tags": [ + "Maintenance", + "Military", + "Repair" + ], + "specialization": "Body Armor", + "tech_level": "", + "difficulty": "iq/a", + "defaults": [ + { + "type": "iq", + "modifier": -5 + }, + { + "type": "skill", + "name": "Engineer", + "specialization": "Body Armor", + "modifier": -4 + } + ] + }, + { + "id": "447bfab1-a540-48fc-86a3-3944a92b3d5f", + "type": "skill", + "name": "Artist", + "reference": "B179", + "tags": [ + "Arts", + "Craft", + "Entertainment" + ], + "specialization": "Woodworking", + "difficulty": "iq/h", + "defaults": [ + { + "type": "iq", + "modifier": -6 + }, + { + "type": "skill", + "name": "Carpentry", + "modifier": -3 + }, + { + "type": "skill", + "name": "Artist", + "specialization": "Interior Decorating", + "modifier": -4 + }, + { + "type": "skill", + "name": "Artist", + "specialization": "Scene Design", + "modifier": -4 + }, + { + "type": "skill", + "name": "Artist", + "modifier": -6 + } + ] + }, + { + "id": "f9923979-826e-46e0-ad56-995f8c94c178", + "type": "skill", + "name": "Carpentry", + "reference": "B183", + "tags": [ + "Craft" + ], + "difficulty": "iq/e", + "defaults": [ + { + "type": "iq", + "modifier": -4 + } + ] + }, + { + "id": "1e65ea52-e2ca-496a-9215-df169523770b", + "type": "skill", + "name": "Sewing", + "reference": "B219", + "tags": [ + "Craft", + "Everyman" + ], + "tech_level": "", + "difficulty": "dx/e", + "defaults": [ + { + "type": "dx", + "modifier": -4 + } + ] + }, + { + "id": "578a70f3-256f-49e4-8ce9-d9f76382fcf4", + "type": "skill", + "name": "Smith", + "reference": "B221", + "tags": [ + "Craft" + ], + "specialization": "Copper", + "tech_level": "", + "difficulty": "iq/a", + "defaults": [ + { + "type": "iq", + "modifier": -6 + }, + { + "type": "skill", + "name": "Jeweler", + "modifier": -4 + }, + { + "type": "skill", + "name": "Smith", + "modifier": -4 + } + ] + }, + { + "id": "11c9ef4a-8493-40d6-962d-8c63b9f87fe5", + "type": "skill", + "name": "Smith", + "reference": "B221", + "tags": [ + "Craft" + ], + "specialization": "Iron", + "tech_level": "", + "difficulty": "iq/a", + "defaults": [ + { + "type": "iq", + "modifier": -5 + }, + { + "type": "skill", + "name": "Smith", + "modifier": -4 + } + ] + }, + { + "id": "f462dadc-6e93-4b75-9d16-d12f557c9470", + "type": "skill", + "name": "Smith", + "reference": "B221", + "tags": [ + "Craft" + ], + "specialization": "Lead \u0026 Tin", + "tech_level": "", + "difficulty": "iq/a", + "defaults": [ + { + "type": "iq", + "modifier": -5 + }, + { + "type": "skill", + "name": "Jeweler", + "modifier": -4 + }, + { + "type": "skill", + "name": "Smith", + "modifier": -4 + } + ] + } + ], + "name": "Optional Skills" + } + ], + "name": "Magical Style: Al Siyndontolis", + "notes": "The Path of Inanimates" + } + ], + "spells": [ + { + "id": "1304c48c-e27a-44e0-8b33-42ff491c6ccb", + "type": "spell_container", + "open": true, + "children": [ + { + "id": "4c138483-4045-4ee8-9a5f-61f86eff0726", + "type": "spell_container", + "open": true, + "children": [ + { + "id": "8721359d-72bd-4747-b6bf-8de6108d1d15", + "type": "spell", + "name": "Death Vision", + "reference": "M149", + "tags": [ + "Necromancy" + ], + "difficulty": "iq/h", + "college": [ + "Necromancy" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "2", + "maintenance_cost": "-", + "casting_time": "3 sec", + "duration": "1 sec", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + }, + "notes": { + "compare": "does_not_contain", + "qualifier": "one college" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + }, + "notes": { + "compare": "contains", + "qualifier": "one college (necromancy)" + } + } + ] + } + }, + { + "id": "e3904035-ce65-4468-bad3-ef4395ae8636", + "type": "spell", + "name": "Final Rest", + "reference": "M89", + "tags": [ + "Healing", + "Necromancy" + ], + "difficulty": "iq/h", + "college": [ + "Healing", + "Necromancy" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "20", + "maintenance_cost": "-", + "casting_time": "10 min", + "duration": "Permanent", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "spirit empathy" + } + }, + { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + }, + "notes": { + "compare": "does_not_contain", + "qualifier": "one college" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + }, + "notes": { + "compare": "contains", + "qualifier": "one college (healing)" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + }, + "notes": { + "compare": "contains", + "qualifier": "one college (necromancy)" + } + } + ] + } + ] + } + }, + { + "id": "973da604-7195-453c-86f8-6eff47bd24e7", + "type": "spell", + "name": "Identify Plant", + "reference": "M161", + "tags": [ + "Plant" + ], + "difficulty": "iq/h", + "college": [ + "Plant" + ], + "power_source": "Arcane", + "spell_class": "Info", + "casting_cost": "2", + "maintenance_cost": "-", + "casting_time": "1 sec", + "duration": "Instant", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "seek plant" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "3e2826fd-ed7c-4a36-8abc-c068bf6df28c", + "type": "spell", + "name": "Rejoin", + "reference": "M116", + "tags": [ + "Making \u0026 Breaking" + ], + "difficulty": "iq/h", + "college": [ + "Making \u0026 Breaking" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "1/10 lbs", + "maintenance_cost": "Half", + "casting_time": "4 sec/10 lbs", + "duration": "10 min", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "weaken" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + }, + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "restore" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "78fe7a15-e2e2-4210-a51d-8e9e5408d49e", + "type": "spell", + "name": "Restore", + "reference": "M116", + "tags": [ + "Making \u0026 Breaking" + ], + "difficulty": "iq/h", + "college": [ + "Making \u0026 Breaking" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "2", + "maintenance_cost": "1", + "casting_time": "3 sec", + "duration": "10 min", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "find weakness" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + }, + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "simple illusion" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "b737964a-6c15-4e80-a304-41900875fe6c", + "type": "spell", + "name": "Seek Earth", + "reference": "M50", + "tags": [ + "Earth" + ], + "difficulty": "iq/h", + "college": [ + "Earth" + ], + "power_source": "Arcane", + "spell_class": "Info", + "casting_cost": "3", + "maintenance_cost": "-", + "casting_time": "10 sec", + "duration": "Instant", + "points": 1 + }, + { + "id": "3adab9f1-820e-4d2a-ac32-3a3810aa1891", + "type": "spell", + "name": "Seek Pass", + "reference": "M51", + "tags": [ + "Earth" + ], + "difficulty": "iq/h", + "college": [ + "Earth" + ], + "power_source": "Arcane", + "spell_class": "Info", + "casting_cost": "3", + "maintenance_cost": "-", + "casting_time": "10 sec", + "duration": "Instant", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "seek earth" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "5d21ba88-2408-4a89-b01d-3ee6954872dc", + "type": "spell", + "name": "Seek Plant", + "reference": "M161", + "tags": [ + "Plant" + ], + "difficulty": "iq/h", + "college": [ + "Plant" + ], + "power_source": "Arcane", + "spell_class": "Info", + "casting_cost": "2", + "maintenance_cost": "-", + "casting_time": "1 sec", + "duration": "Instant", + "points": 1 + }, + { + "id": "e1b67413-14b5-4db8-a05b-cf3a49c28583", + "type": "spell", + "name": "Sense Spirit", + "reference": "M149", + "tags": [ + "Necromancy" + ], + "difficulty": "iq/h", + "college": [ + "Necromancy" + ], + "power_source": "Arcane", + "spell_class": "Info/Area", + "casting_cost": "1/2 (min 1)", + "maintenance_cost": "-", + "casting_time": "1 sec", + "duration": "Instant", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + }, + "notes": { + "compare": "does_not_contain", + "qualifier": "one college" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + }, + "notes": { + "compare": "contains", + "qualifier": "one college (necromancy)" + } + } + ] + }, + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "sense life" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + }, + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "death vision" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + } + ], + "name": "Required Spells" + }, + { + "id": "178486a2-5447-4f0d-a6fd-8448272a7844", + "type": "spell_container", + "open": true, + "children": [ + { + "id": "42e36060-695b-4443-a170-941919fa7230", + "type": "spell", + "name": "Alter Terrain", + "reference": "M55", + "tags": [ + "Earth" + ], + "difficulty": "iq/h", + "college": [ + "Earth" + ], + "power_source": "Arcane", + "spell_class": "Area", + "casting_cost": "1#", + "maintenance_cost": "-", + "casting_time": "10 sec", + "duration": "2d days", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "shape earth" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + }, + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "shape fire" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + }, + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "shape air" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + }, + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "shape water" + }, + "quantity": { + "compare": "is", + "qualifier": 1 + } + }, + { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 3 + }, + "notes": { + "compare": "does_not_contain", + "qualifier": "one college" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 3 + }, + "notes": { + "compare": "contains", + "qualifier": "one college (earth)" + } + } + ] + } + ] + } + }, + { + "id": "ba002c56-24d4-4b58-b06f-2ed843c5504e", + "type": "spell", + "name": "Awaken Craft Spirit", + "reference": "M115", + "tags": [ + "Making \u0026 Breaking", + "Necromancy" + ], + "difficulty": "iq/h", + "college": [ + "Making \u0026 Breaking", + "Necromancy" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "3", + "maintenance_cost": "1", + "casting_time": "5 sec", + "duration": "1 min", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "inspired creation" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + }, + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "sense spirit" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "f15172a2-9d42-45a1-bbd5-56fe11cd6dbb", + "type": "spell", + "name": "Blight", + "reference": "M162", + "tags": [ + "Plant" + ], + "difficulty": "iq/h", + "college": [ + "Plant" + ], + "power_source": "Arcane", + "spell_class": "Area", + "casting_cost": "1 minimum", + "maintenance_cost": "-", + "casting_time": "5 min", + "duration": "1 Crop or Season", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "plant growth" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "6ecc63c2-e0a2-4e97-88c0-f7bae63f44c9", + "type": "spell", + "name": "Blossom", + "reference": "M162", + "tags": [ + "Plant" + ], + "difficulty": "iq/h", + "college": [ + "Plant" + ], + "power_source": "Arcane", + "spell_class": "Area", + "casting_cost": "2", + "maintenance_cost": "-", + "casting_time": "5 min", + "duration": "1 hour", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "plant growth" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "71fb7bbc-af8f-4a59-a86f-92e109b44012", + "type": "spell", + "name": "Clean", + "reference": "M116", + "tags": [ + "Making \u0026 Breaking" + ], + "difficulty": "iq/h", + "college": [ + "Making \u0026 Breaking" + ], + "power_source": "Arcane", + "spell_class": "Area", + "casting_cost": "2", + "maintenance_cost": "-", + "casting_time": "1 sec", + "duration": "Permanent", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "restore" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "2bf0af2c-345d-44ac-8b1a-6e72d7c1d070", + "type": "spell", + "name": "Cornucopia", + "reference": "M64", + "tags": [ + "Weapon Enchantment" + ], + "difficulty": "iq/h", + "college": [ + "Enchantment" + ], + "power_source": "Arcane", + "spell_class": "Enchantment", + "casting_cost": "50x$ value#", + "maintenance_cost": "-", + "casting_time": "-", + "duration": "Permanent", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "college", + "has": true, + "qualifier": { + "compare": "contains", + "qualifier": "Enchantment" + }, + "quantity": { + "compare": "at_least", + "qualifier": 2 + } + }, + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "enchant" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "f60c094b-a410-4817-89c6-d8100ee79f4a", + "type": "spell", + "name": "Earthquake", + "reference": "M54", + "tags": [ + "Earth" + ], + "difficulty": "iq/h", + "college": [ + "Earth" + ], + "power_source": "Arcane", + "spell_class": "Area", + "casting_cost": "2", + "maintenance_cost": "Same", + "casting_time": "30 sec", + "duration": "1 min", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 2 + }, + "notes": { + "compare": "does_not_contain", + "qualifier": "one college" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 2 + }, + "notes": { + "compare": "contains", + "qualifier": "one college (earth)" + } + } + ] + }, + { + "type": "spell_prereq", + "sub_type": "college", + "has": true, + "qualifier": { + "compare": "contains", + "qualifier": "Earth" + }, + "quantity": { + "compare": "at_least", + "qualifier": 5 + } + }, + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "earth vision" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "626e06a1-ba12-403f-a6e0-0ffbdd64fdbc", + "type": "spell", + "name": "Earth Vision", + "reference": "M51", + "tags": [ + "Earth", + "Knowledge" + ], + "difficulty": "iq/h", + "college": [ + "Earth", + "Knowledge" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "2/10 yds#", + "maintenance_cost": "Same", + "casting_time": "1 sec", + "duration": "30 sec", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "shape earth" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "d1f2bc53-cc58-4f31-b511-e95e7d936243", + "type": "spell", + "name": "Enchant", + "reference": "M56", + "tags": [ + "Enchantment" + ], + "difficulty": "iq/vh", + "college": [ + "Enchantment" + ], + "power_source": "Arcane", + "spell_class": "Enchantment", + "casting_cost": "Varies", + "maintenance_cost": "-", + "casting_time": "Varies", + "duration": "Permanent", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "college_count", + "has": true, + "quantity": { + "compare": "at_least", + "qualifier": 10 + } + }, + { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 2 + }, + "notes": { + "compare": "does_not_contain", + "qualifier": "one college" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 2 + }, + "notes": { + "compare": "contains", + "qualifier": "one college (enchantment)" + } + } + ] + } + ] + } + }, + { + "id": "60342037-b763-4728-8ece-54c0b46f27f3", + "type": "spell", + "name": "Graceful Weapon", + "reference": "M63", + "tags": [ + "Weapon Enchantment" + ], + "difficulty": "iq/h", + "college": [ + "Enchantment" + ], + "power_source": "Arcane", + "spell_class": "Enchantment", + "casting_cost": "150/lb", + "maintenance_cost": "-", + "casting_time": "-", + "duration": "Permanent", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "apportation" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + }, + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "enchant" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "b3fe0839-4af1-463a-b774-2932311a5de6", + "type": "spell", + "name": "Heal Plant", + "reference": "M161", + "tags": [ + "Plant" + ], + "difficulty": "iq/h", + "college": [ + "Plant" + ], + "power_source": "Arcane", + "spell_class": "Area", + "casting_cost": "3", + "maintenance_cost": "-", + "casting_time": "1 Min", + "duration": "Permanent", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "identify plant" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "6b0b1701-cfae-4951-8bc3-3da76fb964bf", + "type": "spell", + "name": "Hide Path", + "reference": "M162", + "tags": [ + "Plant" + ], + "difficulty": "iq/h", + "college": [ + "Plant" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "2", + "maintenance_cost": "1", + "casting_time": "1 sec", + "duration": "1 min", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "Heal Plant" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "e3bdf355-370d-4e44-bbfa-69df12e41037", + "type": "spell", + "name": "Inspired Creation", + "reference": "M115", + "tags": [ + "Making \u0026 Breaking" + ], + "difficulty": "iq/vh", + "college": [ + "Making \u0026 Breaking" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "5/day", + "maintenance_cost": "-", + "casting_time": "Varies", + "duration": "Permanent", + "points": 1 + }, + { + "id": "803f1647-9018-4b8c-b64a-8cefe9c4b457", + "type": "spell", + "name": "Loyal Sword", + "reference": "M63", + "tags": [ + "Weapon Enchantment" + ], + "difficulty": "iq/h", + "college": [ + "Enchantment" + ], + "power_source": "Arcane", + "spell_class": "Enchantment", + "casting_cost": "750/lb", + "maintenance_cost": "-", + "casting_time": "-", + "duration": "Permanent", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "enchant" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + }, + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "apportation" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "da35879c-4fd3-4926-b760-23679c242df2", + "type": "spell", + "name": "Materialize", + "reference": "M150", + "tags": [ + "Necromancy" + ], + "difficulty": "iq/h", + "college": [ + "Necromancy" + ], + "power_source": "Arcane", + "spell_class": "Special", + "resist": "ST or IQ", + "casting_cost": "5", + "maintenance_cost": "5", + "casting_time": "1 sec", + "duration": "1 min", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "summon spirit" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "d465d679-9413-4f58-aeb4-bb4881515d4b", + "type": "spell", + "name": "Plant Vision", + "reference": "M162", + "tags": [ + "Knowledge", + "Plant" + ], + "difficulty": "iq/h", + "college": [ + "Knowledge", + "Plant" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "1 per 10 yards", + "maintenance_cost": "Same", + "casting_time": "1 sec", + "duration": "30 sec", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "shape plant" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "ae535366-67e6-4775-8fbd-f48e50384bf6", + "type": "spell", + "name": "Pollen Cloud", + "reference": "M162", + "tags": [ + "Plant" + ], + "difficulty": "iq/h", + "college": [ + "Plant" + ], + "power_source": "Arcane", + "spell_class": "Area", + "resist": "HT", + "casting_cost": "1", + "maintenance_cost": "-", + "casting_time": "1 sec", + "duration": "5 min#", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "shape plant" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + }, + "weapons": [ + { + "id": "46b760f3-047f-4abe-bc8d-ab843555c39b", + "type": "melee_weapon", + "damage": { + "type": "Cough/Sneeze" + }, + "usage": "Area", + "calc": { + "damage": "Cough/Sneeze" + } + } + ] + }, + { + "id": "b7ccf74f-a6ec-4806-906f-3fc7e3669fa6", + "type": "spell", + "name": "Predict Earth Movement", + "reference": "M51", + "tags": [ + "Earth" + ], + "difficulty": "iq/h", + "college": [ + "Earth" + ], + "power_source": "Arcane", + "spell_class": "Info", + "casting_cost": "2/day", + "maintenance_cost": "-", + "casting_time": "Varies", + "duration": "Instant", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "college", + "has": true, + "qualifier": { + "compare": "contains", + "qualifier": "Earth" + }, + "quantity": { + "compare": "at_least", + "qualifier": 4 + } + } + ] + } + }, + { + "id": "5b772592-eb13-485a-b97d-59e8b9da03fd", + "type": "spell", + "name": "Quick-Draw", + "reference": "M63", + "tags": [ + "Weapon Enchantment" + ], + "difficulty": "iq/h", + "college": [ + "Enchantment" + ], + "power_source": "Arcane", + "spell_class": "Enchantment", + "casting_cost": "300/lb #", + "maintenance_cost": "-", + "casting_time": "-", + "duration": "Permanent", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "enchant" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + }, + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "apportation" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "41bf23e7-14fa-4002-8dd4-d143ed9e50ec", + "type": "spell", + "name": "Rain of Stones", + "reference": "M53", + "tags": [ + "Earth" + ], + "difficulty": "iq/h", + "college": [ + "Earth" + ], + "power_source": "Arcane", + "spell_class": "Area", + "casting_cost": "1#", + "maintenance_cost": "Same", + "casting_time": "1 sec", + "duration": "1 min", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 2 + }, + "notes": { + "compare": "does_not_contain", + "qualifier": "one college" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 2 + }, + "notes": { + "compare": "contains", + "qualifier": "one college (earth)" + } + } + ] + }, + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "create earth" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + }, + "weapons": [ + { + "id": "0dab00cb-c167-4edc-a4a4-caeb45153fd4", + "type": "melee_weapon", + "damage": { + "type": "cr/point", + "base": "1d-1" + }, + "usage": "Area", + "calc": { + "damage": "1d-1 cr/point" + } + } + ] + }, + { + "id": "5ce7317d-19b1-4243-a3c2-9cc2d27beef0", + "type": "spell", + "name": "Repair", + "reference": "M118", + "tags": [ + "Making \u0026 Breaking" + ], + "difficulty": "iq/h", + "college": [ + "Making \u0026 Breaking" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "2/5 lbs", + "maintenance_cost": "-", + "casting_time": "1 sec/lb", + "duration": "Permanent", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "rejoin" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + }, + { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 2 + }, + "notes": { + "compare": "does_not_contain", + "qualifier": "one college" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 2 + }, + "notes": { + "compare": "contains", + "qualifier": "one college (making \u0026 breaking)" + } + } + ] + } + ] + } + }, + { + "id": "e4a320d0-2b3d-474a-b807-346ad36ba5fa", + "type": "spell", + "name": "Shape Earth", + "reference": "M50", + "tags": [ + "Earth" + ], + "difficulty": "iq/h", + "college": [ + "Earth" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "1 per 25 cu yard", + "maintenance_cost": "Half", + "casting_time": "1 sec", + "duration": "1 min", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "seek earth" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "8d489e4c-3791-4a1a-8688-86737a196016", + "type": "spell", + "name": "Shape Metal", + "reference": "M182", + "tags": [ + "Metal", + "Technological" + ], + "difficulty": "iq/h", + "college": [ + "Technological" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "6 per cu yard (4 for soft metals)", + "maintenance_cost": "Half", + "casting_time": "1 sec", + "duration": "1 min", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "college", + "has": true, + "qualifier": { + "compare": "contains", + "qualifier": "Technological" + }, + "quantity": { + "compare": "at_least", + "qualifier": 6 + } + }, + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "shape earth" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + }, + { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + }, + "notes": { + "compare": "does_not_contain", + "qualifier": "one college" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + }, + "notes": { + "compare": "contains", + "qualifier": "one college (technological)" + } + } + ] + } + ] + } + }, + { + "id": "7852e48e-f050-4ddb-b9a1-89615914a25f", + "type": "spell", + "name": "Shape Plant", + "reference": "M161", + "tags": [ + "Plant" + ], + "difficulty": "iq/h", + "college": [ + "Plant" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "3", + "maintenance_cost": "1", + "casting_time": "10 sec", + "duration": "1 min", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "identify plant" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "7a02864d-dd04-4e6b-a38d-cefd0afc107c", + "type": "spell", + "name": "Shatterproof", + "reference": "M118", + "tags": [ + "Making \u0026 Breaking" + ], + "difficulty": "iq/h", + "college": [ + "Making \u0026 Breaking" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "3", + "maintenance_cost": "3", + "casting_time": "1 sec", + "duration": "1 hr", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "repair" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + }, + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "shatter" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "9e785f77-55c4-47bf-9ee6-3af0e8e60ead", + "type": "spell", + "name": "Soilproof", + "reference": "M116", + "tags": [ + "Making \u0026 Breaking" + ], + "difficulty": "iq/h", + "college": [ + "Making \u0026 Breaking" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "2", + "maintenance_cost": "1", + "casting_time": "2 sec", + "duration": "10 min", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "clean" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "43c50939-6dfc-466c-91d1-1ca33e69ba65", + "type": "spell", + "name": "Solidify", + "reference": "M151", + "tags": [ + "Necromancy" + ], + "difficulty": "iq/h", + "college": [ + "Necromancy" + ], + "power_source": "Arcane", + "spell_class": "Special", + "resist": "ST or IQ", + "casting_cost": "50", + "maintenance_cost": "10", + "casting_time": "1 sec", + "duration": "1 min", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "materialize" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "d782277a-f26b-4572-8867-8cd2d837c6f9", + "type": "spell", + "name": "Summon Shade", + "reference": "M102", + "tags": [ + "Knowledge" + ], + "difficulty": "iq/vh", + "college": [ + "Knowledge" + ], + "power_source": "Arcane", + "spell_class": "Info", + "resist": "Will", + "casting_cost": "50", + "maintenance_cost": "20", + "casting_time": "10 min", + "duration": "1 min", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "summon spirit" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + }, + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "contains", + "qualifier": "divination" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "3819a0d5-c9c7-45c9-97d0-d203d91786d6", + "type": "spell", + "name": "Summon Spirit", + "reference": "M150", + "tags": [ + "Necromancy" + ], + "difficulty": "iq/h", + "college": [ + "Necromancy" + ], + "power_source": "Arcane", + "spell_class": "Info", + "resist": "Spirit's Will", + "casting_cost": "20", + "maintenance_cost": "10", + "casting_time": "5 min", + "duration": "1 min", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "death vision" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + }, + { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 2 + }, + "notes": { + "compare": "does_not_contain", + "qualifier": "one college" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 2 + }, + "notes": { + "compare": "contains", + "qualifier": "one college (necromancy)" + } + } + ] + } + ] + } + }, + { + "id": "5abcb776-bf09-4060-907e-4f61dd881c3a", + "type": "spell", + "name": "Weaken", + "reference": "M116", + "notes": "affects only inanimate objects", + "tags": [ + "Making \u0026 Breaking" + ], + "difficulty": "iq/h", + "college": [ + "Making \u0026 Breaking" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "2-6", + "maintenance_cost": "-", + "casting_time": "5 sec", + "duration": "Permanent", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "find weakness" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + }, + "weapons": [ + { + "id": "647495f7-cdf5-49be-8cd1-cead9a2a6051", + "type": "melee_weapon", + "damage": { + "type": "/2 points", + "base": "1d" + }, + "calc": { + "damage": "1d /2 points" + } + } + ] + } + ], + "name": "Spell List" + } + ], + "name": "Magical Style: Al Siyndontolis", + "notes": "The Path of Inanimates" + } + ], + "notes": [ + { + "id": "837be773-6ff3-4031-9764-d9118a5e89c9", + "type": "note", + "text": "Template lists a perk \"Staff\" which doesn't exist. Have instead added both \"Staff Attunement\" and \"Staff Bond\"" + } + ] +} diff --git a/Library/Fantasy Folk/Winged Folk/Martial Arts/Al Imroses.gct b/Library/Fantasy Folk/Winged Folk/Martial Arts/Al Imroses.gct new file mode 100644 index 000000000..1b0f8c8c9 --- /dev/null +++ b/Library/Fantasy Folk/Winged Folk/Martial Arts/Al Imroses.gct @@ -0,0 +1,1013 @@ +{ + "type": "template", + "version": 4, + "id": "0f62f3c8-d196-40cc-8719-581cec0b8916", + "traits": [ + { + "id": "2c3b0f71-448d-4d15-9ddc-df8f3c25f7c9", + "type": "trait_container", + "open": true, + "children": [ + { + "id": "320c355c-3b99-49f1-baf1-566ac8379261", + "type": "trait_container", + "open": true, + "children": [ + { + "id": "56a0f58b-f0f4-4311-8e4e-dffd87ea2d2b", + "type": "trait", + "name": "Style Familiarity (Al Imroses)", + "reference": "MA49", + "notes": "The Way of the Bride", + "tags": [ + "Mental", + "Perk" + ], + "base_points": 1, + "calc": { + "points": 1 + } + }, + { + "id": "3fa6715a-d861-42e6-a2ba-005438a6472a", + "type": "trait", + "name": "Dancing Kicks", + "reference": "FFWF14,MA51", + "notes": "Can default kicking techniques to Aerobatics", + "tags": [ + "Perk", + "Physical" + ], + "base_points": 1, + "disabled": true, + "calc": { + "points": 0 + } + }, + { + "id": "67b71fd6-4d92-4040-836f-a92f0007caa3", + "type": "trait", + "name": "Special Excercises", + "reference": "MA51", + "notes": "Can buy off limitations on Flight", + "tags": [ + "Perk", + "Physical" + ], + "base_points": 1, + "disabled": true, + "calc": { + "points": 0 + } + }, + { + "id": "d307efe2-4d2b-49ad-97f6-7a12f44adc67", + "type": "trait", + "name": "Strongbow", + "reference": "MA51", + "notes": "Let you ignore some penalties when shooting a bow too strong for you", + "tags": [ + "Mental", + "Perk" + ], + "base_points": 1, + "disabled": true, + "calc": { + "points": 0 + } + } + ], + "name": "Perks", + "calc": { + "points": 1 + } + }, + { + "id": "3db88139-21ec-4083-9bde-51fc30b1aa22", + "type": "trait_container", + "open": true, + "children": [ + { + "id": "41a1ddbc-eb15-4f7d-a9d7-a9757af1fc7b", + "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 + } + ], + "disabled": true, + "calc": { + "points": 0 + } + }, + { + "id": "3c4df703-ae92-4c10-a4fa-73339319372d", + "type": "trait", + "name": "Heroic Archer", + "reference": "MA45", + "tags": [ + "Advantage", + "Physical" + ], + "base_points": 20, + "disabled": true, + "calc": { + "points": 0 + } + }, + { + "id": "3fe870a0-b30f-44b8-8ed3-0f70cc44125e", + "type": "trait", + "name": "Weapon Master", + "reference": "B99,MA48", + "notes": "Bow", + "tags": [ + "Advantage", + "Mental" + ], + "base_points": 20, + "disabled": true, + "calc": { + "points": 0 + } + }, + { + "id": "0e786814-09cb-4c0d-a5b7-66b85c96cc51", + "type": "trait", + "name": "Weapon Master", + "reference": "B99,MA48", + "notes": "Shortsword", + "tags": [ + "Advantage", + "Mental" + ], + "base_points": 20, + "disabled": true, + "calc": { + "points": 0 + } + }, + { + "id": "8359a40c-0521-4488-9718-f1adebeb9f62", + "type": "trait", + "name": "Sense of Duty (Winged Folk)", + "reference": "B153", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -15, + "disabled": true, + "calc": { + "points": 0 + } + } + ], + "name": "Optional Traits", + "calc": { + "points": 0 + } + } + ], + "name": "Martial Art: Al Imroses", + "reference": "FFWF14", + "reference_highlight": "Al Imroses", + "notes": "The Way of the Bride", + "calc": { + "points": 1 + } + } + ], + "skills": [ + { + "id": "ded94043-34e0-4899-bd9b-e0215b215517", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "bc1d4e3a-c8c1-40a3-8b0c-0ee01298a11c", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "d4ec3ce3-54b7-4869-8dbe-26ad51e4b0b1", + "type": "skill", + "name": "Bow", + "reference": "B182", + "tags": [ + "Combat", + "Ranged Combat", + "Weapon" + ], + "difficulty": "dx/a", + "points": 1, + "defaults": [ + { + "type": "dx", + "modifier": -5 + } + ] + }, + { + "id": "fc0dd756-c430-42ab-a968-c251fe55bf14", + "type": "skill", + "name": "Fast-Draw", + "reference": "B194,MA56", + "tags": [ + "Combat", + "Ranged Combat", + "Weapon" + ], + "specialization": "Arrow", + "difficulty": "dx/e", + "points": 1 + }, + { + "id": "e437a2ec-c940-4f4c-86b0-c6dcbafaa7c9", + "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": "f72e370c-465d-4ae4-9d88-60881af2bad0", + "type": "skill", + "name": "Wrestling", + "reference": "B228,MA61", + "tags": [ + "Combat", + "Melee Combat", + "Weapon" + ], + "difficulty": "dx/a", + "points": 1 + } + ], + "name": "Skills" + }, + { + "id": "93ae0e13-b3a5-4bff-bb4e-e27cfc9d2c7e", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "02533d22-29f6-492f-9ab2-4834e4795095", + "type": "technique", + "name": "Arm Lock", + "reference": "B230,MA65", + "tags": [ + "Combat", + "Melee Combat", + "Technique", + "Weapon" + ], + "difficulty": "a", + "default": { + "type": "skill", + "name": "Wrestling" + }, + "limit": 4 + }, + { + "id": "4a494170-d4ed-42e8-ab2a-595e7074e568", + "type": "technique", + "name": "Feint", + "reference": "B231,MA73", + "tags": [ + "Combat", + "Melee Combat", + "Technique", + "Weapon" + ], + "difficulty": "h", + "default": { + "type": "skill", + "name": "Shortsword" + }, + "limit": 4 + }, + { + "id": "b59d4b69-3724-450a-ad68-cbb5771d5a6f", + "type": "technique", + "name": "Neck Snap", + "reference": "B232,MA77", + "tags": [ + "Combat", + "Melee Combat", + "Technique", + "Weapon" + ], + "difficulty": "h", + "default": { + "type": "st", + "modifier": -4 + }, + "limit": 3 + }, + { + "id": "429fcaad-2c6c-4bab-9fef-ac757de199ef", + "type": "technique", + "name": "Spinning Strike", + "reference": "MA79", + "tags": [ + "Combat", + "Melee Combat", + "Technique", + "Weapon" + ], + "difficulty": "h", + "default": { + "type": "skill", + "name": "Shortsword", + "modifier": -2 + }, + "limit": 0 + }, + { + "id": "9eb6ee15-096f-431f-8a83-3104253c99f0", + "type": "technique", + "name": "Targeted Attack (Bow/Vitals)", + "reference": "MA68", + "tags": [ + "Combat", + "Melee Combat", + "Technique", + "Weapon" + ], + "difficulty": "h", + "default": { + "type": "skill", + "name": "Bow", + "modifier": -3 + }, + "limit": -1 + }, + { + "id": "1dcb5354-d6d7-45db-827e-946ff9e64ea0", + "type": "technique", + "name": "Targeted Attack (Shortsword Thrust/Vitals)", + "reference": "MA68", + "tags": [ + "Combat", + "Melee Combat", + "Technique", + "Weapon" + ], + "difficulty": "h", + "default": { + "type": "skill", + "name": "Shortsword", + "modifier": -3 + }, + "limit": -1 + }, + { + "id": "40d62b00-df26-4dbb-ba74-e03700c7b3ab", + "type": "technique", + "name": "Targeted Attack (Wrestling Grapple/Arm)", + "reference": "MA68", + "tags": [ + "Combat", + "Melee Combat", + "Technique", + "Weapon" + ], + "difficulty": "h", + "default": { + "type": "skill", + "name": "Wrestling", + "modifier": -1 + }, + "limit": 0 + }, + { + "id": "e31a69c5-3107-4977-aef7-434f8a5f913f", + "type": "technique", + "name": "Targeted Attack (Wrestling Grapple/Neck)", + "reference": "MA68", + "tags": [ + "Combat", + "Melee Combat", + "Technique", + "Weapon" + ], + "difficulty": "h", + "default": { + "type": "skill", + "name": "Wrestling", + "modifier": -3 + }, + "limit": 0 + }, + { + "id": "dc9cd508-40da-430b-8e1c-274bb88ffbe1", + "type": "technique", + "name": "Wrench Arm", + "reference": "MA82", + "tags": [ + "Combat", + "Melee Combat", + "Technique", + "Weapon" + ], + "difficulty": "h", + "default": { + "type": "st", + "modifier": -4 + }, + "limit": 3 + }, + { + "id": "5e1ec22e-895b-4596-8279-40e008daafb2", + "type": "technique", + "name": "Wrench Wing", + "reference": "MA82", + "tags": [ + "Combat", + "Melee Combat", + "Technique", + "Weapon" + ], + "difficulty": "h", + "default": { + "type": "st", + "modifier": -4 + }, + "limit": 3 + } + ], + "name": "Techniques" + }, + { + "id": "779714df-0b9c-4298-8a08-bff23489ad2e", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "07c6303c-d52a-41f9-901f-eaef6587f163", + "type": "skill", + "name": "Power Blow", + "reference": "B215,MA58", + "tags": [ + "Esoteric" + ], + "difficulty": "will/h", + "prereqs": { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "Style Familiarity" + }, + "level": { + "compare": "at_least" + }, + "notes": { + "compare": "is", + "qualifier": "Al Imroses" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "starts_with", + "qualifier": "weapon master" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "trained by a master" + } + } + ] + } + }, + { + "id": "f1e5c70c-be7a-41f2-b13d-08d7628f0377", + "type": "skill", + "name": "Pressure Points (Wrestling)", + "reference": "B215,MA58", + "reference_highlight": "Pressure Points", + "tags": [ + "Esoteric" + ], + "difficulty": "iq/h", + "prereqs": { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "Style Familiarity" + }, + "level": { + "compare": "at_least" + }, + "notes": { + "compare": "is", + "qualifier": "Al Imroses" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "starts_with", + "qualifier": "weapon master" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "trained by a master" + } + } + ] + } + }, + { + "id": "4b16c227-204a-4659-b09c-19316a87acb0", + "type": "skill", + "name": "Zen Archery", + "reference": "B228,MA61", + "tags": [ + "Esoteric" + ], + "difficulty": "iq/vh", + "prereqs": { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "Style Familiarity" + }, + "level": { + "compare": "at_least" + }, + "notes": { + "compare": "is", + "qualifier": "Al Imroses" + } + } + ] + }, + { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "skill_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "meditation" + } + }, + { + "type": "skill_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "bow" + }, + "level": { + "compare": "at_least", + "qualifier": 18 + } + }, + { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "starts_with", + "qualifier": "weapon master" + }, + "level": { + "compare": "at_least" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "trained by a master" + }, + "level": { + "compare": "at_least" + } + } + ] + } + ] + } + ] + } + } + ], + "name": "Cinematic Skills" + }, + { + "id": "a6a5af12-c5bf-4484-8aae-ccc5330e8942", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "b7b98365-796d-4052-986e-088c5f13bda2", + "type": "technique", + "name": "Flying Lunge", + "reference": "MA83", + "tags": [ + "Cinematic Techniques", + "Combat", + "Melee Combat", + "Weapon" + ], + "difficulty": "h", + "default": { + "type": "skill", + "name": "Shortsword", + "modifier": -4 + }, + "limit": 0 + }, + { + "id": "0aca6925-410d-4887-b7cf-155d37dc05d3", + "type": "technique", + "name": "Hand Catch", + "reference": "MA84", + "tags": [ + "Cinematic Techniques", + "Combat", + "Melee Combat", + "Weapon" + ], + "difficulty": "h", + "default": { + "type": "parry", + "name": "Wrestling", + "modifier": -3 + }, + "limit": 0 + } + ], + "name": "Cinematic Techniques" + }, + { + "id": "672ffeb0-7138-4e57-b285-6b5af74686df", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "63753dcd-1b9c-4d32-ac6e-10034de5dc1a", + "type": "skill", + "name": "Aerobatics", + "reference": "B174", + "tags": [ + "Athletic" + ], + "difficulty": "dx/h", + "defaults": [ + { + "type": "dx", + "modifier": -6 + }, + { + "type": "skill", + "name": "Acrobatics", + "modifier": -4 + }, + { + "type": "skill", + "name": "Aquabatics", + "modifier": -4 + } + ] + }, + { + "id": "10a1d8ce-8a6a-437b-804b-402cd61e53aa", + "type": "skill", + "name": "Judo", + "reference": "B203,MA57", + "notes": "Allows parrying two different attacks per turn, one with each hand.", + "tags": [ + "Combat", + "Melee Combat", + "Weapon" + ], + "difficulty": "dx/h", + "encumbrance_penalty_multiplier": 1 + }, + { + "id": "2d81fb6b-f8e0-4292-b34e-4a2cac7678c4", + "type": "skill", + "name": "Karate", + "reference": "B203,MA57", + "tags": [ + "Combat", + "Melee Combat", + "Weapon" + ], + "difficulty": "dx/h", + "encumbrance_penalty_multiplier": 1, + "features": [ + { + "type": "weapon_bonus", + "selection_type": "weapons_with_required_skill", + "name": { + "compare": "is", + "qualifier": "Karate" + }, + "level": { + "compare": "at_least" + }, + "amount": 1, + "per_die": true + }, + { + "type": "weapon_bonus", + "selection_type": "weapons_with_required_skill", + "name": { + "compare": "is", + "qualifier": "Karate" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + }, + "amount": 1, + "per_die": true + } + ] + }, + { + "id": "fcd40d4a-c377-4675-ae76-3950858fc607", + "type": "skill", + "name": "Tactics", + "reference": "B224,MA60", + "tags": [ + "Military", + "Police" + ], + "difficulty": "iq/h", + "defaults": [ + { + "type": "iq", + "modifier": -6 + }, + { + "type": "skill", + "name": "Strategy", + "modifier": -6 + } + ] + } + ], + "name": "Optional Skills" + }, + { + "id": "bff0eff0-f57f-475a-863e-8ec4bfad559d", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "4b1ce9b2-570e-4dbb-9259-ad908ed56b95", + "type": "technique", + "name": "Attack from Above", + "reference": "MA67", + "tags": [ + "Combat", + "Melee Combat", + "Technique", + "Weapon" + ], + "difficulty": "a", + "default": { + "type": "skill", + "name": "Karate", + "modifier": -2 + }, + "limit": 0 + }, + { + "id": "c153ec4d-592a-4006-98a5-f948305b219a", + "type": "technique", + "name": "Disarming", + "reference": "MA70", + "tags": [ + "Combat", + "Melee Combat", + "Technique", + "Weapon" + ], + "difficulty": "h", + "default": { + "type": "skill", + "name": "Shortsword" + }, + "limit": 5 + }, + { + "id": "b42d722b-840c-4ea8-804b-a3e8c1e16e24", + "type": "technique", + "name": "Evade", + "reference": "MA71", + "tags": [ + "Combat", + "Melee Combat", + "Technique", + "Weapon" + ], + "difficulty": "a", + "default": { + "type": "skill", + "name": "Judo" + }, + "limit": 5 + }, + { + "id": "f8d2487d-aa5e-43d3-8d78-c7f5e04df107", + "type": "technique", + "name": "Kicking", + "reference": "MA75", + "tags": [ + "Combat", + "Melee Combat", + "Technique", + "Weapon" + ], + "difficulty": "h", + "default": { + "type": "skill", + "name": "Karate", + "modifier": -2 + }, + "limit": 0 + }, + { + "id": "8360f8ee-56af-4340-b1d6-61a61f542ebc", + "type": "technique", + "name": "Stamp Kick", + "reference": "MA80", + "tags": [ + "Combat", + "Melee Combat", + "Technique", + "Weapon" + ], + "difficulty": "h", + "default": { + "type": "skill", + "name": "Karate", + "modifier": -3 + }, + "limit": 0 + } + ], + "name": "Optional Techniques" + } + ], + "name": "Martial Art: Al Imroses", + "reference": "FFWF14", + "reference_highlight": "Al Imroses", + "notes": "The Way of the Bride" + } + ], + "notes": [ + { + "id": "16e4c1f7-77a3-4b90-a849-e99de7805b1e", + "type": "note", + "text": "The book references a perk \"Aerobatic Kicks\", however this doesn't seem to exist. Instead using \"Dancing Kicks\" (i.e. Aerobatic Kicks) as used in the Al Ninwirens style." + } + ] +} diff --git a/Library/Fantasy Folk/Winged Folk/Martial Arts/Al Ninwirens.gct b/Library/Fantasy Folk/Winged Folk/Martial Arts/Al Ninwirens.gct new file mode 100644 index 000000000..5d1699739 --- /dev/null +++ b/Library/Fantasy Folk/Winged Folk/Martial Arts/Al Ninwirens.gct @@ -0,0 +1,1609 @@ +{ + "type": "template", + "version": 4, + "id": "ed21982e-99a1-4e39-be02-034817a91e1a", + "traits": [ + { + "id": "949fe23b-0418-4184-9ae5-3177ed0ca130", + "type": "trait_container", + "open": true, + "children": [ + { + "id": "b70e6d05-574b-406e-ae1b-a4523a42b337", + "type": "trait_container", + "open": true, + "children": [ + { + "id": "e4afc0ab-a357-4edc-a8fc-1a05a94a64d6", + "type": "trait", + "name": "Style Familiarity (Al Ninwirens)", + "reference": "MA49", + "notes": "The Way of the Dancer", + "tags": [ + "Mental", + "Perk" + ], + "base_points": 1, + "calc": { + "points": 1 + } + }, + { + "id": "c621e24e-fbda-4c4b-b785-3a96e6902cb4", + "type": "trait", + "name": "Dancing Kicks", + "reference": "FFWF14,MA51", + "notes": "Can default kicking techniques to Aerobatics", + "tags": [ + "Perk", + "Physical" + ], + "base_points": 1, + "disabled": true, + "calc": { + "points": 0 + } + }, + { + "id": "45778023-4edc-44b6-bb37-fd2e06384c51", + "type": "trait", + "name": "Off-Hand Weapon Training (Flail)", + "reference": "MA50", + "notes": "Replaces equal-named technique on p. B232", + "tags": [ + "Mental", + "Perk" + ], + "base_points": 1, + "disabled": true, + "calc": { + "points": 0 + } + }, + { + "id": "43b56d21-7a0e-4361-8a5a-bf9486b3b130", + "type": "trait", + "name": "Special Excercises", + "reference": "MA51", + "notes": "Can buy off limitations on Flight", + "tags": [ + "Perk", + "Physical" + ], + "base_points": 1, + "disabled": true, + "calc": { + "points": 0 + } + }, + { + "id": "02e76da3-7f73-452c-94d2-b4011b1f48ba", + "type": "trait", + "name": "Special Excercises", + "reference": "MA51", + "notes": "Can use Pressure Points with Flail skill", + "tags": [ + "Perk", + "Physical" + ], + "base_points": 1, + "disabled": true, + "calc": { + "points": 0 + } + }, + { + "id": "1db5521c-1e05-4b22-9f77-07d19c844c54", + "type": "trait", + "name": "Special Excercises", + "reference": "MA51", + "notes": "Replace Public Speaking with Flail or Dancing for prerequisites and initiating Enthrallment", + "tags": [ + "Perk", + "Physical" + ], + "base_points": 1, + "disabled": true, + "calc": { + "points": 0 + } + } + ], + "name": "Perks", + "calc": { + "points": 1 + } + }, + { + "id": "c72bad0b-1388-40c2-be7d-8a37dca93deb", + "type": "trait_container", + "open": true, + "children": [ + { + "id": "5a253daa-089e-4eaf-8965-189f56acf204", + "type": "trait", + "name": "Ambidexterity", + "reference": "B39", + "tags": [ + "Advantage", + "Physical" + ], + "base_points": 5, + "disabled": true, + "calc": { + "points": 0 + } + }, + { + "id": "3ba7eba2-519b-4a12-879d-f07ee489842e", + "type": "trait", + "name": "Appearance", + "reference": "B21", + "tags": [ + "Advantage", + "Physical" + ], + "modifiers": [ + { + "id": "db88e777-c246-49aa-87cc-8c1dbfef8cd0", + "type": "modifier", + "name": "Attractive", + "reference": "B21", + "cost": 4, + "cost_type": "points", + "disabled": true, + "features": [ + { + "type": "reaction_bonus", + "situation": "from others", + "amount": 1 + } + ] + }, + { + "id": "2fda71e1-13b5-4bed-8188-83946dbbb13b", + "type": "modifier", + "name": "Average", + "reference": "B21", + "cost_type": "points", + "disabled": true + }, + { + "id": "59011a6b-7cd8-4a59-8a7b-af75aa057843", + "type": "modifier", + "name": "Beautiful", + "reference": "B21", + "cost": 12, + "cost_type": "points", + "disabled": true, + "features": [ + { + "type": "reaction_bonus", + "situation": "from those attracted to members of your sex, +2 from everyone else", + "amount": 4 + } + ] + }, + { + "id": "f2ef3d46-2535-466f-b85d-82d3a9a59937", + "type": "modifier", + "name": "Beautiful (Androgynous)", + "reference": "B21", + "cost": 12, + "cost_type": "points", + "disabled": true, + "features": [ + { + "type": "reaction_bonus", + "situation": "from others", + "amount": 3 + } + ] + }, + { + "id": "260c9611-0aad-407d-a8f2-cdeab7f8e022", + "type": "modifier", + "name": "Beautiful (Impressive)", + "reference": "B21", + "cost": 12, + "cost_type": "points", + "disabled": true, + "features": [ + { + "type": "reaction_bonus", + "situation": "from others", + "amount": 3 + } + ] + }, + { + "id": "1d6d3fc1-a874-42ee-a40a-ab72d7d653ff", + "type": "modifier", + "name": "Handsome", + "reference": "B21", + "cost": 12, + "cost_type": "points", + "disabled": true, + "features": [ + { + "type": "reaction_bonus", + "situation": "from those attracted to members of your sex, +2 from everyone else", + "amount": 4 + } + ] + }, + { + "id": "66b67232-40a9-49ce-a30c-a41aa79a86e8", + "type": "modifier", + "name": "Handsome (Androgynous)", + "reference": "B21", + "cost": 12, + "cost_type": "points", + "disabled": true, + "features": [ + { + "type": "reaction_bonus", + "situation": "from others", + "amount": 3 + } + ] + }, + { + "id": "5c3f10f5-fb42-44a7-9953-ce727ebc4c89", + "type": "modifier", + "name": "Handsome (Impressive)", + "reference": "B21", + "cost": 12, + "cost_type": "points", + "disabled": true, + "features": [ + { + "type": "reaction_bonus", + "situation": "from others", + "amount": 3 + } + ] + }, + { + "id": "cfef51b4-8526-47be-bb28-49c4e7db46b5", + "type": "modifier", + "name": "Hideous", + "reference": "B21,B202", + "cost": -16, + "cost_type": "points", + "disabled": true, + "features": [ + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Intimidation" + }, + "amount": 2 + }, + { + "type": "reaction_bonus", + "situation": "from others", + "amount": -4 + } + ] + }, + { + "id": "67eda3d3-3b02-4324-b86a-cad4432e2092", + "type": "modifier", + "name": "Horrific", + "reference": "B21,B202", + "cost": -24, + "cost_type": "points", + "disabled": true, + "features": [ + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Intimidation" + }, + "amount": 4 + }, + { + "type": "reaction_bonus", + "situation": "from others", + "amount": -6 + } + ] + }, + { + "id": "1d0d263d-39e6-4b05-96c9-bcab7c73917a", + "type": "modifier", + "name": "Impressive", + "reference": "B21", + "cost_type": "points", + "disabled": true + }, + { + "id": "ea5ee8d3-92de-44f7-b869-97bbcb0a0446", + "type": "modifier", + "name": "Monstrous", + "reference": "B21,B202", + "cost": -20, + "cost_type": "points", + "disabled": true, + "features": [ + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Intimidation" + }, + "amount": 3 + }, + { + "type": "reaction_bonus", + "situation": "from others", + "amount": -5 + } + ] + }, + { + "id": "bcec029e-a194-48dd-a4f3-d79852417ff1", + "type": "modifier", + "name": "Off-the-Shelf Looks", + "reference": "B21", + "notes": "Halves the usual reaction bonus - adjust manually", + "cost": -50, + "disabled": true + }, + { + "id": "4e3e372b-d8bb-41c3-a675-1c37f39c0a06", + "type": "modifier", + "name": "Transcendent", + "reference": "B21", + "cost": 20, + "cost_type": "points", + "disabled": true, + "features": [ + { + "type": "reaction_bonus", + "situation": "from those attracted to members of your sex, +2 from everyone else. Exception: Members of the same sex with reason to dislike you (more than -4 in reaction penalties regardless of bonuses) resent your good looks and react at -2 instead.", + "amount": 8 + } + ] + }, + { + "id": "2bb71c80-552e-499d-a4e6-e57f26881a8c", + "type": "modifier", + "name": "Transcendent (Androgynous)", + "reference": "B21", + "cost": 20, + "cost_type": "points", + "disabled": true, + "features": [ + { + "type": "reaction_bonus", + "situation": "from others", + "amount": 5 + } + ] + }, + { + "id": "ddf25679-e521-4ac2-b914-5b31d097cc09", + "type": "modifier", + "name": "Transcendent (Impressive)", + "reference": "B21", + "cost": 20, + "cost_type": "points", + "disabled": true, + "features": [ + { + "type": "reaction_bonus", + "situation": "from others", + "amount": 5 + } + ] + }, + { + "id": "52c66ff0-cb7b-4bd8-8d77-4e6f78fa6ce4", + "type": "modifier", + "name": "Ugly", + "reference": "B21", + "cost": -8, + "cost_type": "points", + "disabled": true, + "features": [ + { + "type": "reaction_bonus", + "situation": "from others", + "amount": -2 + } + ] + }, + { + "id": "f2ade180-af68-4cdb-91c2-2b6062b625b5", + "type": "modifier", + "name": "Unattractive", + "reference": "B21", + "cost": -4, + "cost_type": "points", + "disabled": true, + "features": [ + { + "type": "reaction_bonus", + "situation": "from others", + "amount": -1 + } + ] + }, + { + "id": "585340a8-301a-451e-918c-89fac91595d4", + "type": "modifier", + "name": "Universal", + "reference": "B21", + "cost": 25, + "disabled": true + }, + { + "id": "e1bcea51-b24b-4e72-a625-be62b9161aaf", + "type": "modifier", + "name": "Very Beautiful", + "reference": "B21", + "cost": 16, + "cost_type": "points", + "disabled": true, + "features": [ + { + "type": "reaction_bonus", + "situation": "from those attracted to members of your sex, +2 from everyone else. Exception: Members of the same sex with reason to dislike you (more than -4 in reaction penalties regardless of bonuses) resent your good looks and react at -2 instead.", + "amount": 6 + } + ] + }, + { + "id": "45fe1d7c-54ed-4171-ac37-0c14d3825e89", + "type": "modifier", + "name": "Very Beautiful (Androgynous)", + "reference": "B21", + "cost": 16, + "cost_type": "points", + "disabled": true, + "features": [ + { + "type": "reaction_bonus", + "situation": "from others", + "amount": 4 + } + ] + }, + { + "id": "211f4936-94c1-4043-862b-d73a066832ac", + "type": "modifier", + "name": "Very Beautiful (Impressive)", + "reference": "B21", + "cost": 16, + "cost_type": "points", + "disabled": true, + "features": [ + { + "type": "reaction_bonus", + "situation": "from others", + "amount": 4 + } + ] + }, + { + "id": "8c0bc9b1-f818-427e-838e-9cb3f1125587", + "type": "modifier", + "name": "Very Handsome", + "reference": "B21", + "cost": 16, + "cost_type": "points", + "disabled": true, + "features": [ + { + "type": "reaction_bonus", + "situation": "from those attracted to members of your sex, +2 from everyone else. Exception: Members of the same sex with reason to dislike you (more than -4 in reaction penalties regardless of bonuses) resent your good looks and react at -2 instead.", + "amount": 6 + } + ] + }, + { + "id": "1cf4494d-453a-403d-890b-7233286080e7", + "type": "modifier", + "name": "Very Handsome (Androgynous)", + "reference": "B21", + "cost": 16, + "cost_type": "points", + "disabled": true, + "features": [ + { + "type": "reaction_bonus", + "situation": "from others", + "amount": 4 + } + ] + }, + { + "id": "19314e0f-05c4-4488-adf0-ba1785d46b23", + "type": "modifier", + "name": "Very Handsome (Impressive)", + "reference": "B21", + "cost": 16, + "cost_type": "points", + "disabled": true, + "features": [ + { + "type": "reaction_bonus", + "situation": "from others", + "amount": 4 + } + ] + } + ], + "disabled": true, + "calc": { + "points": 0 + } + }, + { + "id": "443ce6f7-0023-4366-9470-1b829134b74d", + "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 + } + ], + "disabled": true, + "can_level": true, + "calc": { + "points": 0 + } + }, + { + "id": "d77ce4da-ed49-4492-9232-78163cbf59a6", + "type": "trait", + "name": "Daredevil", + "reference": "B47", + "tags": [ + "Advantage", + "Mental" + ], + "base_points": 15, + "features": [ + { + "type": "conditional_modifier", + "situation": "to skill rolls any time you take an unnecessary risk (in the GM’s opinion)", + "amount": 1 + } + ], + "disabled": true, + "calc": { + "points": 0 + } + }, + { + "id": "ea57544b-f639-48b4-9ae6-2ec7ec65a761", + "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, + "disabled": true, + "calc": { + "points": 0 + } + }, + { + "id": "38cfb1cb-038d-47ac-b9da-b802266965f0", + "type": "trait", + "name": "Weapon Master", + "reference": "B99,MA48", + "notes": "Bolas, Bolas Perdida", + "tags": [ + "Advantage", + "Mental" + ], + "base_points": 20, + "disabled": true, + "calc": { + "points": 0 + } + }, + { + "id": "97f428d6-bc08-4d13-a625-0a37f79ff91e", + "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, + "disabled": true, + "calc": { + "points": 0 + } + }, + { + "id": "cdb33cc0-434a-4163-ad27-d833f83bf7cc", + "type": "trait", + "name": "Odious Personal Habit", + "reference": "B22", + "notes": "Showy performer", + "tags": [ + "Disadvantage", + "Physical" + ], + "modifiers": [ + { + "id": "3d982038-f3cc-476f-8f1a-1221f87c1ec8", + "type": "modifier", + "name": "-1 Reaction", + "reference": "B22", + "cost": -5, + "cost_type": "points", + "disabled": true + }, + { + "id": "9dd7b646-b563-4eb1-ac3b-6672412868c1", + "type": "modifier", + "name": "-2 Reaction", + "reference": "B22", + "cost": -10, + "cost_type": "points", + "disabled": true + }, + { + "id": "5ed445b6-67ea-4f24-af06-50d80a1d0d94", + "type": "modifier", + "name": "-3 Reaction", + "reference": "B22", + "cost": -15, + "cost_type": "points", + "disabled": true + } + ], + "disabled": true, + "calc": { + "points": 0 + } + }, + { + "id": "e8f4d2e7-580e-45e5-963c-aafe10b48341", + "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, + "disabled": true, + "calc": { + "points": 0 + } + } + ], + "name": "Optional Traits", + "calc": { + "points": 0 + } + } + ], + "name": "Martial Art: Al Ninwirens", + "reference": "FFWF14", + "reference_highlight": "Al Ninwirens", + "notes": "The Way of the Dancer", + "calc": { + "points": 1 + } + } + ], + "skills": [ + { + "id": "be47e403-5495-41f7-8183-50ddd4abd4ac", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "729bba9c-4ae8-48c5-8e08-39d5f399390d", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "edf50c75-b0ac-459b-ba53-02a583e12d96", + "type": "skill", + "name": "Aerobatics", + "reference": "B174", + "tags": [ + "Athletic" + ], + "difficulty": "dx/h", + "points": 1, + "defaults": [ + { + "type": "dx", + "modifier": -6 + }, + { + "type": "skill", + "name": "Acrobatics", + "modifier": -4 + }, + { + "type": "skill", + "name": "Aquabatics", + "modifier": -4 + } + ] + }, + { + "id": "1339bbae-89b5-4c4c-8a38-67522887ee23", + "type": "skill", + "name": "Combat Art", + "reference": "B184,MA55", + "tags": [ + "Athletic" + ], + "specialization": "Bolas", + "difficulty": "dx/a", + "points": 1, + "defaults": [ + { + "type": "skill", + "name": "Bolas", + "modifier": -3 + }, + { + "type": "skill", + "name": "Combat Sport", + "specialization": "Bolas", + "modifier": -3 + }, + { + "type": "dx", + "modifier": -5 + } + ] + }, + { + "id": "693bc232-6f0b-430f-8c76-b8a29f443887", + "type": "skill", + "name": "Dancing", + "reference": "B187", + "tags": [ + "Arts", + "Entertainment" + ], + "difficulty": "dx/a", + "points": 1, + "defaults": [ + { + "type": "dx", + "modifier": -5 + } + ] + }, + { + "id": "a1360611-7cee-41cb-813d-3c73a62ea438", + "type": "skill", + "name": "Combat Art", + "reference": "B184,MA55", + "tags": [ + "Athletic" + ], + "specialization": "Flail", + "difficulty": "dx/h", + "points": 1, + "defaults": [ + { + "type": "skill", + "name": "Flail", + "modifier": -3 + }, + { + "type": "skill", + "name": "Combat Sport", + "specialization": "Flail", + "modifier": -3 + }, + { + "type": "dx", + "modifier": -6 + } + ] + } + ], + "name": "Skills" + }, + { + "id": "4a17e6fa-222f-4a24-bc1e-6b45f2c44551", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "96e566f4-f6fb-4192-bb83-7d56b6698ffd", + "type": "technique", + "name": "Disarming", + "reference": "B230,MA70", + "tags": [ + "Combat", + "Melee Combat", + "Technique", + "Weapon" + ], + "difficulty": "h", + "default": { + "type": "skill", + "name": "Flail" + }, + "limit": 5, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "skill_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "Flail" + } + } + ] + } + }, + { + "id": "97139fc1-af51-4144-a5e6-e7085f5989eb", + "type": "technique", + "name": "Entangle", + "reference": "MA71", + "tags": [ + "Combat", + "Melee Combat", + "Technique", + "Weapon" + ], + "difficulty": "h", + "default": { + "type": "skill", + "name": "Flail", + "modifier": -4 + }, + "limit": 0 + }, + { + "id": "7850de60-f5ea-48f1-b52d-3dc26a38d6f9", + "type": "technique", + "name": "Kicking", + "reference": "MA75", + "tags": [ + "Combat", + "Melee Combat", + "Technique", + "Weapon" + ], + "difficulty": "h", + "default": { + "type": "skill", + "name": "Dancing", + "modifier": -2 + }, + "limit": 0 + }, + { + "id": "9d34ff52-378c-474a-8e93-1ce73518c878", + "type": "technique", + "name": "Retain Weapon", + "reference": "MA78", + "tags": [ + "Combat", + "Melee Combat", + "Technique", + "Weapon" + ], + "difficulty": "h", + "default": { + "type": "skill", + "name": "Flail" + }, + "limit": 5 + }, + { + "id": "8682dd67-2534-47b4-86ad-c361202f120b", + "type": "technique", + "name": "Spinning Strike", + "reference": "MA79", + "tags": [ + "Combat", + "Melee Combat", + "Technique", + "Weapon" + ], + "difficulty": "h", + "default": { + "type": "skill", + "name": "Flail", + "modifier": -2 + }, + "limit": 0 + } + ], + "name": "Techniques" + }, + { + "id": "94c5d293-e01d-4fbb-bdcd-bfb5d8f39af4", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "cdf0a2ff-a621-43f1-9ac0-a3c30a31f7c4", + "type": "skill", + "name": "Power Blow", + "reference": "B215,MA58", + "tags": [ + "Esoteric" + ], + "difficulty": "will/h", + "prereqs": { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "Style Familiarity" + }, + "level": { + "compare": "at_least" + }, + "notes": { + "compare": "is", + "qualifier": "Al Ninwirens" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "starts_with", + "qualifier": "weapon master" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "trained by a master" + } + } + ] + } + }, + { + "id": "9245f127-3829-4c30-8f99-875c6f7d9ce9", + "type": "skill", + "name": "Pressure Points", + "reference": "B215,MA58", + "tags": [ + "Esoteric" + ], + "specialization": "Bolas", + "difficulty": "iq/h", + "prereqs": { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "Style Familiarity" + }, + "level": { + "compare": "at_least" + }, + "notes": { + "compare": "is", + "qualifier": "Al Ninwirens" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "starts_with", + "qualifier": "weapon master" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "trained by a master" + } + } + ] + } + }, + { + "id": "1fe59211-cca1-4eb2-a9e5-f2bb03caa110", + "type": "skill", + "name": "Pressure Points", + "reference": "B215,MA58", + "tags": [ + "Esoteric" + ], + "specialization": "Flail", + "difficulty": "iq/h", + "prereqs": { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "Style Familiarity" + }, + "level": { + "compare": "at_least" + }, + "notes": { + "compare": "is", + "qualifier": "Al Ninwirens" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "starts_with", + "qualifier": "weapon master" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "trained by a master" + } + } + ] + } + } + ], + "name": "Cinematic Skills" + }, + { + "id": "eaf3f6e1-b174-4f90-9114-146aee46bf0b", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "b9f219dc-8761-4c61-983a-742bdf726a3d", + "type": "technique", + "name": "Dual-Weapon Attack", + "reference": "MA83", + "tags": [ + "Cinematic Techniques", + "Combat", + "Melee Combat", + "Weapon" + ], + "difficulty": "h", + "default": { + "type": "skill", + "name": "Flail", + "modifier": -4 + }, + "limit": 0 + }, + { + "id": "d12747b5-f795-4074-977a-cafc46b604ed", + "type": "technique", + "name": "Dual-Weapon Defense", + "reference": "MA83", + "tags": [ + "Cinematic Techniques", + "Combat", + "Melee Combat", + "Weapon" + ], + "difficulty": "h", + "default": { + "type": "parry", + "name": "Flail", + "modifier": -1 + }, + "limit": 0 + }, + { + "id": "a25f35de-db80-4c29-8640-b0a042e721f2", + "type": "technique", + "name": "Pressure-Point Strike", + "reference": "MA87", + "tags": [ + "Cinematic Techniques", + "Combat", + "Melee Combat", + "Weapon" + ], + "difficulty": "h", + "default": { + "type": "skill", + "name": "Bolas", + "modifier": -2 + }, + "limit": 0, + "prereqs": { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "Style Familiarity" + }, + "level": { + "compare": "at_least" + }, + "notes": { + "compare": "is", + "qualifier": "Al Ninwirens" + } + }, + { + "type": "skill_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "Pressure Secrets" + } + }, + { + "type": "skill_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "Pressure Points" + } + } + ] + } + }, + { + "id": "f0b47053-a539-47ad-a397-2d9552c22119", + "type": "technique", + "name": "Pressure-Point Strike", + "reference": "MA87", + "tags": [ + "Cinematic Techniques", + "Combat", + "Melee Combat", + "Weapon" + ], + "difficulty": "h", + "default": { + "type": "skill", + "name": "Flail", + "modifier": -2 + }, + "limit": 0, + "prereqs": { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "Style Familiarity" + }, + "level": { + "compare": "at_least" + }, + "notes": { + "compare": "is", + "qualifier": "Al Ninwirens" + } + }, + { + "type": "skill_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "Pressure Secrets" + } + }, + { + "type": "skill_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "Pressure Points" + } + } + ] + } + } + ], + "name": "Cinematic Techniques" + }, + { + "id": "dd1a81ba-85a4-4125-997d-290a56722578", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "7c679fb7-91cb-4684-b423-a56b88d1a149", + "type": "skill", + "name": "Bolas", + "reference": "B181", + "tags": [ + "Combat", + "Ranged Combat", + "Weapon" + ], + "difficulty": "dx/a" + }, + { + "id": "0cd1b9b9-b5b5-4a40-baa1-4e23dca934d1", + "type": "skill", + "name": "Enthrallment", + "reference": "B191", + "tags": [ + "Esoteric" + ], + "difficulty": "will/h", + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "charisma" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + } + }, + { + "type": "skill_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "public speaking" + }, + "level": { + "compare": "at_least", + "qualifier": 12 + } + } + ] + } + }, + { + "id": "53de756f-078a-4e53-aebb-aed8d33a75aa", + "type": "skill", + "name": "Flail", + "reference": "B208", + "tags": [ + "Combat", + "Melee Combat", + "Weapon" + ], + "difficulty": "dx/h", + "defaults": [ + { + "type": "dx", + "modifier": -6 + }, + { + "type": "skill", + "name": "Axe/Mace", + "modifier": -4 + }, + { + "type": "skill", + "name": "Two-Handed Flail", + "modifier": -3 + } + ] + }, + { + "id": "b1648234-1bad-4278-84a8-8c0259fdd5c1", + "type": "skill", + "name": "Hypnotism", + "reference": "B201", + "tags": [ + "Medical" + ], + "difficulty": "iq/h" + }, + { + "id": "93dd6027-c701-4858-b428-886739dd4dc6", + "type": "skill", + "name": "Judo", + "reference": "B203,MA57", + "notes": "Allows parrying two different attacks per turn, one with each hand.", + "tags": [ + "Combat", + "Melee Combat", + "Weapon" + ], + "difficulty": "dx/h", + "encumbrance_penalty_multiplier": 1 + }, + { + "id": "741ed430-86da-497a-b133-3fcba510de51", + "type": "skill", + "name": "Karate", + "reference": "B203,MA57", + "tags": [ + "Combat", + "Melee Combat", + "Weapon" + ], + "difficulty": "dx/h", + "encumbrance_penalty_multiplier": 1, + "features": [ + { + "type": "weapon_bonus", + "selection_type": "weapons_with_required_skill", + "name": { + "compare": "is", + "qualifier": "Karate" + }, + "level": { + "compare": "at_least" + }, + "amount": 1, + "per_die": true + }, + { + "type": "weapon_bonus", + "selection_type": "weapons_with_required_skill", + "name": { + "compare": "is", + "qualifier": "Karate" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + }, + "amount": 1, + "per_die": true + } + ] + }, + { + "id": "d884d793-b423-4b3a-aa1a-c6a326223e2f", + "type": "skill", + "name": "Public Speaking", + "reference": "B216", + "tags": [ + "Business", + "Scholarly", + "Social" + ], + "difficulty": "iq/a", + "defaults": [ + { + "type": "iq", + "modifier": -5 + }, + { + "type": "skill", + "name": "Acting", + "modifier": -5 + }, + { + "type": "skill", + "name": "Performance", + "modifier": -2 + }, + { + "type": "skill", + "name": "Politics", + "modifier": -5 + } + ] + }, + { + "id": "9a0b5e46-6252-42d7-aad6-a7bf011ee810", + "type": "skill", + "name": "Hypnotic Hands", + "reference": "MA61", + "tags": [ + "Martial Arts" + ], + "specialization": "Bolas", + "difficulty": "iq/h", + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "Style Familiarity" + }, + "level": { + "compare": "at_least" + }, + "notes": { + "compare": "is", + "qualifier": "Al Ninwirens" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "Trained by a Master" + }, + "level": { + "compare": "at_least" + } + } + ] + }, + { + "type": "skill_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "Hypnotism" + }, + "level": { + "compare": "at_least", + "qualifier": 14 + } + } + ] + } + } + ], + "name": "Optional Skills" + } + ], + "name": "Martial Art: Al Ninwirens", + "notes": "The Way of the Dancer" + } + ] +} diff --git a/Library/Fantasy Folk/Winged Folk/Martial Arts/Al Onwicos.gct b/Library/Fantasy Folk/Winged Folk/Martial Arts/Al Onwicos.gct new file mode 100644 index 000000000..5b78767a5 --- /dev/null +++ b/Library/Fantasy Folk/Winged Folk/Martial Arts/Al Onwicos.gct @@ -0,0 +1,641 @@ +{ + "type": "template", + "version": 4, + "id": "ed21982e-99a1-4e39-be02-034817a91e1a", + "traits": [ + { + "id": "949fe23b-0418-4184-9ae5-3177ed0ca130", + "type": "trait_container", + "open": true, + "children": [ + { + "id": "b70e6d05-574b-406e-ae1b-a4523a42b337", + "type": "trait_container", + "open": true, + "children": [ + { + "id": "e4afc0ab-a357-4edc-a8fc-1a05a94a64d6", + "type": "trait", + "name": "Style Familiarity (Al Onwicos)", + "reference": "MA49", + "notes": "The Way of the Hammer-Axe", + "tags": [ + "Mental", + "Perk" + ], + "base_points": 1, + "calc": { + "points": 1 + } + }, + { + "id": "1e264d34-ef81-45a5-87da-4f6143802f5b", + "type": "trait", + "name": "Dancing Kicks", + "reference": "FFWF14,MA51", + "notes": "Can default kicking techniques to Aerobatics", + "tags": [ + "Perk", + "Physical" + ], + "base_points": 1, + "disabled": true, + "calc": { + "points": 0 + } + } + ], + "name": "Perks", + "calc": { + "points": 1 + } + }, + { + "id": "c72bad0b-1388-40c2-be7d-8a37dca93deb", + "type": "trait_container", + "open": true, + "children": [ + { + "id": "7791a226-0823-4719-9d4f-af7fed60904c", + "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 + } + ], + "disabled": true, + "calc": { + "points": 0 + } + }, + { + "id": "819bc2b3-7194-4a61-a42a-c9a040285282", + "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, + "disabled": true, + "calc": { + "points": 0 + } + } + ], + "name": "Optional Traits", + "calc": { + "points": 0 + } + } + ], + "name": "Martial Art: Al Onwicos", + "reference": "FFWF14", + "reference_highlight": "Al Onwicos", + "notes": "The Way of the Hammer-Axe", + "calc": { + "points": 1 + } + } + ], + "skills": [ + { + "id": "be47e403-5495-41f7-8183-50ddd4abd4ac", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "729bba9c-4ae8-48c5-8e08-39d5f399390d", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "0046214b-71d1-4b68-9bd5-be398aa91745", + "type": "skill", + "name": "Aerobatics", + "reference": "B174", + "tags": [ + "Athletic" + ], + "difficulty": "dx/h", + "points": 1, + "defaults": [ + { + "type": "dx", + "modifier": -6 + }, + { + "type": "skill", + "name": "Acrobatics", + "modifier": -4 + }, + { + "type": "skill", + "name": "Aquabatics", + "modifier": -4 + } + ] + }, + { + "id": "950afb06-2642-4204-b1c6-8f7e37b704b4", + "type": "skill", + "name": "Axe/Mace", + "reference": "B208", + "tags": [ + "Combat", + "Melee Combat", + "Weapon" + ], + "difficulty": "dx/a", + "points": 1, + "defaults": [ + { + "type": "dx", + "modifier": -5 + }, + { + "type": "skill", + "name": "Two-Handed Axe/Mace", + "modifier": -3 + }, + { + "type": "skill", + "name": "Flail", + "modifier": -4 + } + ] + }, + { + "id": "8164c9da-ddc4-4f4a-a416-8c6e7edb8762", + "type": "skill", + "name": "Bolas", + "reference": "B181", + "tags": [ + "Combat", + "Ranged Combat", + "Weapon" + ], + "difficulty": "dx/a", + "points": 1 + }, + { + "id": "97446cfe-b10c-48de-8008-b9a67d3684a7", + "type": "skill", + "name": "Intimidation", + "reference": "B202", + "tags": [ + "Criminal", + "Police", + "Social", + "Street" + ], + "difficulty": "will/a", + "points": 1, + "defaults": [ + { + "type": "will", + "modifier": -5 + }, + { + "type": "skill", + "name": "Acting", + "modifier": -3 + } + ] + }, + { + "id": "4a7a1e5a-8b80-4946-bb85-e97e2f137635", + "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": "187d7996-6534-4a86-8c1b-acd6d41223b0", + "type": "skill", + "name": "Tactics", + "reference": "B224,MA60", + "tags": [ + "Military", + "Police" + ], + "difficulty": "iq/h", + "points": 1, + "defaults": [ + { + "type": "iq", + "modifier": -6 + }, + { + "type": "skill", + "name": "Strategy", + "modifier": -6 + } + ] + } + ], + "name": "Skills" + }, + { + "id": "4a17e6fa-222f-4a24-bc1e-6b45f2c44551", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "65644720-d8f0-4284-8483-c0b6dc68f94b", + "type": "technique", + "name": "Armed Grapple", + "reference": "MA67", + "tags": [ + "Combat", + "Melee Combat", + "Technique", + "Weapon" + ], + "difficulty": "h", + "default": { + "type": "skill", + "name": "Axe/Mace", + "modifier": -2 + }, + "limit": 0 + }, + { + "id": "995ec8ee-f5f3-4ad1-a440-6fdba684139c", + "type": "technique", + "name": "Attack from Above", + "reference": "MA67", + "tags": [ + "Combat", + "Melee Combat", + "Technique", + "Weapon" + ], + "difficulty": "a", + "default": { + "type": "skill", + "name": "Axe/Mace", + "modifier": -2 + }, + "limit": 0 + }, + { + "id": "f4e9dab4-52ca-4f37-b643-871d5eb43392", + "type": "technique", + "name": "Close Combat", + "reference": "MA69", + "tags": [ + "Combat", + "Melee Combat", + "Technique", + "Weapon" + ], + "difficulty": "h", + "default": { + "type": "skill", + "name": "Axe/Mace", + "modifier": -4 + }, + "limit": -2 + }, + { + "id": "64a17c95-45fb-4e0d-9966-de9cdbca99cb", + "type": "technique", + "name": "Targeted Attack (Axe/Mace Swing/Skull)", + "reference": "MA68", + "tags": [ + "Combat", + "Melee Combat", + "Technique", + "Weapon" + ], + "difficulty": "h", + "default": { + "type": "skill", + "name": "Axe/Mace", + "modifier": -7 + }, + "limit": -3 + } + ], + "name": "Techniques" + }, + { + "id": "94c5d293-e01d-4fbb-bdcd-bfb5d8f39af4", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "05ddb472-c879-4ab7-b524-96ff919c0b85", + "type": "skill", + "name": "Invisibility Art", + "reference": "B202", + "tags": [ + "Esoteric" + ], + "difficulty": "iq/vh", + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "skill_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "stealth" + }, + "level": { + "compare": "at_least", + "qualifier": 14 + } + }, + { + "type": "skill_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "hypnotism" + }, + "level": { + "compare": "at_least", + "qualifier": 14 + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "trained by a master" + } + } + ] + } + }, + { + "id": "f938b4e2-ce7b-4620-b17e-c421a50556d8", + "type": "skill", + "name": "Kiai", + "reference": "B203,MA58", + "tags": [ + "Esoteric" + ], + "difficulty": "ht/h", + "prereqs": { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "starts_with", + "qualifier": "weapon master" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "trained by a master" + } + } + ] + } + }, + { + "id": "cd7be9d6-45d0-4bdd-b1b0-2bc2b3c476a9", + "type": "skill", + "name": "Pressure Points", + "reference": "B215,MA58", + "tags": [ + "Esoteric" + ], + "difficulty": "iq/h", + "prereqs": { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "starts_with", + "qualifier": "weapon master" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "trained by a master" + } + } + ] + } + } + ], + "name": "Cinematic Skills" + }, + { + "id": "dd1a81ba-85a4-4125-997d-290a56722578", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "370d197c-bfc5-4ccc-a225-0fb6a793824b", + "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 + } + ] + }, + { + "id": "6819c10a-16d7-4968-b2c6-ff9ca0aff51f", + "type": "skill", + "name": "Camouflage", + "reference": "B183", + "tags": [ + "Exploration", + "Military", + "Outdoor" + ], + "difficulty": "iq/e", + "defaults": [ + { + "type": "iq", + "modifier": -4 + }, + { + "type": "skill", + "name": "Survival", + "modifier": -2 + } + ] + } + ], + "name": "Optional Skills" + }, + { + "id": "2dfb9f97-2252-4bdc-973e-c102bfc5a774", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "adc8f111-3bd3-4802-bab3-bbba71a807ae", + "type": "technique", + "name": "Kicking", + "reference": "B231,MA75", + "tags": [ + "Combat", + "Melee Combat", + "Technique", + "Weapon" + ], + "difficulty": "h", + "default": { + "type": "skill", + "name": "Brawling", + "modifier": -2 + }, + "limit": 0 + }, + { + "id": "8112ea39-9909-4ff9-9be0-fff8bd3009a7", + "type": "technique", + "name": "Stamp Kick", + "reference": "MA80", + "tags": [ + "Combat", + "Melee Combat", + "Technique", + "Weapon" + ], + "difficulty": "h", + "default": { + "type": "skill", + "name": "Brawling", + "modifier": -3 + }, + "limit": 0 + } + ], + "name": "Optional Techniques" + } + ], + "name": "Martial Art: Al Onwicos", + "reference": "FFWF14", + "reference_highlight": "Al Onwicos", + "notes": "The Way of the Hammer-Axe" + } + ], + "notes": [ + { + "id": "b1ea5836-990d-4b76-8383-693b392ee518", + "type": "note", + "text": "The book references a perk \"Aerobatic Kicks\", however this doesn't seem to exist. Instead using \"Dancing Kicks\" (i.e. Aerobatic Kicks) as used in the Al Ninwirens style." + } + ] +} diff --git a/Library/Fantasy Folk/Winged Folk/Profession Templates/Bride of Claithalleth.gct b/Library/Fantasy Folk/Winged Folk/Profession Templates/Bride of Claithalleth.gct new file mode 100644 index 000000000..95cb44898 --- /dev/null +++ b/Library/Fantasy Folk/Winged Folk/Profession Templates/Bride of Claithalleth.gct @@ -0,0 +1,3003 @@ +{ + "type": "template", + "version": 4, + "id": "aca6d948-2b13-4edb-a98b-bbe29168756e", + "traits": [ + { + "id": "e6f203da-c18a-40bf-93b0-1982a063c659", + "type": "trait_container", + "open": true, + "children": [ + { + "id": "78ed1c9a-fd23-4f1a-adf4-56d31b196547", + "type": "trait", + "name": "Female only, supposed to be virgin", + "reference": "FFWF18", + "reference_highlight": "all-female order", + "calc": { + "points": 0 + } + }, + { + "id": "a8b90289-6b6a-4f40-b722-5a4c039c521b", + "type": "trait", + "name": "Winged Folk only", + "reference": "FFWF18", + "reference_highlight": "Winged Folk", + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "Winged Folk" + }, + "level": { + "compare": "at_least" + } + } + ] + }, + "calc": { + "points": 0 + } + }, + { + "id": "6cfa95cd-72b3-43fe-8267-172ef9d45153", + "type": "trait", + "name": "Increased Strength", + "reference": "B14", + "tags": [ + "Advantage", + "Attribute", + "Physical" + ], + "levels": 3, + "points_per_level": 10, + "features": [ + { + "type": "attribute_bonus", + "attribute": "st", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 30 + } + }, + { + "id": "c832b567-6aa9-4a1f-a7bc-0f4743b98bc4", + "type": "trait", + "name": "Increased Dexterity", + "reference": "B15", + "tags": [ + "Advantage", + "Attribute", + "Physical" + ], + "levels": 2, + "points_per_level": 20, + "features": [ + { + "type": "attribute_bonus", + "attribute": "dx", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 40 + } + }, + { + "id": "23046f4e-3dbd-48f3-87ae-aefbbdd12625", + "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": "72d81fb5-9619-4202-b18f-b8bc8a8dfb8b", + "type": "trait", + "name": "Extra Hit Points", + "reference": "B16", + "tags": [ + "Advantage", + "Attribute", + "Physical" + ], + "modifiers": [ + { + "id": "910bfd80-869d-46d8-aa30-5c7c5bae59a4", + "type": "modifier", + "name": "Size", + "cost": -10, + "levels": 1, + "disabled": true + } + ], + "levels": 1, + "points_per_level": 2, + "features": [ + { + "type": "attribute_bonus", + "attribute": "hp", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 2 + } + }, + { + "id": "22fcb272-11a7-4cab-a610-d716c854a1ee", + "type": "trait", + "name": "Increased Will", + "reference": "B16", + "tags": [ + "Advantage", + "Attribute", + "Mental" + ], + "levels": 3, + "points_per_level": 5, + "features": [ + { + "type": "attribute_bonus", + "attribute": "will", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 15 + } + }, + { + "id": "8b062f72-ab46-494e-92a2-484fbbac873a", + "type": "trait_container", + "open": true, + "children": [ + { + "id": "27f87fb4-657a-4e1c-80d7-ed7ee8a03987", + "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": "717ba33d-95b4-4af7-be18-0224c65f5596", + "type": "trait", + "name": "Animal Empathy", + "reference": "B40,P48", + "tags": [ + "Advantage", + "Mental" + ], + "modifiers": [ + { + "id": "13ea22a2-2f11-4abb-87ad-4d3895a102ad", + "type": "modifier", + "name": "Remote", + "reference": "P48", + "cost": 50, + "disabled": true + }, + { + "id": "b4758d45-4f13-4e8e-b88e-7bc884a82425", + "type": "modifier", + "name": "Specialized", + "reference": "B87", + "notes": "All aquatic animals", + "cost": -40, + "disabled": true + }, + { + "id": "4e91bc03-4e47-4b36-a1a1-ce7a045f06ce", + "type": "modifier", + "name": "Specialized", + "reference": "B87", + "notes": "All land animals", + "cost": -40, + "disabled": true + }, + { + "id": "7e994dfc-f800-4dda-8f17-6491254d0fd6", + "type": "modifier", + "name": "Specialized", + "reference": "B87", + "notes": "@One class: Mammals, Birds, etc.@", + "cost": -50, + "disabled": true + }, + { + "id": "c4779572-f091-4862-898c-726b35c34f36", + "type": "modifier", + "name": "Specialized", + "reference": "B87", + "notes": "@One family: Felines, Parrots, etc.@", + "cost": -60, + "disabled": true + }, + { + "id": "cc7ea23b-89a8-4a5f-be4a-dbfa9bcdd8ec", + "type": "modifier", + "name": "Specialized", + "reference": "B87", + "notes": "@One species: House Cats, Macaws, etc.@", + "cost": -80, + "disabled": true + } + ], + "base_points": 5, + "calc": { + "points": 5 + } + }, + { + "id": "d6c008d8-d3b3-46e7-b009-35ddd9495b4f", + "type": "trait", + "name": "Talent (Animal Friend)", + "reference": "B90,PU3:6", + "tags": [ + "Advantage", + "Mental", + "Talent" + ], + "modifiers": [ + { + "id": "4b4afac9-cefe-44ba-9b5d-4985cfaa26f1", + "type": "modifier", + "name": "Alternative Cost", + "cost": 1, + "affects": "levels_only", + "cost_type": "points", + "disabled": true + } + ], + "levels": 1, + "points_per_level": 5, + "features": [ + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "contains", + "qualifier": "animal handling" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "falconry" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "contains", + "qualifier": "packing" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "contains", + "qualifier": "riding" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "contains", + "qualifier": "teamster" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "contains", + "qualifier": "veterinary" + }, + "amount": 1, + "per_level": true + }, + { + "type": "reaction_bonus", + "situation": "from ordinary animals", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 5 + } + }, + { + "id": "c98aa8b0-0de8-4912-a335-1911da62d77e", + "type": "trait", + "name": "Appearance (+1: Attractive)", + "reference": "B21", + "tags": [ + "Advantage", + "Physical" + ], + "modifiers": [ + { + "id": "7ddae5ca-ec6b-423d-a4de-94969906f8e2", + "type": "modifier", + "name": "Universal", + "notes": "Reaction modifier applies regardless of race", + "cost": 25, + "disabled": true + } + ], + "base_points": 4, + "features": [ + { + "type": "reaction_bonus", + "situation": "from others who see your looks", + "amount": 1 + } + ], + "calc": { + "points": 4 + } + }, + { + "id": "ab415c12-a6f0-4ab5-8f1e-ce401e3b57b5", + "type": "trait", + "name": "Claim to Hospitality", + "reference": "B41", + "tags": [ + "Advantage", + "Social" + ], + "modifiers": [ + { + "id": "a1868c09-c5aa-4e29-aa78-9a913758e874", + "type": "modifier", + "name": "@Friend with crash space@ (crash space)", + "cost": 1, + "cost_type": "points", + "disabled": true + }, + { + "id": "588a85b9-dee5-434f-8ae8-c4299199774b", + "type": "modifier", + "name": "@Group@ - @Services@", + "cost": 1, + "cost_type": "points", + "disabled": true + }, + { + "id": "e82cc14d-4886-438a-bf2a-5ed037e42feb", + "type": "modifier", + "name": "@Group@ - Has @Resources@", + "cost": 2, + "cost_type": "points", + "disabled": true + }, + { + "id": "0ab328aa-fa3f-4d99-a712-c58c20fea34d", + "type": "modifier", + "name": "@Large Group@ - Has @Lots of Services@", + "cost": 5, + "cost_type": "points", + "disabled": true + }, + { + "id": "3eba09ad-d753-47f8-b429-2e0481b56d0d", + "type": "modifier", + "name": "@Vast Group@ - @Complete Services@", + "cost": 10, + "cost_type": "points", + "disabled": true + } + ], + "calc": { + "points": 0 + } + }, + { + "id": "97dffdb7-c31a-42df-86e6-85f066464676", + "type": "trait", + "name": "Fearlessness", + "reference": "B55,MA44", + "tags": [ + "Advantage", + "Mental" + ], + "levels": 1, + "points_per_level": 2, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": false, + "name": { + "compare": "is", + "qualifier": "Fearfulness" + } + } + ] + }, + "features": [ + { + "type": "attribute_bonus", + "attribute": "fright_check", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 2 + } + }, + { + "id": "5761b0f4-1d54-4dc9-8e37-7c6cc4752063", + "type": "trait", + "name": "Fit", + "reference": "B55", + "notes": "Recover FP at twice the normal rate (but not FP spent for spells or psi powers)", + "tags": [ + "Advantage", + "Physical" + ], + "base_points": 5, + "features": [ + { + "type": "conditional_modifier", + "situation": "to all HT rolls to stay conscious, avoid death, resist disease, or resist poison", + "amount": 1 + } + ], + "calc": { + "points": 5 + } + }, + { + "id": "2064f859-57ef-4a6b-84b5-b07f9e50fe4f", + "type": "trait", + "name": "Very Fit", + "reference": "B55", + "notes": "Recover FP at twice the normal rate; lose FP at half the normal rate (in both cases, not FP spent for spells or psi powers)", + "tags": [ + "Advantage", + "Physical" + ], + "base_points": 15, + "features": [ + { + "type": "conditional_modifier", + "situation": "to all HT rolls to stay conscious, avoid death, resist disease, resist poison", + "amount": 2 + } + ], + "calc": { + "points": 15 + } + }, + { + "id": "7cf1dfa5-67c4-4551-9c76-ce0339081184", + "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": "c00628b3-07bf-444e-8a61-61fdedfb478a", + "type": "trait", + "name": "Talent (Outdoorsman)", + "reference": "B90,PU3:14", + "tags": [ + "Advantage", + "Mental", + "Talent" + ], + "modifiers": [ + { + "id": "254be33f-2141-4378-b967-c5d751c27942", + "type": "modifier", + "name": "Alternate Benefit", + "notes": "Bonus to HT rolls to avoid harm from failure of covered skills", + "disabled": true + }, + { + "id": "2d095bbd-0918-4dfc-975e-de2ff3901fb2", + "type": "modifier", + "name": "Alternative Cost", + "cost": -3, + "affects": "levels_only", + "cost_type": "points", + "disabled": true + } + ], + "levels": 1, + "points_per_level": 10, + "features": [ + { + "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": "Fishing" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Mimicry" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Naturalist" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Navigation" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Survival" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Tracking" + }, + "amount": 1, + "per_level": true + }, + { + "type": "reaction_bonus", + "situation": "from explorers and nature lovers", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 10 + } + }, + { + "id": "97615ad4-bccd-458a-8694-2e3c6fdfaf67", + "type": "trait", + "name": "Penetrating Voice", + "reference": "B101", + "tags": [ + "Perk", + "Physical" + ], + "base_points": 1, + "features": [ + { + "type": "conditional_modifier", + "situation": "to others' Hearing roll in siturations where you want to be heard over noise", + "amount": 3 + } + ], + "calc": { + "points": 1 + } + }, + { + "id": "fd0e0cda-abfd-416e-a4ee-1ae75cbeb96a", + "type": "trait", + "name": "Rapid Healing", + "reference": "B79", + "tags": [ + "Advantage", + "Physical" + ], + "base_points": 5, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "attribute_prereq", + "has": true, + "qualifier": { + "compare": "at_least", + "qualifier": 10 + }, + "which": "ht" + } + ] + }, + "features": [ + { + "type": "conditional_modifier", + "situation": "to your effective HT whenever you roll to recover lost HP or to see if you can get over a crippling injury", + "amount": 5 + } + ], + "calc": { + "points": 5 + } + }, + { + "id": "44c1d333-9ef2-42ce-90ad-544f6c72222b", + "type": "trait", + "name": "Temperature Tolerance (Cold)", + "reference": "B93", + "tags": [ + "Advantage", + "Physical" + ], + "levels": 1, + "points_per_level": 1, + "can_level": true, + "calc": { + "points": 1 + } + }, + { + "id": "fac9dd58-1e01-458d-abd6-e799852c7133", + "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": "1fedafef-a199-45fd-a4ab-2a57695159aa", + "type": "trait", + "name": "Increased Strength", + "reference": "B14", + "tags": [ + "Advantage", + "Attribute", + "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": "5511f9a9-7733-4aff-b6dd-a31684fd9f06", + "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": "a853d25c-c2ee-4204-a404-8c8aa084b775", + "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": "fea52657-570b-48b3-a65f-0adb0a004668", + "type": "trait", + "name": "Increased Health", + "reference": "B14", + "tags": [ + "Advantage", + "Attribute", + "Physical" + ], + "levels": 2, + "points_per_level": 10, + "features": [ + { + "type": "attribute_bonus", + "attribute": "ht", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 20 + } + }, + { + "id": "9132a7a9-c62a-44ad-9595-09537eb96dbf", + "type": "trait", + "name": "Extra Hit Points", + "reference": "B16", + "tags": [ + "Advantage", + "Attribute", + "Physical" + ], + "modifiers": [ + { + "id": "910bfd80-869d-46d8-aa30-5c7c5bae59a4", + "type": "modifier", + "name": "Size", + "cost": -10, + "levels": 1, + "disabled": true + } + ], + "levels": 1, + "points_per_level": 2, + "features": [ + { + "type": "attribute_bonus", + "attribute": "hp", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 2 + } + }, + { + "id": "d8222153-f038-463c-981a-801f39c124ed", + "type": "trait", + "name": "Extra Hit Points", + "reference": "B16", + "tags": [ + "Advantage", + "Attribute", + "Physical" + ], + "modifiers": [ + { + "id": "910bfd80-869d-46d8-aa30-5c7c5bae59a4", + "type": "modifier", + "name": "Size", + "cost": -10, + "levels": 1, + "disabled": true + } + ], + "levels": 2, + "points_per_level": 2, + "features": [ + { + "type": "attribute_bonus", + "attribute": "hp", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 4 + } + }, + { + "id": "0887b71d-1a0e-4a0f-a674-cdb0e2914539", + "type": "trait", + "name": "Extra Hit Points", + "reference": "B16", + "tags": [ + "Advantage", + "Attribute", + "Physical" + ], + "modifiers": [ + { + "id": "910bfd80-869d-46d8-aa30-5c7c5bae59a4", + "type": "modifier", + "name": "Size", + "cost": -10, + "levels": 1, + "disabled": true + } + ], + "levels": 3, + "points_per_level": 2, + "features": [ + { + "type": "attribute_bonus", + "attribute": "hp", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 6 + } + }, + { + "id": "29d73b3d-04f1-4250-a92c-ad6ce52208bc", + "type": "trait", + "name": "Extra Hit Points", + "reference": "B16", + "tags": [ + "Advantage", + "Attribute", + "Physical" + ], + "modifiers": [ + { + "id": "910bfd80-869d-46d8-aa30-5c7c5bae59a4", + "type": "modifier", + "name": "Size", + "cost": -10, + "levels": 1, + "disabled": true + } + ], + "levels": 4, + "points_per_level": 2, + "features": [ + { + "type": "attribute_bonus", + "attribute": "hp", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 8 + } + }, + { + "id": "56f765e5-044d-49be-8893-8d0d846c3549", + "type": "trait", + "name": "Heroic Feats of @One of Strength, Dexterity, or Health@", + "reference": "B41", + "notes": "Once per game session, you may add 1d to @One of Strength, Dexterity, or Health@, which lasts 3d seconds", + "tags": [ + "Advantage", + "Mental", + "Supernatural" + ], + "base_points": 10, + "calc": { + "points": 10 + } + }, + { + "id": "5f18d97c-2fce-45f4-8d2c-2d30f419ae42", + "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": "1fb09aa8-8f60-484f-aad7-dc0a16878d62", + "type": "trait", + "name": "Fearlessness", + "reference": "B55,MA44", + "tags": [ + "Advantage", + "Mental" + ], + "levels": 1, + "points_per_level": 2, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": false, + "name": { + "compare": "is", + "qualifier": "Fearfulness" + } + } + ] + }, + "features": [ + { + "type": "attribute_bonus", + "attribute": "fright_check", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 2 + } + }, + { + "id": "f21a05f8-12fc-45d3-9cef-8074811e0c10", + "type": "trait", + "name": "Fearlessness", + "reference": "B55,MA44", + "tags": [ + "Advantage", + "Mental" + ], + "levels": 2, + "points_per_level": 2, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": false, + "name": { + "compare": "is", + "qualifier": "Fearfulness" + } + } + ] + }, + "features": [ + { + "type": "attribute_bonus", + "attribute": "fright_check", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 4 + } + }, + { + "id": "9fd06e5a-8344-4046-b10a-8fb47c3fff82", + "type": "trait", + "name": "Hard to Kill", + "reference": "B58", + "tags": [ + "Advantage", + "Physical" + ], + "levels": 1, + "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": 2 + } + }, + { + "id": "98c3bbb6-d874-45c3-b098-5bd360396e10", + "type": "trait", + "name": "Hard to Kill", + "reference": "B58", + "tags": [ + "Advantage", + "Physical" + ], + "levels": 2, + "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": 4 + } + }, + { + "id": "03c5523e-c41e-4361-b2d3-6d88716385cc", + "type": "trait", + "name": "High Pain Threshold", + "reference": "B59", + "notes": "Never suffer shock penalties when injured", + "tags": [ + "Advantage", + "Physical" + ], + "base_points": 10, + "features": [ + { + "type": "conditional_modifier", + "situation": "on all HT rolls to avoid knockdown and stunning", + "amount": 3 + }, + { + "type": "conditional_modifier", + "situation": "to resist torture", + "amount": 3 + } + ], + "calc": { + "points": 10 + } + }, + { + "id": "7c12b1ea-cc5c-4856-9f8e-94e59cab268b", + "type": "trait", + "name": "Higher Purpose", + "reference": "B59", + "notes": "Preserve Winged Folk race", + "tags": [ + "Advantage", + "Exotic", + "Mental" + ], + "base_points": 5, + "calc": { + "points": 5 + } + }, + { + "id": "d2d74fff-fed3-4467-aab7-97562ac34873", + "type": "trait", + "name": "Magic Resistance", + "reference": "B67", + "tags": [ + "Advantage", + "Physical" + ], + "modifiers": [ + { + "id": "3a0752cf-b3da-4558-bbb7-86f9cd70056b", + "type": "modifier", + "name": "Improved", + "reference": "B67", + "cost": 150, + "disabled": true + } + ], + "levels": 1, + "points_per_level": 2, + "features": [ + { + "type": "conditional_modifier", + "situation": "to resist spells", + "amount": 1, + "per_level": true + }, + { + "type": "conditional_modifier", + "situation": "to skill for others to cast a spell on you", + "amount": -1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 2 + } + }, + { + "id": "13bb9567-a6dc-41ce-b605-7bb111a13cd8", + "type": "trait", + "name": "Magic Resistance", + "reference": "B67", + "tags": [ + "Advantage", + "Physical" + ], + "modifiers": [ + { + "id": "3a0752cf-b3da-4558-bbb7-86f9cd70056b", + "type": "modifier", + "name": "Improved", + "reference": "B67", + "cost": 150, + "disabled": true + } + ], + "levels": 2, + "points_per_level": 2, + "features": [ + { + "type": "conditional_modifier", + "situation": "to resist spells", + "amount": 1, + "per_level": true + }, + { + "type": "conditional_modifier", + "situation": "to skill for others to cast a spell on you", + "amount": -1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 4 + } + }, + { + "id": "72c21cff-e2c1-4251-b261-ae4c2269fcb2", + "type": "trait", + "name": "Rapid Healing", + "reference": "B79", + "tags": [ + "Advantage", + "Physical" + ], + "base_points": 5, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "attribute_prereq", + "has": true, + "qualifier": { + "compare": "at_least", + "qualifier": 10 + }, + "which": "ht" + } + ] + }, + "features": [ + { + "type": "conditional_modifier", + "situation": "to your effective HT whenever you roll to recover lost HP or to see if you can get over a crippling injury", + "amount": 5 + } + ], + "calc": { + "points": 5 + } + }, + { + "id": "787565f6-a69d-4e2b-be08-6f40dac91e37", + "type": "trait", + "name": "Style Familiarity (Al Imroses)", + "reference": "MA49", + "notes": "The Way of the Bride", + "tags": [ + "Mental", + "Perk" + ], + "base_points": 1, + "calc": { + "points": 1 + } + }, + { + "id": "715d1751-45a2-406c-a659-480a26607aa5", + "type": "trait", + "name": "True Faith", + "reference": "B94,P84", + "tags": [ + "Advantage", + "Mental", + "Supernatural" + ], + "modifiers": [ + { + "id": "ca3afde0-4e16-4370-96b4-06f654841cb6", + "type": "modifier", + "name": "Chosen", + "reference": "P84", + "notes": "@Deity@", + "disabled": true + }, + { + "id": "32701344-c513-4fdb-9337-c3261e231622", + "type": "modifier", + "name": "Turning", + "reference": "P84", + "cost": 65, + "disabled": true + } + ], + "base_points": 15, + "calc": { + "points": 15 + } + } + ], + "name": "Choose 21 points from the below", + "template_picker": { + "type": "points", + "qualifier": { + "compare": "at_most", + "qualifier": 21 + } + }, + "calc": { + "points": 257 + } + }, + { + "id": "fb5a193e-c6f6-457d-ab26-9ec92e7a57de", + "type": "trait", + "name": "Sense of Duty", + "reference": "B153", + "notes": "Winged Folk", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -10, + "calc": { + "points": -10 + } + }, + { + "id": "0144d202-ea88-4842-b127-8a30b979183b", + "type": "trait_container", + "open": true, + "children": [ + { + "id": "ad37c789-7081-4db4-a0cb-ede7780b6050", + "type": "trait", + "name": "Attentive", + "reference": "B163", + "tags": [ + "Mental", + "Quirk" + ], + "base_points": -1, + "features": [ + { + "type": "conditional_modifier", + "situation": "to skill rolls when working on lengthy tasks, but -3 to notice any important interruption", + "amount": 1 + } + ], + "calc": { + "points": -1 + } + }, + { + "id": "39ca0a17-3992-4495-a371-008770f065e3", + "type": "trait", + "name": "Claustrophobia (Enclosed Spaces)", + "reference": "B149", + "notes": "You are uncomfortable any time you can’t see the sky – or at least a very high ceiling. In a small room or vehicle, you feel the walls closing in on you... You need air! This is a dangerous fear for someone who plans to go underground.", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -15, + "cr": 12, + "cr_adj": "action_penalty", + "calc": { + "points": -15 + } + }, + { + "id": "09670a20-f925-4af6-862d-675dd3296fba", + "type": "trait", + "name": "Compulsive Generosity", + "reference": "B128", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -5, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": false, + "name": { + "compare": "is", + "qualifier": "miserliness" + } + } + ] + }, + "features": [ + { + "type": "reaction_bonus", + "situation": "from pious folk", + "amount": 1 + } + ], + "cr": 12, + "cr_adj": "minor_cost_of_living_increase", + "calc": { + "points": -5 + } + }, + { + "id": "d3aaf38e-2fc4-4ccc-8882-1d4c64087f1f", + "type": "trait", + "name": "Easy to Read", + "reference": "B134", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -10, + "features": [ + { + "type": "conditional_modifier", + "situation": "to others on all Empathy, Body Language, and Psychology rolls to discern your intentions or the truth of your words", + "amount": 4 + }, + { + "type": "conditional_modifier", + "situation": "to others on IQ, Detect Lies, and Gambling rolls in any Quick Contest with your Acting, Fast-Talk, or Gambling skill when you try to lie or bluff", + "amount": 4 + } + ], + "calc": { + "points": -10 + } + }, + { + "id": "534a406f-2ad3-44bf-bce4-8e3474f149d7", + "type": "trait", + "name": "Intolerance (Land-Walkers)", + "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": "ac9ed3f9-feee-4498-b4bc-fd169390f23d", + "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": "5e5df55c-edaf-4e3f-b2a9-e33d83e6ab10", + "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": "b53da64e-d875-4ca7-a2f1-06d837116eeb", + "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": "41e2e540-91a8-425f-84d6-7d8767fe8700", + "type": "trait", + "name": "Social Stigma (Minority Group)", + "reference": "B155", + "notes": "You are a member of a minority that the dominant culture around you regards as “barbarians” or “inferior.”", + "tags": [ + "Disadvantage", + "Social" + ], + "base_points": -10, + "features": [ + { + "type": "reaction_bonus", + "situation": "from others except your own kind", + "amount": -2 + }, + { + "type": "reaction_bonus", + "situation": "from others of your own kind in an area, profession, or situation where your minority is especially rare", + "amount": 2 + } + ], + "calc": { + "points": -10 + } + }, + { + "id": "34d4ec8e-398b-4dd6-97b1-916074b2f47e", + "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": "e36ed2bd-97a5-43ad-9a3e-0c53ec993ec5", + "type": "trait", + "name": "Charitable", + "reference": "B125", + "notes": "Make a self-control roll in any situation where you could render aid or are specifically asked for help, but should resist the urge", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -15, + "cr": 12, + "calc": { + "points": -15 + } + }, + { + "id": "1aaa733f-de34-4e74-9b88-19c790f528f5", + "type": "trait", + "name": "Compulsive Generosity", + "reference": "B128", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -5, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": false, + "name": { + "compare": "is", + "qualifier": "miserliness" + } + } + ] + }, + "features": [ + { + "type": "reaction_bonus", + "situation": "from pious folk", + "amount": 1 + } + ], + "cr": 12, + "cr_adj": "minor_cost_of_living_increase", + "calc": { + "points": -5 + } + }, + { + "id": "4fb4700c-42a5-4e8b-b549-e07d7c6e2354", + "type": "trait", + "name": "Disciplines of Faith (Ritualism)", + "reference": "B132", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -5, + "calc": { + "points": -5 + } + }, + { + "id": "32d576fd-31fe-44d3-ab94-1af89707591d", + "type": "trait", + "name": "Duty (Other Brides, 6 or less)", + "reference": "B133", + "tags": [ + "Disadvantage", + "Social" + ], + "base_points": -2, + "calc": { + "points": -2 + } + }, + { + "id": "7f3d30c2-75bc-4e65-b066-e7536fd7a35a", + "type": "trait", + "name": "Guilt Complex", + "reference": "B137", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -5, + "calc": { + "points": -5 + } + }, + { + "id": "09880c20-5a5b-49bb-80b4-8b68c2b59bb8", + "type": "trait", + "name": "Honesty", + "reference": "B138", + "notes": "Make a self-control roll when faced with the “need” to break unreasonable laws; if you fail, you must obey the law, whatever the consequences. If you manage to resist your urges and break the law, make a second self-control roll afterward. If you fail, you must turn yourself in to the authorities!", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -10, + "cr": 12, + "calc": { + "points": -10 + } + }, + { + "id": "5f4db8ae-c821-48fe-8963-59b875daa4e8", + "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": "ecbfddb1-76da-4683-8f2c-3e441ad09998", + "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": "db6a03ee-3779-48ad-b22c-a0614ad13367", + "type": "trait", + "name": "Truthfulness", + "reference": "B159", + "notes": "Make a self-control roll whenever you must keep silent about an uncomfortable truth (lying by omission). Roll at -5 if you actually have to tell a falsehood! If you fail, you blurt out the truth, or stumble so much that your lie is obvious.", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -5, + "features": [ + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "fast-talk" + }, + "amount": -5 + } + ], + "cr": 12, + "calc": { + "points": -5 + } + }, + { + "id": "4c185bb8-0b8f-45f1-9ac7-986ca5cf477d", + "type": "trait", + "name": "Vow (Chastity)", + "reference": "B161", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -5, + "calc": { + "points": -5 + } + } + ], + "name": "Choose -15 points from the below", + "template_picker": { + "type": "points", + "qualifier": { + "compare": "at_least", + "qualifier": -15 + } + }, + "calc": { + "points": -138 + } + } + ], + "name": "Bride of Claithalleth", + "reference": "FFWF18", + "calc": { + "points": 206 + } + } + ], + "skills": [ + { + "id": "031c208e-2472-43bc-b38a-09a09e90c6e8", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "44626c24-f0c0-4d04-822f-45747d0efad9", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "ec60ca56-4468-40c5-827a-f80dd989d803", + "type": "skill", + "name": "Bow", + "reference": "B182", + "tags": [ + "Combat", + "Ranged Combat", + "Weapon" + ], + "difficulty": "dx/a", + "points": 8, + "defaults": [ + { + "type": "dx", + "modifier": -5 + } + ] + }, + { + "id": "7257dfe3-e719-49fa-9500-bfb6eb61c813", + "type": "skill", + "name": "Shortsword", + "reference": "B209", + "tags": [ + "Combat", + "Melee Combat", + "Weapon" + ], + "difficulty": "dx/a", + "points": 8, + "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 + } + ] + } + ], + "name": "Primary Skills" + }, + { + "id": "cd2730c5-49a3-48b0-b59b-a39c098abf33", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "72a79dc0-2848-47c3-b7a2-9fe3790c42e2", + "type": "skill", + "name": "Wrestling", + "reference": "B228,MA61", + "tags": [ + "Combat", + "Melee Combat", + "Weapon" + ], + "difficulty": "dx/a", + "points": 4 + }, + { + "id": "498db2cc-aa49-465e-86cd-66baf213c9b3", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "a5ba0280-437d-4840-8753-b323b823ec57", + "type": "skill", + "name": "Boxing", + "reference": "B182,MA55", + "tags": [ + "Combat", + "Melee Combat", + "Weapon" + ], + "difficulty": "dx/a", + "points": 2, + "features": [ + { + "type": "weapon_bonus", + "selection_type": "weapons_with_required_skill", + "name": { + "compare": "is", + "qualifier": "Boxing" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + }, + "amount": 1, + "per_die": true + }, + { + "type": "weapon_bonus", + "selection_type": "weapons_with_required_skill", + "name": { + "compare": "is", + "qualifier": "Boxing" + }, + "level": { + "compare": "at_least", + "qualifier": 2 + }, + "amount": 1, + "per_die": true + } + ] + }, + { + "id": "2b8d24f8-3d28-47e0-8101-e099d62ed5cd", + "type": "skill", + "name": "Karate", + "reference": "B203,MA57", + "tags": [ + "Combat", + "Melee Combat", + "Weapon" + ], + "difficulty": "dx/h", + "points": 2, + "encumbrance_penalty_multiplier": 1, + "features": [ + { + "type": "weapon_bonus", + "selection_type": "weapons_with_required_skill", + "name": { + "compare": "is", + "qualifier": "Karate" + }, + "level": { + "compare": "at_least" + }, + "amount": 1, + "per_die": true + }, + { + "type": "weapon_bonus", + "selection_type": "weapons_with_required_skill", + "name": { + "compare": "is", + "qualifier": "Karate" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + }, + "amount": 1, + "per_die": true + } + ] + } + ], + "name": "Choose one from the below", + "template_picker": { + "type": "count", + "qualifier": { + "compare": "is", + "qualifier": 1 + } + } + }, + { + "id": "88734f48-60d5-422d-bb3d-ea4414377567", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "7aeb9066-0de3-4d5d-814a-f38872ff8196", + "type": "skill", + "name": "Fast-Draw", + "reference": "B194,MA56", + "tags": [ + "Combat", + "Ranged Combat", + "Weapon" + ], + "specialization": "Arrow", + "difficulty": "dx/e", + "points": 2 + }, + { + "id": "532351d3-3b19-4a7f-80a6-41fb67b813fb", + "type": "skill", + "name": "Fast-Draw", + "reference": "B194,MA56", + "tags": [ + "Combat", + "Melee Combat", + "Weapon" + ], + "specialization": "Sword", + "difficulty": "dx/e", + "points": 2 + }, + { + "id": "c8d0f564-5d0f-42aa-b9ff-9f9def688052", + "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": "976fada1-698f-495f-b266-2aee0616e228", + "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": "b5ad5278-ffe4-4c85-ae00-527b8e489046", + "type": "skill", + "name": "Aerobatics", + "reference": "B174", + "tags": [ + "Athletic" + ], + "difficulty": "dx/h", + "points": 2, + "defaults": [ + { + "type": "dx", + "modifier": -6 + }, + { + "type": "skill", + "name": "Acrobatics", + "modifier": -4 + }, + { + "type": "skill", + "name": "Aquabatics", + "modifier": -4 + } + ] + }, + { + "id": "d94f43f8-3aab-41b5-ba18-3d370fbccd32", + "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": "254c305a-e9b1-4259-a845-e502f4e10210", + "type": "skill", + "name": "First Aid", + "reference": "B195", + "tags": [ + "Everyman", + "Medical" + ], + "tech_level": "", + "difficulty": "iq/e", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -4 + }, + { + "type": "skill", + "name": "Esoteric Medicine" + }, + { + "type": "skill", + "name": "Physician" + }, + { + "type": "skill", + "name": "Veterinary", + "modifier": -4 + } + ] + }, + { + "id": "7d9a3119-5b3d-4c02-af95-ee851da799c5", + "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": "f4dd7a21-805a-49f6-bf9f-c6bef71c8986", + "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": "90995185-54c0-47ed-b170-c1d062619f99", + "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": "7b1a5589-a01b-4efb-80d3-80159e9e16d4", + "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": "8a6c3569-ce80-42be-b947-88d8b7379ea1", + "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": "d196ff89-efb1-4c54-8edb-fc1b36bf8827", + "type": "skill", + "name": "Flight", + "reference": "B195", + "tags": [ + "Athletic" + ], + "difficulty": "ht/a", + "points": 2, + "defaults": [ + { + "type": "ht", + "modifier": -5 + } + ], + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "starts_with", + "qualifier": "flight" + } + } + ] + } + }, + { + "id": "615477cb-ce8e-42ab-8c6b-bf910194a2e2", + "type": "skill", + "name": "Intimidation", + "reference": "B202", + "tags": [ + "Criminal", + "Police", + "Social", + "Street" + ], + "difficulty": "will/a", + "points": 2, + "defaults": [ + { + "type": "will", + "modifier": -5 + }, + { + "type": "skill", + "name": "Acting", + "modifier": -3 + } + ] + } + ], + "name": "Choose three from the below", + "template_picker": { + "type": "count", + "qualifier": { + "compare": "is", + "qualifier": 3 + } + } + } + ], + "name": "Secondary Skills" + }, + { + "id": "2a0b9667-c2f5-4c62-aef0-405e62f3400e", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "c5b1cfb9-aa28-4a4f-9558-b9ae43bba3da", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "49f37714-58b0-431d-b35e-99b5644b6dda", + "type": "skill", + "name": "Dropping", + "reference": "B189", + "tags": [ + "Combat", + "Ranged Combat", + "Weapon" + ], + "difficulty": "dx/a", + "points": 1, + "defaults": [ + { + "type": "dx", + "modifier": -3 + }, + { + "type": "skill", + "name": "Throwing", + "modifier": -4 + } + ] + }, + { + "id": "571e2505-0edc-470b-94a2-b065ddf447bc", + "type": "skill", + "name": "Sumo Wrestling", + "reference": "B223,MA59", + "tags": [ + "Combat", + "Melee Combat", + "Weapon" + ], + "difficulty": "dx/a", + "points": 1 + }, + { + "id": "3b6319aa-adaa-4f8c-b97f-a5bdd8dfbc40", + "type": "skill", + "name": "Area Knowledge", + "reference": "B176", + "tags": [ + "Everyman", + "Knowledge" + ], + "specialization": "@Any@", + "difficulty": "iq/e", + "points": 1, + "defaults": [ + { + "type": "skill", + "name": "Geography", + "modifier": -3 + } + ] + }, + { + "id": "fb81d0d5-ea85-42f5-9c49-2b7f78f295b3", + "type": "skill", + "name": "Current Affairs", + "reference": "B186", + "tags": [ + "Everyman", + "Knowledge", + "Social" + ], + "specialization": "Regional", + "tech_level": "", + "difficulty": "iq/e", + "points": 1, + "defaults": [ + { + "type": "iq", + "modifier": -4 + }, + { + "type": "skill", + "name": "Research", + "modifier": -4 + }, + { + "type": "skill", + "name": "Current Affairs", + "modifier": -4 + } + ] + }, + { + "id": "4f00199f-146b-4849-921c-c6aceb959aa1", + "type": "skill", + "name": "Gesture", + "reference": "B198", + "tags": [ + "Social" + ], + "difficulty": "iq/e", + "points": 1, + "defaults": [ + { + "type": "iq", + "modifier": -4 + } + ] + }, + { + "id": "6d6fba4b-e452-46f7-b5ac-05e8c4bd1a17", + "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": "6730ed38-4e4b-45f8-9f3c-207a365fafb4", + "type": "skill", + "name": "Savoir-Faire", + "reference": "B218,MA59", + "tags": [ + "Everyman", + "Knowledge", + "Social" + ], + "specialization": "Servant", + "difficulty": "iq/e", + "points": 1, + "defaults": [ + { + "type": "iq", + "modifier": -4 + }, + { + "type": "skill", + "name": "Savoir-Faire", + "specialization": "High Society", + "modifier": -2 + } + ] + }, + { + "id": "957d82e9-3e16-4b41-adc3-7a103b9056b6", + "type": "skill", + "name": "Animal Handling", + "reference": "B175", + "tags": [ + "Animal" + ], + "specialization": "@Any@", + "difficulty": "iq/a", + "points": 1, + "defaults": [ + { + "type": "iq", + "modifier": -5 + } + ] + }, + { + "id": "44f6e4bb-8b1a-4dfe-97a4-a4e9ff2d9d9c", + "type": "skill", + "name": "Leadership", + "reference": "B204", + "tags": [ + "Military", + "Social" + ], + "difficulty": "iq/a", + "points": 1, + "defaults": [ + { + "type": "iq", + "modifier": -5 + } + ] + }, + { + "id": "57c01892-0f5a-46f7-9236-3833fe84406e", + "type": "skill", + "name": "Strategy", + "reference": "B222", + "tags": [ + "Military" + ], + "specialization": "Air", + "difficulty": "iq/h", + "points": 1, + "defaults": [ + { + "type": "iq", + "modifier": -6 + }, + { + "type": "skill", + "name": "Intelligence Analysis", + "modifier": -6 + }, + { + "type": "skill", + "name": "Tactics", + "modifier": -6 + }, + { + "type": "skill", + "name": "Strategy", + "modifier": -4 + } + ] + }, + { + "id": "ce679b0e-0559-44b8-819b-0aedc26e7f35", + "type": "skill", + "name": "Strategy", + "reference": "B222", + "tags": [ + "Military" + ], + "specialization": "Land", + "difficulty": "iq/h", + "points": 1, + "defaults": [ + { + "type": "iq", + "modifier": -6 + }, + { + "type": "skill", + "name": "Intelligence Analysis", + "modifier": -6 + }, + { + "type": "skill", + "name": "Tactics", + "modifier": -6 + }, + { + "type": "skill", + "name": "Strategy", + "modifier": -4 + } + ] + }, + { + "id": "053fffaa-ed36-46ba-a2cb-29d07765a593", + "type": "skill", + "name": "Hiking", + "reference": "B200", + "tags": [ + "Athletic", + "Exploration", + "Outdoor" + ], + "difficulty": "ht/a", + "points": 1, + "defaults": [ + { + "type": "ht", + "modifier": -5 + } + ] + }, + { + "id": "1e6a509b-3e1c-46b2-a4ce-7f6fb78bbf56", + "type": "skill", + "name": "Survival", + "reference": "B223", + "tags": [ + "Exploration", + "Outdoor" + ], + "specialization": "@Any Land@", + "difficulty": "per/a", + "points": 1, + "defaults": [ + { + "type": "per", + "modifier": -5 + }, + { + "type": "skill", + "name": "Naturalist", + "modifier": -3 + }, + { + "type": "skill", + "name": "Survival", + "specialization": "Mountain", + "modifier": -3 + }, + { + "type": "skill", + "name": "Survival", + "specialization": "Arctic", + "modifier": -3 + }, + { + "type": "skill", + "name": "Survival", + "specialization": "Desert", + "modifier": -3 + }, + { + "type": "skill", + "name": "Survival", + "specialization": "Island/Beach", + "modifier": -3 + }, + { + "type": "skill", + "name": "Survival", + "specialization": "Jungle", + "modifier": -3 + }, + { + "type": "skill", + "name": "Survival", + "specialization": "Plains", + "modifier": -3 + }, + { + "type": "skill", + "name": "Survival", + "specialization": "Swampland", + "modifier": -3 + }, + { + "type": "skill", + "name": "Survival", + "specialization": "Woodlands", + "modifier": -3 + } + ] + }, + { + "id": "1b21330f-57e4-45e4-8843-d4215fefce4f", + "type": "skill", + "name": "Tracking", + "reference": "B226", + "tags": [ + "Exploration", + "Outdoor" + ], + "difficulty": "per/a", + "points": 1, + "defaults": [ + { + "type": "per", + "modifier": -5 + }, + { + "type": "skill", + "name": "Naturalist", + "modifier": -5 + } + ] + }, + { + "id": "b4c9a99f-49bf-4a43-b7ce-8650ac03775b", + "type": "skill", + "name": "Add 1 point to a Secondary Skill", + "difficulty": "dx/a", + "points": 1 + } + ], + "name": "Choose four from the below", + "template_picker": { + "type": "count", + "qualifier": { + "compare": "is", + "qualifier": 4 + } + } + } + ], + "name": "Background Skills" + } + ], + "name": "Bride of Claithalleth", + "reference": "FFWF18" + } + ] +} diff --git a/Library/Fantasy Folk/Winged Folk/Profession Templates/Mercenary.gct b/Library/Fantasy Folk/Winged Folk/Profession Templates/Mercenary.gct new file mode 100644 index 000000000..05b8de1f0 --- /dev/null +++ b/Library/Fantasy Folk/Winged Folk/Profession Templates/Mercenary.gct @@ -0,0 +1,3432 @@ +{ + "type": "template", + "version": 4, + "id": "f88c0275-ef8c-48d3-98c1-ba75398264c5", + "traits": [ + { + "id": "6d040229-e9c0-40bd-a41f-a7486279aef8", + "type": "trait_container", + "open": true, + "children": [ + { + "id": "391d480e-dfbe-4710-ac2b-9c63fadd7312", + "type": "trait", + "name": "Winged Folk only", + "reference": "FFWF19", + "reference_highlight": "Winged Folk", + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "Winged Folk" + }, + "level": { + "compare": "at_least" + } + } + ] + }, + "calc": { + "points": 0 + } + }, + { + "id": "a85b713a-21db-461e-8658-3812c7b80669", + "type": "trait", + "name": "Increased Strength", + "reference": "B14", + "tags": [ + "Advantage", + "Attribute", + "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": "9b47694d-7c40-4ee9-a52a-80dda03c3f0f", + "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": "889dd6ca-7d9b-4802-a125-8be4345ccb9d", + "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": "e46fde07-07c1-492d-b28d-0b4302505164", + "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": "a453c7eb-cfa7-4362-89aa-061586b9c9d2", + "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": "a76c5f28-0c22-41a4-ac34-4a35c7de8e26", + "type": "trait_container", + "open": true, + "children": [ + { + "id": "5dede6bc-374e-4fbb-b2f6-b7d62dd30226", + "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": "5b114a42-64db-44fd-bcce-d7f8d577da50", + "type": "trait", + "name": "Animal Empathy", + "reference": "B40,P48", + "tags": [ + "Advantage", + "Mental" + ], + "modifiers": [ + { + "id": "13ea22a2-2f11-4abb-87ad-4d3895a102ad", + "type": "modifier", + "name": "Remote", + "reference": "P48", + "cost": 50, + "disabled": true + }, + { + "id": "b4758d45-4f13-4e8e-b88e-7bc884a82425", + "type": "modifier", + "name": "Specialized", + "reference": "B87", + "notes": "All aquatic animals", + "cost": -40, + "disabled": true + }, + { + "id": "4e91bc03-4e47-4b36-a1a1-ce7a045f06ce", + "type": "modifier", + "name": "Specialized", + "reference": "B87", + "notes": "All land animals", + "cost": -40, + "disabled": true + }, + { + "id": "7e994dfc-f800-4dda-8f17-6491254d0fd6", + "type": "modifier", + "name": "Specialized", + "reference": "B87", + "notes": "@One class: Mammals, Birds, etc.@", + "cost": -50, + "disabled": true + }, + { + "id": "c4779572-f091-4862-898c-726b35c34f36", + "type": "modifier", + "name": "Specialized", + "reference": "B87", + "notes": "@One family: Felines, Parrots, etc.@", + "cost": -60, + "disabled": true + }, + { + "id": "cc7ea23b-89a8-4a5f-be4a-dbfa9bcdd8ec", + "type": "modifier", + "name": "Specialized", + "reference": "B87", + "notes": "@One species: House Cats, Macaws, etc.@", + "cost": -80, + "disabled": true + } + ], + "base_points": 5, + "calc": { + "points": 5 + } + }, + { + "id": "a5fc4ad3-b8e0-4508-8290-b27dac909b7d", + "type": "trait", + "name": "Talent (Animal Friend)", + "reference": "B90,PU3:6", + "tags": [ + "Advantage", + "Mental", + "Talent" + ], + "levels": 1, + "points_per_level": 5, + "features": [ + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "contains", + "qualifier": "animal handling" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "falconry" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "contains", + "qualifier": "packing" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "contains", + "qualifier": "riding" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "contains", + "qualifier": "teamster" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "contains", + "qualifier": "veterinary" + }, + "amount": 1, + "per_level": true + }, + { + "type": "reaction_bonus", + "situation": "from ordinary animals", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 5 + } + }, + { + "id": "ddc54a6a-616f-45d6-b997-891429bebfcd", + "type": "trait", + "name": "Appearance (+1: Attractive)", + "reference": "B21", + "tags": [ + "Advantage", + "Physical" + ], + "modifiers": [ + { + "id": "7ddae5ca-ec6b-423d-a4de-94969906f8e2", + "type": "modifier", + "name": "Universal", + "notes": "Reaction modifier applies regardless of race", + "cost": 25, + "disabled": true + } + ], + "base_points": 4, + "features": [ + { + "type": "reaction_bonus", + "situation": "from others who see your looks", + "amount": 1 + } + ], + "calc": { + "points": 4 + } + }, + { + "id": "cfd6905f-fe83-4d6d-b64f-ea57cd8012fd", + "type": "trait", + "name": "Claim to Hospitality", + "reference": "B41", + "tags": [ + "Advantage", + "Social" + ], + "modifiers": [ + { + "id": "a1868c09-c5aa-4e29-aa78-9a913758e874", + "type": "modifier", + "name": "@Friend with crash space@ (crash space)", + "cost": 1, + "cost_type": "points", + "disabled": true + }, + { + "id": "588a85b9-dee5-434f-8ae8-c4299199774b", + "type": "modifier", + "name": "@Group@ - @Services@", + "cost": 1, + "cost_type": "points", + "disabled": true + }, + { + "id": "e82cc14d-4886-438a-bf2a-5ed037e42feb", + "type": "modifier", + "name": "@Group@ - Has @Resources@", + "cost": 2, + "cost_type": "points", + "disabled": true + }, + { + "id": "0ab328aa-fa3f-4d99-a712-c58c20fea34d", + "type": "modifier", + "name": "@Large Group@ - Has @Lots of Services@", + "cost": 5, + "cost_type": "points", + "disabled": true + }, + { + "id": "3eba09ad-d753-47f8-b429-2e0481b56d0d", + "type": "modifier", + "name": "@Vast Group@ - @Complete Services@", + "cost": 10, + "cost_type": "points", + "disabled": true + } + ], + "calc": { + "points": 0 + } + }, + { + "id": "ddc1c3ad-f0c0-49d5-8816-2a01a32103e5", + "type": "trait", + "name": "Fearlessness", + "reference": "B55,MA44", + "tags": [ + "Advantage", + "Mental" + ], + "levels": 1, + "points_per_level": 2, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": false, + "name": { + "compare": "is", + "qualifier": "Fearfulness" + } + } + ] + }, + "features": [ + { + "type": "attribute_bonus", + "attribute": "fright_check", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 2 + } + }, + { + "id": "554f5ced-0d7e-4e11-83d9-173fd6b3b4c1", + "type": "trait", + "name": "Fit", + "reference": "B55", + "notes": "Recover FP at twice the normal rate (but not FP spent for spells or psi powers)", + "tags": [ + "Advantage", + "Physical" + ], + "base_points": 5, + "features": [ + { + "type": "conditional_modifier", + "situation": "to all HT rolls to stay conscious, avoid death, resist disease, or resist poison", + "amount": 1 + } + ], + "calc": { + "points": 5 + } + }, + { + "id": "0418748d-f36e-4105-bd53-d11d5f8269b7", + "type": "trait", + "name": "Very Fit", + "reference": "B55", + "notes": "Recover FP at twice the normal rate; lose FP at half the normal rate (in both cases, not FP spent for spells or psi powers)", + "tags": [ + "Advantage", + "Physical" + ], + "base_points": 15, + "features": [ + { + "type": "conditional_modifier", + "situation": "to all HT rolls to stay conscious, avoid death, resist disease, resist poison", + "amount": 2 + } + ], + "calc": { + "points": 15 + } + }, + { + "id": "34eee0c1-aaf2-42f2-b99d-506ff171a669", + "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": "11b7bc65-e3fc-4654-bd29-7ab535a16313", + "type": "trait", + "name": "Talent (Outdoorsman)", + "reference": "B90,PU3:14", + "tags": [ + "Advantage", + "Mental", + "Talent" + ], + "modifiers": [ + { + "id": "254be33f-2141-4378-b967-c5d751c27942", + "type": "modifier", + "name": "Alternate Benefit", + "notes": "Bonus to HT rolls to avoid harm from failure of covered skills", + "disabled": true + }, + { + "id": "2d095bbd-0918-4dfc-975e-de2ff3901fb2", + "type": "modifier", + "name": "Alternative Cost", + "cost": -3, + "affects": "levels_only", + "cost_type": "points", + "disabled": true + } + ], + "levels": 1, + "points_per_level": 10, + "features": [ + { + "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": "Fishing" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Mimicry" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Naturalist" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Navigation" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Survival" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Tracking" + }, + "amount": 1, + "per_level": true + }, + { + "type": "reaction_bonus", + "situation": "from explorers and nature lovers", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 10 + } + }, + { + "id": "d406a0b5-b94c-4f7d-b038-0e0c1a5d709a", + "type": "trait", + "name": "Penetrating Voice", + "reference": "B101", + "tags": [ + "Perk", + "Physical" + ], + "base_points": 1, + "features": [ + { + "type": "conditional_modifier", + "situation": "to others' Hearing roll in siturations where you want to be heard over noise", + "amount": 3 + } + ], + "calc": { + "points": 1 + } + }, + { + "id": "545ceb72-e530-4d59-a6e2-6af830d7da79", + "type": "trait", + "name": "Rapid Healing", + "reference": "B79", + "tags": [ + "Advantage", + "Physical" + ], + "base_points": 5, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "attribute_prereq", + "has": true, + "qualifier": { + "compare": "at_least", + "qualifier": 10 + }, + "which": "ht" + } + ] + }, + "features": [ + { + "type": "conditional_modifier", + "situation": "to your effective HT whenever you roll to recover lost HP or to see if you can get over a crippling injury", + "amount": 5 + } + ], + "calc": { + "points": 5 + } + }, + { + "id": "fea61634-7c42-493f-ba73-7efd2e810561", + "type": "trait", + "name": "Temperature Tolerance (Cold)", + "reference": "B93", + "tags": [ + "Advantage", + "Physical" + ], + "levels": 1, + "points_per_level": 1, + "can_level": true, + "calc": { + "points": 1 + } + }, + { + "id": "25d64a8e-80a7-4c52-a174-3145dc084091", + "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": "1bf1a723-32cd-4506-8e40-020e22379189", + "type": "trait", + "name": "Increased Strength", + "reference": "B14", + "tags": [ + "Advantage", + "Attribute", + "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": "5b4d40b8-e420-4d76-a139-9fe1f1cd2ed8", + "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": "72c8147d-8360-4756-8f26-0dba5585140f", + "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": "b71ea22e-3294-4ffd-ac13-64c8366f149f", + "type": "trait", + "name": "Increased Health", + "reference": "B14", + "tags": [ + "Advantage", + "Attribute", + "Physical" + ], + "levels": 2, + "points_per_level": 10, + "features": [ + { + "type": "attribute_bonus", + "attribute": "ht", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 20 + } + }, + { + "id": "cafc1a37-ee5e-49f9-9721-75885b965a27", + "type": "trait", + "name": "Extra Hit Points", + "reference": "B16", + "tags": [ + "Advantage", + "Attribute", + "Physical" + ], + "levels": 1, + "points_per_level": 2, + "features": [ + { + "type": "attribute_bonus", + "attribute": "hp", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 2 + } + }, + { + "id": "2a05b614-6ee1-4255-9077-4fef178c8238", + "type": "trait", + "name": "Extra Hit Points", + "reference": "B16", + "tags": [ + "Advantage", + "Attribute", + "Physical" + ], + "levels": 2, + "points_per_level": 2, + "features": [ + { + "type": "attribute_bonus", + "attribute": "hp", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 4 + } + }, + { + "id": "baa060b8-520c-4868-9cfa-a7f83071c456", + "type": "trait", + "name": "Extra Hit Points", + "reference": "B16", + "tags": [ + "Advantage", + "Attribute", + "Physical" + ], + "levels": 3, + "points_per_level": 2, + "features": [ + { + "type": "attribute_bonus", + "attribute": "hp", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 6 + } + }, + { + "id": "7feb5a96-030a-4d29-b3a9-9b3be4612ac0", + "type": "trait", + "name": "Extra Hit Points", + "reference": "B16", + "tags": [ + "Advantage", + "Attribute", + "Physical" + ], + "levels": 4, + "points_per_level": 2, + "features": [ + { + "type": "attribute_bonus", + "attribute": "hp", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 8 + } + }, + { + "id": "66df5952-bcb8-4ac1-b887-e3fbdd4f6bd7", + "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": "71abac4a-e488-478c-84f9-dbdb7c2663dc", + "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": "d495ebab-1097-4380-b4c9-b100a16e20e6", + "type": "trait", + "name": "Acute Vision", + "reference": "B35", + "tags": [ + "Advantage", + "Physical" + ], + "levels": 1, + "points_per_level": 2, + "features": [ + { + "type": "attribute_bonus", + "attribute": "vision", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 2 + } + }, + { + "id": "b90670ec-bcb2-443b-9744-5919080dc0b5", + "type": "trait", + "name": "Acute Vision", + "reference": "B35", + "tags": [ + "Advantage", + "Physical" + ], + "levels": 2, + "points_per_level": 2, + "features": [ + { + "type": "attribute_bonus", + "attribute": "vision", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 4 + } + }, + { + "id": "ed2cb463-f596-4f2f-a04f-bb240fbaa71e", + "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": "12bdd0ee-9f6c-408a-bfa6-1c51ab8d36f2", + "type": "trait", + "name": "Common Sense", + "reference": "B43,P45", + "tags": [ + "Advantage", + "Mental" + ], + "modifiers": [ + { + "id": "9061b3d4-8442-4a84-ae19-0ba89e6857d7", + "type": "modifier", + "name": "Concious", + "reference": "P45", + "cost": 50, + "disabled": true + } + ], + "base_points": 10, + "calc": { + "points": 10 + } + }, + { + "id": "4519325f-48df-4c8a-b91a-64ce10ec70fe", + "type": "trait", + "name": "Cultural Familiarity (@Culture@)", + "reference": "B23", + "notes": "Do not suffer the normal -3 penalty for unfamiliarity", + "tags": [ + "Advantage", + "Mental" + ], + "modifiers": [ + { + "id": "ab12b725-01c8-4fc4-8e71-619a54c79496", + "type": "modifier", + "name": "Alien", + "cost": 1, + "cost_type": "points", + "disabled": true + }, + { + "id": "f72aa995-6766-4eaf-a3ca-0f4ff76d47c5", + "type": "modifier", + "name": "Native", + "cost": -1, + "cost_type": "points", + "disabled": true + } + ], + "base_points": 1, + "calc": { + "points": 1 + } + }, + { + "id": "86f55673-f399-4ebc-b8a3-1c2043534822", + "type": "trait", + "name": "Danger Sense", + "reference": "B47,P46", + "tags": [ + "Advantage", + "Mental" + ], + "base_points": 15, + "calc": { + "points": 15 + } + }, + { + "id": "4dd085ab-8095-4a48-aac1-52cd38a68d37", + "type": "trait", + "name": "Fearlessness", + "reference": "B55,MA44", + "tags": [ + "Advantage", + "Mental" + ], + "levels": 1, + "points_per_level": 2, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": false, + "name": { + "compare": "is", + "qualifier": "Fearfulness" + } + } + ] + }, + "features": [ + { + "type": "attribute_bonus", + "attribute": "fright_check", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 2 + } + }, + { + "id": "d4e66f1a-344f-4c31-804b-60f2ef3cbf97", + "type": "trait", + "name": "Fearlessness", + "reference": "B55,MA44", + "tags": [ + "Advantage", + "Mental" + ], + "levels": 2, + "points_per_level": 2, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": false, + "name": { + "compare": "is", + "qualifier": "Fearfulness" + } + } + ] + }, + "features": [ + { + "type": "attribute_bonus", + "attribute": "fright_check", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 4 + } + }, + { + "id": "e7a51f01-99a1-4a6e-9b36-4b8bba32a6f9", + "type": "trait", + "name": "Hard to Kill", + "reference": "B58", + "tags": [ + "Advantage", + "Physical" + ], + "levels": 1, + "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": 2 + } + }, + { + "id": "01794a66-b668-4e4e-ace5-4a52c1b7c448", + "type": "trait", + "name": "Hard to Kill", + "reference": "B58", + "tags": [ + "Advantage", + "Physical" + ], + "levels": 2, + "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": 4 + } + }, + { + "id": "1c512198-ba67-4386-a130-a23c374305cd", + "type": "trait", + "name": "High Pain Threshold", + "reference": "B59", + "notes": "Never suffer shock penalties when injured", + "tags": [ + "Advantage", + "Physical" + ], + "base_points": 10, + "features": [ + { + "type": "conditional_modifier", + "situation": "on all HT rolls to avoid knockdown and stunning", + "amount": 3 + }, + { + "type": "conditional_modifier", + "situation": "to resist torture", + "amount": 3 + } + ], + "calc": { + "points": 10 + } + }, + { + "id": "f791b2b6-ffae-4232-b79d-ad22f075c372", + "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" + }, + { + "id": "3c7caa3c-055e-4422-ac8e-6a2d632b391c", + "type": "modifier", + "name": "Spoken", + "reference": "B24", + "notes": "Accented", + "cost": 2, + "cost_type": "points", + "disabled": true + }, + { + "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" + }, + { + "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": "8cb735ed-4994-4b4b-83a5-bc5961de680e", + "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": "b5d235c9-86a6-48dc-a411-2c8e470057c9", + "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", + "disabled": true + }, + { + "id": "231ba28d-11ce-44e1-8d23-074d40ca57c6", + "type": "modifier", + "name": "Spoken", + "reference": "B24", + "notes": "Native", + "cost": 3, + "cost_type": "points" + }, + { + "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", + "disabled": true + }, + { + "id": "1b77515e-5789-49a0-8238-7242900c8c2c", + "type": "modifier", + "name": "Written", + "reference": "B24", + "notes": "Native", + "cost": 3, + "cost_type": "points" + } + ], + "calc": { + "points": 6 + } + }, + { + "id": "c1d5d3a3-f26c-49c8-a4b8-b86d74bbb146", + "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": "19b276a2-fd63-4e0f-aac4-c0ecb94cce40", + "type": "trait", + "name": "Military Rank", + "reference": "B29", + "tags": [ + "Advantage", + "Social" + ], + "modifiers": [ + { + "id": "f2152f52-b337-4072-ab43-d66afcbc319e", + "type": "modifier", + "name": "Replaces Status", + "reference": "B29", + "cost": 5, + "affects": "levels_only", + "cost_type": "points", + "disabled": true + }, + { + "id": "42caab58-9f7b-4911-9ef0-a47a92e63801", + "type": "modifier", + "name": "Courtesy", + "reference": "B29", + "cost": -4, + "affects": "levels_only", + "cost_type": "points", + "disabled": true + } + ], + "levels": 1, + "points_per_level": 5, + "can_level": true, + "calc": { + "points": 5 + } + }, + { + "id": "6f437328-f345-4941-8316-30174dad240e", + "type": "trait", + "name": "Military Rank", + "reference": "B29", + "tags": [ + "Advantage", + "Social" + ], + "modifiers": [ + { + "id": "f2152f52-b337-4072-ab43-d66afcbc319e", + "type": "modifier", + "name": "Replaces Status", + "reference": "B29", + "cost": 5, + "affects": "levels_only", + "cost_type": "points", + "disabled": true + }, + { + "id": "42caab58-9f7b-4911-9ef0-a47a92e63801", + "type": "modifier", + "name": "Courtesy", + "reference": "B29", + "cost": -4, + "affects": "levels_only", + "cost_type": "points", + "disabled": true + } + ], + "levels": 2, + "points_per_level": 5, + "can_level": true, + "calc": { + "points": 10 + } + }, + { + "id": "6ee74a67-18fd-4699-8c26-332bada0d570", + "type": "trait", + "name": "Style Familiarity (Al Onwicos)", + "reference": "MA49", + "notes": "The Way of the Hammer-Axe", + "tags": [ + "Mental", + "Perk" + ], + "base_points": 1, + "calc": { + "points": 1 + } + }, + { + "id": "25649101-116e-482a-aa20-271bdf03df7e", + "type": "trait", + "name": "Comfortable Wealth", + "reference": "B25", + "notes": "Starting wealth is twice normal", + "tags": [ + "Advantage", + "Social", + "Wealth" + ], + "base_points": 10, + "calc": { + "points": 10 + } + } + ], + "name": "Choose 25 points from the below", + "template_picker": { + "type": "points", + "qualifier": { + "compare": "at_most", + "qualifier": 25 + } + }, + "calc": { + "points": 315 + } + }, + { + "id": "eaea7532-7858-48a1-bca5-111dc28f3d2d", + "type": "trait_container", + "open": true, + "children": [ + { + "id": "0d2346ea-83ff-432e-8eb9-596a8523fab7", + "type": "trait", + "name": "Attentive", + "reference": "B163", + "tags": [ + "Mental", + "Quirk" + ], + "base_points": -1, + "features": [ + { + "type": "conditional_modifier", + "situation": "to skill rolls when working on lengthy tasks, but -3 to notice any important interruption", + "amount": 1 + } + ], + "calc": { + "points": -1 + } + }, + { + "id": "af0f0e29-daeb-4fdf-a2fe-7b63a7f0f7e6", + "type": "trait", + "name": "Claustrophobia (Enclosed Spaces)", + "reference": "B149", + "notes": "You are uncomfortable any time you can’t see the sky – or at least a very high ceiling. In a small room or vehicle, you feel the walls closing in on you... You need air! This is a dangerous fear for someone who plans to go underground.", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -15, + "cr": 12, + "cr_adj": "action_penalty", + "calc": { + "points": -15 + } + }, + { + "id": "2c07eba4-d9db-4782-840d-f9c0753fcf93", + "type": "trait", + "name": "Compulsive Generosity", + "reference": "B128", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -5, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": false, + "name": { + "compare": "is", + "qualifier": "miserliness" + } + } + ] + }, + "features": [ + { + "type": "reaction_bonus", + "situation": "from pious folk", + "amount": 1 + } + ], + "cr": 12, + "cr_adj": "minor_cost_of_living_increase", + "calc": { + "points": -5 + } + }, + { + "id": "d95a4c64-40aa-43fb-9aff-255718849600", + "type": "trait", + "name": "Easy to Read", + "reference": "B134", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -10, + "features": [ + { + "type": "conditional_modifier", + "situation": "to others on all Empathy, Body Language, and Psychology rolls to discern your intentions or the truth of your words", + "amount": 4 + }, + { + "type": "conditional_modifier", + "situation": "to others on IQ, Detect Lies, and Gambling rolls in any Quick Contest with your Acting, Fast-Talk, or Gambling skill when you try to lie or bluff", + "amount": 4 + } + ], + "calc": { + "points": -10 + } + }, + { + "id": "1c1346d4-394e-40af-b17e-d0175d399757", + "type": "trait", + "name": "Intolerance (Land-Walkers)", + "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": "cfb5f12e-5528-4d6f-ad40-6d537a0c8f0c", + "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": "66bf3a5f-1659-4c1f-a79a-80a4e4651cb4", + "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": "8e533b21-b79f-4bc8-87bd-f4abc7450cff", + "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": "62d70ae3-667d-4694-bc90-14ebf09c77d2", + "type": "trait", + "name": "Social Stigma (Minority Group)", + "reference": "B155", + "notes": "You are a member of a minority that the dominant culture around you regards as “barbarians” or “inferior.”", + "tags": [ + "Disadvantage", + "Social" + ], + "base_points": -10, + "features": [ + { + "type": "reaction_bonus", + "situation": "from others except your own kind", + "amount": -2 + }, + { + "type": "reaction_bonus", + "situation": "from others of your own kind in an area, profession, or situation where your minority is especially rare", + "amount": 2 + } + ], + "calc": { + "points": -10 + } + }, + { + "id": "4c5b2b2e-8068-4e86-bbc7-72aae161a6d4", + "type": "trait", + "name": "Bad Temper", + "reference": "B124", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -10, + "cr": 12, + "calc": { + "points": -10 + } + }, + { + "id": "33e6548a-a255-4010-abad-db21ed20d5d1", + "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": "6032ca61-791f-409f-9718-6854a23367af", + "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": "62814685-08bf-4d9b-8844-f4d7ff8b705e", + "type": "trait", + "name": "Compulsive Gambling", + "reference": "B128", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -5, + "cr": 12, + "calc": { + "points": -5 + } + }, + { + "id": "a52a096f-8dc5-43ff-b70e-e610c874f23f", + "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": "e2499805-8c5f-478d-af5c-59ffd7ad4be8", + "type": "trait", + "name": "Loner", + "reference": "B142", + "notes": "Make a self-control roll whenever anyone lingers nearby, watches over your shoulder, etc. If you fail, you lash out at that person just as if you had Bad Temper.", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -5, + "cr": 12, + "cr_adj": "reaction_penalty", + "calc": { + "points": -5 + } + }, + { + "id": "d5beffc5-fd51-4acf-8992-d8cd86d737b9", + "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": "ca38f7d7-32a7-4386-9ec3-385f23312d44", + "type": "trait", + "name": "Sense of Duty", + "reference": "B153", + "notes": "Mercenary Band", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -5, + "calc": { + "points": -5 + } + }, + { + "id": "9a248abe-078a-4c06-8a49-7f55b8a3c76c", + "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": "79792b73-f645-445d-b322-c4e54df67d9c", + "type": "trait", + "name": "Struggling", + "reference": "B25", + "notes": "Starting wealth is ½ normal", + "tags": [ + "Disadvantage", + "Social", + "Wealth" + ], + "base_points": -10, + "calc": { + "points": -10 + } + } + ], + "name": "Choose -25 points from the below", + "template_picker": { + "type": "points", + "qualifier": { + "compare": "at_least", + "qualifier": -25 + } + }, + "calc": { + "points": -141 + } + } + ], + "name": "Mercenary", + "reference": "FFWF19", + "calc": { + "points": 259 + } + } + ], + "skills": [ + { + "id": "ba16396c-e5d6-49ff-a5c0-11448f3e119f", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "a6a5a240-6b13-4c1d-af39-cb4e5a68d907", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "79ddbb9d-c2f8-44fb-9c49-a57cd467ba56", + "type": "skill", + "name": "Axe/Mace", + "reference": "B208", + "tags": [ + "Combat", + "Melee Combat", + "Weapon" + ], + "difficulty": "dx/a", + "points": 8, + "defaults": [ + { + "type": "dx", + "modifier": -5 + }, + { + "type": "skill", + "name": "Two-Handed Axe/Mace", + "modifier": -3 + }, + { + "type": "skill", + "name": "Flail", + "modifier": -4 + } + ] + }, + { + "id": "2fb49518-ec72-46b7-8ed9-43322c97c322", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "46b3a24d-c0b5-4a5b-afd3-ab65977f7e53", + "type": "skill", + "name": "Crossbow", + "reference": "B186", + "tags": [ + "Combat", + "Ranged Combat", + "Weapon" + ], + "difficulty": "dx/e", + "points": 12, + "defaults": [ + { + "type": "dx", + "modifier": -4 + } + ] + }, + { + "id": "c068347c-d906-45a4-8502-88e5cfa45976", + "type": "skill", + "name": "Thrown Weapon", + "reference": "B226", + "tags": [ + "Combat", + "Ranged Combat", + "Weapon" + ], + "specialization": "Axe/Mace", + "difficulty": "dx/e", + "points": 12, + "defaults": [ + { + "type": "dx", + "modifier": -4 + } + ] + }, + { + "id": "8e964eeb-f614-4cb5-80c6-35f90872bbef", + "type": "skill", + "name": "Bolas", + "reference": "B181", + "tags": [ + "Combat", + "Ranged Combat", + "Weapon" + ], + "difficulty": "dx/a", + "points": 12 + }, + { + "id": "4585c586-d9fe-44ed-adba-c8de17628b54", + "type": "skill", + "name": "Bow", + "reference": "B182", + "tags": [ + "Combat", + "Ranged Combat", + "Weapon" + ], + "difficulty": "dx/a", + "points": 12, + "defaults": [ + { + "type": "dx", + "modifier": -5 + } + ] + } + ], + "name": "Choose 1 from the below", + "template_picker": { + "type": "count", + "qualifier": { + "compare": "is", + "qualifier": 1 + } + } + } + ], + "name": "Primary Skills" + }, + { + "id": "ca0c5ba1-15df-4e1d-8cd3-cb43584e635e", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "e73e1b29-95ca-4a95-bcc9-69efb995883c", + "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": "4689e910-fd4e-4879-9c2b-141bf303cc2c", + "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": "55feae3f-bfc7-4c37-af05-2f17d8069b65", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "686e8173-9267-4eb3-8da1-6c43d5dd6062", + "type": "skill", + "name": "Sumo Wrestling", + "reference": "B223,MA59", + "tags": [ + "Combat", + "Melee Combat", + "Weapon" + ], + "difficulty": "dx/a", + "points": 4 + }, + { + "id": "1d796276-bcf3-49b4-8ac9-8481b6b7fb5d", + "type": "skill", + "name": "Wrestling", + "reference": "B228,MA61", + "tags": [ + "Combat", + "Melee Combat", + "Weapon" + ], + "difficulty": "dx/a", + "points": 4 + } + ], + "name": "Select 1 from the below", + "template_picker": { + "type": "count", + "qualifier": { + "compare": "is", + "qualifier": 1 + } + } + }, + { + "id": "c1a40d73-7610-491e-954d-4bd6bb392e5b", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "9ae89343-2776-484c-8cb1-71be513a8438", + "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": "c6cc91fc-5fde-4b63-afab-172e2a082c4f", + "type": "skill", + "name": "Fast-Draw", + "reference": "B194,MA56", + "tags": [ + "Combat", + "Ranged Combat", + "Weapon" + ], + "specialization": "Arrow", + "difficulty": "dx/e", + "points": 2 + }, + { + "id": "fd592806-d923-4358-a89e-cc722ad3a4a9", + "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": "6425e4a7-9e81-4685-9dbe-875001dae63b", + "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": "1a6b55e4-db39-4a23-97e9-07ce11f51b65", + "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": "8c412e3f-968e-4364-84e4-944afef69606", + "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": "8fdfd601-5b1c-444d-b379-092aa8e53b1a", + "type": "skill", + "name": "Connoisseur", + "reference": "B185,MA56", + "tags": [ + "Arts", + "Entertainment", + "Knowledge", + "Social" + ], + "specialization": "Weapons", + "difficulty": "iq/a", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -5 + } + ] + }, + { + "id": "c980c3dd-5b52-4948-ae2a-84f640d00450", + "type": "skill", + "name": "Leadership", + "reference": "B204", + "tags": [ + "Military", + "Social" + ], + "difficulty": "iq/a", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -5 + } + ] + }, + { + "id": "d641133f-4c49-4b1d-a631-479f333fd49d", + "type": "skill", + "name": "Soldier", + "reference": "B221", + "tags": [ + "Military" + ], + "tech_level": "", + "difficulty": "iq/a", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -5 + } + ] + }, + { + "id": "3483634b-ba32-4091-8a14-b2dee2d70cb6", + "type": "skill", + "name": "Flight", + "reference": "B195", + "tags": [ + "Athletic" + ], + "difficulty": "ht/a", + "points": 2, + "defaults": [ + { + "type": "ht", + "modifier": -5 + } + ], + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "starts_with", + "qualifier": "flight" + } + } + ] + } + }, + { + "id": "d3c87ebb-4aaf-464a-9fc2-e54c7f15a52b", + "type": "skill", + "name": "Intimidation", + "reference": "B202", + "tags": [ + "Criminal", + "Police", + "Social", + "Street" + ], + "difficulty": "will/a", + "points": 2, + "defaults": [ + { + "type": "will", + "modifier": -5 + }, + { + "type": "skill", + "name": "Acting", + "modifier": -3 + } + ] + }, + { + "id": "b7c28cdd-7a69-41db-b1c6-e67c17929a84", + "type": "skill", + "name": "Observation", + "reference": "B211", + "tags": [ + "Criminal", + "Military", + "Police", + "Spy", + "Street" + ], + "difficulty": "per/a", + "points": 2, + "defaults": [ + { + "type": "per", + "modifier": -5 + }, + { + "type": "skill", + "name": "Shadowing", + "modifier": -5 + } + ] + }, + { + "id": "ee18c852-358d-425b-8857-d61bac2399c1", + "type": "skill", + "name": "Tracking", + "reference": "B226", + "tags": [ + "Exploration", + "Outdoor" + ], + "difficulty": "per/a", + "points": 2, + "defaults": [ + { + "type": "per", + "modifier": -5 + }, + { + "type": "skill", + "name": "Naturalist", + "modifier": -5 + } + ] + } + ], + "name": "Select 4 from the below", + "template_picker": { + "type": "count", + "qualifier": { + "compare": "is", + "qualifier": 4 + } + } + } + ], + "name": "Secondary Skills" + }, + { + "id": "7a277826-da64-445c-8ef1-859d842a84e8", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "d528f745-d641-49c6-ba5e-e91e9255d108", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "4c85ebc6-9ef7-499b-96f4-1f880f58b4b3", + "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": "830e2044-8ac9-44bd-8896-c303a2dcde70", + "type": "skill", + "name": "Dropping", + "reference": "B189", + "tags": [ + "Combat", + "Ranged Combat", + "Weapon" + ], + "difficulty": "dx/a", + "points": 1, + "defaults": [ + { + "type": "dx", + "modifier": -3 + }, + { + "type": "skill", + "name": "Throwing", + "modifier": -4 + } + ] + }, + { + "id": "df8ba3e6-ac91-427f-a2ba-ae6c22a25b0e", + "type": "skill", + "name": "Current Affairs", + "reference": "B186", + "tags": [ + "Everyman", + "Knowledge", + "Social" + ], + "specialization": "Headline News", + "tech_level": "", + "difficulty": "iq/e", + "points": 1, + "defaults": [ + { + "type": "iq", + "modifier": -4 + }, + { + "type": "skill", + "name": "Research", + "modifier": -4 + }, + { + "type": "skill", + "name": "Current Affairs", + "modifier": -4 + } + ] + }, + { + "id": "7a59a4e7-b427-438c-af6a-2cd784f8f28c", + "type": "skill", + "name": "Current Affairs", + "reference": "B186", + "tags": [ + "Everyman", + "Knowledge", + "Social" + ], + "specialization": "Regional", + "tech_level": "", + "difficulty": "iq/e", + "points": 1, + "defaults": [ + { + "type": "iq", + "modifier": -4 + }, + { + "type": "skill", + "name": "Research", + "modifier": -4 + }, + { + "type": "skill", + "name": "Current Affairs", + "modifier": -4 + } + ] + }, + { + "id": "1a4111d7-035d-434b-a97d-150050aa9b1d", + "type": "skill", + "name": "First Aid", + "reference": "B195", + "tags": [ + "Everyman", + "Medical" + ], + "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": "b80d5191-2bb6-4d2e-abe2-5110dc8aa33a", + "type": "skill", + "name": "Savoir-Faire", + "reference": "B218,MA59", + "tags": [ + "Knowledge", + "Military", + "Social" + ], + "specialization": "Military", + "difficulty": "iq/e", + "points": 1, + "defaults": [ + { + "type": "iq", + "modifier": -4 + } + ] + }, + { + "id": "dea4a5ae-052a-41ab-b1d9-5a3f9846cb1f", + "type": "skill", + "name": "Animal Handling", + "reference": "B175", + "tags": [ + "Animal" + ], + "specialization": "@Specialty@", + "difficulty": "iq/a", + "points": 1, + "defaults": [ + { + "type": "iq", + "modifier": -5 + } + ] + }, + { + "id": "4ff24eff-f5fb-46b8-baee-b0e93d88a2e2", + "type": "skill", + "name": "Cartography", + "reference": "B183", + "tags": [ + "Exploration", + "Humanities", + "Outdoor", + "Social Sciences" + ], + "tech_level": "", + "difficulty": "iq/a", + "points": 1, + "defaults": [ + { + "type": "iq", + "modifier": -5 + }, + { + "type": "skill", + "name": "Geography", + "modifier": -2 + }, + { + "type": "skill", + "name": "Mathematics", + "specialization": "Surveying", + "modifier": -2 + }, + { + "type": "skill", + "name": "Navigation", + "modifier": -4 + } + ] + }, + { + "id": "9ae4e73c-f73a-4ac1-b581-693b89a531ee", + "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": "9ac4c9fc-a0e6-4034-acf6-66fa47411e53", + "type": "skill", + "name": "Gambling", + "reference": "B197", + "tags": [ + "Criminal", + "Social", + "Street" + ], + "difficulty": "iq/a", + "points": 1, + "defaults": [ + { + "type": "iq", + "modifier": -5 + }, + { + "type": "skill", + "name": "Mathematics", + "specialization": "Statistics", + "modifier": -5 + } + ] + }, + { + "id": "727a2f68-781c-4cd7-a84d-24c55bedeccc", + "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": "57570d5d-2b1a-48b8-8280-93e086a1619a", + "type": "skill", + "name": "Merchant", + "reference": "B209", + "tags": [ + "Business", + "Social" + ], + "difficulty": "iq/a", + "points": 1, + "defaults": [ + { + "type": "iq", + "modifier": -5 + }, + { + "type": "skill", + "name": "Finance", + "modifier": -6 + }, + { + "type": "skill", + "name": "Market Analysis", + "modifier": -4 + } + ] + }, + { + "id": "78ebdc1d-5c2b-49c6-9d31-c379037e8daf", + "type": "skill", + "name": "Navigation", + "reference": "B211", + "tags": [ + "Exploration", + "Outdoor", + "Technical", + "Vehicle" + ], + "specialization": "Air", + "tech_level": "", + "difficulty": "iq/a", + "points": 1, + "defaults": [ + { + "type": "skill", + "name": "Astronomy", + "modifier": -5 + }, + { + "type": "skill", + "name": "Navigation", + "specialization": "Land", + "modifier": -2 + }, + { + "type": "skill", + "name": "Navigation", + "specialization": "Sea", + "modifier": -2 + } + ] + }, + { + "id": "65a71843-f964-493c-aaec-5c56da599b09", + "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": "fe5bd076-8c46-40c1-93a9-dd6740296fb4", + "type": "skill", + "name": "Carousing", + "reference": "B183", + "tags": [ + "Criminal", + "Social", + "Street" + ], + "difficulty": "ht/e", + "points": 1, + "defaults": [ + { + "type": "ht", + "modifier": -4 + } + ] + }, + { + "id": "d14474c6-93b4-4b29-852f-33ff471929b6", + "type": "skill", + "name": "Singing", + "reference": "B220", + "tags": [ + "Arts", + "Entertainment" + ], + "difficulty": "ht/e", + "points": 1, + "defaults": [ + { + "type": "ht", + "modifier": -4 + } + ] + }, + { + "id": "43c61bff-ad6d-46b4-a2a3-66ab92f4d98e", + "type": "skill", + "name": "Survival", + "reference": "B223", + "tags": [ + "Exploration", + "Outdoor" + ], + "specialization": "@Any Land@", + "difficulty": "per/a", + "points": 1, + "defaults": [ + { + "type": "per", + "modifier": -5 + }, + { + "type": "skill", + "name": "Naturalist", + "modifier": -3 + }, + { + "type": "skill", + "name": "Survival", + "specialization": "Mountain", + "modifier": -3 + }, + { + "type": "skill", + "name": "Survival", + "specialization": "Arctic", + "modifier": -3 + }, + { + "type": "skill", + "name": "Survival", + "specialization": "Desert", + "modifier": -3 + }, + { + "type": "skill", + "name": "Survival", + "specialization": "Island/Beach", + "modifier": -3 + }, + { + "type": "skill", + "name": "Survival", + "specialization": "Jungle", + "modifier": -3 + }, + { + "type": "skill", + "name": "Survival", + "specialization": "Plains", + "modifier": -3 + }, + { + "type": "skill", + "name": "Survival", + "specialization": "Swampland", + "modifier": -3 + }, + { + "type": "skill", + "name": "Survival", + "specialization": "Woodlands", + "modifier": -3 + } + ] + } + ], + "name": "Select 4 from the below", + "template_picker": { + "type": "count", + "qualifier": { + "compare": "is", + "qualifier": 4 + } + } + } + ], + "name": "Background Skills" + } + ], + "name": "Mercenary", + "reference": "FFWF19" + } + ] +} diff --git a/Library/Fantasy Folk/Winged Folk/Profession Templates/Shaman.gct b/Library/Fantasy Folk/Winged Folk/Profession Templates/Shaman.gct new file mode 100644 index 000000000..863427dee --- /dev/null +++ b/Library/Fantasy Folk/Winged Folk/Profession Templates/Shaman.gct @@ -0,0 +1,7867 @@ +{ + "type": "template", + "version": 4, + "id": "3a7fd447-e969-4c12-b974-8a6857fc875c", + "traits": [ + { + "id": "bec9667c-5e79-4e67-b6cb-627f84c32581", + "type": "trait_container", + "open": true, + "children": [ + { + "id": "3c0d9f7c-d405-4159-889d-d12868e5a3f7", + "type": "trait", + "name": "Winged Folk only", + "reference": "FFWF19", + "reference_highlight": "Winged Folk", + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "Winged Folk" + }, + "level": { + "compare": "at_least" + } + } + ] + }, + "calc": { + "points": 0 + } + }, + { + "id": "10abba6a-1b5b-4eef-ad8a-20070d78cca7", + "type": "trait", + "name": "Increased Intelligence", + "reference": "B15", + "tags": [ + "Advantage", + "Attribute", + "Mental" + ], + "levels": 3, + "points_per_level": 20, + "features": [ + { + "type": "attribute_bonus", + "attribute": "iq", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 60 + } + }, + { + "id": "e0c25649-feca-4a99-8c84-d31ffca0d4a0", + "type": "trait", + "name": "Blessed", + "reference": "B40,P43", + "tags": [ + "Advantage", + "Mental", + "Supernatural" + ], + "base_points": 10, + "features": [ + { + "type": "reaction_bonus", + "situation": "from followers of your deity", + "amount": 1 + } + ], + "calc": { + "points": 10 + } + }, + { + "id": "c8af501b-2214-4035-ba9b-7e3d4e5efbe5", + "type": "trait", + "name": "Clerical Investment", + "reference": "B43", + "tags": [ + "Advantage", + "Social" + ], + "base_points": 5, + "features": [ + { + "type": "reaction_bonus", + "situation": "from members of your religion and those who respect your faith", + "amount": 1 + } + ], + "calc": { + "points": 5 + } + }, + { + "id": "3bc377e3-0de2-4a0a-9f0a-6d880ed67b5e", + "type": "trait", + "name": "Magery", + "reference": "B66", + "tags": [ + "Advantage", + "Mental", + "Supernatural" + ], + "modifiers": [ + { + "id": "10b7c609-d742-473c-a229-fd39e10a948f", + "type": "modifier", + "name": "Dance", + "cost": -40, + "affects": "levels_only", + "disabled": true + }, + { + "id": "8cffcc39-a19c-4aa2-8a65-f270534b6ad7", + "type": "modifier", + "name": "Dark-Aspected", + "cost": -50, + "affects": "levels_only", + "disabled": true + }, + { + "id": "9a43b6eb-5fca-4b3b-9475-9c8922652001", + "type": "modifier", + "name": "Day-Aspected", + "cost": -40, + "affects": "levels_only", + "disabled": true + }, + { + "id": "1db3c1d2-12b8-4d9f-aaec-8a1f58f99922", + "type": "modifier", + "name": "Musical", + "cost": -50, + "affects": "levels_only", + "disabled": true + }, + { + "id": "7ef63d35-934c-4046-8b55-22208f7a99b6", + "type": "modifier", + "name": "Night-Aspected", + "cost": -40, + "affects": "levels_only", + "disabled": true + }, + { + "id": "0f92e868-30bd-4a88-8dd7-d1929eb47c0e", + "type": "modifier", + "name": "One College", + "notes": "@College@", + "cost": -40, + "affects": "levels_only", + "disabled": true + }, + { + "id": "7a67c4c3-2454-43a0-acd4-aac1265bd79a", + "type": "modifier", + "name": "Solitary", + "cost": -40, + "affects": "levels_only", + "disabled": true + }, + { + "id": "162576be-563f-43f2-9bd3-91db2defc569", + "type": "modifier", + "name": "Song", + "cost": -40, + "affects": "levels_only", + "disabled": true + } + ], + "base_points": 5, + "levels": 1, + "points_per_level": 10, + "features": [ + { + "type": "spell_bonus", + "match": "all_colleges", + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "thaumatology" + }, + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 15 + } + }, + { + "id": "6846926e-b3ff-448d-8c09-c2bc192e917b", + "type": "trait_container", + "open": true, + "children": [ + { + "id": "6094310d-e957-430a-b216-a66ba77a8304", + "type": "trait", + "name": "Magic School Familiarity (Al Gwnefnos)", + "reference": "TMS20", + "notes": "The Path of Animates", + "tags": [ + "Perk", + "Social" + ], + "base_points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "Magery" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + }, + "notes": { + "compare": "does_not_contain", + "qualifier": "One College" + } + } + ] + }, + "calc": { + "points": 1 + } + }, + { + "id": "afac447a-2986-4b4c-b5c3-1b2949e49a9c", + "type": "trait", + "name": "Magic School Familiarity (Al Siyndontolis)", + "reference": "TMS20", + "notes": "The Path of Inanimates", + "tags": [ + "Perk", + "Social" + ], + "base_points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "Magery" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + }, + "notes": { + "compare": "does_not_contain", + "qualifier": "One College" + } + } + ] + }, + "calc": { + "points": 1 + } + } + ], + "name": "Choose 1 from the below", + "template_picker": { + "type": "count", + "qualifier": { + "compare": "is", + "qualifier": 1 + } + }, + "calc": { + "points": 2 + } + }, + { + "id": "cb890999-e7b4-4b13-ad15-6d09d0d33035", + "type": "trait_container", + "open": true, + "children": [ + { + "id": "143926c9-a370-49f6-95ce-6c05d9c6494e", + "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": "c7daef91-7a0d-405b-9a47-be37056a76cd", + "type": "trait", + "name": "Animal Empathy", + "reference": "B40,P48", + "tags": [ + "Advantage", + "Mental" + ], + "modifiers": [ + { + "id": "13ea22a2-2f11-4abb-87ad-4d3895a102ad", + "type": "modifier", + "name": "Remote", + "reference": "P48", + "cost": 50, + "disabled": true + }, + { + "id": "b4758d45-4f13-4e8e-b88e-7bc884a82425", + "type": "modifier", + "name": "Specialized", + "reference": "B87", + "notes": "All aquatic animals", + "cost": -40, + "disabled": true + }, + { + "id": "4e91bc03-4e47-4b36-a1a1-ce7a045f06ce", + "type": "modifier", + "name": "Specialized", + "reference": "B87", + "notes": "All land animals", + "cost": -40, + "disabled": true + }, + { + "id": "7e994dfc-f800-4dda-8f17-6491254d0fd6", + "type": "modifier", + "name": "Specialized", + "reference": "B87", + "notes": "@One class: Mammals, Birds, etc.@", + "cost": -50, + "disabled": true + }, + { + "id": "c4779572-f091-4862-898c-726b35c34f36", + "type": "modifier", + "name": "Specialized", + "reference": "B87", + "notes": "@One family: Felines, Parrots, etc.@", + "cost": -60, + "disabled": true + }, + { + "id": "cc7ea23b-89a8-4a5f-be4a-dbfa9bcdd8ec", + "type": "modifier", + "name": "Specialized", + "reference": "B87", + "notes": "@One species: House Cats, Macaws, etc.@", + "cost": -80, + "disabled": true + } + ], + "base_points": 5, + "calc": { + "points": 5 + } + }, + { + "id": "e1e3bb17-4fd4-48d4-9a87-40f9db936007", + "type": "trait", + "name": "Talent (Animal Friend)", + "reference": "B90,PU3:6", + "tags": [ + "Advantage", + "Mental", + "Talent" + ], + "levels": 1, + "points_per_level": 5, + "features": [ + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "contains", + "qualifier": "animal handling" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "falconry" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "contains", + "qualifier": "packing" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "contains", + "qualifier": "riding" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "contains", + "qualifier": "teamster" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "contains", + "qualifier": "veterinary" + }, + "amount": 1, + "per_level": true + }, + { + "type": "reaction_bonus", + "situation": "from ordinary animals", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 5 + } + }, + { + "id": "83a3f9a0-c97c-41f8-8456-d0be604ff586", + "type": "trait", + "name": "Appearance (+1: Attractive)", + "reference": "B21", + "tags": [ + "Advantage", + "Physical" + ], + "modifiers": [ + { + "id": "7ddae5ca-ec6b-423d-a4de-94969906f8e2", + "type": "modifier", + "name": "Universal", + "notes": "Reaction modifier applies regardless of race", + "cost": 25, + "disabled": true + } + ], + "base_points": 4, + "features": [ + { + "type": "reaction_bonus", + "situation": "from others who see your looks", + "amount": 1 + } + ], + "calc": { + "points": 4 + } + }, + { + "id": "a0a4004f-2bb2-4371-8822-59b25aa9238a", + "type": "trait", + "name": "Claim to Hospitality", + "reference": "B41", + "tags": [ + "Advantage", + "Social" + ], + "modifiers": [ + { + "id": "a1868c09-c5aa-4e29-aa78-9a913758e874", + "type": "modifier", + "name": "@Friend with crash space@ (crash space)", + "cost": 1, + "cost_type": "points", + "disabled": true + }, + { + "id": "588a85b9-dee5-434f-8ae8-c4299199774b", + "type": "modifier", + "name": "@Group@ - @Services@", + "cost": 1, + "cost_type": "points", + "disabled": true + }, + { + "id": "e82cc14d-4886-438a-bf2a-5ed037e42feb", + "type": "modifier", + "name": "@Group@ - Has @Resources@", + "cost": 2, + "cost_type": "points", + "disabled": true + }, + { + "id": "0ab328aa-fa3f-4d99-a712-c58c20fea34d", + "type": "modifier", + "name": "@Large Group@ - Has @Lots of Services@", + "cost": 5, + "cost_type": "points", + "disabled": true + }, + { + "id": "3eba09ad-d753-47f8-b429-2e0481b56d0d", + "type": "modifier", + "name": "@Vast Group@ - @Complete Services@", + "cost": 10, + "cost_type": "points", + "disabled": true + } + ], + "calc": { + "points": 0 + } + }, + { + "id": "b5f2e0f6-369a-4e53-8016-37c8dda4821d", + "type": "trait", + "name": "Fearlessness", + "reference": "B55,MA44", + "tags": [ + "Advantage", + "Mental" + ], + "levels": 1, + "points_per_level": 2, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": false, + "name": { + "compare": "is", + "qualifier": "Fearfulness" + } + } + ] + }, + "features": [ + { + "type": "attribute_bonus", + "attribute": "fright_check", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 2 + } + }, + { + "id": "c717b02e-8d9d-4a7d-b182-3108bd802809", + "type": "trait", + "name": "Fit", + "reference": "B55", + "notes": "Recover FP at twice the normal rate (but not FP spent for spells or psi powers)", + "tags": [ + "Advantage", + "Physical" + ], + "base_points": 5, + "features": [ + { + "type": "conditional_modifier", + "situation": "to all HT rolls to stay conscious, avoid death, resist disease, or resist poison", + "amount": 1 + } + ], + "calc": { + "points": 5 + } + }, + { + "id": "4a3ea028-1ac3-4645-a607-5d831c15ac99", + "type": "trait", + "name": "Very Fit", + "reference": "B55", + "notes": "Recover FP at twice the normal rate; lose FP at half the normal rate (in both cases, not FP spent for spells or psi powers)", + "tags": [ + "Advantage", + "Physical" + ], + "base_points": 15, + "features": [ + { + "type": "conditional_modifier", + "situation": "to all HT rolls to stay conscious, avoid death, resist disease, resist poison", + "amount": 2 + } + ], + "calc": { + "points": 15 + } + }, + { + "id": "a158acfa-ebad-4dd3-90e3-e965468fa14a", + "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": "d131b2c9-fcaf-4145-b232-2cd26a5df8eb", + "type": "trait", + "name": "Talent (Outdoorsman)", + "reference": "B90,PU3:14", + "tags": [ + "Advantage", + "Mental", + "Talent" + ], + "levels": 1, + "points_per_level": 10, + "features": [ + { + "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": "Fishing" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Mimicry" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Naturalist" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Navigation" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Survival" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Tracking" + }, + "amount": 1, + "per_level": true + }, + { + "type": "reaction_bonus", + "situation": "from explorers and nature lovers", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 10 + } + }, + { + "id": "27f87cdc-ede2-4c46-b9c0-e88de8f16c25", + "type": "trait", + "name": "Penetrating Voice", + "reference": "B101", + "tags": [ + "Perk", + "Physical" + ], + "base_points": 1, + "features": [ + { + "type": "conditional_modifier", + "situation": "to others' Hearing roll in siturations where you want to be heard over noise", + "amount": 3 + } + ], + "calc": { + "points": 1 + } + }, + { + "id": "5796d14b-f9b7-480b-99ad-32996eb44263", + "type": "trait", + "name": "Rapid Healing", + "reference": "B79", + "tags": [ + "Advantage", + "Physical" + ], + "base_points": 5, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "attribute_prereq", + "has": true, + "qualifier": { + "compare": "at_least", + "qualifier": 10 + }, + "which": "ht" + } + ] + }, + "features": [ + { + "type": "conditional_modifier", + "situation": "to your effective HT whenever you roll to recover lost HP or to see if you can get over a crippling injury", + "amount": 5 + } + ], + "calc": { + "points": 5 + } + }, + { + "id": "f98bdf21-b3db-40a1-a5d1-fa367dc66814", + "type": "trait", + "name": "Temperature Tolerance (Cold)", + "reference": "B93", + "tags": [ + "Advantage", + "Physical" + ], + "levels": 1, + "points_per_level": 1, + "can_level": true, + "calc": { + "points": 1 + } + }, + { + "id": "317fbb9a-b3b7-4048-9c03-22bdac9a53ed", + "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": "4f93865f-b39f-4080-a2d8-7f15c227365b", + "type": "trait", + "name": "Extra Fatigue Points", + "reference": "B16", + "tags": [ + "Advantage", + "Attribute", + "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": "54dd5a94-1f8a-4afe-afc1-6bdf705abc5e", + "type": "trait", + "name": "Extra Fatigue Points", + "reference": "B16", + "tags": [ + "Advantage", + "Attribute", + "Physical" + ], + "levels": 2, + "points_per_level": 3, + "features": [ + { + "type": "attribute_bonus", + "attribute": "fp", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 6 + } + }, + { + "id": "1c3f0014-fc31-4d6d-b01e-2819bcb1c67c", + "type": "trait", + "name": "Extra Fatigue Points", + "reference": "B16", + "tags": [ + "Advantage", + "Attribute", + "Physical" + ], + "levels": 3, + "points_per_level": 3, + "features": [ + { + "type": "attribute_bonus", + "attribute": "fp", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 9 + } + }, + { + "id": "bdb73654-9371-4553-8c79-515cd396d91c", + "type": "trait", + "name": "Extra Fatigue Points", + "reference": "B16", + "tags": [ + "Advantage", + "Attribute", + "Physical" + ], + "levels": 4, + "points_per_level": 3, + "features": [ + { + "type": "attribute_bonus", + "attribute": "fp", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 12 + } + }, + { + "id": "d5da8fbf-b56c-40a3-8786-0e004a68e1fb", + "type": "trait", + "name": "Extra Fatigue Points", + "reference": "B16", + "tags": [ + "Advantage", + "Attribute", + "Physical" + ], + "levels": 5, + "points_per_level": 3, + "features": [ + { + "type": "attribute_bonus", + "attribute": "fp", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 15 + } + }, + { + "id": "fec9c7e5-6716-436e-82e2-ca677665c31b", + "type": "trait", + "name": "Extra Fatigue Points", + "reference": "B16", + "tags": [ + "Advantage", + "Attribute", + "Physical" + ], + "levels": 6, + "points_per_level": 3, + "features": [ + { + "type": "attribute_bonus", + "attribute": "fp", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 18 + } + }, + { + "id": "f59cd725-ee7c-4cbb-bb60-c3d7fbaec277", + "type": "trait", + "name": "Channeling", + "reference": "B41,P43", + "tags": [ + "Advantage", + "Mental", + "Supernatural" + ], + "modifiers": [ + { + "id": "edd19d8c-c1a5-4e0b-825e-68bdb2311e59", + "type": "modifier", + "name": "Aware", + "reference": "P43", + "cost": 50, + "disabled": true + }, + { + "id": "f6d0fe32-74e8-40a7-9190-0175e4341e33", + "type": "modifier", + "name": "Specialized", + "reference": "P44", + "notes": "@Type@", + "cost": -50, + "disabled": true + } + ], + "base_points": 10, + "calc": { + "points": 10 + } + }, + { + "id": "3e4281b4-de6b-4504-993d-12774d27c6bf", + "type": "trait", + "name": "Common Sense", + "reference": "B43,P45", + "tags": [ + "Advantage", + "Mental" + ], + "modifiers": [ + { + "id": "9061b3d4-8442-4a84-ae19-0ba89e6857d7", + "type": "modifier", + "name": "Concious", + "reference": "P45", + "cost": 50, + "disabled": true + } + ], + "base_points": 10, + "calc": { + "points": 10 + } + }, + { + "id": "bb8c709e-bbd6-4995-ac34-0e9aec1864f6", + "type": "trait", + "name": "Contact (Spirit Guide)", + "reference": "B44", + "tags": [ + "Advantage", + "Social" + ], + "modifiers": [ + { + "id": "8b0fefc6-5071-44c5-89ca-f8453e588828", + "type": "modifier", + "name": "Effective skill", + "notes": "12", + "cost": 1, + "cost_type": "points", + "disabled": true + }, + { + "id": "833fb095-f6c4-459c-8660-474161fdd329", + "type": "modifier", + "name": "Effective skill", + "notes": "15", + "cost": 2, + "cost_type": "points", + "disabled": true + }, + { + "id": "9e2567e7-25d8-4843-aab9-bd953050e948", + "type": "modifier", + "name": "Effective skill", + "notes": "18", + "cost": 3, + "cost_type": "points", + "disabled": true + }, + { + "id": "63b4314d-f722-442c-a1d8-c53b4c5733a5", + "type": "modifier", + "name": "Effective skill", + "notes": "21", + "cost": 4, + "cost_type": "points", + "disabled": true + }, + { + "id": "083ee360-33df-4ab1-8bf5-520f9e31f2e7", + "type": "modifier", + "name": "Can obtain information using supernatural talents", + "cost": 1, + "cost_type": "points", + "disabled": true + }, + { + "id": "20f09f2b-9eeb-4fc3-9b60-7c5d0e2e69b3", + "type": "modifier", + "name": "Group", + "cost": 5, + "cost_type": "multiplier", + "disabled": true + }, + { + "id": "815c9373-73e7-4edc-8a82-a72820d3851f", + "type": "modifier", + "name": "Appears almost all the time", + "notes": "15-", + "cost": 3, + "cost_type": "multiplier", + "disabled": true + }, + { + "id": "05183ed1-b4d0-4f10-a14f-a1b164a8992e", + "type": "modifier", + "name": "Appears quite often", + "notes": "12-", + "cost": 2, + "cost_type": "multiplier", + "disabled": true + }, + { + "id": "2687a0a0-cf05-4650-a350-7790c38999e3", + "type": "modifier", + "name": "Appears fairly often", + "notes": "9-", + "cost": 1, + "cost_type": "multiplier", + "disabled": true + }, + { + "id": "44ffa02d-134b-4d0a-a47e-8d9edef75dc8", + "type": "modifier", + "name": "Appears quite rarely", + "notes": "6-", + "cost": 0.5, + "cost_type": "multiplier", + "disabled": true + }, + { + "id": "ed43bb5c-a588-42cb-a135-c515dafb5d60", + "type": "modifier", + "name": "Completely reliable", + "cost": 3, + "cost_type": "multiplier", + "disabled": true + }, + { + "id": "db8d124a-a83b-4d66-85ed-f70ce7eadcf8", + "type": "modifier", + "name": "Usually reliable", + "cost": 2, + "cost_type": "multiplier", + "disabled": true + }, + { + "id": "51804516-d8da-4c44-9585-2c6cd33482c3", + "type": "modifier", + "name": "Somewhat reliable", + "cost": 1, + "cost_type": "multiplier", + "disabled": true + }, + { + "id": "9665355f-8bc0-495c-a77f-f0aed8e2f600", + "type": "modifier", + "name": "Unreliable", + "cost": 0.5, + "cost_type": "multiplier", + "disabled": true + }, + { + "id": "b5112ac7-096a-42ce-9dd1-3fea5b78eb76", + "type": "modifier", + "name": "Favor", + "reference": "B55", + "cost": 0.2, + "cost_type": "multiplier", + "disabled": true + } + ], + "calc": { + "points": 0 + } + }, + { + "id": "2591190b-4cca-44f7-8d30-54ef8c4d9083", + "type": "trait", + "name": "Eidetic Memory", + "reference": "B51", + "tags": [ + "Advantage", + "Mental" + ], + "modifiers": [ + { + "id": "309120f1-8e25-46bf-ba83-6c998f4d9025", + "type": "modifier", + "name": "Photographic", + "reference": "B51", + "cost": 5, + "cost_type": "points", + "disabled": true + } + ], + "base_points": 5, + "calc": { + "points": 5 + } + }, + { + "id": "5d6a8845-b4f0-453e-8188-817291c46fcf", + "type": "trait", + "name": "Fearlessness", + "reference": "B55,MA44", + "tags": [ + "Advantage", + "Mental" + ], + "levels": 1, + "points_per_level": 2, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": false, + "name": { + "compare": "is", + "qualifier": "Fearfulness" + } + } + ] + }, + "features": [ + { + "type": "attribute_bonus", + "attribute": "fright_check", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 2 + } + }, + { + "id": "d551d6ad-349d-4421-a124-e961e73571f4", + "type": "trait", + "name": "Fearlessness", + "reference": "B55,MA44", + "tags": [ + "Advantage", + "Mental" + ], + "levels": 2, + "points_per_level": 2, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": false, + "name": { + "compare": "is", + "qualifier": "Fearfulness" + } + } + ] + }, + "features": [ + { + "type": "attribute_bonus", + "attribute": "fright_check", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 4 + } + }, + { + "id": "153ab581-ca95-4e37-b25c-86b4efda84a1", + "type": "trait", + "name": "Talent (Healer)", + "reference": "B90,PU3:11", + "tags": [ + "Advantage", + "Mental", + "Talent" + ], + "modifiers": [ + { + "id": "41a45799-45da-4588-9714-368b1bfaf62a", + "type": "modifier", + "name": "Alternate Benefit", + "notes": "Bonus to HT rolls for a specific patient and condition if treated full time.", + "disabled": true + }, + { + "id": "14c31fe3-3767-46f6-8957-756c5c63edf5", + "type": "modifier", + "name": "Alternative Cost", + "cost": -1, + "affects": "levels_only", + "cost_type": "points", + "disabled": true + } + ], + "levels": 1, + "points_per_level": 10, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": false, + "name": { + "compare": "is", + "qualifier": "Talent (Healer)" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + }, + "notes": { + "compare": "contains", + "qualifier": "Modern" + } + } + ] + }, + "features": [ + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Diagnosis" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Esoteric Medicine" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "First Aid" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Pharmacy" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Physician" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Physiology" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Psychology" + }, + "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": "Veterinary" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is" + }, + "amount": 1, + "per_level": true + }, + { + "type": "reaction_bonus", + "situation": "from patients", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 10 + } + }, + { + "id": "cdcd2efb-3f07-4c8d-a36f-7c2c0fcc7f43", + "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": "5a57eeb0-bd61-460b-8f94-f8d40ac9bc2b", + "type": "trait", + "name": "Longevity", + "reference": "B66", + "notes": "You fail aging rolls only on a 17 or 18, or only on an 18 if your modified HT is 17 or better", + "tags": [ + "Advantage", + "Physical" + ], + "base_points": 2, + "calc": { + "points": 2 + } + }, + { + "id": "1614322c-bd0e-4c59-b1c2-c0dd7a16bb18", + "type": "trait", + "name": "Medium", + "reference": "B68,P59", + "tags": [ + "Advantage", + "Mental", + "Supernatural" + ], + "modifiers": [ + { + "id": "92e81cc0-3e51-4652-bc43-c63c1f261123", + "type": "modifier", + "name": "Manifestation", + "reference": "P60", + "cost": 100, + "disabled": true + }, + { + "id": "f7443dcc-67cf-454b-8dca-623c197d806e", + "type": "modifier", + "name": "Universal", + "reference": "P60", + "cost": 50, + "disabled": true + }, + { + "id": "3ffc56b5-2f17-4ee2-94ac-6c24086edc13", + "type": "modifier", + "name": "Visual", + "reference": "P60", + "cost": 50, + "disabled": true + }, + { + "id": "5195d41f-49f0-4151-9303-eac354969591", + "type": "modifier", + "name": "Specialized", + "reference": "P60", + "notes": "@Class of Spirits@", + "cost": -50, + "disabled": true + } + ], + "base_points": 10, + "calc": { + "points": 10 + } + }, + { + "id": "1ae81c03-4e11-4b4f-a22f-da3643581e59", + "type": "trait", + "name": "Empathy (Sensitive)", + "reference": "B51", + "tags": [ + "Advantage", + "Mental" + ], + "modifiers": [ + { + "id": "8c04f995-be36-4786-9763-d0ce15d1ee75", + "type": "modifier", + "name": "Remote", + "reference": "P48", + "cost": 50, + "disabled": true + } + ], + "base_points": 5, + "features": [ + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "detect lies" + }, + "amount": 1 + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "fortune-telling" + }, + "amount": 1 + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "psychology" + }, + "amount": 1 + } + ], + "calc": { + "points": 5 + } + }, + { + "id": "1be2ee0a-6f1f-40ec-9a35-180d7cde8bea", + "type": "trait", + "name": "Empathy", + "reference": "B51,P48", + "tags": [ + "Advantage", + "Mental" + ], + "modifiers": [ + { + "id": "15130107-a6e2-4b7f-9092-477a1428f637", + "type": "modifier", + "name": "Remote", + "reference": "P48", + "cost": 50, + "disabled": true + } + ], + "base_points": 15, + "features": [ + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "detect lies" + }, + "amount": 3 + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "fortune-telling" + }, + "amount": 3 + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "psychology" + }, + "amount": 3 + } + ], + "calc": { + "points": 15 + } + }, + { + "id": "916202fe-e343-4998-beba-53859c380a78", + "type": "trait", + "name": "Spirit Empathy", + "reference": "B88,P48", + "tags": [ + "Advantage", + "Mental", + "Supernatural" + ], + "modifiers": [ + { + "id": "110046ca-f474-4b43-877e-bd18510acdab", + "type": "modifier", + "name": "Specialized", + "reference": "B87", + "notes": "@Type: Angels, Demons, Elementals, Faerie, Ghosts, etc.@", + "cost": -50, + "disabled": true + }, + { + "id": "05a618e6-ef79-49a6-9009-b2d3e13a12bb", + "type": "modifier", + "name": "Remote", + "reference": "P48", + "cost": 50, + "disabled": true + } + ], + "base_points": 10, + "calc": { + "points": 10 + } + }, + { + "id": "b7fb6925-e6d2-411d-b036-d6d4b767bbb7", + "type": "trait", + "name": "True Faith", + "reference": "B94,P84", + "tags": [ + "Advantage", + "Mental", + "Supernatural" + ], + "modifiers": [ + { + "id": "ca3afde0-4e16-4370-96b4-06f654841cb6", + "type": "modifier", + "name": "Chosen", + "reference": "P84", + "notes": "@Deity@", + "disabled": true + }, + { + "id": "32701344-c513-4fdb-9337-c3261e231622", + "type": "modifier", + "name": "Turning", + "reference": "P84", + "cost": 65, + "disabled": true + } + ], + "base_points": 15, + "calc": { + "points": 15 + } + }, + { + "id": "c0a428cf-e977-4afa-b3dc-6db38a205126", + "type": "trait", + "name": "Select some style specific traits", + "calc": { + "points": 0 + } + }, + { + "id": "262dfec4-463b-44dc-9c6a-0fd6f513c3fc", + "type": "trait", + "name": "Improve Blessed to Very Blessed", + "base_points": 10, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": false, + "name": { + "compare": "is", + "qualifier": "Blessed" + }, + "level": { + "compare": "at_least" + } + } + ] + }, + "calc": { + "points": 10 + } + }, + { + "id": "c36c0aff-6670-490c-8a44-30a2854cc050", + "type": "trait", + "name": "Improve Magery by 1 level", + "reference": "B66", + "tags": [ + "Advantage", + "Mental", + "Supernatural" + ], + "modifiers": [ + { + "id": "10b7c609-d742-473c-a229-fd39e10a948f", + "type": "modifier", + "name": "Dance", + "cost": -40, + "affects": "levels_only", + "disabled": true + }, + { + "id": "8cffcc39-a19c-4aa2-8a65-f270534b6ad7", + "type": "modifier", + "name": "Dark-Aspected", + "cost": -50, + "affects": "levels_only", + "disabled": true + }, + { + "id": "9a43b6eb-5fca-4b3b-9475-9c8922652001", + "type": "modifier", + "name": "Day-Aspected", + "cost": -40, + "affects": "levels_only", + "disabled": true + }, + { + "id": "1db3c1d2-12b8-4d9f-aaec-8a1f58f99922", + "type": "modifier", + "name": "Musical", + "cost": -50, + "affects": "levels_only", + "disabled": true + }, + { + "id": "7ef63d35-934c-4046-8b55-22208f7a99b6", + "type": "modifier", + "name": "Night-Aspected", + "cost": -40, + "affects": "levels_only", + "disabled": true + }, + { + "id": "0f92e868-30bd-4a88-8dd7-d1929eb47c0e", + "type": "modifier", + "name": "One College", + "notes": "@College@", + "cost": -40, + "affects": "levels_only", + "disabled": true + }, + { + "id": "7a67c4c3-2454-43a0-acd4-aac1265bd79a", + "type": "modifier", + "name": "Solitary", + "cost": -40, + "affects": "levels_only", + "disabled": true + }, + { + "id": "162576be-563f-43f2-9bd3-91db2defc569", + "type": "modifier", + "name": "Song", + "cost": -40, + "affects": "levels_only", + "disabled": true + } + ], + "base_points": 10, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": false, + "name": { + "compare": "is", + "qualifier": "Magery" + }, + "level": { + "compare": "at_least" + } + } + ] + }, + "calc": { + "points": 10 + } + }, + { + "id": "0128fea7-0fb0-4c33-abad-26d069d7c675", + "type": "trait", + "name": "Improve Magery by 2 levels", + "reference": "B66", + "tags": [ + "Advantage", + "Mental", + "Supernatural" + ], + "modifiers": [ + { + "id": "10b7c609-d742-473c-a229-fd39e10a948f", + "type": "modifier", + "name": "Dance", + "cost": -40, + "affects": "levels_only", + "disabled": true + }, + { + "id": "8cffcc39-a19c-4aa2-8a65-f270534b6ad7", + "type": "modifier", + "name": "Dark-Aspected", + "cost": -50, + "affects": "levels_only", + "disabled": true + }, + { + "id": "9a43b6eb-5fca-4b3b-9475-9c8922652001", + "type": "modifier", + "name": "Day-Aspected", + "cost": -40, + "affects": "levels_only", + "disabled": true + }, + { + "id": "1db3c1d2-12b8-4d9f-aaec-8a1f58f99922", + "type": "modifier", + "name": "Musical", + "cost": -50, + "affects": "levels_only", + "disabled": true + }, + { + "id": "7ef63d35-934c-4046-8b55-22208f7a99b6", + "type": "modifier", + "name": "Night-Aspected", + "cost": -40, + "affects": "levels_only", + "disabled": true + }, + { + "id": "0f92e868-30bd-4a88-8dd7-d1929eb47c0e", + "type": "modifier", + "name": "One College", + "notes": "@College@", + "cost": -40, + "affects": "levels_only", + "disabled": true + }, + { + "id": "7a67c4c3-2454-43a0-acd4-aac1265bd79a", + "type": "modifier", + "name": "Solitary", + "cost": -40, + "affects": "levels_only", + "disabled": true + }, + { + "id": "162576be-563f-43f2-9bd3-91db2defc569", + "type": "modifier", + "name": "Song", + "cost": -40, + "affects": "levels_only", + "disabled": true + } + ], + "base_points": 20, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": false, + "name": { + "compare": "is", + "qualifier": "Magery" + }, + "level": { + "compare": "at_least" + } + } + ] + }, + "calc": { + "points": 20 + } + } + ], + "name": "Choose 20 points from the below", + "template_picker": { + "type": "points", + "qualifier": { + "compare": "at_most", + "qualifier": 20 + } + }, + "calc": { + "points": 314 + } + }, + { + "id": "7c32d51c-4679-4caf-ac88-82fe91e860df", + "type": "trait", + "name": "Sense of Duty (Clan)", + "reference": "B153", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -5, + "calc": { + "points": -5 + } + }, + { + "id": "ce881809-b40c-4c86-a4e1-0206b6e459f1", + "type": "trait_container", + "open": true, + "children": [ + { + "id": "07032ec1-3389-474e-8db2-94aa2a771925", + "type": "trait", + "name": "Attentive", + "reference": "B163", + "tags": [ + "Mental", + "Quirk" + ], + "base_points": -1, + "features": [ + { + "type": "conditional_modifier", + "situation": "to skill rolls when working on lengthy tasks, but -3 to notice any important interruption", + "amount": 1 + } + ], + "calc": { + "points": -1 + } + }, + { + "id": "8366c089-a73c-483c-bb0d-8df2a702dbf2", + "type": "trait", + "name": "Claustrophobia (Enclosed Spaces)", + "reference": "B149", + "notes": "You are uncomfortable any time you can’t see the sky – or at least a very high ceiling. In a small room or vehicle, you feel the walls closing in on you... You need air! This is a dangerous fear for someone who plans to go underground.", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -15, + "cr": 12, + "cr_adj": "action_penalty", + "calc": { + "points": -15 + } + }, + { + "id": "bbc32815-8780-4226-b17d-1fd59679a3b9", + "type": "trait", + "name": "Compulsive Generosity", + "reference": "B128", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -5, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": false, + "name": { + "compare": "is", + "qualifier": "miserliness" + } + } + ] + }, + "features": [ + { + "type": "reaction_bonus", + "situation": "from pious folk", + "amount": 1 + } + ], + "cr": 12, + "cr_adj": "minor_cost_of_living_increase", + "calc": { + "points": -5 + } + }, + { + "id": "1d60d69a-d416-4a99-a45d-4eebd8ebf3c5", + "type": "trait", + "name": "Easy to Read", + "reference": "B134", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -10, + "features": [ + { + "type": "conditional_modifier", + "situation": "to others on all Empathy, Body Language, and Psychology rolls to discern your intentions or the truth of your words", + "amount": 4 + }, + { + "type": "conditional_modifier", + "situation": "to others on IQ, Detect Lies, and Gambling rolls in any Quick Contest with your Acting, Fast-Talk, or Gambling skill when you try to lie or bluff", + "amount": 4 + } + ], + "calc": { + "points": -10 + } + }, + { + "id": "cf1136b6-0390-49e5-80af-1203bc8f72a5", + "type": "trait", + "name": "Intolerance (Land-Walkers)", + "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": "e2fa4f0f-e9d7-48c7-b7e5-5b7a171ab6db", + "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": "268007e9-4952-47eb-b594-8b5223906fb6", + "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": "aca9b3d3-70e4-404c-afc3-e11446bfd4ce", + "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": "5402e99f-c972-41dd-bac5-4bc82d913457", + "type": "trait", + "name": "Social Stigma (Minority Group)", + "reference": "B155", + "notes": "You are a member of a minority that the dominant culture around you regards as “barbarians” or “inferior.”", + "tags": [ + "Disadvantage", + "Social" + ], + "base_points": -10, + "features": [ + { + "type": "reaction_bonus", + "situation": "from others except your own kind", + "amount": -2 + }, + { + "type": "reaction_bonus", + "situation": "from others of your own kind in an area, profession, or situation where your minority is especially rare", + "amount": 2 + } + ], + "calc": { + "points": -10 + } + }, + { + "id": "b532e2c5-d0d6-4bf3-9057-15439bcb7181", + "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": "836cb7b6-bd5d-41ff-b5e8-5cdb712e83c9", + "type": "trait", + "name": "Bad Smell", + "reference": "B124", + "tags": [ + "Disadvantage", + "Physical" + ], + "base_points": -10, + "features": [ + { + "type": "reaction_bonus", + "situation": "from most people and animals (although pests or carrion-eating scavengers might be attracted to you!)", + "amount": -2 + } + ], + "calc": { + "points": -10 + } + }, + { + "id": "93f69567-a6aa-4bad-be02-1ada4ff48e59", + "type": "trait", + "name": "Bad Temper", + "reference": "B124", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -10, + "cr": 12, + "calc": { + "points": -10 + } + }, + { + "id": "62b9ffe1-0643-4cda-b629-9c5debc545fd", + "type": "trait", + "name": "Delusion (Superstitious)", + "reference": "B130", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -10, + "calc": { + "points": -10 + } + }, + { + "id": "52e5ef82-4b7c-4de4-a6fe-6a2aabb7fed4", + "type": "trait", + "name": "Disciplines of Faith (Mysticism)", + "reference": "B132", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -10, + "calc": { + "points": -10 + } + }, + { + "id": "a5b976df-ebbb-4877-a846-c531bd33fce9", + "type": "trait", + "name": "Flashbacks", + "reference": "B136", + "notes": "In any situation that the GM feels is stressful, he will roll 3d. On a 6 or less, you have a flashback. The GM will roll whenever you miss a Fright Check or make the roll exactly, and whenever you fail a self-control roll for another stress-related disadvantage.", + "tags": [ + "Disadvantage", + "Physical" + ], + "modifiers": [ + { + "id": "e66d07e9-3a32-4993-9ec4-ab99f97d440e", + "type": "modifier", + "name": "Mild", + "reference": "B136", + "notes": "Duration: 2d seconds; -2 on all skill rolls", + "cost": -5, + "cost_type": "points", + "disabled": true + }, + { + "id": "dea65bf7-f5a5-408b-be53-69896a7394b9", + "type": "modifier", + "name": "Severe", + "reference": "B136", + "notes": "Duration: 1d minutes; -5 on all skill rolls", + "cost": -10, + "cost_type": "points", + "disabled": true + }, + { + "id": "9529ef70-5491-4e2e-b152-9c00304b6972", + "type": "modifier", + "name": "Crippling", + "notes": "Duration: 3d minutes; Precludes all skill use", + "cost": -20, + "cost_type": "points", + "disabled": true + } + ], + "calc": { + "points": 0 + } + }, + { + "id": "92f73b53-5b3c-4906-ad86-cb599c0eb5ea", + "type": "trait", + "name": "Guilt Complex", + "reference": "B137", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -5, + "calc": { + "points": -5 + } + }, + { + "id": "c5495c95-d6a1-407c-aed4-2469e5508985", + "type": "trait", + "name": "Loner", + "reference": "B142", + "notes": "Make a self-control roll whenever anyone lingers nearby, watches over your shoulder, etc. If you fail, you lash out at that person just as if you had Bad Temper.", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -5, + "cr": 12, + "cr_adj": "reaction_penalty", + "calc": { + "points": -5 + } + }, + { + "id": "6807c1e8-8c49-4071-8571-577a4dd8cef6", + "type": "trait", + "name": "Lunacy", + "reference": "B143", + "notes": "During the full moon, you are extremely emotional and volatile, while on nights of the new moon you are very passive (you temporarily suffer from the Laziness disadvantage, B142). While the moon is waxing, you are focused and pleasant; while it is waning, you are apathetic and a little touchy.", + "tags": [ + "Disadvantage", + "Physical" + ], + "base_points": -10, + "features": [ + { + "type": "conditional_modifier", + "situation": "to all Will and self-control rolls during the full moon", + "amount": -2 + } + ], + "calc": { + "points": -10 + } + }, + { + "id": "cd210390-af80-4210-aaa6-d3bd0d23878e", + "type": "trait", + "name": "Magic Susceptibility", + "reference": "B143", + "notes": "Max of 5 levels", + "tags": [ + "Disadvantage", + "Mental", + "Supernatural" + ], + "levels": 1, + "points_per_level": -3, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": false, + "name": { + "compare": "is", + "qualifier": "magic resistance" + } + } + ] + }, + "features": [ + { + "type": "conditional_modifier", + "situation": "to skill for others to cast a spell on you", + "amount": 1, + "per_level": true + }, + { + "type": "conditional_modifier", + "situation": "to resist spells", + "amount": -1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": -3 + } + }, + { + "id": "2212113b-18db-49f5-b3af-93b42df61fc6", + "type": "trait", + "name": "Magic Susceptibility", + "reference": "B143", + "notes": "Max of 5 levels", + "tags": [ + "Disadvantage", + "Mental", + "Supernatural" + ], + "levels": 2, + "points_per_level": -3, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": false, + "name": { + "compare": "is", + "qualifier": "magic resistance" + } + } + ] + }, + "features": [ + { + "type": "conditional_modifier", + "situation": "to skill for others to cast a spell on you", + "amount": 1, + "per_level": true + }, + { + "type": "conditional_modifier", + "situation": "to resist spells", + "amount": -1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": -6 + } + }, + { + "id": "82f45c33-f4cb-4c11-8937-f6d08e6714f4", + "type": "trait", + "name": "Phantom Voices (Annoying)", + "reference": "B148", + "notes": "In any situation that the GM feels is stressful, he may roll 3d. On a 6 or less, you hear voices. The GM will always roll whenever you miss a Fright Check or make the roll exactly, and whenever you fail a self-control roll for another stress-related disadvantage.", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -5, + "calc": { + "points": -5 + } + }, + { + "id": "df592832-449f-41de-96c8-0766703badf3", + "type": "trait", + "name": "Phantom Voices (Disturbing)", + "reference": "B148", + "notes": "In any situation that the GM feels is stressful, he may roll 3d. On a 6 or less, you hear voices. The GM will always roll whenever you miss a Fright Check or make the roll exactly, and whenever you fail a self-control roll for another stress-related disadvantage.", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -10, + "calc": { + "points": -10 + } + }, + { + "id": "80f2924d-595b-4627-ab18-04248d4fee5f", + "type": "trait", + "name": "Sense of Duty (Spirits)", + "reference": "B153", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -10, + "calc": { + "points": -10 + } + }, + { + "id": "11397b98-541a-456c-9147-f2a1ad55e684", + "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": "871901d4-6056-420f-8f21-b3388a038a48", + "type": "trait", + "name": "Truthfulness", + "reference": "B159", + "notes": "Make a self-control roll whenever you must keep silent about an uncomfortable truth (lying by omission). Roll at -5 if you actually have to tell a falsehood! If you fail, you blurt out the truth, or stumble so much that your lie is obvious.", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -5, + "features": [ + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "fast-talk" + }, + "amount": -5 + } + ], + "cr": 12, + "calc": { + "points": -5 + } + } + ], + "name": "Choose -20 points from the below", + "template_picker": { + "type": "points", + "qualifier": { + "compare": "at_least", + "qualifier": -20 + } + }, + "calc": { + "points": -185 + } + } + ], + "name": "Shaman", + "reference": "FFWF20", + "calc": { + "points": 216 + } + } + ], + "skills": [ + { + "id": "c844b90f-daae-4dd2-9927-10ee0381c02c", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "c9514afa-26aa-4590-8441-b39baec2f83e", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "08781136-a962-491b-aadc-a12d80521c6b", + "type": "skill", + "name": "First Aid", + "reference": "B195", + "tags": [ + "Everyman", + "Medical" + ], + "tech_level": "", + "difficulty": "iq/e", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -4 + }, + { + "type": "skill", + "name": "Esoteric Medicine" + }, + { + "type": "skill", + "name": "Physician" + }, + { + "type": "skill", + "name": "Veterinary", + "modifier": -4 + } + ] + }, + { + "id": "4ffeb446-5c0a-4ad9-9149-2310454dfcdf", + "type": "skill", + "name": "Occultism", + "reference": "B212", + "tags": [ + "Magical", + "Occult" + ], + "difficulty": "iq/a", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -5 + } + ] + }, + { + "id": "96822d16-5c44-4040-8509-46f8de3d4f03", + "type": "skill", + "name": "Diagnosis", + "reference": "B187", + "tags": [ + "Medical" + ], + "tech_level": "", + "difficulty": "iq/h", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -6 + }, + { + "type": "skill", + "name": "First Aid", + "modifier": -8 + }, + { + "type": "skill", + "name": "Physician", + "modifier": -4 + }, + { + "type": "skill", + "name": "Veterinary", + "modifier": -5 + } + ] + }, + { + "id": "af17dc0e-418d-489c-94f6-9742cf887317", + "type": "skill", + "name": "Naturalist", + "reference": "B211", + "tags": [ + "Animal", + "Exploration", + "Natural Science", + "Outdoor", + "Plant" + ], + "specialization": "Earthlike", + "difficulty": "iq/h", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -6 + }, + { + "type": "skill", + "name": "Biology", + "modifier": -3 + } + ] + }, + { + "id": "3b111d9f-27ce-4d8d-8fa4-ee5c0367f2c1", + "type": "skill", + "name": "Pharmacy", + "reference": "B213", + "tags": [ + "Design", + "Invention", + "Medical", + "Plant" + ], + "specialization": "Herbal", + "tech_level": "", + "difficulty": "iq/h", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -6 + }, + { + "type": "skill", + "name": "Biology", + "modifier": -5 + }, + { + "type": "skill", + "name": "Herb Lore", + "modifier": -5 + }, + { + "type": "skill", + "name": "Naturalist", + "modifier": -5 + } + ], + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "skill_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "naturalist" + } + } + ] + } + }, + { + "id": "94099d72-3c61-408a-ad77-3d558dda563b", + "type": "skill", + "name": "Religious Ritual", + "reference": "B217", + "tags": [ + "Magical", + "Occult" + ], + "specialization": "@Specialty@", + "difficulty": "iq/h", + "points": 2, + "defaults": [ + { + "type": "skill", + "name": "Ritual Magic", + "specialization": "@Specialty@", + "modifier": -6 + }, + { + "type": "skill", + "name": "Theology", + "specialization": "@Specialty@", + "modifier": -4 + } + ] + }, + { + "id": "b84963a7-a8e6-4dcb-9e4a-d3e5ebda5fa0", + "type": "skill", + "name": "Surgery", + "reference": "B223", + "tags": [ + "Medical" + ], + "tech_level": "", + "difficulty": "iq/vh", + "points": 2, + "defaults": [ + { + "type": "skill", + "name": "First Aid", + "modifier": -12 + }, + { + "type": "skill", + "name": "Physician", + "modifier": -5 + }, + { + "type": "skill", + "name": "Physiology", + "modifier": -8 + }, + { + "type": "skill", + "name": "Veterinary", + "modifier": -5 + } + ], + "prereqs": { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "skill_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "first aid" + } + }, + { + "type": "skill_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "physician" + } + } + ] + } + } + ], + "name": "Primary Skills" + }, + { + "id": "0df1e53f-ff75-49ab-ad0f-86571892ed67", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "7767f1d1-0c44-4019-b73a-16a6010ef82a", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "1e12a720-0f0e-4f46-bedf-cafd5b1ec698", + "type": "skill", + "name": "Dancing", + "reference": "B187", + "tags": [ + "Arts", + "Entertainment" + ], + "difficulty": "dx/a", + "points": 2, + "defaults": [ + { + "type": "dx", + "modifier": -5 + } + ] + }, + { + "id": "e193f75a-2df1-42da-a7f5-5a01710e5d0a", + "type": "skill", + "name": "Fortune-Telling", + "reference": "B196", + "tags": [ + "Social" + ], + "specialization": "@Specialty@", + "difficulty": "iq/a", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -5 + }, + { + "type": "skill", + "name": "Fast-Talk", + "modifier": -3 + }, + { + "type": "skill", + "name": "Occultism", + "modifier": -3 + } + ] + }, + { + "id": "c7db6294-df8d-40d0-a285-bb79e5bd8308", + "type": "skill", + "name": "Performance", + "reference": "B212", + "tags": [ + "Arts", + "Entertainment" + ], + "difficulty": "iq/a", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -5 + }, + { + "type": "skill", + "name": "Acting", + "modifier": -2 + }, + { + "type": "skill", + "name": "Public Speaking", + "modifier": -2 + } + ] + }, + { + "id": "27c3d9e0-8336-4036-b742-1fc78286f38b", + "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": "da606c48-05ec-4359-ad08-52f6bdd7044a", + "type": "skill", + "name": "Literature", + "reference": "B205", + "tags": [ + "Humanities", + "Scholarly", + "Social Sciences" + ], + "difficulty": "iq/h", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -6 + } + ] + }, + { + "id": "299f08a0-60f5-4237-a6c9-29e57c063d6e", + "type": "skill", + "name": "Musical Instrument", + "reference": "B211", + "tags": [ + "Arts", + "Entertainment" + ], + "specialization": "@Specialty@", + "difficulty": "iq/h", + "points": 2 + }, + { + "id": "8a675104-7064-46d9-b203-6c071b5331e1", + "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": "5284ddec-c10a-46c3-96cc-40087a95d7e6", + "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": "252b43da-683d-408c-8b0b-832b2a072a64", + "type": "skill", + "name": "Theology", + "reference": "B226", + "tags": [ + "Humanities", + "Social Sciences" + ], + "specialization": "@Specialty@", + "difficulty": "iq/h", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -6 + }, + { + "type": "skill", + "name": "Religious Ritual", + "specialization": "@Specialty@", + "modifier": -4 + } + ] + }, + { + "id": "1d88bfd8-70ee-40f2-aa0f-b9b778ec1213", + "type": "skill", + "name": "Flight", + "reference": "B195", + "tags": [ + "Athletic" + ], + "difficulty": "ht/a", + "points": 2, + "defaults": [ + { + "type": "ht", + "modifier": -5 + } + ], + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "starts_with", + "qualifier": "flight" + } + } + ] + } + }, + { + "id": "c50b7b85-a94d-4ba3-8f0e-39c2ebcb9403", + "type": "skill", + "name": "Exorcism", + "reference": "B193", + "tags": [ + "Magical", + "Occult" + ], + "difficulty": "will/h", + "points": 2, + "defaults": [ + { + "type": "will", + "modifier": -6 + }, + { + "type": "skill", + "name": "Religious Ritual", + "modifier": -3 + }, + { + "type": "skill", + "name": "Ritual Magic", + "modifier": -3 + }, + { + "type": "skill", + "name": "Theology", + "modifier": -3 + } + ] + }, + { + "id": "6b013701-26ff-4546-bccc-8740e4c7ba3d", + "type": "skill", + "name": "Meditation", + "reference": "B207", + "tags": [ + "Esoteric" + ], + "difficulty": "will/h", + "points": 2, + "defaults": [ + { + "type": "will", + "modifier": -6 + }, + { + "type": "skill", + "name": "Autohypnosis", + "modifier": -4 + } + ] + }, + { + "id": "fa34f887-7454-4e41-a9ca-1dbeef1ac4c3", + "type": "skill", + "name": "Esoteric Medicine", + "reference": "B192,MA56", + "tags": [ + "Esoteric", + "Medical" + ], + "difficulty": "per/h", + "points": 2, + "defaults": [ + { + "type": "per", + "modifier": -6 + } + ] + }, + { + "id": "13b21a2b-709a-49d1-82b1-e8001f7b60b2", + "type": "skill", + "name": "Add 2 points to a primary skill", + "difficulty": "dx/a", + "points": 2, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "skill_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "Add 2 points to a primary skill" + }, + "level": { + "compare": "at_least" + } + } + ] + } + } + ], + "name": "Select 2 from the below", + "template_picker": { + "type": "count", + "qualifier": { + "compare": "is", + "qualifier": 2 + } + } + } + ], + "name": "Secondary Skills" + }, + { + "id": "6fca906b-eeed-41b3-b546-82a9667bfd2d", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "8465ae87-c75a-44d0-9c4d-7cc790898189", + "type": "skill", + "name": "Axe/Mace", + "reference": "B208", + "tags": [ + "Combat", + "Melee Combat", + "Weapon" + ], + "difficulty": "dx/a", + "points": 1, + "defaults": [ + { + "type": "dx", + "modifier": -5 + }, + { + "type": "skill", + "name": "Two-Handed Axe/Mace", + "modifier": -3 + }, + { + "type": "skill", + "name": "Flail", + "modifier": -4 + } + ] + }, + { + "id": "c5e8f330-f0c9-4bb7-ba24-7d7d04d62357", + "type": "skill", + "name": "Bow", + "reference": "B182", + "tags": [ + "Combat", + "Ranged Combat", + "Weapon" + ], + "difficulty": "dx/a", + "points": 1, + "defaults": [ + { + "type": "dx", + "modifier": -5 + } + ] + }, + { + "id": "c6e30899-6818-4993-81c0-2e01b13154dc", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "c6f1939c-fcaf-4775-a07f-3f8cb8caf412", + "type": "skill", + "name": "Filch", + "reference": "B195", + "tags": [ + "Criminal", + "Spy", + "Street" + ], + "difficulty": "dx/a", + "points": 1, + "defaults": [ + { + "type": "dx", + "modifier": -5 + }, + { + "type": "skill", + "name": "Pickpocket", + "modifier": -4 + }, + { + "type": "skill", + "name": "Sleight of Hand", + "modifier": -4 + } + ] + }, + { + "id": "83b4a117-4012-41e3-8c5c-ffff91fafdcb", + "type": "skill", + "name": "Sleight of Hand", + "reference": "B221", + "tags": [ + "Arts", + "Criminal", + "Entertainment", + "Street" + ], + "difficulty": "dx/h", + "points": 1, + "defaults": [ + { + "type": "skill", + "name": "Filch", + "modifier": -5 + } + ] + }, + { + "id": "6092fe24-4244-4cda-8124-d4297a297947", + "type": "skill", + "name": "Area Knowledge", + "reference": "B176", + "notes": "The inhabitants, trails, streams, hiding places, ambush sites, flora, ", + "tags": [ + "Everyman", + "Knowledge" + ], + "specialization": "@Area@", + "difficulty": "iq/e", + "points": 1, + "defaults": [ + { + "type": "skill", + "name": "Geography", + "modifier": -3 + } + ] + }, + { + "id": "4d123231-f7ff-49b3-b41e-7f14fc59b85e", + "type": "skill", + "name": "Politics", + "reference": "B215", + "tags": [ + "Business", + "Social" + ], + "difficulty": "iq/a", + "points": 1, + "defaults": [ + { + "type": "iq", + "modifier": -5 + }, + { + "type": "skill", + "name": "Diplomacy", + "modifier": -5 + } + ] + }, + { + "id": "a0c9e45f-b77f-473f-b292-5de47c139d67", + "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": "a43193fe-a746-401c-823a-2ae2c161e30f", + "type": "skill", + "name": "Teaching", + "reference": "B224", + "tags": [ + "Scholarly", + "Social" + ], + "difficulty": "iq/a", + "points": 1, + "defaults": [ + { + "type": "iq", + "modifier": -5 + } + ] + }, + { + "id": "1f8446e6-e5f7-4e61-9ad6-9fdad355ae8b", + "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": "4f7794fb-dacf-4a42-a264-cd95f79a1d8b", + "type": "skill", + "name": "Intimidation", + "reference": "B202", + "tags": [ + "Criminal", + "Police", + "Social", + "Street" + ], + "difficulty": "will/a", + "points": 1, + "defaults": [ + { + "type": "will", + "modifier": -5 + }, + { + "type": "skill", + "name": "Acting", + "modifier": -3 + } + ] + }, + { + "id": "180f178a-7cd9-470e-85a8-c8f09d0b232e", + "type": "skill", + "name": "Add 1 point to a secondary skill", + "difficulty": "dx/a", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "skill_prereq", + "has": false, + "name": { + "compare": "is", + "qualifier": "Add 1 point to a secondary skill" + }, + "level": { + "compare": "at_least" + } + } + ] + } + }, + { + "id": "8e2a1ec0-3597-4b86-81f4-ff7a27873d52", + "type": "skill", + "name": "Place 1 point in a Magical Style skill", + "difficulty": "dx/a", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "skill_prereq", + "has": false, + "name": { + "compare": "is", + "qualifier": "Place 1 point in a Magical Style skill" + }, + "level": { + "compare": "at_least" + } + } + ] + } + } + ], + "name": "Select 6 from the below", + "template_picker": { + "type": "count", + "qualifier": { + "compare": "is", + "qualifier": 6 + } + } + } + ], + "name": "Background Skills" + } + ], + "name": "Shaman", + "reference": "FFWF20" + } + ], + "spells": [ + { + "id": "8a26a0df-0392-4ecc-91a6-100c530cb0b7", + "type": "spell_container", + "open": true, + "children": [ + { + "id": "f1c86578-c32a-4cd6-9eac-0b1c4c8890c7", + "type": "spell_container", + "open": true, + "children": [ + { + "id": "66d4310b-e585-4f64-b522-5b45180872d0", + "type": "spell_container", + "open": true, + "children": [ + { + "id": "a43bcc14-44bf-4aad-8d37-fc233dd83b1b", + "type": "spell_container", + "open": true, + "children": [ + { + "id": "4a17a07e-b41e-4855-9b4a-f3011b633a8f", + "type": "spell", + "name": "Beast Soother", + "reference": "M29", + "tags": [ + "Animal" + ], + "difficulty": "iq/h", + "college": [ + "Animal" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "1 to 3", + "maintenance_cost": "-", + "casting_time": "1 sec", + "duration": "Permanent", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "animal friend" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + } + }, + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "persuasion" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "animal empathy" + } + } + ] + } + }, + { + "id": "9104cfbd-a0e4-4929-9364-b0674ff2bc09", + "type": "spell", + "name": "Animal Control (Bird)", + "reference": "M30", + "tags": [ + "Animal" + ], + "difficulty": "iq/h", + "college": [ + "Animal" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "resist": "Will", + "casting_cost": "3", + "maintenance_cost": "2", + "casting_time": "1 sec", + "duration": "1 min", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "beast soother" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "ecf8ebfd-7483-45cd-8cf2-f2ba6936b0ea", + "type": "spell", + "name": "Create Fire", + "reference": "M72", + "tags": [ + "Fire" + ], + "difficulty": "iq/h", + "college": [ + "Fire" + ], + "power_source": "Arcane", + "spell_class": "Area", + "casting_cost": "2", + "maintenance_cost": "Half", + "casting_time": "1 sec", + "duration": "1 min", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "seek fire" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + }, + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "ignite fire" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + }, + "weapons": [ + { + "id": "280a74a6-6d25-4625-9ff3-0d300cb58cd4", + "type": "melee_weapon", + "damage": { + "type": "burn", + "base": "1d-1" + }, + "usage": "Area", + "calc": { + "damage": "1d-1 burn" + } + } + ] + }, + { + "id": "4011e25e-9c46-452d-8f53-7a7b52e50b2b", + "type": "spell", + "name": "Death Vision", + "reference": "M149", + "tags": [ + "Necromancy" + ], + "difficulty": "iq/h", + "college": [ + "Necromancy" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "2", + "maintenance_cost": "-", + "casting_time": "3 sec", + "duration": "1 sec", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + }, + "notes": { + "compare": "does_not_contain", + "qualifier": "one college" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + }, + "notes": { + "compare": "contains", + "qualifier": "one college (necromancy)" + } + } + ] + } + }, + { + "id": "8aab1340-52e5-441b-bfe5-593e23a344fd", + "type": "spell", + "name": "Final Rest", + "reference": "M89", + "tags": [ + "Healing", + "Necromancy" + ], + "difficulty": "iq/h", + "college": [ + "Healing", + "Necromancy" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "20", + "maintenance_cost": "-", + "casting_time": "10 min", + "duration": "Permanent", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "spirit empathy" + } + }, + { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + }, + "notes": { + "compare": "does_not_contain", + "qualifier": "one college" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + }, + "notes": { + "compare": "contains", + "qualifier": "one college (healing)" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + }, + "notes": { + "compare": "contains", + "qualifier": "one college (necromancy)" + } + } + ] + } + ] + } + }, + { + "id": "9ccef331-00af-4f15-a4d3-1d714eccb86e", + "type": "spell", + "name": "Ignite Fire", + "reference": "M72", + "tags": [ + "Fire" + ], + "difficulty": "iq/h", + "college": [ + "Fire" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "1-4", + "maintenance_cost": "Same", + "casting_time": "1 sec", + "duration": "1 sec", + "points": 1 + }, + { + "id": "ea350516-1119-4a59-9f3e-8f17e433aa6e", + "type": "spell", + "name": "Lend Energy", + "reference": "M89", + "tags": [ + "Healing" + ], + "difficulty": "iq/h", + "college": [ + "Healing" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "1/pt", + "maintenance_cost": "-", + "casting_time": "1 sec", + "duration": "Permanent", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + }, + "notes": { + "compare": "does_not_contain", + "qualifier": "one college" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + }, + "notes": { + "compare": "contains", + "qualifier": "one college (healing)" + } + } + ] + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "empathy" + } + } + ] + } + }, + { + "id": "b4865edb-f4c9-457e-a41f-c6c79f2cde4f", + "type": "spell", + "name": "Lend Vitality", + "reference": "M89", + "tags": [ + "Healing" + ], + "difficulty": "iq/h", + "college": [ + "Healing" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "1/pt", + "maintenance_cost": "-", + "casting_time": "1 sec", + "duration": "1 hour", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "lend energy" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "6115ca70-4672-405a-a86b-d604dfb2ce2b", + "type": "spell", + "name": "Minor Healing", + "reference": "M91", + "tags": [ + "Healing" + ], + "difficulty": "iq/h", + "college": [ + "Healing" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "1-3", + "maintenance_cost": "-", + "casting_time": "1 sec", + "duration": "Permanent", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "lend vitality" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "513288e8-aedf-465d-ab54-62a6c27a6907", + "type": "spell", + "name": "Animal Control (@Animal@)", + "reference": "M30", + "tags": [ + "Animal" + ], + "difficulty": "iq/h", + "college": [ + "Animal" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "resist": "Will", + "casting_cost": "Variable", + "maintenance_cost": "Half", + "casting_time": "1 sec", + "duration": "1 min", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "beast soother" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "f5c141f4-a0cf-47c7-aad8-6463919343ee", + "type": "spell", + "name": "Beast Link", + "reference": "M30", + "tags": [ + "Animal" + ], + "difficulty": "iq/h", + "college": [ + "Animal" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "3", + "maintenance_cost": "-", + "casting_time": "5 sec", + "duration": "Until next call", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "beast summoning" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "c8545acf-4292-409d-b8b8-4cf98ed6cba8", + "type": "spell", + "name": "Beast-Rouser", + "reference": "M30", + "tags": [ + "Animal" + ], + "difficulty": "iq/h", + "college": [ + "Animal" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "1 to 3", + "maintenance_cost": "-", + "casting_time": "1 sec", + "duration": "1 hr or reaction roll", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "animal friend" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "animal empathy" + } + }, + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "vexation" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "80125e62-cce1-448d-8890-56a831fa2ca8", + "type": "spell", + "name": "Beast Soother", + "reference": "M29", + "tags": [ + "Animal" + ], + "difficulty": "iq/h", + "college": [ + "Animal" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "1 to 3", + "maintenance_cost": "-", + "casting_time": "1 sec", + "duration": "Permanent", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "animal friend" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + } + }, + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "persuasion" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "animal empathy" + } + } + ] + } + }, + { + "id": "20d5a11f-d73b-412f-aa24-bd996190058b", + "type": "spell", + "name": "Beast Speech", + "reference": "M31", + "tags": [ + "Animal" + ], + "difficulty": "iq/h", + "college": [ + "Animal" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "4", + "maintenance_cost": "2", + "casting_time": "1 sec", + "duration": "1 min", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "beast summoning" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "090e7c69-b749-42a6-83d4-95caed9d2065", + "type": "spell", + "name": "Beast Summoning", + "reference": "M30", + "tags": [ + "Animal" + ], + "difficulty": "iq/h", + "college": [ + "Animal" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "3", + "maintenance_cost": "2", + "casting_time": "1 sec", + "duration": "1 min", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "beast soother" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "308363d6-77ef-4af4-8fe2-6f271dd637cc", + "type": "spell", + "name": "Great Haste", + "reference": "M146", + "tags": [ + "Movement" + ], + "difficulty": "iq/vh", + "college": [ + "Movement" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "5", + "maintenance_cost": "-", + "casting_time": "3 sec", + "duration": "10 sec", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "haste" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + }, + { + "type": "attribute_prereq", + "has": true, + "qualifier": { + "compare": "at_least", + "qualifier": 12 + }, + "which": "iq" + }, + { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + }, + "notes": { + "compare": "does_not_contain", + "qualifier": "one college" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + }, + "notes": { + "compare": "contains", + "qualifier": "one college (movement)" + } + } + ] + } + ] + } + }, + { + "id": "cde1d4d0-b9da-4c68-b687-8fb8a83971a2", + "type": "spell", + "name": "Haste", + "reference": "M142", + "tags": [ + "Movement" + ], + "difficulty": "iq/h", + "college": [ + "Movement" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "2/pt", + "maintenance_cost": "Half", + "casting_time": "2 sec", + "duration": "1 min", + "points": 1 + }, + { + "id": "c0661375-b2e6-4932-8fdf-c43911bef2ef", + "type": "spell", + "name": "Heat", + "reference": "M74", + "tags": [ + "Fire" + ], + "difficulty": "iq/h", + "college": [ + "Fire" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "Varies", + "maintenance_cost": "Varies", + "casting_time": "1 min", + "duration": "1 min", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "create fire" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + }, + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "shape fire" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "64a639fe-c4e1-4f43-96b9-3020ab6e2c46", + "type": "spell", + "name": "Hybrid Control (Bird/Mammal)", + "reference": "M30", + "tags": [ + "Animal" + ], + "difficulty": "iq/vh", + "college": [ + "Animal" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "resist": "Will", + "casting_cost": "6", + "maintenance_cost": "3", + "casting_time": "1 sec", + "duration": "1 min", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "starts_with", + "qualifier": "animal control" + }, + "quantity": { + "compare": "at_least", + "qualifier": 2 + } + } + ] + } + }, + { + "id": "6d181d59-e13d-4eed-96c3-bc060e24fe32", + "type": "spell", + "name": "Major Healing", + "reference": "M91", + "tags": [ + "Healing" + ], + "difficulty": "iq/vh", + "college": [ + "Healing" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "1-4", + "maintenance_cost": "-", + "casting_time": "1 sec", + "duration": "Permanent", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + }, + "notes": { + "compare": "does_not_contain", + "qualifier": "one college" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + }, + "notes": { + "compare": "contains", + "qualifier": "one college (healing)" + } + } + ] + }, + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "minor healing" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "14ef087a-ffc0-46b1-803f-ebb217f3f7e5", + "type": "spell", + "name": "Animal Control (Mammal)", + "reference": "M30", + "tags": [ + "Animal" + ], + "difficulty": "iq/h", + "college": [ + "Animal" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "resist": "Will", + "casting_cost": "5", + "maintenance_cost": "3", + "casting_time": "1 sec", + "duration": "1 min", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "beast soother" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "2f1c8d77-50bb-420f-85e3-79bec1a18db0", + "type": "spell", + "name": "Materialize", + "reference": "M150", + "tags": [ + "Necromancy" + ], + "difficulty": "iq/h", + "college": [ + "Necromancy" + ], + "power_source": "Arcane", + "spell_class": "Special", + "resist": "ST or IQ", + "casting_cost": "5", + "maintenance_cost": "5", + "casting_time": "1 sec", + "duration": "1 min", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "summon spirit" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "dbefa2cb-3dd7-4caf-a145-f23be3244a85", + "type": "spell", + "name": "Pain", + "reference": "M36", + "tags": [ + "Body Control" + ], + "difficulty": "iq/h", + "college": [ + "Body Control" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "resist": "HT", + "casting_cost": "2", + "maintenance_cost": "-", + "casting_time": "2 sec", + "duration": "1 sec", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "spasm" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "7bcdc678-b4e1-43fb-b6c0-d5bc366cfa7f", + "type": "spell", + "name": "Rain of Fire", + "reference": "M74", + "tags": [ + "Fire" + ], + "difficulty": "iq/h", + "college": [ + "Fire" + ], + "power_source": "Arcane", + "spell_class": "Area", + "casting_cost": "1#", + "maintenance_cost": "Same", + "casting_time": "1 sec", + "duration": "1 min", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 2 + }, + "notes": { + "compare": "does_not_contain", + "qualifier": "one college" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 2 + }, + "notes": { + "compare": "contains", + "qualifier": "one college (fire)" + } + } + ] + }, + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "create fire" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + }, + "weapons": [ + { + "id": "648181dc-7ab1-4f23-b849-4ee8a7b6f5d5", + "type": "melee_weapon", + "damage": { + "type": "burn", + "base": "1d-1" + }, + "usage": "Area", + "calc": { + "damage": "1d-1 burn" + } + } + ] + }, + { + "id": "e82385f7-56ce-4cb6-9ca3-704586e0b76f", + "type": "spell", + "name": "Sense Spirit", + "reference": "M149", + "tags": [ + "Necromancy" + ], + "difficulty": "iq/h", + "college": [ + "Necromancy" + ], + "power_source": "Arcane", + "spell_class": "Info/Area", + "casting_cost": "1/2 (min 1)", + "maintenance_cost": "-", + "casting_time": "1 sec", + "duration": "Instant", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + }, + "notes": { + "compare": "does_not_contain", + "qualifier": "one college" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + }, + "notes": { + "compare": "contains", + "qualifier": "one college (necromancy)" + } + } + ] + }, + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "sense life" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + }, + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "death vision" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "d6de6ed5-aadb-4e43-b65a-d8ba3ee13d00", + "type": "spell", + "name": "Shape Fire", + "reference": "M72", + "tags": [ + "Fire" + ], + "difficulty": "iq/h", + "college": [ + "Fire" + ], + "power_source": "Arcane", + "spell_class": "Area", + "casting_cost": "2", + "maintenance_cost": "Half", + "casting_time": "1 sec", + "duration": "1 min", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "ignite fire" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "122d5005-ea8e-4dde-852c-fc8775d1b8a1", + "type": "spell", + "name": "Shapeshifting (Dwenon)", + "reference": "M32", + "tags": [ + "Animal" + ], + "difficulty": "iq/vh", + "college": [ + "Animal" + ], + "power_source": "Arcane", + "spell_class": "Special", + "casting_cost": "Varies", + "maintenance_cost": "Varies", + "casting_time": "3 sec", + "duration": "1 hr", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + }, + "notes": { + "compare": "does_not_contain", + "qualifier": "one college" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + }, + "notes": { + "compare": "contains", + "qualifier": "one college (animal)" + } + } + ] + }, + { + "type": "spell_prereq", + "sub_type": "any", + "has": true, + "quantity": { + "compare": "at_least", + "qualifier": 6 + } + } + ] + } + }, + { + "id": "ade905fd-b0ba-4d15-97d2-5acb76306e86", + "type": "spell", + "name": "Shapeshifting (Gwesdon)", + "reference": "M32", + "tags": [ + "Animal" + ], + "difficulty": "iq/vh", + "college": [ + "Animal" + ], + "power_source": "Arcane", + "spell_class": "Special", + "casting_cost": "Varies", + "maintenance_cost": "Varies", + "casting_time": "3 sec", + "duration": "1 hr", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + }, + "notes": { + "compare": "does_not_contain", + "qualifier": "one college" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + }, + "notes": { + "compare": "contains", + "qualifier": "one college (animal)" + } + } + ] + }, + { + "type": "spell_prereq", + "sub_type": "any", + "has": true, + "quantity": { + "compare": "at_least", + "qualifier": 6 + } + } + ] + } + }, + { + "id": "abd65123-260f-4ae1-b382-71f76f08ee28", + "type": "spell", + "name": "Shapeshift Others (Dwenon)", + "reference": "M33", + "tags": [ + "Animal" + ], + "difficulty": "iq/vh", + "college": [ + "Animal" + ], + "power_source": "Arcane", + "spell_class": "Special", + "resist": "Will", + "casting_cost": "Varies", + "maintenance_cost": "Varies", + "casting_time": "30 sec", + "duration": "1 hr", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 2 + }, + "notes": { + "compare": "does_not_contain", + "qualifier": "one college" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 2 + }, + "notes": { + "compare": "contains", + "qualifier": "one college (animal)" + } + } + ] + }, + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "shapeshifting (Dwenon)" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "a08728d7-cd01-4cbf-9771-4fbf8a9309ca", + "type": "spell", + "name": "Shapeshift Others (Gwesdon)", + "reference": "M33", + "tags": [ + "Animal" + ], + "difficulty": "iq/vh", + "college": [ + "Animal" + ], + "power_source": "Arcane", + "spell_class": "Special", + "resist": "Will", + "casting_cost": "Varies", + "maintenance_cost": "Varies", + "casting_time": "30 sec", + "duration": "1 hr", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 2 + }, + "notes": { + "compare": "does_not_contain", + "qualifier": "one college" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 2 + }, + "notes": { + "compare": "contains", + "qualifier": "one college (animal)" + } + } + ] + }, + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "shapeshifting (Gwesdon)" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "7ef5d579-f53b-4d57-824d-75123fb00e55", + "type": "spell", + "name": "Solidify", + "reference": "M151", + "tags": [ + "Necromancy" + ], + "difficulty": "iq/h", + "college": [ + "Necromancy" + ], + "power_source": "Arcane", + "spell_class": "Special", + "resist": "ST or IQ", + "casting_cost": "50", + "maintenance_cost": "10", + "casting_time": "1 sec", + "duration": "1 min", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "materialize" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "a3c21f14-d51d-4378-a735-929d260e7b58", + "type": "spell", + "name": "Spasm", + "reference": "M35", + "tags": [ + "Body Control" + ], + "difficulty": "iq/h", + "college": [ + "Body Control" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "resist": "HT", + "casting_cost": "2", + "maintenance_cost": "-", + "casting_time": "1 sec", + "duration": "Instant", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "itch" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "57b12962-12f0-4e64-a05a-97552fcbfaa8", + "type": "spell", + "name": "Stop Bleeding", + "reference": "M91", + "tags": [ + "Healing" + ], + "difficulty": "iq/h", + "college": [ + "Healing" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "1 or 10", + "maintenance_cost": "-", + "casting_time": "1 sec", + "duration": "Permanent", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "lend vitality" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "4589cda5-16d0-4cc8-998b-b6210a451784", + "type": "spell", + "name": "Stop Spasm", + "reference": "M35", + "tags": [ + "Body Control", + "Healing" + ], + "difficulty": "iq/h", + "college": [ + "Body Control", + "Healing" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "1", + "maintenance_cost": "-", + "casting_time": "1 sec", + "duration": "Permanent", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "spasm" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + }, + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "lend vitality" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "cfbeda34-89a2-425e-a5c3-6bd2cc9bbc3b", + "type": "spell", + "name": "Summon Shade", + "reference": "M102", + "tags": [ + "Knowledge" + ], + "difficulty": "iq/vh", + "college": [ + "Knowledge" + ], + "power_source": "Arcane", + "spell_class": "Info", + "resist": "Will", + "casting_cost": "50", + "maintenance_cost": "20", + "casting_time": "10 min", + "duration": "1 min", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "summon spirit" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + }, + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "contains", + "qualifier": "divination" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "3140d84a-f007-4ec3-95d1-cb50c5e07af5", + "type": "spell", + "name": "Summon Spirit (Winged Folk spirits regardless of burial rites)", + "reference": "M150", + "tags": [ + "Necromancy" + ], + "difficulty": "iq/h", + "college": [ + "Necromancy" + ], + "power_source": "Arcane", + "spell_class": "Info", + "resist": "Spirit's Will", + "casting_cost": "20", + "maintenance_cost": "10", + "casting_time": "5 min", + "duration": "1 min", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "death vision" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + }, + { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 2 + }, + "notes": { + "compare": "does_not_contain", + "qualifier": "one college" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 2 + }, + "notes": { + "compare": "contains", + "qualifier": "one college (necromancy)" + } + } + ] + } + ] + } + }, + { + "id": "e41c3d91-dce5-4b43-beab-e4ccd3748b0c", + "type": "spell", + "name": "Warmth", + "reference": "M74", + "tags": [ + "Fire", + "Protection \u0026 Warning" + ], + "difficulty": "iq/h", + "college": [ + "Fire", + "Protection \u0026 Warning" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "2", + "maintenance_cost": "1", + "casting_time": "10 sec", + "duration": "1 hr", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "heat" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + } + ], + "name": "Select 13 spells from the below", + "template_picker": { + "type": "count", + "qualifier": { + "compare": "is", + "qualifier": 13 + } + } + } + ], + "name": "Magical Style: Al Gwnefnos", + "reference": "FFWF15", + "reference_highlight": "Al Gwnefnos", + "notes": "The Path of Animates" + }, + { + "id": "b06a4b1f-a3b4-422f-a23a-3f7b0a64e48b", + "type": "spell_container", + "open": true, + "children": [ + { + "id": "b35cc596-b075-49b3-9c89-a2f61c6e803a", + "type": "spell_container", + "open": true, + "children": [ + { + "id": "bfb23005-c010-4266-918a-d8718c1788ea", + "type": "spell", + "name": "Death Vision", + "reference": "M149", + "tags": [ + "Necromancy" + ], + "difficulty": "iq/h", + "college": [ + "Necromancy" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "2", + "maintenance_cost": "-", + "casting_time": "3 sec", + "duration": "1 sec", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + }, + "notes": { + "compare": "does_not_contain", + "qualifier": "one college" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + }, + "notes": { + "compare": "contains", + "qualifier": "one college (necromancy)" + } + } + ] + } + }, + { + "id": "c0a69717-bfb0-4aa2-bd62-becff130f9f2", + "type": "spell", + "name": "Final Rest", + "reference": "M89", + "tags": [ + "Healing", + "Necromancy" + ], + "difficulty": "iq/h", + "college": [ + "Healing", + "Necromancy" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "20", + "maintenance_cost": "-", + "casting_time": "10 min", + "duration": "Permanent", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "spirit empathy" + } + }, + { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + }, + "notes": { + "compare": "does_not_contain", + "qualifier": "one college" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + }, + "notes": { + "compare": "contains", + "qualifier": "one college (healing)" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + }, + "notes": { + "compare": "contains", + "qualifier": "one college (necromancy)" + } + } + ] + } + ] + } + }, + { + "id": "cd97b5bd-6b92-4128-83e0-40b37ef50f1c", + "type": "spell", + "name": "Identify Plant", + "reference": "M161", + "tags": [ + "Plant" + ], + "difficulty": "iq/h", + "college": [ + "Plant" + ], + "power_source": "Arcane", + "spell_class": "Info", + "casting_cost": "2", + "maintenance_cost": "-", + "casting_time": "1 sec", + "duration": "Instant", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "seek plant" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "25bc1f5e-569e-49c3-a067-fa57e1a55d48", + "type": "spell", + "name": "Rejoin", + "reference": "M116", + "tags": [ + "Making \u0026 Breaking" + ], + "difficulty": "iq/h", + "college": [ + "Making \u0026 Breaking" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "1/10 lbs", + "maintenance_cost": "Half", + "casting_time": "4 sec/10 lbs", + "duration": "10 min", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "weaken" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + }, + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "restore" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "1138c532-ac72-4b09-a5b4-808a5a78f34c", + "type": "spell", + "name": "Restore", + "reference": "M116", + "tags": [ + "Making \u0026 Breaking" + ], + "difficulty": "iq/h", + "college": [ + "Making \u0026 Breaking" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "2", + "maintenance_cost": "1", + "casting_time": "3 sec", + "duration": "10 min", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "find weakness" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + }, + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "simple illusion" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "9bad1183-4abe-4840-becd-9d805eb9f36e", + "type": "spell", + "name": "Seek Earth", + "reference": "M50", + "tags": [ + "Earth" + ], + "difficulty": "iq/h", + "college": [ + "Earth" + ], + "power_source": "Arcane", + "spell_class": "Info", + "casting_cost": "3", + "maintenance_cost": "-", + "casting_time": "10 sec", + "duration": "Instant", + "points": 1 + }, + { + "id": "d940a719-cad0-4304-ac97-1fe1d7896cc7", + "type": "spell", + "name": "Seek Pass", + "reference": "M51", + "tags": [ + "Earth" + ], + "difficulty": "iq/h", + "college": [ + "Earth" + ], + "power_source": "Arcane", + "spell_class": "Info", + "casting_cost": "3", + "maintenance_cost": "-", + "casting_time": "10 sec", + "duration": "Instant", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "seek earth" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "14f70dfe-00bf-4e86-9a9b-d3ec85ab3a44", + "type": "spell", + "name": "Seek Plant", + "reference": "M161", + "tags": [ + "Plant" + ], + "difficulty": "iq/h", + "college": [ + "Plant" + ], + "power_source": "Arcane", + "spell_class": "Info", + "casting_cost": "2", + "maintenance_cost": "-", + "casting_time": "1 sec", + "duration": "Instant", + "points": 1 + }, + { + "id": "433fc90d-8eb2-4941-aee2-d282c9fae1cd", + "type": "spell", + "name": "Sense Spirit", + "reference": "M149", + "tags": [ + "Necromancy" + ], + "difficulty": "iq/h", + "college": [ + "Necromancy" + ], + "power_source": "Arcane", + "spell_class": "Info/Area", + "casting_cost": "1/2 (min 1)", + "maintenance_cost": "-", + "casting_time": "1 sec", + "duration": "Instant", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + }, + "notes": { + "compare": "does_not_contain", + "qualifier": "one college" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + }, + "notes": { + "compare": "contains", + "qualifier": "one college (necromancy)" + } + } + ] + }, + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "sense life" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + }, + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "death vision" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "3bb79adb-5397-48fa-bbf4-44c0c38a9bcd", + "type": "spell", + "name": "Alter Terrain", + "reference": "M55", + "tags": [ + "Earth" + ], + "difficulty": "iq/h", + "college": [ + "Earth" + ], + "power_source": "Arcane", + "spell_class": "Area", + "casting_cost": "1#", + "maintenance_cost": "-", + "casting_time": "10 sec", + "duration": "2d days", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "shape earth" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + }, + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "shape fire" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + }, + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "shape air" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + }, + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "shape water" + }, + "quantity": { + "compare": "is", + "qualifier": 1 + } + }, + { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 3 + }, + "notes": { + "compare": "does_not_contain", + "qualifier": "one college" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 3 + }, + "notes": { + "compare": "contains", + "qualifier": "one college (earth)" + } + } + ] + } + ] + } + }, + { + "id": "654a690a-bf8d-4a47-b7ac-a59068f11bed", + "type": "spell", + "name": "Awaken Craft Spirit", + "reference": "M115", + "tags": [ + "Making \u0026 Breaking", + "Necromancy" + ], + "difficulty": "iq/h", + "college": [ + "Making \u0026 Breaking", + "Necromancy" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "3", + "maintenance_cost": "1", + "casting_time": "5 sec", + "duration": "1 min", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "inspired creation" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + }, + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "sense spirit" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "6100448d-c229-4f73-8507-6655edd48b4c", + "type": "spell", + "name": "Blight", + "reference": "M162", + "tags": [ + "Plant" + ], + "difficulty": "iq/h", + "college": [ + "Plant" + ], + "power_source": "Arcane", + "spell_class": "Area", + "casting_cost": "1 minimum", + "maintenance_cost": "-", + "casting_time": "5 min", + "duration": "1 Crop or Season", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "plant growth" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "9b58ea71-79e9-44a5-92c2-77bf13958287", + "type": "spell", + "name": "Blossom", + "reference": "M162", + "tags": [ + "Plant" + ], + "difficulty": "iq/h", + "college": [ + "Plant" + ], + "power_source": "Arcane", + "spell_class": "Area", + "casting_cost": "2", + "maintenance_cost": "-", + "casting_time": "5 min", + "duration": "1 hour", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "plant growth" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "9bfacad8-71db-4fe0-b45e-2c2e185614fd", + "type": "spell", + "name": "Clean", + "reference": "M116", + "tags": [ + "Making \u0026 Breaking" + ], + "difficulty": "iq/h", + "college": [ + "Making \u0026 Breaking" + ], + "power_source": "Arcane", + "spell_class": "Area", + "casting_cost": "2", + "maintenance_cost": "-", + "casting_time": "1 sec", + "duration": "Permanent", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "restore" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "1dde29d1-41c4-4942-a8f0-69e5e1bada4a", + "type": "spell", + "name": "Cornucopia", + "reference": "M64", + "tags": [ + "Weapon Enchantment" + ], + "difficulty": "iq/h", + "college": [ + "Enchantment" + ], + "power_source": "Arcane", + "spell_class": "Enchantment", + "casting_cost": "50x$ value#", + "maintenance_cost": "-", + "casting_time": "-", + "duration": "Permanent", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "college", + "has": true, + "qualifier": { + "compare": "contains", + "qualifier": "Enchantment" + }, + "quantity": { + "compare": "at_least", + "qualifier": 2 + } + }, + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "enchant" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "c23245ad-484d-48cc-9b28-2ad8c094665a", + "type": "spell", + "name": "Earthquake", + "reference": "M54", + "tags": [ + "Earth" + ], + "difficulty": "iq/h", + "college": [ + "Earth" + ], + "power_source": "Arcane", + "spell_class": "Area", + "casting_cost": "2", + "maintenance_cost": "Same", + "casting_time": "30 sec", + "duration": "1 min", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 2 + }, + "notes": { + "compare": "does_not_contain", + "qualifier": "one college" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 2 + }, + "notes": { + "compare": "contains", + "qualifier": "one college (earth)" + } + } + ] + }, + { + "type": "spell_prereq", + "sub_type": "college", + "has": true, + "qualifier": { + "compare": "contains", + "qualifier": "Earth" + }, + "quantity": { + "compare": "at_least", + "qualifier": 5 + } + }, + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "earth vision" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "3abf9e4e-ef90-42f0-9053-a1c669465057", + "type": "spell", + "name": "Earth Vision", + "reference": "M51", + "tags": [ + "Earth", + "Knowledge" + ], + "difficulty": "iq/h", + "college": [ + "Earth", + "Knowledge" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "2/10 yds#", + "maintenance_cost": "Same", + "casting_time": "1 sec", + "duration": "30 sec", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "shape earth" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "9b90ad80-07a8-44a3-b94e-cae126cee3a4", + "type": "spell", + "name": "Enchant", + "reference": "M56", + "tags": [ + "Enchantment" + ], + "difficulty": "iq/vh", + "college": [ + "Enchantment" + ], + "power_source": "Arcane", + "spell_class": "Enchantment", + "casting_cost": "Varies", + "maintenance_cost": "-", + "casting_time": "Varies", + "duration": "Permanent", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "college_count", + "has": true, + "quantity": { + "compare": "at_least", + "qualifier": 10 + } + }, + { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 2 + }, + "notes": { + "compare": "does_not_contain", + "qualifier": "one college" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 2 + }, + "notes": { + "compare": "contains", + "qualifier": "one college (enchantment)" + } + } + ] + } + ] + } + }, + { + "id": "d2838f34-b328-4edf-b4c7-6c83fab21fe3", + "type": "spell", + "name": "Graceful Weapon", + "reference": "M63", + "tags": [ + "Weapon Enchantment" + ], + "difficulty": "iq/h", + "college": [ + "Enchantment" + ], + "power_source": "Arcane", + "spell_class": "Enchantment", + "casting_cost": "150/lb", + "maintenance_cost": "-", + "casting_time": "-", + "duration": "Permanent", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "apportation" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + }, + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "enchant" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "08563124-327a-47c7-b6e5-7a2e079ec86d", + "type": "spell", + "name": "Heal Plant", + "reference": "M161", + "tags": [ + "Plant" + ], + "difficulty": "iq/h", + "college": [ + "Plant" + ], + "power_source": "Arcane", + "spell_class": "Area", + "casting_cost": "3", + "maintenance_cost": "-", + "casting_time": "1 Min", + "duration": "Permanent", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "identify plant" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "8c9195e1-b439-4302-bfd2-6cb1d2511f34", + "type": "spell", + "name": "Hide Path", + "reference": "M162", + "tags": [ + "Plant" + ], + "difficulty": "iq/h", + "college": [ + "Plant" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "2", + "maintenance_cost": "1", + "casting_time": "1 sec", + "duration": "1 min", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "Heal Plant" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "e9fa8efc-67ea-4bd1-965b-368f94a3a2ae", + "type": "spell", + "name": "Inspired Creation", + "reference": "M115", + "tags": [ + "Making \u0026 Breaking" + ], + "difficulty": "iq/vh", + "college": [ + "Making \u0026 Breaking" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "5/day", + "maintenance_cost": "-", + "casting_time": "Varies", + "duration": "Permanent", + "points": 1 + }, + { + "id": "81a8af42-f3db-4be6-80a8-30834fd083a2", + "type": "spell", + "name": "Loyal Sword", + "reference": "M63", + "tags": [ + "Weapon Enchantment" + ], + "difficulty": "iq/h", + "college": [ + "Enchantment" + ], + "power_source": "Arcane", + "spell_class": "Enchantment", + "casting_cost": "750/lb", + "maintenance_cost": "-", + "casting_time": "-", + "duration": "Permanent", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "enchant" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + }, + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "apportation" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "89c4f063-1896-447b-bd47-de0942b8dafb", + "type": "spell", + "name": "Materialize", + "reference": "M150", + "tags": [ + "Necromancy" + ], + "difficulty": "iq/h", + "college": [ + "Necromancy" + ], + "power_source": "Arcane", + "spell_class": "Special", + "resist": "ST or IQ", + "casting_cost": "5", + "maintenance_cost": "5", + "casting_time": "1 sec", + "duration": "1 min", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "summon spirit" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "7794c1db-1b0a-42c4-b451-8ae9f881949b", + "type": "spell", + "name": "Plant Vision", + "reference": "M162", + "tags": [ + "Knowledge", + "Plant" + ], + "difficulty": "iq/h", + "college": [ + "Knowledge", + "Plant" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "1 per 10 yards", + "maintenance_cost": "Same", + "casting_time": "1 sec", + "duration": "30 sec", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "shape plant" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "12441504-d922-463a-b559-d1119b75dda0", + "type": "spell", + "name": "Pollen Cloud", + "reference": "M162", + "tags": [ + "Plant" + ], + "difficulty": "iq/h", + "college": [ + "Plant" + ], + "power_source": "Arcane", + "spell_class": "Area", + "resist": "HT", + "casting_cost": "1", + "maintenance_cost": "-", + "casting_time": "1 sec", + "duration": "5 min#", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "shape plant" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + }, + "weapons": [ + { + "id": "46b760f3-047f-4abe-bc8d-ab843555c39b", + "type": "melee_weapon", + "damage": { + "type": "Cough/Sneeze" + }, + "usage": "Area", + "calc": { + "damage": "Cough/Sneeze" + } + } + ] + }, + { + "id": "f8e954dd-40cb-4d89-b736-121fa610cf40", + "type": "spell", + "name": "Predict Earth Movement", + "reference": "M51", + "tags": [ + "Earth" + ], + "difficulty": "iq/h", + "college": [ + "Earth" + ], + "power_source": "Arcane", + "spell_class": "Info", + "casting_cost": "2/day", + "maintenance_cost": "-", + "casting_time": "Varies", + "duration": "Instant", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "college", + "has": true, + "qualifier": { + "compare": "contains", + "qualifier": "Earth" + }, + "quantity": { + "compare": "at_least", + "qualifier": 4 + } + } + ] + } + }, + { + "id": "8120ee26-2239-40d6-a889-bbb3b73ff893", + "type": "spell", + "name": "Quick-Draw", + "reference": "M63", + "tags": [ + "Weapon Enchantment" + ], + "difficulty": "iq/h", + "college": [ + "Enchantment" + ], + "power_source": "Arcane", + "spell_class": "Enchantment", + "casting_cost": "300/lb #", + "maintenance_cost": "-", + "casting_time": "-", + "duration": "Permanent", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "enchant" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + }, + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "apportation" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "329f86a9-5140-4153-8d5e-c53589e0763d", + "type": "spell", + "name": "Rain of Stones", + "reference": "M53", + "tags": [ + "Earth" + ], + "difficulty": "iq/h", + "college": [ + "Earth" + ], + "power_source": "Arcane", + "spell_class": "Area", + "casting_cost": "1#", + "maintenance_cost": "Same", + "casting_time": "1 sec", + "duration": "1 min", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 2 + }, + "notes": { + "compare": "does_not_contain", + "qualifier": "one college" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 2 + }, + "notes": { + "compare": "contains", + "qualifier": "one college (earth)" + } + } + ] + }, + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "create earth" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + }, + "weapons": [ + { + "id": "0dab00cb-c167-4edc-a4a4-caeb45153fd4", + "type": "melee_weapon", + "damage": { + "type": "cr/point", + "base": "1d-1" + }, + "usage": "Area", + "calc": { + "damage": "1d-1 cr/point" + } + } + ] + }, + { + "id": "8bd213c8-48ac-497b-ba28-763197fc9d99", + "type": "spell", + "name": "Repair", + "reference": "M118", + "tags": [ + "Making \u0026 Breaking" + ], + "difficulty": "iq/h", + "college": [ + "Making \u0026 Breaking" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "2/5 lbs", + "maintenance_cost": "-", + "casting_time": "1 sec/lb", + "duration": "Permanent", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "rejoin" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + }, + { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 2 + }, + "notes": { + "compare": "does_not_contain", + "qualifier": "one college" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 2 + }, + "notes": { + "compare": "contains", + "qualifier": "one college (making \u0026 breaking)" + } + } + ] + } + ] + } + }, + { + "id": "8c627c99-eaf8-4417-8b4b-1dcb888c7134", + "type": "spell", + "name": "Shape Earth", + "reference": "M50", + "tags": [ + "Earth" + ], + "difficulty": "iq/h", + "college": [ + "Earth" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "1 per 25 cu yard", + "maintenance_cost": "Half", + "casting_time": "1 sec", + "duration": "1 min", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "seek earth" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "07fd19ae-c875-47ce-92b6-303d30783d23", + "type": "spell", + "name": "Shape Metal", + "reference": "M182", + "tags": [ + "Metal", + "Technological" + ], + "difficulty": "iq/h", + "college": [ + "Technological" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "6 per cu yard (4 for soft metals)", + "maintenance_cost": "Half", + "casting_time": "1 sec", + "duration": "1 min", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "college", + "has": true, + "qualifier": { + "compare": "contains", + "qualifier": "Technological" + }, + "quantity": { + "compare": "at_least", + "qualifier": 6 + } + }, + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "shape earth" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + }, + { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + }, + "notes": { + "compare": "does_not_contain", + "qualifier": "one college" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + }, + "notes": { + "compare": "contains", + "qualifier": "one college (technological)" + } + } + ] + } + ] + } + }, + { + "id": "3b715968-c13a-4917-89e3-975a490c60b3", + "type": "spell", + "name": "Shape Plant", + "reference": "M161", + "tags": [ + "Plant" + ], + "difficulty": "iq/h", + "college": [ + "Plant" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "3", + "maintenance_cost": "1", + "casting_time": "10 sec", + "duration": "1 min", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "identify plant" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "907d75cb-bf96-4b46-8229-9c5308da400a", + "type": "spell", + "name": "Shatterproof", + "reference": "M118", + "tags": [ + "Making \u0026 Breaking" + ], + "difficulty": "iq/h", + "college": [ + "Making \u0026 Breaking" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "3", + "maintenance_cost": "3", + "casting_time": "1 sec", + "duration": "1 hr", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "repair" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + }, + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "shatter" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "795c781a-b7d1-4745-bd20-049e369dfd3a", + "type": "spell", + "name": "Soilproof", + "reference": "M116", + "tags": [ + "Making \u0026 Breaking" + ], + "difficulty": "iq/h", + "college": [ + "Making \u0026 Breaking" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "2", + "maintenance_cost": "1", + "casting_time": "2 sec", + "duration": "10 min", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "clean" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "421756db-7870-497c-a42a-b2989f77fa3b", + "type": "spell", + "name": "Solidify", + "reference": "M151", + "tags": [ + "Necromancy" + ], + "difficulty": "iq/h", + "college": [ + "Necromancy" + ], + "power_source": "Arcane", + "spell_class": "Special", + "resist": "ST or IQ", + "casting_cost": "50", + "maintenance_cost": "10", + "casting_time": "1 sec", + "duration": "1 min", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "materialize" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "3613d4d5-9947-4eea-856e-80aa2900ec43", + "type": "spell", + "name": "Summon Shade", + "reference": "M102", + "tags": [ + "Knowledge" + ], + "difficulty": "iq/vh", + "college": [ + "Knowledge" + ], + "power_source": "Arcane", + "spell_class": "Info", + "resist": "Will", + "casting_cost": "50", + "maintenance_cost": "20", + "casting_time": "10 min", + "duration": "1 min", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "summon spirit" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + }, + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "contains", + "qualifier": "divination" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "c9ad8558-0205-48d8-8d83-abfe7875d7c7", + "type": "spell", + "name": "Summon Spirit", + "reference": "M150", + "tags": [ + "Necromancy" + ], + "difficulty": "iq/h", + "college": [ + "Necromancy" + ], + "power_source": "Arcane", + "spell_class": "Info", + "resist": "Spirit's Will", + "casting_cost": "20", + "maintenance_cost": "10", + "casting_time": "5 min", + "duration": "1 min", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "death vision" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + }, + { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 2 + }, + "notes": { + "compare": "does_not_contain", + "qualifier": "one college" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 2 + }, + "notes": { + "compare": "contains", + "qualifier": "one college (necromancy)" + } + } + ] + } + ] + } + }, + { + "id": "94a05798-b3f1-46eb-af71-0216a6a8eae1", + "type": "spell", + "name": "Weaken", + "reference": "M116", + "notes": "affects only inanimate objects", + "tags": [ + "Making \u0026 Breaking" + ], + "difficulty": "iq/h", + "college": [ + "Making \u0026 Breaking" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "2-6", + "maintenance_cost": "-", + "casting_time": "5 sec", + "duration": "Permanent", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "find weakness" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + }, + "weapons": [ + { + "id": "647495f7-cdf5-49be-8cd1-cead9a2a6051", + "type": "melee_weapon", + "damage": { + "type": "/2 points", + "base": "1d" + }, + "calc": { + "damage": "1d /2 points" + } + } + ] + } + ], + "name": "Select 13 spells from the below", + "template_picker": { + "type": "count", + "qualifier": { + "compare": "is", + "qualifier": 13 + } + } + } + ], + "name": "Magical Style: Al Siyndontolis" + } + ], + "name": "Select the style that was chosen earlier", + "template_picker": { + "type": "count", + "qualifier": { + "compare": "is", + "qualifier": 1 + } + } + } + ], + "name": "Shaman", + "reference": "FFWF20" + } + ] +} diff --git a/Library/Fantasy Folk/Winged Folk/Profession Templates/Storyteller - Enthrallment.gct b/Library/Fantasy Folk/Winged Folk/Profession Templates/Storyteller - Enthrallment.gct new file mode 100644 index 000000000..6504b1892 --- /dev/null +++ b/Library/Fantasy Folk/Winged Folk/Profession Templates/Storyteller - Enthrallment.gct @@ -0,0 +1,3842 @@ +{ + "type": "template", + "version": 4, + "id": "a76ad978-5250-467e-9fdd-6e75ac3ed4c4", + "traits": [ + { + "id": "48120175-93f1-473c-bc09-179474376c0b", + "type": "trait_container", + "open": true, + "children": [ + { + "id": "f0ab4fc6-3772-4ea1-af82-87d598f0d68d", + "type": "trait", + "name": "Increased Intelligence", + "reference": "B15", + "tags": [ + "Advantage", + "Attribute", + "Mental" + ], + "levels": 3, + "points_per_level": 20, + "features": [ + { + "type": "attribute_bonus", + "attribute": "iq", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 60 + } + }, + { + "id": "1002287f-b990-43f1-9af7-46b5606dedcf", + "type": "trait", + "name": "Increased Will", + "reference": "B16", + "tags": [ + "Advantage", + "Attribute", + "Mental" + ], + "levels": 3, + "points_per_level": 5, + "features": [ + { + "type": "attribute_bonus", + "attribute": "will", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 15 + } + }, + { + "id": "7cc359f6-7413-462c-a169-847ee7201ae5", + "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": "efb044be-1909-4ab1-a71c-435ba26fb900", + "type": "trait", + "name": "Talent (Musical Ability)", + "reference": "B90,PU3:13", + "tags": [ + "Advantage", + "Mental", + "Talent" + ], + "levels": 2, + "points_per_level": 5, + "features": [ + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Group Performance" + }, + "specialization": { + "compare": "is", + "qualifier": "Conducting" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Musical Composition" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Musical Influence" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Musical Instrument" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Singing" + }, + "amount": 1, + "per_level": true + }, + { + "type": "reaction_bonus", + "situation": "from audiences and critics", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 10 + } + }, + { + "id": "bc55591d-83fe-4dbd-987d-7a39a2d1bf73", + "type": "trait_container", + "open": true, + "children": [ + { + "id": "348fbe99-8f19-4b78-bfaa-aef7dd43c362", + "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": "f9545757-1e31-4d8b-b1c8-3a6b3b45b8a5", + "type": "trait", + "name": "Animal Empathy", + "reference": "B40,P48", + "tags": [ + "Advantage", + "Mental" + ], + "modifiers": [ + { + "id": "13ea22a2-2f11-4abb-87ad-4d3895a102ad", + "type": "modifier", + "name": "Remote", + "reference": "P48", + "cost": 50, + "disabled": true + }, + { + "id": "b4758d45-4f13-4e8e-b88e-7bc884a82425", + "type": "modifier", + "name": "Specialized", + "reference": "B87", + "notes": "All aquatic animals", + "cost": -40, + "disabled": true + }, + { + "id": "4e91bc03-4e47-4b36-a1a1-ce7a045f06ce", + "type": "modifier", + "name": "Specialized", + "reference": "B87", + "notes": "All land animals", + "cost": -40, + "disabled": true + }, + { + "id": "7e994dfc-f800-4dda-8f17-6491254d0fd6", + "type": "modifier", + "name": "Specialized", + "reference": "B87", + "notes": "@One class: Mammals, Birds, etc.@", + "cost": -50, + "disabled": true + }, + { + "id": "c4779572-f091-4862-898c-726b35c34f36", + "type": "modifier", + "name": "Specialized", + "reference": "B87", + "notes": "@One family: Felines, Parrots, etc.@", + "cost": -60, + "disabled": true + }, + { + "id": "cc7ea23b-89a8-4a5f-be4a-dbfa9bcdd8ec", + "type": "modifier", + "name": "Specialized", + "reference": "B87", + "notes": "@One species: House Cats, Macaws, etc.@", + "cost": -80, + "disabled": true + } + ], + "base_points": 5, + "calc": { + "points": 5 + } + }, + { + "id": "4cbc7ff6-b252-4e9a-bf69-96059b583f3f", + "type": "trait", + "name": "Talent (Animal Friend)", + "reference": "B90,PU3:6", + "tags": [ + "Advantage", + "Mental", + "Talent" + ], + "levels": 1, + "points_per_level": 5, + "features": [ + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "contains", + "qualifier": "animal handling" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "falconry" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "contains", + "qualifier": "packing" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "contains", + "qualifier": "riding" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "contains", + "qualifier": "teamster" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "contains", + "qualifier": "veterinary" + }, + "amount": 1, + "per_level": true + }, + { + "type": "reaction_bonus", + "situation": "from ordinary animals", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 5 + } + }, + { + "id": "ab473af1-1eee-4bce-9247-a23bcf2da03a", + "type": "trait", + "name": "Appearance (+1: Attractive)", + "reference": "B21", + "tags": [ + "Advantage", + "Physical" + ], + "modifiers": [ + { + "id": "7ddae5ca-ec6b-423d-a4de-94969906f8e2", + "type": "modifier", + "name": "Universal", + "notes": "Reaction modifier applies regardless of race", + "cost": 25, + "disabled": true + } + ], + "base_points": 4, + "features": [ + { + "type": "reaction_bonus", + "situation": "from others who see your looks", + "amount": 1 + } + ], + "calc": { + "points": 4 + } + }, + { + "id": "5c42c1a1-c0c7-49ea-820a-1215e6c5c603", + "type": "trait", + "name": "Claim to Hospitality", + "reference": "B41", + "tags": [ + "Advantage", + "Social" + ], + "modifiers": [ + { + "id": "a1868c09-c5aa-4e29-aa78-9a913758e874", + "type": "modifier", + "name": "@Friend with crash space@ (crash space)", + "cost": 1, + "cost_type": "points", + "disabled": true + }, + { + "id": "588a85b9-dee5-434f-8ae8-c4299199774b", + "type": "modifier", + "name": "@Group@ - @Services@", + "cost": 1, + "cost_type": "points", + "disabled": true + }, + { + "id": "e82cc14d-4886-438a-bf2a-5ed037e42feb", + "type": "modifier", + "name": "@Group@ - Has @Resources@", + "cost": 2, + "cost_type": "points", + "disabled": true + }, + { + "id": "0ab328aa-fa3f-4d99-a712-c58c20fea34d", + "type": "modifier", + "name": "@Large Group@ - Has @Lots of Services@", + "cost": 5, + "cost_type": "points", + "disabled": true + }, + { + "id": "3eba09ad-d753-47f8-b429-2e0481b56d0d", + "type": "modifier", + "name": "@Vast Group@ - @Complete Services@", + "cost": 10, + "cost_type": "points", + "disabled": true + } + ], + "calc": { + "points": 0 + } + }, + { + "id": "25ad1352-6aea-4f41-ae6b-3a34c0882fc4", + "type": "trait", + "name": "Fearlessness", + "reference": "B55,MA44", + "tags": [ + "Advantage", + "Mental" + ], + "levels": 1, + "points_per_level": 2, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": false, + "name": { + "compare": "is", + "qualifier": "Fearfulness" + } + } + ] + }, + "features": [ + { + "type": "attribute_bonus", + "attribute": "fright_check", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 2 + } + }, + { + "id": "2e874c6d-ff50-46d7-a019-2ad0f2198090", + "type": "trait", + "name": "Fit", + "reference": "B55", + "notes": "Recover FP at twice the normal rate (but not FP spent for spells or psi powers)", + "tags": [ + "Advantage", + "Physical" + ], + "base_points": 5, + "features": [ + { + "type": "conditional_modifier", + "situation": "to all HT rolls to stay conscious, avoid death, resist disease, or resist poison", + "amount": 1 + } + ], + "calc": { + "points": 5 + } + }, + { + "id": "d22dab0f-0c8c-4ca3-997c-7f2c3e03408b", + "type": "trait", + "name": "Very Fit", + "reference": "B55", + "notes": "Recover FP at twice the normal rate; lose FP at half the normal rate (in both cases, not FP spent for spells or psi powers)", + "tags": [ + "Advantage", + "Physical" + ], + "base_points": 15, + "features": [ + { + "type": "conditional_modifier", + "situation": "to all HT rolls to stay conscious, avoid death, resist disease, resist poison", + "amount": 2 + } + ], + "calc": { + "points": 15 + } + }, + { + "id": "4698ad69-19db-46cd-96d6-a8f23d93aeed", + "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": "1d7b05e0-7496-40b9-b2bc-fb24e0e93ee5", + "type": "trait", + "name": "Talent (Outdoorsman)", + "reference": "B90,PU3:14", + "tags": [ + "Advantage", + "Mental", + "Talent" + ], + "modifiers": [ + { + "id": "254be33f-2141-4378-b967-c5d751c27942", + "type": "modifier", + "name": "Alternate Benefit", + "notes": "Bonus to HT rolls to avoid harm from failure of covered skills", + "disabled": true + }, + { + "id": "2d095bbd-0918-4dfc-975e-de2ff3901fb2", + "type": "modifier", + "name": "Alternative Cost", + "cost": -3, + "affects": "levels_only", + "cost_type": "points", + "disabled": true + } + ], + "levels": 1, + "points_per_level": 10, + "features": [ + { + "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": "Fishing" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Mimicry" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Naturalist" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Navigation" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Survival" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Tracking" + }, + "amount": 1, + "per_level": true + }, + { + "type": "reaction_bonus", + "situation": "from explorers and nature lovers", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 10 + } + }, + { + "id": "5f3dfd9c-b80e-4cea-aa44-0a0380775072", + "type": "trait", + "name": "Penetrating Voice", + "reference": "B101", + "tags": [ + "Perk", + "Physical" + ], + "base_points": 1, + "features": [ + { + "type": "conditional_modifier", + "situation": "to others' Hearing roll in siturations where you want to be heard over noise", + "amount": 3 + } + ], + "calc": { + "points": 1 + } + }, + { + "id": "e5e026bb-937e-4dfa-abc5-9308acf72c27", + "type": "trait", + "name": "Rapid Healing", + "reference": "B79", + "tags": [ + "Advantage", + "Physical" + ], + "base_points": 5, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "attribute_prereq", + "has": true, + "qualifier": { + "compare": "at_least", + "qualifier": 10 + }, + "which": "ht" + } + ] + }, + "features": [ + { + "type": "conditional_modifier", + "situation": "to your effective HT whenever you roll to recover lost HP or to see if you can get over a crippling injury", + "amount": 5 + } + ], + "calc": { + "points": 5 + } + }, + { + "id": "401d25dc-a82d-45c8-9afe-43b5008d4d35", + "type": "trait", + "name": "Temperature Tolerance (Cold)", + "reference": "B93", + "tags": [ + "Advantage", + "Physical" + ], + "levels": 1, + "points_per_level": 1, + "can_level": true, + "calc": { + "points": 1 + } + }, + { + "id": "080670fc-568c-45d5-9153-4fca2d82586f", + "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": "888c1fb5-7616-4476-aa8d-3d242099a96a", + "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": "81fff547-cd48-46a5-9949-202494315dcf", + "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": "b0438ca4-392a-4ea1-b6aa-c2026816ffd5", + "type": "trait", + "name": "Increased Health", + "reference": "B14", + "tags": [ + "Advantage", + "Attribute", + "Physical" + ], + "levels": 2, + "points_per_level": 10, + "features": [ + { + "type": "attribute_bonus", + "attribute": "ht", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 20 + } + }, + { + "id": "deb41344-f0a2-4ac3-9c56-49a705bfb591", + "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": "38b8e800-f645-4c0d-9e32-11ee9e465265", + "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": "34741bdd-efc3-4890-9f5a-fbd93f64ff52", + "type": "trait", + "name": "Increased Will", + "reference": "B16", + "tags": [ + "Advantage", + "Attribute", + "Mental" + ], + "levels": 3, + "points_per_level": 5, + "features": [ + { + "type": "attribute_bonus", + "attribute": "will", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 15 + } + }, + { + "id": "1ca6f971-0701-474e-822a-e6d643d859e1", + "type": "trait", + "name": "Increased Will", + "reference": "B16", + "tags": [ + "Advantage", + "Attribute", + "Mental" + ], + "levels": 4, + "points_per_level": 5, + "features": [ + { + "type": "attribute_bonus", + "attribute": "will", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 20 + } + }, + { + "id": "a148accc-1b94-4b13-a90d-fc86d0aa9bc2", + "type": "trait", + "name": "Extra Fatigue Points", + "reference": "B16", + "tags": [ + "Advantage", + "Attribute", + "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": "76644e60-da65-4a18-b8bd-65e03139ab0a", + "type": "trait", + "name": "Extra Fatigue Points", + "reference": "B16", + "tags": [ + "Advantage", + "Attribute", + "Physical" + ], + "levels": 2, + "points_per_level": 3, + "features": [ + { + "type": "attribute_bonus", + "attribute": "fp", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 6 + } + }, + { + "id": "f464ad75-0543-462b-bdec-1e0aef9d82d8", + "type": "trait", + "name": "Extra Fatigue Points", + "reference": "B16", + "tags": [ + "Advantage", + "Attribute", + "Physical" + ], + "levels": 3, + "points_per_level": 3, + "features": [ + { + "type": "attribute_bonus", + "attribute": "fp", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 9 + } + }, + { + "id": "98673e29-b088-46d4-866f-308aa6bfeebe", + "type": "trait", + "name": "Extra Fatigue Points", + "reference": "B16", + "tags": [ + "Advantage", + "Attribute", + "Physical" + ], + "levels": 4, + "points_per_level": 3, + "features": [ + { + "type": "attribute_bonus", + "attribute": "fp", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 12 + } + }, + { + "id": "994b7c4f-4923-44ad-83e7-5b9080f93759", + "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": "2d12a4eb-88eb-493a-b722-59e6294a7d05", + "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": "8b466c7c-2d95-4239-8f81-fc13ffc6ed76", + "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": "04f4f733-cb85-4095-995f-56ff834cbff3", + "type": "trait", + "name": "Acute Hearing", + "reference": "B35", + "tags": [ + "Advantage", + "Physical" + ], + "levels": 4, + "points_per_level": 2, + "features": [ + { + "type": "attribute_bonus", + "attribute": "hearing", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 8 + } + }, + { + "id": "cd7f0b58-5c96-48ee-b006-e318ea0c4ef7", + "type": "trait", + "name": "Appearance (+1: Attractive)", + "reference": "B21", + "tags": [ + "Advantage", + "Physical" + ], + "modifiers": [ + { + "id": "7ddae5ca-ec6b-423d-a4de-94969906f8e2", + "type": "modifier", + "name": "Universal", + "notes": "Reaction modifier applies regardless of race", + "cost": 25, + "disabled": true + } + ], + "base_points": 4, + "features": [ + { + "type": "reaction_bonus", + "situation": "from others who see your looks", + "amount": 1 + } + ], + "calc": { + "points": 4 + } + }, + { + "id": "536491d4-8f1e-411e-b423-d7e925028499", + "type": "trait", + "name": "Appearance (+3: Handsome / Beautiful)", + "reference": "B21", + "tags": [ + "Advantage", + "Physical" + ], + "modifiers": [ + { + "id": "7ddae5ca-ec6b-423d-a4de-94969906f8e2", + "type": "modifier", + "name": "Universal", + "notes": "Reaction modifier applies regardless of race", + "cost": 25, + "disabled": true + } + ], + "base_points": 12, + "features": [ + { + "type": "reaction_bonus", + "situation": "from others not attracted to your sex", + "amount": 2 + }, + { + "type": "reaction_bonus", + "situation": "from others attracted to your sex", + "amount": 4 + } + ], + "calc": { + "points": 12 + } + }, + { + "id": "28ef7f0d-5508-47d4-8f2c-b9f82db39cd4", + "type": "trait", + "name": "Appearance (+4: Very Handsome / Very Beautiful)", + "reference": "B21", + "tags": [ + "Advantage", + "Physical" + ], + "modifiers": [ + { + "id": "7ddae5ca-ec6b-423d-a4de-94969906f8e2", + "type": "modifier", + "name": "Universal", + "notes": "Reaction modifier applies regardless of race", + "cost": 25, + "disabled": true + } + ], + "base_points": 16, + "features": [ + { + "type": "reaction_bonus", + "situation": "from others attracted to your sex who dislike you (-4 in reaction penalties)", + "amount": -2 + }, + { + "type": "reaction_bonus", + "situation": "from others not attracted to your sex", + "amount": 2 + }, + { + "type": "reaction_bonus", + "situation": "from others attracted to your sex with no reason to dislike you", + "amount": 6 + } + ], + "calc": { + "points": 16 + } + }, + { + "id": "249fe792-0121-4ff5-a303-80c68682cacb", + "type": "trait", + "name": "Appearance (+5: Transcendent)", + "reference": "B21", + "tags": [ + "Advantage", + "Physical" + ], + "modifiers": [ + { + "id": "7ddae5ca-ec6b-423d-a4de-94969906f8e2", + "type": "modifier", + "name": "Universal", + "notes": "Reaction modifier applies regardless of race", + "cost": 25, + "disabled": true + } + ], + "base_points": 20, + "features": [ + { + "type": "reaction_bonus", + "situation": "from others not attracted to your sex", + "amount": 2 + }, + { + "type": "reaction_bonus", + "situation": "from others attracted to your sex", + "amount": 8 + } + ], + "calc": { + "points": 20 + } + }, + { + "id": "9a2724b4-c1e9-4e67-8aa3-0b458400de41", + "type": "trait", + "name": "Increase Charisma to 2", + "base_points": 5, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "Increase Charisma to 2" + }, + "level": { + "compare": "at_least" + } + } + ] + }, + "calc": { + "points": 5 + } + }, + { + "id": "8a333881-056b-482b-a702-113b37df20ab", + "type": "trait", + "name": "Increase Charisma to 3", + "base_points": 10, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "Increase Charisma to 3" + }, + "level": { + "compare": "at_least" + } + } + ] + }, + "calc": { + "points": 10 + } + }, + { + "id": "0e394f12-d5a7-42fb-92be-249d387fb31d", + "type": "trait", + "name": "Increase Charisma to 4", + "base_points": 15, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "Increase Charisma to 4" + }, + "level": { + "compare": "at_least" + } + } + ] + }, + "calc": { + "points": 15 + } + }, + { + "id": "7a43bca9-5d25-4471-abee-14298efe0cac", + "type": "trait", + "name": "Common Sense", + "reference": "B43,P45", + "tags": [ + "Advantage", + "Mental" + ], + "modifiers": [ + { + "id": "9061b3d4-8442-4a84-ae19-0ba89e6857d7", + "type": "modifier", + "name": "Concious", + "reference": "P45", + "cost": 50, + "disabled": true + } + ], + "base_points": 10, + "calc": { + "points": 10 + } + }, + { + "id": "14f46800-a368-4c22-9b83-3e108927b5f5", + "type": "trait", + "name": "Eidetic Memory", + "reference": "B51", + "tags": [ + "Advantage", + "Mental" + ], + "modifiers": [ + { + "id": "309120f1-8e25-46bf-ba83-6c998f4d9025", + "type": "modifier", + "name": "Photographic", + "reference": "B51", + "cost": 5, + "cost_type": "points", + "disabled": true + } + ], + "base_points": 5, + "calc": { + "points": 5 + } + }, + { + "id": "10ebb689-0e3b-47d1-a4c7-94cdc80ffd59", + "type": "trait", + "name": "Eidetic Memory (Photographic)", + "reference": "B51", + "tags": [ + "Advantage", + "Mental" + ], + "base_points": 10, + "calc": { + "points": 10 + } + }, + { + "id": "6022c59a-cc3f-408f-830e-c6270931a97c", + "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": "e12c5f18-ee79-48ba-ba75-14b59760be3d", + "type": "trait", + "name": "Increase Musical Ability to 3", + "base_points": 5, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "Increase Musical Ability to 3" + }, + "level": { + "compare": "at_least" + } + } + ] + }, + "calc": { + "points": 5 + } + }, + { + "id": "e59228d6-c5c7-4c11-8f79-ae3b2bf95dc0", + "type": "trait", + "name": "Increase Musical Ability to 4", + "base_points": 10, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "Increase Musical Ability to 4" + }, + "level": { + "compare": "at_least" + } + } + ] + }, + "calc": { + "points": 10 + } + }, + { + "id": "b1ff8188-d61a-4b6f-b4f7-93cf5582acd8", + "type": "trait", + "name": "Penetrating Voice", + "reference": "B101", + "tags": [ + "Perk", + "Physical" + ], + "base_points": 1, + "features": [ + { + "type": "conditional_modifier", + "situation": "to others' Hearing roll in siturations where you want to be heard over noise", + "amount": 3 + } + ], + "calc": { + "points": 1 + } + }, + { + "id": "2423a7d5-78ee-49e5-a448-d491575c86a0", + "type": "trait", + "name": "Rapier Wit", + "reference": "B79,P70", + "tags": [ + "Advantage", + "Mental" + ], + "modifiers": [ + { + "id": "616e216a-3f22-40f8-aa0c-a3d997844516", + "type": "modifier", + "name": "Words of Power", + "reference": "P70", + "cost": 100, + "disabled": true + } + ], + "base_points": 5, + "calc": { + "points": 5 + } + }, + { + "id": "80d9e895-09cd-4ce9-8178-4021d957588e", + "type": "trait", + "name": "Single-Minded", + "reference": "B85", + "tags": [ + "Advantage", + "Mental" + ], + "base_points": 5, + "features": [ + { + "type": "conditional_modifier", + "situation": "to rolls for any lengthy mental task you concentrate on to the exclusion of other activities, if the GM feels such focus would be beneficial", + "amount": 3 + }, + { + "type": "conditional_modifier", + "situation": "to all rolls to notice interruptions while obsessed with a task", + "amount": -5 + } + ], + "calc": { + "points": 5 + } + }, + { + "id": "73219fcd-8438-4afe-b867-4da1e3a1d84c", + "type": "trait", + "name": "Talent (Smooth Operator)", + "reference": "B90,PU3:15", + "tags": [ + "Advantage", + "Mental", + "Talent" + ], + "modifiers": [ + { + "id": "673ac6d5-88a0-46ff-9c61-a92a5908fd6d", + "type": "modifier", + "name": "Alternate Benefit", + "notes": "Bonus to resist covered skills", + "disabled": true + }, + { + "id": "d7bc77f2-e124-4076-a8c1-e9845d9583c0", + "type": "modifier", + "name": "Alternative Cost", + "cost": -2, + "affects": "levels_only", + "cost_type": "points", + "disabled": true + } + ], + "levels": 1, + "points_per_level": 15, + "features": [ + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Acting" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Carousing" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Detect Lies" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Diplomacy" + }, + "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": "Intimidation" + }, + "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": "Politics" + }, + "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": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Savoir-Faire" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Sex Appeal" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Streetwise" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is" + }, + "amount": 1, + "per_level": true + }, + { + "type": "reaction_bonus", + "situation": "from con artists, politicians, salesmen, etc. – but only if you aren’t trying to manipulate them.", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 15 + } + }, + { + "id": "b85ca044-b137-4bf8-9209-e213b268aa25", + "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": "a5772735-6162-4798-8a8d-5d97c062b04b", + "type": "trait", + "name": "Voice", + "reference": "B97", + "tags": [ + "Advantage", + "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": "starts_with", + "qualifier": "mimicry" + }, + "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": "politics" + }, + "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 who can hear your voice", + "amount": 2 + } + ], + "calc": { + "points": 10 + } + } + ], + "name": "Choose 25 points from the below", + "template_picker": { + "type": "points", + "qualifier": { + "compare": "at_most", + "qualifier": 25 + } + }, + "calc": { + "points": 426 + } + }, + { + "id": "9e010c17-1318-4eed-8c82-bab33da6d362", + "type": "trait_container", + "open": true, + "children": [ + { + "id": "b1c97767-103a-41c0-811c-95635bb720af", + "type": "trait", + "name": "Attentive", + "reference": "B163", + "tags": [ + "Mental", + "Quirk" + ], + "base_points": -1, + "features": [ + { + "type": "conditional_modifier", + "situation": "to skill rolls when working on lengthy tasks, but -3 to notice any important interruption", + "amount": 1 + } + ], + "calc": { + "points": -1 + } + }, + { + "id": "8dbe76fe-cfa9-42d9-bdf4-4773547f19f0", + "type": "trait", + "name": "Claustrophobia (Enclosed Spaces)", + "reference": "B149", + "notes": "You are uncomfortable any time you can’t see the sky – or at least a very high ceiling. In a small room or vehicle, you feel the walls closing in on you... You need air! This is a dangerous fear for someone who plans to go underground.", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -15, + "cr": 12, + "cr_adj": "action_penalty", + "calc": { + "points": -15 + } + }, + { + "id": "e9a51e4f-c298-4e3d-b378-09c8e8c9f15f", + "type": "trait", + "name": "Compulsive Generosity", + "reference": "B128", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -5, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": false, + "name": { + "compare": "is", + "qualifier": "miserliness" + } + } + ] + }, + "features": [ + { + "type": "reaction_bonus", + "situation": "from pious folk", + "amount": 1 + } + ], + "cr": 12, + "cr_adj": "minor_cost_of_living_increase", + "calc": { + "points": -5 + } + }, + { + "id": "c1e7b535-7439-4ecb-85c5-1c0de224616d", + "type": "trait", + "name": "Easy to Read", + "reference": "B134", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -10, + "features": [ + { + "type": "conditional_modifier", + "situation": "to others on all Empathy, Body Language, and Psychology rolls to discern your intentions or the truth of your words", + "amount": 4 + }, + { + "type": "conditional_modifier", + "situation": "to others on IQ, Detect Lies, and Gambling rolls in any Quick Contest with your Acting, Fast-Talk, or Gambling skill when you try to lie or bluff", + "amount": 4 + } + ], + "calc": { + "points": -10 + } + }, + { + "id": "511e996d-0dbb-4ddc-bdd7-016e307a7f79", + "type": "trait", + "name": "Intolerance (Land-Walkers)", + "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": "3b8e82e0-8852-4916-bfb8-31ea42497972", + "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": "7b655da8-6b60-4720-9145-f166175cab58", + "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": "0f7e6a10-8b57-4fc6-8931-536fb7ffe2eb", + "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": "20635a80-6520-446b-8f75-509c58803759", + "type": "trait", + "name": "Social Stigma (Minority Group)", + "reference": "B155", + "notes": "You are a member of a minority that the dominant culture around you regards as “barbarians” or “inferior.”", + "tags": [ + "Disadvantage", + "Social" + ], + "base_points": -10, + "features": [ + { + "type": "reaction_bonus", + "situation": "from others except your own kind", + "amount": -2 + }, + { + "type": "reaction_bonus", + "situation": "from others of your own kind in an area, profession, or situation where your minority is especially rare", + "amount": 2 + } + ], + "calc": { + "points": -10 + } + }, + { + "id": "354efb33-2115-40d3-96dd-c70220e78e54", + "type": "trait", + "name": "Bad Temper", + "reference": "B124", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -10, + "cr": 12, + "calc": { + "points": -10 + } + }, + { + "id": "2aaa3aeb-ce98-486b-ba54-e0e87cdb2341", + "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": "3e72d0c9-38b7-46d2-93af-5594ca7251af", + "type": "trait", + "name": "Gregarious", + "reference": "B126", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -10, + "features": [ + { + "type": "reaction_bonus", + "situation": "to others", + "amount": 4 + }, + { + "type": "conditional_modifier", + "situation": "to IQ-based skills when alone, or only -1 if in a group of 4 or less", + "amount": -2 + } + ], + "calc": { + "points": -10 + } + }, + { + "id": "bebb230e-dc88-410d-8859-75965f3fc368", + "type": "trait", + "name": "Compulsive Carousing", + "reference": "B128", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -5, + "features": [ + { + "type": "reaction_bonus", + "situation": "from like-minded extroverts", + "amount": 1 + }, + { + "type": "reaction_bonus", + "situation": "or worse from sober-minded citizens (GM discretion)", + "amount": -1 + } + ], + "cr": 12, + "calc": { + "points": -5 + } + }, + { + "id": "cd69a580-a95f-4b28-a1ea-b5745c5ef06a", + "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": "1af72e17-1e5e-4e77-a7d4-9f0d9293d6ef", + "type": "trait", + "name": "Dreamer", + "reference": "B164", + "tags": [ + "Mental", + "Quirk" + ], + "base_points": -1, + "features": [ + { + "type": "conditional_modifier", + "situation": "on any long task", + "amount": -1 + } + ], + "calc": { + "points": -1 + } + }, + { + "id": "e8fe7f22-4f5b-4cf7-9793-2035db39fa09", + "type": "trait", + "name": "Guilt Complex", + "reference": "B137", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -5, + "calc": { + "points": -5 + } + }, + { + "id": "e3eb991a-7a48-4c62-b2a1-0430acce7ee4", + "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": "42f9d1f4-ba1d-4a79-9051-5aa41c991991", + "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": "771b916f-85ab-44ab-acdd-9af22d92c186", + "type": "trait", + "name": "Odious Personal Habit (Showy Performer), -1 Reaction", + "reference": "B22", + "tags": [ + "Disadvantage", + "Physical" + ], + "base_points": -5, + "calc": { + "points": -5 + } + }, + { + "id": "69c3a829-5407-40ac-a0f4-f9854df28db8", + "type": "trait", + "name": "Odious Personal Habit (Showy Performer), -2 Reaction", + "reference": "B22", + "tags": [ + "Disadvantage", + "Physical" + ], + "base_points": -10, + "calc": { + "points": -10 + } + }, + { + "id": "9389718a-314a-43c1-bace-d3b9c2396e37", + "type": "trait", + "name": "Pacifism: Reluctant Killer", + "reference": "B148", + "notes": "You are psychologically unprepared to kill people. Whenever you make a deadly attack (e.g., with a knife or a gun) against an obvious person whose face is visible to you, you are at -4 to hit and may not Aim. If you cannot see the foe’s face (due to a mask, darkness, or distance, or because you attacked from behind), the penalty is only -2, save in close combat. You have no penalty to attack a vehicle (even an occupied one), an opponent you do not believe is a person (including things with Horrific or Monstrous appearance), or a target you can’t actually see (e.g., a set of map coordinates or a blip on a radar screen). If you kill a recognizable person, the effect on you is the same as for Pacifism: Cannot Kill. You have no problem with your allies killing; you may even supply ammo, loaded weapons, and encouragement! You just can’t do the killing yourself.", + "tags": [ + "Disadvantage", + "Mental" + ], + "modifiers": [ + { + "id": "6d3031de-32e5-4203-a9ad-f1ff23f723fd", + "type": "modifier", + "name": "Species-Specific", + "reference": "UT32", + "cost": -80, + "disabled": true + } + ], + "base_points": -5, + "calc": { + "points": -5 + } + }, + { + "id": "61867f65-7453-43d9-80db-cd5538a7b061", + "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": "a34f6011-ed1f-4597-99b8-b9868317a0c1", + "type": "trait", + "name": "Truthfulness", + "reference": "B159", + "notes": "Make a self-control roll whenever you must keep silent about an uncomfortable truth (lying by omission). Roll at -5 if you actually have to tell a falsehood! If you fail, you blurt out the truth, or stumble so much that your lie is obvious.", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -5, + "features": [ + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "fast-talk" + }, + "amount": -5 + } + ], + "cr": 12, + "calc": { + "points": -5 + } + } + ], + "name": "Choose -25 points from the below", + "template_picker": { + "type": "points", + "qualifier": { + "compare": "at_least", + "qualifier": -25 + } + }, + "calc": { + "points": -162 + } + } + ], + "name": "Storyteller", + "reference": "FFWF20", + "calc": { + "points": 354 + } + } + ], + "skills": [ + { + "id": "dd6801aa-026d-4894-b555-047570fb52c4", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "8b473755-b2e0-4ab6-891c-e6def6509ab0", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "ce34ee57-7d8a-4a82-9d0f-5ddd01578487", + "type": "skill", + "name": "Poetry", + "reference": "B214", + "tags": [ + "Arts", + "Entertainment" + ], + "difficulty": "iq/a", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -5 + }, + { + "type": "skill", + "name": "Writing", + "modifier": -5 + } + ] + }, + { + "id": "80f2418e-e1aa-41ab-9358-95e1e72a23bc", + "type": "skill", + "name": "Teaching", + "reference": "B224", + "tags": [ + "Scholarly", + "Social" + ], + "difficulty": "iq/a", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -5 + } + ] + }, + { + "id": "47d3aeb6-aef0-4f9d-8b26-51234ef294a6", + "type": "skill", + "name": "Public Speaking", + "reference": "B216", + "tags": [ + "Business", + "Scholarly", + "Social" + ], + "difficulty": "iq/a", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -5 + }, + { + "type": "skill", + "name": "Acting", + "modifier": -5 + }, + { + "type": "skill", + "name": "Performance", + "modifier": -2 + }, + { + "type": "skill", + "name": "Politics", + "modifier": -5 + } + ] + }, + { + "id": "cbfeff9c-caf0-4d30-a46c-d96a17bcff1f", + "type": "skill", + "name": "Literature", + "reference": "B205", + "tags": [ + "Humanities", + "Scholarly", + "Social Sciences" + ], + "difficulty": "iq/h", + "points": 4, + "defaults": [ + { + "type": "iq", + "modifier": -6 + } + ] + }, + { + "id": "8539e837-e92a-4fdc-b8cd-91e7ed560e7a", + "type": "skill", + "name": "Musical Composition", + "reference": "B210", + "tags": [ + "Arts", + "Entertainment" + ], + "difficulty": "iq/h", + "points": 2, + "defaults": [ + { + "type": "skill", + "name": "Musical Instrument", + "modifier": -2 + }, + { + "type": "skill", + "name": "Poetry", + "modifier": -2 + } + ] + }, + { + "id": "6b968d47-a721-4d85-a36d-01107e1aff73", + "type": "skill", + "name": "Musical Instrument", + "reference": "B211", + "tags": [ + "Arts", + "Entertainment" + ], + "specialization": "@Specialty@", + "difficulty": "iq/h", + "points": 2 + }, + { + "id": "01fc2c3b-e4e2-4012-a83c-0865fe84e0ec", + "type": "skill", + "name": "Musical Influence", + "reference": "B210", + "tags": [ + "Esoteric" + ], + "difficulty": "iq/vh", + "points": 2, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "skill_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "singing" + }, + "level": { + "compare": "at_least", + "qualifier": 12 + } + }, + { + "type": "skill_prereq", + "has": true, + "name": { + "compare": "starts_with", + "qualifier": "musical instrument" + }, + "level": { + "compare": "at_least", + "qualifier": 12 + } + } + ] + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "Talent (Musical Ability)" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "1b1f2dbb-367d-4857-b372-fb867e1ade9e", + "type": "skill", + "name": "Captivate", + "reference": "B191", + "tags": [ + "Esoteric" + ], + "difficulty": "will/h", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "skill_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "suggest" + }, + "level": { + "compare": "at_least", + "qualifier": 12 + } + }, + { + "type": "skill_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "public speaking" + }, + "level": { + "compare": "at_least", + "qualifier": 12 + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "charisma" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "bbe6efc8-71cc-4054-b575-14b992a7b868", + "type": "skill", + "name": "Persuade", + "reference": "B191", + "tags": [ + "Esoteric" + ], + "difficulty": "will/h", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "charisma" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + } + }, + { + "type": "skill_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "public speaking" + }, + "level": { + "compare": "at_least", + "qualifier": 12 + } + } + ] + } + }, + { + "id": "4434d250-4aa1-4bc1-b2db-8703b639cb42", + "type": "skill", + "name": "Suggest", + "reference": "B191", + "tags": [ + "Esoteric" + ], + "difficulty": "will/h", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "skill_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "persuade" + }, + "level": { + "compare": "at_least", + "qualifier": 12 + } + }, + { + "type": "skill_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "public speaking" + }, + "level": { + "compare": "at_least", + "qualifier": 12 + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "charisma" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + }, + { + "id": "4aaec7b8-02a7-4ef8-ba0c-78355337d8a0", + "type": "skill", + "name": "Sway Emotions", + "reference": "B192", + "tags": [ + "Esoteric" + ], + "difficulty": "will/h", + "points": 1 + } + ], + "name": "Primary Skills" + }, + { + "id": "f6830732-ea33-4d93-96bb-3d27d46e4c19", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "fc7a3105-2e2e-469f-9011-8543073a7127", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "eecf10bb-7784-4ba8-a47d-a1ca1cee990e", + "type": "skill", + "name": "Hobby Skill", + "reference": "B200,MA57", + "tags": [ + "Knowledge" + ], + "specialization": "Fire Eating", + "difficulty": "dx/e", + "points": 2, + "defaults": [ + { + "type": "dx", + "modifier": -4 + } + ] + }, + { + "id": "288f0171-83d0-45e7-8f6c-f301e457a6bf", + "type": "skill", + "name": "Dancing", + "reference": "B187", + "tags": [ + "Arts", + "Entertainment" + ], + "difficulty": "dx/a", + "points": 2, + "defaults": [ + { + "type": "dx", + "modifier": -5 + } + ] + }, + { + "id": "d1073d7e-1ded-43f3-9feb-5615c93ed8ac", + "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": "b4dea03b-dcb5-4445-ba4f-f82f21a55d8d", + "type": "skill", + "name": "Aerobatics", + "reference": "B174", + "tags": [ + "Athletic" + ], + "difficulty": "dx/h", + "points": 2, + "defaults": [ + { + "type": "dx", + "modifier": -6 + }, + { + "type": "skill", + "name": "Acrobatics", + "modifier": -4 + }, + { + "type": "skill", + "name": "Aquabatics", + "modifier": -4 + } + ] + }, + { + "id": "d6fab612-b0b8-47ad-8f84-4e23e6736948", + "type": "skill", + "name": "Sleight of Hand", + "reference": "B221", + "tags": [ + "Arts", + "Criminal", + "Entertainment", + "Street" + ], + "difficulty": "dx/h", + "points": 2, + "defaults": [ + { + "type": "skill", + "name": "Filch", + "modifier": -5 + } + ] + }, + { + "id": "bc1f363d-9e38-48bc-9e59-06edc262dc7d", + "type": "skill", + "name": "Disguise", + "reference": "B187", + "tags": [ + "Criminal", + "Spy", + "Street" + ], + "specialization": "@Specialty@", + "tech_level": "", + "difficulty": "iq/a", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -5 + }, + { + "type": "skill", + "name": "Makeup", + "modifier": -3 + } + ] + }, + { + "id": "b6aa0021-d19b-497c-a2ad-943a14ee81f9", + "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": "7000fd9b-9795-43e2-a80d-bf613edb7c20", + "type": "skill", + "name": "Gambling", + "reference": "B197", + "tags": [ + "Criminal", + "Social", + "Street" + ], + "difficulty": "iq/a", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -5 + }, + { + "type": "skill", + "name": "Mathematics", + "specialization": "Statistics", + "modifier": -5 + } + ] + }, + { + "id": "58fec060-9f5a-49e5-8395-fa8077edfeb6", + "type": "skill", + "name": "Hidden Lore", + "reference": "B199,MA57", + "tags": [ + "Knowledge" + ], + "specialization": "@Subject@", + "difficulty": "iq/a", + "points": 2 + }, + { + "id": "e3f734d1-7b6b-4800-b268-71f62de8853c", + "type": "skill", + "name": "Propaganda", + "reference": "B216", + "tags": [ + "Business", + "Military", + "Social", + "Spy" + ], + "tech_level": "", + "difficulty": "iq/a", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -5 + }, + { + "type": "skill", + "name": "Merchant", + "modifier": -5 + }, + { + "type": "skill", + "name": "Psychology", + "modifier": -4 + } + ] + }, + { + "id": "212448ac-4d50-4754-9b2c-158e1c99fbd4", + "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": "9055023a-d2cc-4b92-955b-16725fe7d2eb", + "type": "skill", + "name": "Hypnotism", + "reference": "B201", + "tags": [ + "Medical" + ], + "difficulty": "iq/h", + "points": 2 + }, + { + "id": "586d790b-9457-499b-a2ae-02207c8468c5", + "type": "skill", + "name": "Law", + "reference": "B204", + "tags": [ + "Business", + "Humanities", + "Police", + "Social Sciences" + ], + "specialization": "@Specialty@", + "difficulty": "iq/h", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -6 + } + ] + }, + { + "id": "4e3064b3-1edc-4147-8870-ee12d7af484e", + "type": "skill", + "name": "Mimicry", + "reference": "B210", + "tags": [ + "Arts", + "Entertainment" + ], + "specialization": "Speech", + "difficulty": "iq/h", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -6 + }, + { + "type": "skill", + "name": "Acting", + "modifier": -6 + }, + { + "type": "skill", + "name": "Linguistics", + "modifier": -4 + } + ] + }, + { + "id": "5f147e42-62bc-4495-b9b4-a2f17bf996df", + "type": "skill", + "name": "Ventriloquism", + "reference": "B228", + "tags": [ + "Arts", + "Entertainment" + ], + "difficulty": "iq/h", + "points": 2 + }, + { + "id": "d06977d2-c7ba-4a80-b50a-227328f97eec", + "type": "skill", + "name": "Carousing", + "reference": "B183", + "tags": [ + "Criminal", + "Social", + "Street" + ], + "difficulty": "ht/e", + "points": 2, + "defaults": [ + { + "type": "ht", + "modifier": -4 + } + ] + }, + { + "id": "e503d2fe-dddd-4823-af09-f6cc98b68e14", + "type": "skill", + "name": "Flight", + "reference": "B195", + "tags": [ + "Athletic" + ], + "difficulty": "ht/a", + "points": 2, + "defaults": [ + { + "type": "ht", + "modifier": -5 + } + ], + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "starts_with", + "qualifier": "flight" + } + } + ] + } + }, + { + "id": "d031324e-1833-4178-9267-1a5d6edc7b6d", + "type": "skill", + "name": "Sex Appeal", + "reference": "B219", + "tags": [ + "Social" + ], + "difficulty": "ht/a", + "points": 2, + "defaults": [ + { + "type": "ht", + "modifier": -3 + } + ] + }, + { + "id": "2602fd3c-697b-4cf1-bbc6-b7a6426e4d35", + "type": "skill", + "name": "Add 2 points to a primary skill", + "difficulty": "dx/a", + "points": 2, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "skill_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "Add 2 points to a primary skill" + }, + "level": { + "compare": "at_least" + } + } + ] + } + } + ], + "name": "Choose 4 from the below", + "template_picker": { + "type": "count", + "qualifier": { + "compare": "is", + "qualifier": 4 + } + } + }, + { + "id": "0117da81-2399-4484-8948-481ad61153f1", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "42e5ccff-6666-4c6c-97c9-9b6c60197395", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "5312e27c-4c34-4d5a-97d1-d35333758b43", + "type": "skill", + "name": "Axe/Mace", + "reference": "B208", + "tags": [ + "Combat", + "Melee Combat", + "Weapon" + ], + "difficulty": "dx/a", + "points": 2, + "defaults": [ + { + "type": "dx", + "modifier": -5 + }, + { + "type": "skill", + "name": "Two-Handed Axe/Mace", + "modifier": -3 + }, + { + "type": "skill", + "name": "Flail", + "modifier": -4 + } + ] + }, + { + "id": "4a22b021-1e77-4df5-9df7-6436b3fd60bd", + "type": "skill", + "name": "Bolas", + "reference": "B181", + "tags": [ + "Combat", + "Ranged Combat", + "Weapon" + ], + "difficulty": "dx/a", + "points": 2 + } + ], + "name": "Axe/Mace and Bolas", + "template_picker": { + "type": "count", + "qualifier": { + "compare": "is", + "qualifier": 2 + } + } + }, + { + "id": "9fc6b3d2-f8a2-4c8d-ac0a-c78385dfb25e", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "dfc765e3-661c-46df-ab97-e99ae910dd9e", + "type": "skill", + "name": "Combat Art", + "reference": "B184,MA55", + "tags": [ + "Athletic" + ], + "specialization": "Bolas", + "difficulty": "dx/a", + "points": 2, + "defaults": [ + { + "type": "skill", + "name": "Bolas", + "modifier": -3 + }, + { + "type": "skill", + "name": "Combat Sport", + "specialization": "Bolas", + "modifier": -3 + }, + { + "type": "dx", + "modifier": -5 + } + ] + }, + { + "id": "081ea606-d612-40f9-9d40-86c31cf62625", + "type": "skill", + "name": "Combat Art", + "reference": "B184,MA55", + "tags": [ + "Athletic" + ], + "specialization": "Flail", + "difficulty": "dx/a", + "points": 2, + "defaults": [ + { + "type": "skill", + "name": "Flail", + "modifier": -3 + }, + { + "type": "skill", + "name": "Combat Sport", + "specialization": "Flail", + "modifier": -3 + }, + { + "type": "dx", + "modifier": -5 + } + ] + } + ], + "name": "Bolas Art and Flail Art", + "template_picker": { + "type": "count", + "qualifier": { + "compare": "is", + "qualifier": 2 + } + } + } + ], + "name": "Choose a weapon skill package", + "template_picker": { + "type": "count", + "qualifier": { + "compare": "is", + "qualifier": 1 + } + } + } + ], + "name": "Secondary Skills" + }, + { + "id": "be3ea625-5dc8-4062-8c6d-3b74b6ee533f", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "32a9efe0-3edd-4574-a51a-0959201f1d82", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "b43c3ca0-2fa8-425a-a201-b4c2712b1ab4", + "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": "89a520b5-5e23-4875-966a-f32cdb2ad66e", + "type": "skill", + "name": "Sewing", + "reference": "B219", + "tags": [ + "Craft", + "Everyman" + ], + "tech_level": "", + "difficulty": "dx/e", + "points": 1, + "defaults": [ + { + "type": "dx", + "modifier": -4 + } + ] + }, + { + "id": "a06de1c1-d4d4-423c-9b33-018299f2b279", + "type": "skill", + "name": "Area Knowledge", + "reference": "B176", + "tags": [ + "Everyman", + "Knowledge" + ], + "specialization": "@Area@", + "difficulty": "iq/e", + "points": 1, + "defaults": [ + { + "type": "skill", + "name": "Geography", + "modifier": -3 + } + ] + }, + { + "id": "0152ae5a-f674-4ed0-a2c5-17e82472e530", + "type": "skill", + "name": "Makeup", + "reference": "B206", + "tags": [ + "Arts", + "Entertainment" + ], + "tech_level": "", + "difficulty": "iq/e", + "points": 1, + "defaults": [ + { + "type": "iq", + "modifier": -4 + }, + { + "type": "skill", + "name": "Disguise", + "modifier": -2 + } + ] + }, + { + "id": "5bf3e5a7-3341-477f-948c-24271787711a", + "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": "8bc91754-202a-4a2f-a29e-b9c32c63ccaa", + "type": "skill", + "name": "Animal Handling", + "reference": "B175", + "tags": [ + "Animal" + ], + "specialization": "@Specialty@", + "difficulty": "iq/a", + "points": 1, + "defaults": [ + { + "type": "iq", + "modifier": -5 + } + ] + }, + { + "id": "e0e5c57d-cf2c-4463-be35-97fab79d5003", + "type": "skill", + "name": "Fortune-Telling", + "reference": "B196", + "tags": [ + "Social" + ], + "specialization": "@Specialty@", + "difficulty": "iq/a", + "points": 1, + "defaults": [ + { + "type": "iq", + "modifier": -5 + }, + { + "type": "skill", + "name": "Fast-Talk", + "modifier": -3 + }, + { + "type": "skill", + "name": "Occultism", + "modifier": -3 + } + ] + }, + { + "id": "f6f37a18-2b04-4d32-bfea-80c7b1e2ae1c", + "type": "skill", + "name": "Artist", + "reference": "B179", + "tags": [ + "Arts", + "Entertainment" + ], + "specialization": "Painting", + "difficulty": "iq/h", + "points": 1, + "defaults": [ + { + "type": "iq", + "modifier": -6 + }, + { + "type": "skill", + "name": "Artist", + "specialization": "Calligraphy", + "modifier": -2 + }, + { + "type": "skill", + "name": "Artist", + "specialization": "Drawing", + "modifier": -2 + }, + { + "type": "skill", + "name": "Artist", + "specialization": "Illumination", + "modifier": -2 + }, + { + "type": "skill", + "name": "Artist", + "specialization": "Body Art", + "modifier": -4 + }, + { + "type": "skill", + "name": "Artist", + "modifier": -6 + } + ] + }, + { + "id": "0f5b249c-7fed-462d-bb93-beab85246489", + "type": "skill", + "name": "Singing", + "reference": "B220", + "tags": [ + "Arts", + "Entertainment" + ], + "difficulty": "ht/e", + "points": 1, + "defaults": [ + { + "type": "ht", + "modifier": -4 + } + ] + }, + { + "id": "b5a0f98a-50bf-49b7-822c-fdf0df484d83", + "type": "skill", + "name": "Intimidation", + "reference": "B202", + "tags": [ + "Criminal", + "Police", + "Social", + "Street" + ], + "difficulty": "will/a", + "points": 1, + "defaults": [ + { + "type": "will", + "modifier": -5 + }, + { + "type": "skill", + "name": "Acting", + "modifier": -3 + } + ] + }, + { + "id": "c7de70bc-d85c-417f-80c4-9b47ab45dfad", + "type": "skill", + "name": "Add 1 point to another skill", + "difficulty": "dx/a", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "skill_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "Add 1 point to another skill" + }, + "level": { + "compare": "at_least" + } + } + ] + } + } + ], + "name": "Choose 3 from the below", + "template_picker": { + "type": "count", + "qualifier": { + "compare": "is", + "qualifier": 3 + } + } + } + ], + "name": "Background Skills" + } + ], + "name": "Storyteller", + "reference": "FFWF20" + } + ] +} diff --git a/Library/Fantasy Folk/Winged Folk/Profession Templates/Storyteller - Magical.gct b/Library/Fantasy Folk/Winged Folk/Profession Templates/Storyteller - Magical.gct new file mode 100644 index 000000000..a31f98e0a --- /dev/null +++ b/Library/Fantasy Folk/Winged Folk/Profession Templates/Storyteller - Magical.gct @@ -0,0 +1,3732 @@ +{ + "type": "template", + "version": 4, + "id": "a76ad978-5250-467e-9fdd-6e75ac3ed4c4", + "traits": [ + { + "id": "48120175-93f1-473c-bc09-179474376c0b", + "type": "trait_container", + "open": true, + "children": [ + { + "id": "f0ab4fc6-3772-4ea1-af82-87d598f0d68d", + "type": "trait", + "name": "Increased Intelligence", + "reference": "B15", + "tags": [ + "Advantage", + "Attribute", + "Mental" + ], + "levels": 3, + "points_per_level": 20, + "features": [ + { + "type": "attribute_bonus", + "attribute": "iq", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 60 + } + }, + { + "id": "50b92d15-c444-41ef-8606-e9fe6848c52d", + "type": "trait", + "name": "Magery", + "reference": "B66", + "notes": "Limited Colleges: Communication and Empathy, Mind Control (-30%); Musical (-50%)", + "tags": [ + "Advantage", + "Mental", + "Supernatural" + ], + "base_points": 5, + "levels": 2, + "points_per_level": 2, + "features": [ + { + "type": "spell_bonus", + "match": "all_colleges", + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "thaumatology" + }, + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 9 + } + }, + { + "id": "7cc359f6-7413-462c-a169-847ee7201ae5", + "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": "efb044be-1909-4ab1-a71c-435ba26fb900", + "type": "trait", + "name": "Talent (Musical Ability)", + "reference": "B90,PU3:13", + "tags": [ + "Advantage", + "Mental", + "Talent" + ], + "levels": 2, + "points_per_level": 5, + "features": [ + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Group Performance" + }, + "specialization": { + "compare": "is", + "qualifier": "Conducting" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Musical Composition" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Musical Influence" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Musical Instrument" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Singing" + }, + "amount": 1, + "per_level": true + }, + { + "type": "reaction_bonus", + "situation": "from audiences and critics", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 10 + } + }, + { + "id": "bc55591d-83fe-4dbd-987d-7a39a2d1bf73", + "type": "trait_container", + "children": [ + { + "id": "348fbe99-8f19-4b78-bfaa-aef7dd43c362", + "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": "f9545757-1e31-4d8b-b1c8-3a6b3b45b8a5", + "type": "trait", + "name": "Animal Empathy", + "reference": "B40,P48", + "tags": [ + "Advantage", + "Mental" + ], + "modifiers": [ + { + "id": "13ea22a2-2f11-4abb-87ad-4d3895a102ad", + "type": "modifier", + "name": "Remote", + "reference": "P48", + "cost": 50, + "disabled": true + }, + { + "id": "b4758d45-4f13-4e8e-b88e-7bc884a82425", + "type": "modifier", + "name": "Specialized", + "reference": "B87", + "notes": "All aquatic animals", + "cost": -40, + "disabled": true + }, + { + "id": "4e91bc03-4e47-4b36-a1a1-ce7a045f06ce", + "type": "modifier", + "name": "Specialized", + "reference": "B87", + "notes": "All land animals", + "cost": -40, + "disabled": true + }, + { + "id": "7e994dfc-f800-4dda-8f17-6491254d0fd6", + "type": "modifier", + "name": "Specialized", + "reference": "B87", + "notes": "@One class: Mammals, Birds, etc.@", + "cost": -50, + "disabled": true + }, + { + "id": "c4779572-f091-4862-898c-726b35c34f36", + "type": "modifier", + "name": "Specialized", + "reference": "B87", + "notes": "@One family: Felines, Parrots, etc.@", + "cost": -60, + "disabled": true + }, + { + "id": "cc7ea23b-89a8-4a5f-be4a-dbfa9bcdd8ec", + "type": "modifier", + "name": "Specialized", + "reference": "B87", + "notes": "@One species: House Cats, Macaws, etc.@", + "cost": -80, + "disabled": true + } + ], + "base_points": 5, + "calc": { + "points": 5 + } + }, + { + "id": "4cbc7ff6-b252-4e9a-bf69-96059b583f3f", + "type": "trait", + "name": "Talent (Animal Friend)", + "reference": "B90,PU3:6", + "tags": [ + "Advantage", + "Mental", + "Talent" + ], + "levels": 1, + "points_per_level": 5, + "features": [ + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "contains", + "qualifier": "animal handling" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "falconry" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "contains", + "qualifier": "packing" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "contains", + "qualifier": "riding" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "contains", + "qualifier": "teamster" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "contains", + "qualifier": "veterinary" + }, + "amount": 1, + "per_level": true + }, + { + "type": "reaction_bonus", + "situation": "from ordinary animals", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 5 + } + }, + { + "id": "ab473af1-1eee-4bce-9247-a23bcf2da03a", + "type": "trait", + "name": "Appearance (+1: Attractive)", + "reference": "B21", + "tags": [ + "Advantage", + "Physical" + ], + "modifiers": [ + { + "id": "7ddae5ca-ec6b-423d-a4de-94969906f8e2", + "type": "modifier", + "name": "Universal", + "notes": "Reaction modifier applies regardless of race", + "cost": 25, + "disabled": true + } + ], + "base_points": 4, + "features": [ + { + "type": "reaction_bonus", + "situation": "from others who see your looks", + "amount": 1 + } + ], + "calc": { + "points": 4 + } + }, + { + "id": "5c42c1a1-c0c7-49ea-820a-1215e6c5c603", + "type": "trait", + "name": "Claim to Hospitality", + "reference": "B41", + "tags": [ + "Advantage", + "Social" + ], + "modifiers": [ + { + "id": "a1868c09-c5aa-4e29-aa78-9a913758e874", + "type": "modifier", + "name": "@Friend with crash space@ (crash space)", + "cost": 1, + "cost_type": "points", + "disabled": true + }, + { + "id": "588a85b9-dee5-434f-8ae8-c4299199774b", + "type": "modifier", + "name": "@Group@ - @Services@", + "cost": 1, + "cost_type": "points", + "disabled": true + }, + { + "id": "e82cc14d-4886-438a-bf2a-5ed037e42feb", + "type": "modifier", + "name": "@Group@ - Has @Resources@", + "cost": 2, + "cost_type": "points", + "disabled": true + }, + { + "id": "0ab328aa-fa3f-4d99-a712-c58c20fea34d", + "type": "modifier", + "name": "@Large Group@ - Has @Lots of Services@", + "cost": 5, + "cost_type": "points", + "disabled": true + }, + { + "id": "3eba09ad-d753-47f8-b429-2e0481b56d0d", + "type": "modifier", + "name": "@Vast Group@ - @Complete Services@", + "cost": 10, + "cost_type": "points", + "disabled": true + } + ], + "calc": { + "points": 0 + } + }, + { + "id": "25ad1352-6aea-4f41-ae6b-3a34c0882fc4", + "type": "trait", + "name": "Fearlessness", + "reference": "B55,MA44", + "tags": [ + "Advantage", + "Mental" + ], + "levels": 1, + "points_per_level": 2, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": false, + "name": { + "compare": "is", + "qualifier": "Fearfulness" + } + } + ] + }, + "features": [ + { + "type": "attribute_bonus", + "attribute": "fright_check", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 2 + } + }, + { + "id": "2e874c6d-ff50-46d7-a019-2ad0f2198090", + "type": "trait", + "name": "Fit", + "reference": "B55", + "notes": "Recover FP at twice the normal rate (but not FP spent for spells or psi powers)", + "tags": [ + "Advantage", + "Physical" + ], + "base_points": 5, + "features": [ + { + "type": "conditional_modifier", + "situation": "to all HT rolls to stay conscious, avoid death, resist disease, or resist poison", + "amount": 1 + } + ], + "calc": { + "points": 5 + } + }, + { + "id": "d22dab0f-0c8c-4ca3-997c-7f2c3e03408b", + "type": "trait", + "name": "Very Fit", + "reference": "B55", + "notes": "Recover FP at twice the normal rate; lose FP at half the normal rate (in both cases, not FP spent for spells or psi powers)", + "tags": [ + "Advantage", + "Physical" + ], + "base_points": 15, + "features": [ + { + "type": "conditional_modifier", + "situation": "to all HT rolls to stay conscious, avoid death, resist disease, resist poison", + "amount": 2 + } + ], + "calc": { + "points": 15 + } + }, + { + "id": "4698ad69-19db-46cd-96d6-a8f23d93aeed", + "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": "1d7b05e0-7496-40b9-b2bc-fb24e0e93ee5", + "type": "trait", + "name": "Talent (Outdoorsman)", + "reference": "B90,PU3:14", + "tags": [ + "Advantage", + "Mental", + "Talent" + ], + "modifiers": [ + { + "id": "254be33f-2141-4378-b967-c5d751c27942", + "type": "modifier", + "name": "Alternate Benefit", + "notes": "Bonus to HT rolls to avoid harm from failure of covered skills", + "disabled": true + }, + { + "id": "2d095bbd-0918-4dfc-975e-de2ff3901fb2", + "type": "modifier", + "name": "Alternative Cost", + "cost": -3, + "affects": "levels_only", + "cost_type": "points", + "disabled": true + } + ], + "levels": 1, + "points_per_level": 10, + "features": [ + { + "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": "Fishing" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Mimicry" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Naturalist" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Navigation" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Survival" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Tracking" + }, + "amount": 1, + "per_level": true + }, + { + "type": "reaction_bonus", + "situation": "from explorers and nature lovers", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 10 + } + }, + { + "id": "5f3dfd9c-b80e-4cea-aa44-0a0380775072", + "type": "trait", + "name": "Penetrating Voice", + "reference": "B101", + "tags": [ + "Perk", + "Physical" + ], + "base_points": 1, + "features": [ + { + "type": "conditional_modifier", + "situation": "to others' Hearing roll in siturations where you want to be heard over noise", + "amount": 3 + } + ], + "calc": { + "points": 1 + } + }, + { + "id": "e5e026bb-937e-4dfa-abc5-9308acf72c27", + "type": "trait", + "name": "Rapid Healing", + "reference": "B79", + "tags": [ + "Advantage", + "Physical" + ], + "base_points": 5, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "attribute_prereq", + "has": true, + "qualifier": { + "compare": "at_least", + "qualifier": 10 + }, + "which": "ht" + } + ] + }, + "features": [ + { + "type": "conditional_modifier", + "situation": "to your effective HT whenever you roll to recover lost HP or to see if you can get over a crippling injury", + "amount": 5 + } + ], + "calc": { + "points": 5 + } + }, + { + "id": "401d25dc-a82d-45c8-9afe-43b5008d4d35", + "type": "trait", + "name": "Temperature Tolerance (Cold)", + "reference": "B93", + "tags": [ + "Advantage", + "Physical" + ], + "levels": 1, + "points_per_level": 1, + "can_level": true, + "calc": { + "points": 1 + } + }, + { + "id": "080670fc-568c-45d5-9153-4fca2d82586f", + "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": "888c1fb5-7616-4476-aa8d-3d242099a96a", + "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": "81fff547-cd48-46a5-9949-202494315dcf", + "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": "b0438ca4-392a-4ea1-b6aa-c2026816ffd5", + "type": "trait", + "name": "Increased Health", + "reference": "B14", + "tags": [ + "Advantage", + "Attribute", + "Physical" + ], + "levels": 2, + "points_per_level": 10, + "features": [ + { + "type": "attribute_bonus", + "attribute": "ht", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 20 + } + }, + { + "id": "deb41344-f0a2-4ac3-9c56-49a705bfb591", + "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": "38b8e800-f645-4c0d-9e32-11ee9e465265", + "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": "34741bdd-efc3-4890-9f5a-fbd93f64ff52", + "type": "trait", + "name": "Increased Will", + "reference": "B16", + "tags": [ + "Advantage", + "Attribute", + "Mental" + ], + "levels": 3, + "points_per_level": 5, + "features": [ + { + "type": "attribute_bonus", + "attribute": "will", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 15 + } + }, + { + "id": "1ca6f971-0701-474e-822a-e6d643d859e1", + "type": "trait", + "name": "Increased Will", + "reference": "B16", + "tags": [ + "Advantage", + "Attribute", + "Mental" + ], + "levels": 4, + "points_per_level": 5, + "features": [ + { + "type": "attribute_bonus", + "attribute": "will", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 20 + } + }, + { + "id": "a148accc-1b94-4b13-a90d-fc86d0aa9bc2", + "type": "trait", + "name": "Extra Fatigue Points", + "reference": "B16", + "tags": [ + "Advantage", + "Attribute", + "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": "76644e60-da65-4a18-b8bd-65e03139ab0a", + "type": "trait", + "name": "Extra Fatigue Points", + "reference": "B16", + "tags": [ + "Advantage", + "Attribute", + "Physical" + ], + "levels": 2, + "points_per_level": 3, + "features": [ + { + "type": "attribute_bonus", + "attribute": "fp", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 6 + } + }, + { + "id": "f464ad75-0543-462b-bdec-1e0aef9d82d8", + "type": "trait", + "name": "Extra Fatigue Points", + "reference": "B16", + "tags": [ + "Advantage", + "Attribute", + "Physical" + ], + "levels": 3, + "points_per_level": 3, + "features": [ + { + "type": "attribute_bonus", + "attribute": "fp", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 9 + } + }, + { + "id": "98673e29-b088-46d4-866f-308aa6bfeebe", + "type": "trait", + "name": "Extra Fatigue Points", + "reference": "B16", + "tags": [ + "Advantage", + "Attribute", + "Physical" + ], + "levels": 4, + "points_per_level": 3, + "features": [ + { + "type": "attribute_bonus", + "attribute": "fp", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 12 + } + }, + { + "id": "994b7c4f-4923-44ad-83e7-5b9080f93759", + "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": "2d12a4eb-88eb-493a-b722-59e6294a7d05", + "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": "8b466c7c-2d95-4239-8f81-fc13ffc6ed76", + "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": "04f4f733-cb85-4095-995f-56ff834cbff3", + "type": "trait", + "name": "Acute Hearing", + "reference": "B35", + "tags": [ + "Advantage", + "Physical" + ], + "levels": 4, + "points_per_level": 2, + "features": [ + { + "type": "attribute_bonus", + "attribute": "hearing", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 8 + } + }, + { + "id": "cd7f0b58-5c96-48ee-b006-e318ea0c4ef7", + "type": "trait", + "name": "Appearance (+1: Attractive)", + "reference": "B21", + "tags": [ + "Advantage", + "Physical" + ], + "modifiers": [ + { + "id": "7ddae5ca-ec6b-423d-a4de-94969906f8e2", + "type": "modifier", + "name": "Universal", + "notes": "Reaction modifier applies regardless of race", + "cost": 25, + "disabled": true + } + ], + "base_points": 4, + "features": [ + { + "type": "reaction_bonus", + "situation": "from others who see your looks", + "amount": 1 + } + ], + "calc": { + "points": 4 + } + }, + { + "id": "536491d4-8f1e-411e-b423-d7e925028499", + "type": "trait", + "name": "Appearance (+3: Handsome / Beautiful)", + "reference": "B21", + "tags": [ + "Advantage", + "Physical" + ], + "modifiers": [ + { + "id": "7ddae5ca-ec6b-423d-a4de-94969906f8e2", + "type": "modifier", + "name": "Universal", + "notes": "Reaction modifier applies regardless of race", + "cost": 25, + "disabled": true + } + ], + "base_points": 12, + "features": [ + { + "type": "reaction_bonus", + "situation": "from others not attracted to your sex", + "amount": 2 + }, + { + "type": "reaction_bonus", + "situation": "from others attracted to your sex", + "amount": 4 + } + ], + "calc": { + "points": 12 + } + }, + { + "id": "28ef7f0d-5508-47d4-8f2c-b9f82db39cd4", + "type": "trait", + "name": "Appearance (+4: Very Handsome / Very Beautiful)", + "reference": "B21", + "tags": [ + "Advantage", + "Physical" + ], + "modifiers": [ + { + "id": "7ddae5ca-ec6b-423d-a4de-94969906f8e2", + "type": "modifier", + "name": "Universal", + "notes": "Reaction modifier applies regardless of race", + "cost": 25, + "disabled": true + } + ], + "base_points": 16, + "features": [ + { + "type": "reaction_bonus", + "situation": "from others attracted to your sex who dislike you (-4 in reaction penalties)", + "amount": -2 + }, + { + "type": "reaction_bonus", + "situation": "from others not attracted to your sex", + "amount": 2 + }, + { + "type": "reaction_bonus", + "situation": "from others attracted to your sex with no reason to dislike you", + "amount": 6 + } + ], + "calc": { + "points": 16 + } + }, + { + "id": "249fe792-0121-4ff5-a303-80c68682cacb", + "type": "trait", + "name": "Appearance (+5: Transcendent)", + "reference": "B21", + "tags": [ + "Advantage", + "Physical" + ], + "modifiers": [ + { + "id": "7ddae5ca-ec6b-423d-a4de-94969906f8e2", + "type": "modifier", + "name": "Universal", + "notes": "Reaction modifier applies regardless of race", + "cost": 25, + "disabled": true + } + ], + "base_points": 16, + "features": [ + { + "type": "reaction_bonus", + "situation": "from others not attracted to your sex", + "amount": 2 + }, + { + "type": "reaction_bonus", + "situation": "from others attracted to your sex", + "amount": 8 + } + ], + "calc": { + "points": 16 + } + }, + { + "id": "9a2724b4-c1e9-4e67-8aa3-0b458400de41", + "type": "trait", + "name": "Increase Charisma to 2", + "base_points": 5, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "Increase Charisma to 2" + }, + "level": { + "compare": "at_least" + } + } + ] + }, + "calc": { + "points": 5 + } + }, + { + "id": "8a333881-056b-482b-a702-113b37df20ab", + "type": "trait", + "name": "Increase Charisma to 3", + "base_points": 10, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "Increase Charisma to 3" + }, + "level": { + "compare": "at_least" + } + } + ] + }, + "calc": { + "points": 10 + } + }, + { + "id": "0e394f12-d5a7-42fb-92be-249d387fb31d", + "type": "trait", + "name": "Increase Charisma to 4", + "base_points": 15, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "Increase Charisma to 4" + }, + "level": { + "compare": "at_least" + } + } + ] + }, + "calc": { + "points": 15 + } + }, + { + "id": "7a43bca9-5d25-4471-abee-14298efe0cac", + "type": "trait", + "name": "Common Sense", + "reference": "B43,P45", + "tags": [ + "Advantage", + "Mental" + ], + "modifiers": [ + { + "id": "9061b3d4-8442-4a84-ae19-0ba89e6857d7", + "type": "modifier", + "name": "Concious", + "reference": "P45", + "cost": 50, + "disabled": true + } + ], + "base_points": 10, + "calc": { + "points": 10 + } + }, + { + "id": "14f46800-a368-4c22-9b83-3e108927b5f5", + "type": "trait", + "name": "Eidetic Memory", + "reference": "B51", + "tags": [ + "Advantage", + "Mental" + ], + "modifiers": [ + { + "id": "309120f1-8e25-46bf-ba83-6c998f4d9025", + "type": "modifier", + "name": "Photographic", + "reference": "B51", + "cost": 5, + "cost_type": "points", + "disabled": true + } + ], + "base_points": 5, + "calc": { + "points": 5 + } + }, + { + "id": "10ebb689-0e3b-47d1-a4c7-94cdc80ffd59", + "type": "trait", + "name": "Eidetic Memory (Photographic)", + "reference": "B51", + "tags": [ + "Advantage", + "Mental" + ], + "base_points": 10, + "calc": { + "points": 10 + } + }, + { + "id": "6022c59a-cc3f-408f-830e-c6270931a97c", + "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": "e12c5f18-ee79-48ba-ba75-14b59760be3d", + "type": "trait", + "name": "Increase Musical Ability to 3", + "base_points": 5, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "Increase Musical Ability to 3" + }, + "level": { + "compare": "at_least" + } + } + ] + }, + "calc": { + "points": 5 + } + }, + { + "id": "e59228d6-c5c7-4c11-8f79-ae3b2bf95dc0", + "type": "trait", + "name": "Increase Musical Ability to 4", + "base_points": 10, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "Increase Musical Ability to 4" + }, + "level": { + "compare": "at_least" + } + } + ] + }, + "calc": { + "points": 10 + } + }, + { + "id": "b1ff8188-d61a-4b6f-b4f7-93cf5582acd8", + "type": "trait", + "name": "Penetrating Voice", + "reference": "B101", + "tags": [ + "Perk", + "Physical" + ], + "base_points": 1, + "features": [ + { + "type": "conditional_modifier", + "situation": "to others' Hearing roll in siturations where you want to be heard over noise", + "amount": 3 + } + ], + "calc": { + "points": 1 + } + }, + { + "id": "2423a7d5-78ee-49e5-a448-d491575c86a0", + "type": "trait", + "name": "Rapier Wit", + "reference": "B79,P70", + "tags": [ + "Advantage", + "Mental" + ], + "modifiers": [ + { + "id": "616e216a-3f22-40f8-aa0c-a3d997844516", + "type": "modifier", + "name": "Words of Power", + "reference": "P70", + "cost": 100, + "disabled": true + } + ], + "base_points": 5, + "calc": { + "points": 5 + } + }, + { + "id": "80d9e895-09cd-4ce9-8178-4021d957588e", + "type": "trait", + "name": "Single-Minded", + "reference": "B85", + "tags": [ + "Advantage", + "Mental" + ], + "base_points": 5, + "features": [ + { + "type": "conditional_modifier", + "situation": "to rolls for any lengthy mental task you concentrate on to the exclusion of other activities, if the GM feels such focus would be beneficial", + "amount": 3 + }, + { + "type": "conditional_modifier", + "situation": "to all rolls to notice interruptions while obsessed with a task", + "amount": -5 + } + ], + "calc": { + "points": 5 + } + }, + { + "id": "73219fcd-8438-4afe-b867-4da1e3a1d84c", + "type": "trait", + "name": "Talent (Smooth Operator)", + "reference": "B90,PU3:15", + "tags": [ + "Advantage", + "Mental", + "Talent" + ], + "modifiers": [ + { + "id": "673ac6d5-88a0-46ff-9c61-a92a5908fd6d", + "type": "modifier", + "name": "Alternate Benefit", + "notes": "Bonus to resist covered skills", + "disabled": true + }, + { + "id": "d7bc77f2-e124-4076-a8c1-e9845d9583c0", + "type": "modifier", + "name": "Alternative Cost", + "cost": -2, + "affects": "levels_only", + "cost_type": "points", + "disabled": true + } + ], + "levels": 1, + "points_per_level": 15, + "features": [ + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Acting" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Carousing" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Detect Lies" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Diplomacy" + }, + "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": "Intimidation" + }, + "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": "Politics" + }, + "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": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Savoir-Faire" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Sex Appeal" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Streetwise" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is" + }, + "amount": 1, + "per_level": true + }, + { + "type": "reaction_bonus", + "situation": "from con artists, politicians, salesmen, etc. – but only if you aren’t trying to manipulate them.", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 15 + } + }, + { + "id": "b85ca044-b137-4bf8-9209-e213b268aa25", + "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": "a5772735-6162-4798-8a8d-5d97c062b04b", + "type": "trait", + "name": "Voice", + "reference": "B97", + "tags": [ + "Advantage", + "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": "starts_with", + "qualifier": "mimicry" + }, + "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": "politics" + }, + "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 who can hear your voice", + "amount": 2 + } + ], + "calc": { + "points": 10 + } + } + ], + "name": "Choose 25 points from the below", + "template_picker": { + "type": "points", + "qualifier": { + "compare": "at_most", + "qualifier": 25 + } + }, + "calc": { + "points": 422 + } + }, + { + "id": "9e010c17-1318-4eed-8c82-bab33da6d362", + "type": "trait_container", + "open": true, + "children": [ + { + "id": "b1c97767-103a-41c0-811c-95635bb720af", + "type": "trait", + "name": "Attentive", + "reference": "B163", + "tags": [ + "Mental", + "Quirk" + ], + "base_points": -1, + "features": [ + { + "type": "conditional_modifier", + "situation": "to skill rolls when working on lengthy tasks, but -3 to notice any important interruption", + "amount": 1 + } + ], + "calc": { + "points": -1 + } + }, + { + "id": "8dbe76fe-cfa9-42d9-bdf4-4773547f19f0", + "type": "trait", + "name": "Claustrophobia (Enclosed Spaces)", + "reference": "B149", + "notes": "You are uncomfortable any time you can’t see the sky – or at least a very high ceiling. In a small room or vehicle, you feel the walls closing in on you... You need air! This is a dangerous fear for someone who plans to go underground.", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -15, + "cr": 12, + "cr_adj": "action_penalty", + "calc": { + "points": -15 + } + }, + { + "id": "e9a51e4f-c298-4e3d-b378-09c8e8c9f15f", + "type": "trait", + "name": "Compulsive Generosity", + "reference": "B128", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -5, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": false, + "name": { + "compare": "is", + "qualifier": "miserliness" + } + } + ] + }, + "features": [ + { + "type": "reaction_bonus", + "situation": "from pious folk", + "amount": 1 + } + ], + "cr": 12, + "cr_adj": "minor_cost_of_living_increase", + "calc": { + "points": -5 + } + }, + { + "id": "c1e7b535-7439-4ecb-85c5-1c0de224616d", + "type": "trait", + "name": "Easy to Read", + "reference": "B134", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -10, + "features": [ + { + "type": "conditional_modifier", + "situation": "to others on all Empathy, Body Language, and Psychology rolls to discern your intentions or the truth of your words", + "amount": 4 + }, + { + "type": "conditional_modifier", + "situation": "to others on IQ, Detect Lies, and Gambling rolls in any Quick Contest with your Acting, Fast-Talk, or Gambling skill when you try to lie or bluff", + "amount": 4 + } + ], + "calc": { + "points": -10 + } + }, + { + "id": "511e996d-0dbb-4ddc-bdd7-016e307a7f79", + "type": "trait", + "name": "Intolerance (Land-Walkers)", + "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": "3b8e82e0-8852-4916-bfb8-31ea42497972", + "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": "7b655da8-6b60-4720-9145-f166175cab58", + "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": "0f7e6a10-8b57-4fc6-8931-536fb7ffe2eb", + "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": "20635a80-6520-446b-8f75-509c58803759", + "type": "trait", + "name": "Social Stigma (Minority Group)", + "reference": "B155", + "notes": "You are a member of a minority that the dominant culture around you regards as “barbarians” or “inferior.”", + "tags": [ + "Disadvantage", + "Social" + ], + "base_points": -10, + "features": [ + { + "type": "reaction_bonus", + "situation": "from others except your own kind", + "amount": -2 + }, + { + "type": "reaction_bonus", + "situation": "from others of your own kind in an area, profession, or situation where your minority is especially rare", + "amount": 2 + } + ], + "calc": { + "points": -10 + } + }, + { + "id": "354efb33-2115-40d3-96dd-c70220e78e54", + "type": "trait", + "name": "Bad Temper", + "reference": "B124", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -10, + "cr": 12, + "calc": { + "points": -10 + } + }, + { + "id": "2aaa3aeb-ce98-486b-ba54-e0e87cdb2341", + "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": "3e72d0c9-38b7-46d2-93af-5594ca7251af", + "type": "trait", + "name": "Gregarious", + "reference": "B126", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -10, + "features": [ + { + "type": "reaction_bonus", + "situation": "to others", + "amount": 4 + }, + { + "type": "conditional_modifier", + "situation": "to IQ-based skills when alone, or only -1 if in a group of 4 or less", + "amount": -2 + } + ], + "calc": { + "points": -10 + } + }, + { + "id": "bebb230e-dc88-410d-8859-75965f3fc368", + "type": "trait", + "name": "Compulsive Carousing", + "reference": "B128", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -5, + "features": [ + { + "type": "reaction_bonus", + "situation": "from like-minded extroverts", + "amount": 1 + }, + { + "type": "reaction_bonus", + "situation": "or worse from sober-minded citizens (GM discretion)", + "amount": -1 + } + ], + "cr": 12, + "calc": { + "points": -5 + } + }, + { + "id": "cd69a580-a95f-4b28-a1ea-b5745c5ef06a", + "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": "1af72e17-1e5e-4e77-a7d4-9f0d9293d6ef", + "type": "trait", + "name": "Dreamer", + "reference": "B164", + "tags": [ + "Mental", + "Quirk" + ], + "base_points": -1, + "features": [ + { + "type": "conditional_modifier", + "situation": "on any long task", + "amount": -1 + } + ], + "calc": { + "points": -1 + } + }, + { + "id": "e8fe7f22-4f5b-4cf7-9793-2035db39fa09", + "type": "trait", + "name": "Guilt Complex", + "reference": "B137", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -5, + "calc": { + "points": -5 + } + }, + { + "id": "e3eb991a-7a48-4c62-b2a1-0430acce7ee4", + "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": "42f9d1f4-ba1d-4a79-9051-5aa41c991991", + "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": "771b916f-85ab-44ab-acdd-9af22d92c186", + "type": "trait", + "name": "Odious Personal Habit (Showy Performer), -1 Reaction", + "reference": "B22", + "tags": [ + "Disadvantage", + "Physical" + ], + "base_points": -5, + "calc": { + "points": -5 + } + }, + { + "id": "69c3a829-5407-40ac-a0f4-f9854df28db8", + "type": "trait", + "name": "Odious Personal Habit (Showy Performer), -2 Reaction", + "reference": "B22", + "tags": [ + "Disadvantage", + "Physical" + ], + "base_points": -10, + "calc": { + "points": -10 + } + }, + { + "id": "9389718a-314a-43c1-bace-d3b9c2396e37", + "type": "trait", + "name": "Pacifism: Reluctant Killer", + "reference": "B148", + "notes": "You are psychologically unprepared to kill people. Whenever you make a deadly attack (e.g., with a knife or a gun) against an obvious person whose face is visible to you, you are at -4 to hit and may not Aim. If you cannot see the foe’s face (due to a mask, darkness, or distance, or because you attacked from behind), the penalty is only -2, save in close combat. You have no penalty to attack a vehicle (even an occupied one), an opponent you do not believe is a person (including things with Horrific or Monstrous appearance), or a target you can’t actually see (e.g., a set of map coordinates or a blip on a radar screen). If you kill a recognizable person, the effect on you is the same as for Pacifism: Cannot Kill. You have no problem with your allies killing; you may even supply ammo, loaded weapons, and encouragement! You just can’t do the killing yourself.", + "tags": [ + "Disadvantage", + "Mental" + ], + "modifiers": [ + { + "id": "6d3031de-32e5-4203-a9ad-f1ff23f723fd", + "type": "modifier", + "name": "Species-Specific", + "reference": "UT32", + "cost": -80, + "disabled": true + } + ], + "base_points": -5, + "calc": { + "points": -5 + } + }, + { + "id": "61867f65-7453-43d9-80db-cd5538a7b061", + "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": "a34f6011-ed1f-4597-99b8-b9868317a0c1", + "type": "trait", + "name": "Truthfulness", + "reference": "B159", + "notes": "Make a self-control roll whenever you must keep silent about an uncomfortable truth (lying by omission). Roll at -5 if you actually have to tell a falsehood! If you fail, you blurt out the truth, or stumble so much that your lie is obvious.", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -5, + "features": [ + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "fast-talk" + }, + "amount": -5 + } + ], + "cr": 12, + "calc": { + "points": -5 + } + } + ], + "name": "Choose -25 points from the below", + "template_picker": { + "type": "points", + "qualifier": { + "compare": "at_least", + "qualifier": -25 + } + }, + "calc": { + "points": -162 + } + } + ], + "name": "Storyteller", + "reference": "FFWF20", + "calc": { + "points": 344 + } + } + ], + "skills": [ + { + "id": "dd6801aa-026d-4894-b555-047570fb52c4", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "8b473755-b2e0-4ab6-891c-e6def6509ab0", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "ce34ee57-7d8a-4a82-9d0f-5ddd01578487", + "type": "skill", + "name": "Poetry", + "reference": "B214", + "tags": [ + "Arts", + "Entertainment" + ], + "difficulty": "iq/a", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -5 + }, + { + "type": "skill", + "name": "Writing", + "modifier": -5 + } + ] + }, + { + "id": "80f2418e-e1aa-41ab-9358-95e1e72a23bc", + "type": "skill", + "name": "Teaching", + "reference": "B224", + "tags": [ + "Scholarly", + "Social" + ], + "difficulty": "iq/a", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -5 + } + ] + }, + { + "id": "47d3aeb6-aef0-4f9d-8b26-51234ef294a6", + "type": "skill", + "name": "Public Speaking", + "reference": "B216", + "tags": [ + "Business", + "Scholarly", + "Social" + ], + "difficulty": "iq/a", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -5 + }, + { + "type": "skill", + "name": "Acting", + "modifier": -5 + }, + { + "type": "skill", + "name": "Performance", + "modifier": -2 + }, + { + "type": "skill", + "name": "Politics", + "modifier": -5 + } + ] + }, + { + "id": "cbfeff9c-caf0-4d30-a46c-d96a17bcff1f", + "type": "skill", + "name": "Literature", + "reference": "B205", + "tags": [ + "Humanities", + "Scholarly", + "Social Sciences" + ], + "difficulty": "iq/h", + "points": 4, + "defaults": [ + { + "type": "iq", + "modifier": -6 + } + ] + }, + { + "id": "8539e837-e92a-4fdc-b8cd-91e7ed560e7a", + "type": "skill", + "name": "Musical Composition", + "reference": "B210", + "tags": [ + "Arts", + "Entertainment" + ], + "difficulty": "iq/h", + "points": 2, + "defaults": [ + { + "type": "skill", + "name": "Musical Instrument", + "modifier": -2 + }, + { + "type": "skill", + "name": "Poetry", + "modifier": -2 + } + ] + }, + { + "id": "6b968d47-a721-4d85-a36d-01107e1aff73", + "type": "skill", + "name": "Musical Instrument", + "reference": "B211", + "tags": [ + "Arts", + "Entertainment" + ], + "specialization": "@Specialty@", + "difficulty": "iq/h", + "points": 2 + }, + { + "id": "01fc2c3b-e4e2-4012-a83c-0865fe84e0ec", + "type": "skill", + "name": "Musical Influence", + "reference": "B210", + "tags": [ + "Esoteric" + ], + "difficulty": "iq/vh", + "points": 2, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "skill_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "singing" + }, + "level": { + "compare": "at_least", + "qualifier": 12 + } + }, + { + "type": "skill_prereq", + "has": true, + "name": { + "compare": "starts_with", + "qualifier": "musical instrument" + }, + "level": { + "compare": "at_least", + "qualifier": 12 + } + } + ] + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "Talent (Musical Ability)" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + } + } + ] + } + } + ], + "name": "Primary Skills" + }, + { + "id": "f6830732-ea33-4d93-96bb-3d27d46e4c19", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "fc7a3105-2e2e-469f-9011-8543073a7127", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "eecf10bb-7784-4ba8-a47d-a1ca1cee990e", + "type": "skill", + "name": "Hobby Skill", + "reference": "B200,MA57", + "tags": [ + "Knowledge" + ], + "specialization": "Fire Eating", + "difficulty": "dx/e", + "points": 2, + "defaults": [ + { + "type": "dx", + "modifier": -4 + } + ] + }, + { + "id": "288f0171-83d0-45e7-8f6c-f301e457a6bf", + "type": "skill", + "name": "Dancing", + "reference": "B187", + "tags": [ + "Arts", + "Entertainment" + ], + "difficulty": "dx/a", + "points": 2, + "defaults": [ + { + "type": "dx", + "modifier": -5 + } + ] + }, + { + "id": "d1073d7e-1ded-43f3-9feb-5615c93ed8ac", + "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": "b4dea03b-dcb5-4445-ba4f-f82f21a55d8d", + "type": "skill", + "name": "Aerobatics", + "reference": "B174", + "tags": [ + "Athletic" + ], + "difficulty": "dx/h", + "points": 2, + "defaults": [ + { + "type": "dx", + "modifier": -6 + }, + { + "type": "skill", + "name": "Acrobatics", + "modifier": -4 + }, + { + "type": "skill", + "name": "Aquabatics", + "modifier": -4 + } + ] + }, + { + "id": "d6fab612-b0b8-47ad-8f84-4e23e6736948", + "type": "skill", + "name": "Sleight of Hand", + "reference": "B221", + "tags": [ + "Arts", + "Criminal", + "Entertainment", + "Street" + ], + "difficulty": "dx/h", + "points": 2, + "defaults": [ + { + "type": "skill", + "name": "Filch", + "modifier": -5 + } + ] + }, + { + "id": "bc1f363d-9e38-48bc-9e59-06edc262dc7d", + "type": "skill", + "name": "Disguise", + "reference": "B187", + "tags": [ + "Criminal", + "Spy", + "Street" + ], + "specialization": "@Specialty@", + "tech_level": "", + "difficulty": "iq/a", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -5 + }, + { + "type": "skill", + "name": "Makeup", + "modifier": -3 + } + ] + }, + { + "id": "b6aa0021-d19b-497c-a2ad-943a14ee81f9", + "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": "7000fd9b-9795-43e2-a80d-bf613edb7c20", + "type": "skill", + "name": "Gambling", + "reference": "B197", + "tags": [ + "Criminal", + "Social", + "Street" + ], + "difficulty": "iq/a", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -5 + }, + { + "type": "skill", + "name": "Mathematics", + "specialization": "Statistics", + "modifier": -5 + } + ] + }, + { + "id": "58fec060-9f5a-49e5-8395-fa8077edfeb6", + "type": "skill", + "name": "Hidden Lore", + "reference": "B199,MA57", + "tags": [ + "Knowledge" + ], + "specialization": "@Subject@", + "difficulty": "iq/a", + "points": 2 + }, + { + "id": "e3f734d1-7b6b-4800-b268-71f62de8853c", + "type": "skill", + "name": "Propaganda", + "reference": "B216", + "tags": [ + "Business", + "Military", + "Social", + "Spy" + ], + "tech_level": "", + "difficulty": "iq/a", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -5 + }, + { + "type": "skill", + "name": "Merchant", + "modifier": -5 + }, + { + "type": "skill", + "name": "Psychology", + "modifier": -4 + } + ] + }, + { + "id": "212448ac-4d50-4754-9b2c-158e1c99fbd4", + "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": "9055023a-d2cc-4b92-955b-16725fe7d2eb", + "type": "skill", + "name": "Hypnotism", + "reference": "B201", + "tags": [ + "Medical" + ], + "difficulty": "iq/h", + "points": 2 + }, + { + "id": "586d790b-9457-499b-a2ae-02207c8468c5", + "type": "skill", + "name": "Law", + "reference": "B204", + "tags": [ + "Business", + "Humanities", + "Police", + "Social Sciences" + ], + "specialization": "@Specialty@", + "difficulty": "iq/h", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -6 + } + ] + }, + { + "id": "4e3064b3-1edc-4147-8870-ee12d7af484e", + "type": "skill", + "name": "Mimicry", + "reference": "B210", + "tags": [ + "Arts", + "Entertainment" + ], + "specialization": "Speech", + "difficulty": "iq/h", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -6 + }, + { + "type": "skill", + "name": "Acting", + "modifier": -6 + }, + { + "type": "skill", + "name": "Linguistics", + "modifier": -4 + } + ] + }, + { + "id": "5f147e42-62bc-4495-b9b4-a2f17bf996df", + "type": "skill", + "name": "Ventriloquism", + "reference": "B228", + "tags": [ + "Arts", + "Entertainment" + ], + "difficulty": "iq/h", + "points": 2 + }, + { + "id": "d06977d2-c7ba-4a80-b50a-227328f97eec", + "type": "skill", + "name": "Carousing", + "reference": "B183", + "tags": [ + "Criminal", + "Social", + "Street" + ], + "difficulty": "ht/e", + "points": 2, + "defaults": [ + { + "type": "ht", + "modifier": -4 + } + ] + }, + { + "id": "e503d2fe-dddd-4823-af09-f6cc98b68e14", + "type": "skill", + "name": "Flight", + "reference": "B195", + "tags": [ + "Athletic" + ], + "difficulty": "ht/a", + "points": 2, + "defaults": [ + { + "type": "ht", + "modifier": -5 + } + ], + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "starts_with", + "qualifier": "flight" + } + } + ] + } + }, + { + "id": "d031324e-1833-4178-9267-1a5d6edc7b6d", + "type": "skill", + "name": "Sex Appeal", + "reference": "B219", + "tags": [ + "Social" + ], + "difficulty": "ht/a", + "points": 2, + "defaults": [ + { + "type": "ht", + "modifier": -3 + } + ] + }, + { + "id": "2602fd3c-697b-4cf1-bbc6-b7a6426e4d35", + "type": "skill", + "name": "Add 2 points to a primary skill", + "difficulty": "dx/a", + "points": 2, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "skill_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "Add 2 points to a primary skill" + }, + "level": { + "compare": "at_least" + } + } + ] + } + } + ], + "name": "Choose 4 from the below", + "template_picker": { + "type": "count", + "qualifier": { + "compare": "is", + "qualifier": 4 + } + } + }, + { + "id": "0117da81-2399-4484-8948-481ad61153f1", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "42e5ccff-6666-4c6c-97c9-9b6c60197395", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "5312e27c-4c34-4d5a-97d1-d35333758b43", + "type": "skill", + "name": "Axe/Mace", + "reference": "B208", + "tags": [ + "Combat", + "Melee Combat", + "Weapon" + ], + "difficulty": "dx/a", + "points": 2, + "defaults": [ + { + "type": "dx", + "modifier": -5 + }, + { + "type": "skill", + "name": "Two-Handed Axe/Mace", + "modifier": -3 + }, + { + "type": "skill", + "name": "Flail", + "modifier": -4 + } + ] + }, + { + "id": "4a22b021-1e77-4df5-9df7-6436b3fd60bd", + "type": "skill", + "name": "Bolas", + "reference": "B181", + "tags": [ + "Combat", + "Ranged Combat", + "Weapon" + ], + "difficulty": "dx/a", + "points": 2 + } + ], + "name": "Axe/Mace and Bolas", + "template_picker": { + "type": "count", + "qualifier": { + "compare": "is", + "qualifier": 2 + } + } + }, + { + "id": "9fc6b3d2-f8a2-4c8d-ac0a-c78385dfb25e", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "dfc765e3-661c-46df-ab97-e99ae910dd9e", + "type": "skill", + "name": "Combat Art", + "reference": "B184,MA55", + "tags": [ + "Athletic" + ], + "specialization": "Bolas", + "difficulty": "dx/a", + "points": 2, + "defaults": [ + { + "type": "skill", + "name": "Bolas", + "modifier": -3 + }, + { + "type": "skill", + "name": "Combat Sport", + "specialization": "Bolas", + "modifier": -3 + }, + { + "type": "dx", + "modifier": -5 + } + ] + }, + { + "id": "081ea606-d612-40f9-9d40-86c31cf62625", + "type": "skill", + "name": "Combat Art", + "reference": "B184,MA55", + "tags": [ + "Athletic" + ], + "specialization": "Flail", + "difficulty": "dx/a", + "points": 2, + "defaults": [ + { + "type": "skill", + "name": "Flail", + "modifier": -3 + }, + { + "type": "skill", + "name": "Combat Sport", + "specialization": "Flail", + "modifier": -3 + }, + { + "type": "dx", + "modifier": -5 + } + ] + } + ], + "name": "Bolas Art and Flail Art", + "template_picker": { + "type": "count", + "qualifier": { + "compare": "is", + "qualifier": 2 + } + } + } + ], + "name": "Choose a weapon skill package", + "template_picker": { + "type": "count", + "qualifier": { + "compare": "is", + "qualifier": 1 + } + } + } + ], + "name": "Secondary Skills" + }, + { + "id": "be3ea625-5dc8-4062-8c6d-3b74b6ee533f", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "32a9efe0-3edd-4574-a51a-0959201f1d82", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "b43c3ca0-2fa8-425a-a201-b4c2712b1ab4", + "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": "89a520b5-5e23-4875-966a-f32cdb2ad66e", + "type": "skill", + "name": "Sewing", + "reference": "B219", + "tags": [ + "Craft", + "Everyman" + ], + "tech_level": "", + "difficulty": "dx/e", + "points": 1, + "defaults": [ + { + "type": "dx", + "modifier": -4 + } + ] + }, + { + "id": "a06de1c1-d4d4-423c-9b33-018299f2b279", + "type": "skill", + "name": "Area Knowledge", + "reference": "B176", + "tags": [ + "Everyman", + "Knowledge" + ], + "specialization": "@Area@", + "difficulty": "iq/e", + "points": 1, + "defaults": [ + { + "type": "skill", + "name": "Geography", + "modifier": -3 + } + ] + }, + { + "id": "0152ae5a-f674-4ed0-a2c5-17e82472e530", + "type": "skill", + "name": "Makeup", + "reference": "B206", + "tags": [ + "Arts", + "Entertainment" + ], + "tech_level": "", + "difficulty": "iq/e", + "points": 1, + "defaults": [ + { + "type": "iq", + "modifier": -4 + }, + { + "type": "skill", + "name": "Disguise", + "modifier": -2 + } + ] + }, + { + "id": "5bf3e5a7-3341-477f-948c-24271787711a", + "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": "8bc91754-202a-4a2f-a29e-b9c32c63ccaa", + "type": "skill", + "name": "Animal Handling", + "reference": "B175", + "tags": [ + "Animal" + ], + "specialization": "@Specialty@", + "difficulty": "iq/a", + "points": 1, + "defaults": [ + { + "type": "iq", + "modifier": -5 + } + ] + }, + { + "id": "e0e5c57d-cf2c-4463-be35-97fab79d5003", + "type": "skill", + "name": "Fortune-Telling", + "reference": "B196", + "tags": [ + "Social" + ], + "specialization": "@Specialty@", + "difficulty": "iq/a", + "points": 1, + "defaults": [ + { + "type": "iq", + "modifier": -5 + }, + { + "type": "skill", + "name": "Fast-Talk", + "modifier": -3 + }, + { + "type": "skill", + "name": "Occultism", + "modifier": -3 + } + ] + }, + { + "id": "f6f37a18-2b04-4d32-bfea-80c7b1e2ae1c", + "type": "skill", + "name": "Artist", + "reference": "B179", + "tags": [ + "Arts", + "Entertainment" + ], + "specialization": "Painting", + "difficulty": "iq/h", + "points": 1, + "defaults": [ + { + "type": "iq", + "modifier": -6 + }, + { + "type": "skill", + "name": "Artist", + "specialization": "Calligraphy", + "modifier": -2 + }, + { + "type": "skill", + "name": "Artist", + "specialization": "Drawing", + "modifier": -2 + }, + { + "type": "skill", + "name": "Artist", + "specialization": "Illumination", + "modifier": -2 + }, + { + "type": "skill", + "name": "Artist", + "specialization": "Body Art", + "modifier": -4 + }, + { + "type": "skill", + "name": "Artist", + "modifier": -6 + } + ] + }, + { + "id": "0f5b249c-7fed-462d-bb93-beab85246489", + "type": "skill", + "name": "Singing", + "reference": "B220", + "tags": [ + "Arts", + "Entertainment" + ], + "difficulty": "ht/e", + "points": 1, + "defaults": [ + { + "type": "ht", + "modifier": -4 + } + ] + }, + { + "id": "b5a0f98a-50bf-49b7-822c-fdf0df484d83", + "type": "skill", + "name": "Intimidation", + "reference": "B202", + "tags": [ + "Criminal", + "Police", + "Social", + "Street" + ], + "difficulty": "will/a", + "points": 1, + "defaults": [ + { + "type": "will", + "modifier": -5 + }, + { + "type": "skill", + "name": "Acting", + "modifier": -3 + } + ] + }, + { + "id": "c7de70bc-d85c-417f-80c4-9b47ab45dfad", + "type": "skill", + "name": "Add 1 point to another skill", + "difficulty": "dx/a", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "skill_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "Add 1 point to another skill" + }, + "level": { + "compare": "at_least" + } + } + ] + } + } + ], + "name": "Choose 3 from the below", + "template_picker": { + "type": "count", + "qualifier": { + "compare": "is", + "qualifier": 3 + } + } + } + ], + "name": "Background Skills" + } + ], + "name": "Storyteller", + "reference": "FFWF20" + } + ], + "spells": [ + { + "id": "86dfd687-6b73-4dac-99bc-36ccd15a2869", + "type": "spell_container", + "open": true, + "children": [ + { + "id": "f7e1a483-8929-43bb-9ddc-82bbcfd547c0", + "type": "spell", + "name": "Spend 10 points on spells from Communication and Empathy or Mind Control colleges", + "difficulty": "iq/h", + "points": 10, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "Spend 10 points on spells from Communication and Empathy or Mind Control colleges" + }, + "quantity": { + "compare": "is", + "qualifier": 1 + } + } + ] + } + } + ], + "name": "Storyteller", + "reference": "FFWF20" + } + ] +} diff --git a/Library/Fantasy Folk/Winged Folk/Profession Templates/Trader.gct b/Library/Fantasy Folk/Winged Folk/Profession Templates/Trader.gct new file mode 100644 index 000000000..af1dd2812 --- /dev/null +++ b/Library/Fantasy Folk/Winged Folk/Profession Templates/Trader.gct @@ -0,0 +1,5449 @@ +{ + "type": "template", + "version": 4, + "id": "0388ed33-eeeb-40eb-8d91-5277ea1300fc", + "traits": [ + { + "id": "becf297f-d2d5-4983-8d34-352c33ec44cb", + "type": "trait_container", + "open": true, + "children": [ + { + "id": "e05cfad3-579b-46e4-a9a2-748a2fb4807e", + "type": "trait", + "name": "Winged Folk only", + "reference": "FFWF18", + "reference_highlight": "Winged Folk", + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "Winged Folk" + }, + "level": { + "compare": "at_least" + } + } + ] + }, + "calc": { + "points": 0 + } + }, + { + "id": "98aac76c-bd91-4c4c-b793-b1b4a738d4b8", + "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": "d3ca6c62-ed76-4134-b433-dc5cfa6a8cb6", + "type": "trait", + "name": "Increased Intelligence", + "reference": "B15", + "tags": [ + "Advantage", + "Attribute", + "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": "c60f368d-16eb-4598-9068-ab109bdace09", + "type": "trait", + "name": "Talent (Business Acumen)", + "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": "Accounting" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Administration" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Economics" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Finance" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Gambling" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Market Analysis" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Merchant" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Propaganda" + }, + "amount": 1, + "per_level": true + }, + { + "type": "reaction_bonus", + "situation": "from business partners", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 20 + } + }, + { + "id": "660bd328-502e-4819-80c7-240ba18daa7e", + "type": "trait", + "name": "Charisma", + "reference": "B41", + "tags": [ + "Advantage", + "Mental" + ], + "levels": 2, + "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": 10 + } + }, + { + "id": "aad4f080-fa36-48ad-bcbc-531c7b677ed3", + "type": "trait", + "name": "High Status", + "reference": "B28", + "tags": [ + "Advantage", + "Social" + ], + "levels": 1, + "points_per_level": 5, + "can_level": true, + "calc": { + "points": 5 + } + }, + { + "id": "ec6a2b2b-6860-467f-801c-1a0cf30004ba", + "type": "trait", + "name": "Comfortable Wealth", + "reference": "B25", + "notes": "Starting wealth is twice normal", + "tags": [ + "Advantage", + "Social", + "Wealth" + ], + "base_points": 10, + "calc": { + "points": 10 + } + }, + { + "id": "93aaed8f-1c15-4f15-b672-cb7568ec9b89", + "type": "trait_container", + "open": true, + "children": [ + { + "id": "de080d79-efac-4a93-8781-dce82c1ccd0c", + "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": "558c54ae-cb71-4343-8483-42e69a8cc91e", + "type": "trait", + "name": "Animal Empathy", + "reference": "B40,P48", + "tags": [ + "Advantage", + "Mental" + ], + "modifiers": [ + { + "id": "13ea22a2-2f11-4abb-87ad-4d3895a102ad", + "type": "modifier", + "name": "Remote", + "reference": "P48", + "cost": 50, + "disabled": true + }, + { + "id": "b4758d45-4f13-4e8e-b88e-7bc884a82425", + "type": "modifier", + "name": "Specialized", + "reference": "B87", + "notes": "All aquatic animals", + "cost": -40, + "disabled": true + }, + { + "id": "4e91bc03-4e47-4b36-a1a1-ce7a045f06ce", + "type": "modifier", + "name": "Specialized", + "reference": "B87", + "notes": "All land animals", + "cost": -40, + "disabled": true + }, + { + "id": "7e994dfc-f800-4dda-8f17-6491254d0fd6", + "type": "modifier", + "name": "Specialized", + "reference": "B87", + "notes": "@One class: Mammals, Birds, etc.@", + "cost": -50, + "disabled": true + }, + { + "id": "c4779572-f091-4862-898c-726b35c34f36", + "type": "modifier", + "name": "Specialized", + "reference": "B87", + "notes": "@One family: Felines, Parrots, etc.@", + "cost": -60, + "disabled": true + }, + { + "id": "cc7ea23b-89a8-4a5f-be4a-dbfa9bcdd8ec", + "type": "modifier", + "name": "Specialized", + "reference": "B87", + "notes": "@One species: House Cats, Macaws, etc.@", + "cost": -80, + "disabled": true + } + ], + "base_points": 5, + "calc": { + "points": 5 + } + }, + { + "id": "0174c080-fa52-4458-81ec-849540fa4ecf", + "type": "trait", + "name": "Talent (Animal Friend)", + "reference": "B90,PU3:6", + "tags": [ + "Advantage", + "Mental", + "Talent" + ], + "levels": 1, + "points_per_level": 5, + "features": [ + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "contains", + "qualifier": "animal handling" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "falconry" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "contains", + "qualifier": "packing" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "contains", + "qualifier": "riding" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "contains", + "qualifier": "teamster" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "contains", + "qualifier": "veterinary" + }, + "amount": 1, + "per_level": true + }, + { + "type": "reaction_bonus", + "situation": "from ordinary animals", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 5 + } + }, + { + "id": "14957644-4f6d-4422-8ebc-b1b37a267f32", + "type": "trait", + "name": "Appearance (+1: Attractive)", + "reference": "B21", + "tags": [ + "Advantage", + "Physical" + ], + "modifiers": [ + { + "id": "7ddae5ca-ec6b-423d-a4de-94969906f8e2", + "type": "modifier", + "name": "Universal", + "notes": "Reaction modifier applies regardless of race", + "cost": 25, + "disabled": true + } + ], + "base_points": 4, + "features": [ + { + "type": "reaction_bonus", + "situation": "from others who see your looks", + "amount": 1 + } + ], + "calc": { + "points": 4 + } + }, + { + "id": "09cb3b82-9d3f-4c11-a44b-26716f3f311f", + "type": "trait", + "name": "Claim to Hospitality", + "reference": "B41", + "tags": [ + "Advantage", + "Social" + ], + "modifiers": [ + { + "id": "a1868c09-c5aa-4e29-aa78-9a913758e874", + "type": "modifier", + "name": "@Friend with crash space@ (crash space)", + "cost": 1, + "cost_type": "points", + "disabled": true + }, + { + "id": "588a85b9-dee5-434f-8ae8-c4299199774b", + "type": "modifier", + "name": "@Group@ - @Services@", + "cost": 1, + "cost_type": "points", + "disabled": true + }, + { + "id": "e82cc14d-4886-438a-bf2a-5ed037e42feb", + "type": "modifier", + "name": "@Group@ - Has @Resources@", + "cost": 2, + "cost_type": "points", + "disabled": true + }, + { + "id": "0ab328aa-fa3f-4d99-a712-c58c20fea34d", + "type": "modifier", + "name": "@Large Group@ - Has @Lots of Services@", + "cost": 5, + "cost_type": "points", + "disabled": true + }, + { + "id": "3eba09ad-d753-47f8-b429-2e0481b56d0d", + "type": "modifier", + "name": "@Vast Group@ - @Complete Services@", + "cost": 10, + "cost_type": "points", + "disabled": true + } + ], + "calc": { + "points": 0 + } + }, + { + "id": "b324ce74-e1a5-402b-b270-e5fc696c927c", + "type": "trait", + "name": "Fearlessness", + "reference": "B55,MA44", + "tags": [ + "Advantage", + "Mental" + ], + "levels": 1, + "points_per_level": 2, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": false, + "name": { + "compare": "is", + "qualifier": "Fearfulness" + } + } + ] + }, + "features": [ + { + "type": "attribute_bonus", + "attribute": "fright_check", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 2 + } + }, + { + "id": "6d78babf-c3ca-4020-84d8-9acdaa2839cd", + "type": "trait", + "name": "Fit", + "reference": "B55", + "notes": "Recover FP at twice the normal rate (but not FP spent for spells or psi powers)", + "tags": [ + "Advantage", + "Physical" + ], + "base_points": 5, + "features": [ + { + "type": "conditional_modifier", + "situation": "to all HT rolls to stay conscious, avoid death, resist disease, or resist poison", + "amount": 1 + } + ], + "calc": { + "points": 5 + } + }, + { + "id": "a00620f4-ef3d-45a0-98f6-57642059bc7d", + "type": "trait", + "name": "Very Fit", + "reference": "B55", + "notes": "Recover FP at twice the normal rate; lose FP at half the normal rate (in both cases, not FP spent for spells or psi powers)", + "tags": [ + "Advantage", + "Physical" + ], + "base_points": 15, + "features": [ + { + "type": "conditional_modifier", + "situation": "to all HT rolls to stay conscious, avoid death, resist disease, resist poison", + "amount": 2 + } + ], + "calc": { + "points": 15 + } + }, + { + "id": "48057250-ad68-4241-87c2-5f3adef4c3c4", + "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": "453f62f8-3c98-48b9-a872-50a783f15db3", + "type": "trait", + "name": "Talent (Outdoorsman)", + "reference": "B90,PU3:14", + "tags": [ + "Advantage", + "Mental", + "Talent" + ], + "modifiers": [ + { + "id": "254be33f-2141-4378-b967-c5d751c27942", + "type": "modifier", + "name": "Alternate Benefit", + "notes": "Bonus to HT rolls to avoid harm from failure of covered skills", + "disabled": true + }, + { + "id": "2d095bbd-0918-4dfc-975e-de2ff3901fb2", + "type": "modifier", + "name": "Alternative Cost", + "cost": -3, + "affects": "levels_only", + "cost_type": "points", + "disabled": true + } + ], + "levels": 1, + "points_per_level": 10, + "features": [ + { + "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": "Fishing" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Mimicry" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Naturalist" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Navigation" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Survival" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Tracking" + }, + "amount": 1, + "per_level": true + }, + { + "type": "reaction_bonus", + "situation": "from explorers and nature lovers", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 10 + } + }, + { + "id": "1a09a1d5-7689-4ddd-92e7-0cfee302ae34", + "type": "trait", + "name": "Penetrating Voice", + "reference": "B101", + "tags": [ + "Perk", + "Physical" + ], + "base_points": 1, + "features": [ + { + "type": "conditional_modifier", + "situation": "to others' Hearing roll in siturations where you want to be heard over noise", + "amount": 3 + } + ], + "calc": { + "points": 1 + } + }, + { + "id": "9f04e53b-9cb2-4cce-8bdc-72e1e952c5cb", + "type": "trait", + "name": "Rapid Healing", + "reference": "B79", + "tags": [ + "Advantage", + "Physical" + ], + "base_points": 5, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "attribute_prereq", + "has": true, + "qualifier": { + "compare": "at_least", + "qualifier": 10 + }, + "which": "ht" + } + ] + }, + "features": [ + { + "type": "conditional_modifier", + "situation": "to your effective HT whenever you roll to recover lost HP or to see if you can get over a crippling injury", + "amount": 5 + } + ], + "calc": { + "points": 5 + } + }, + { + "id": "8fec5b00-f32a-4936-8ab4-9a10b8856651", + "type": "trait", + "name": "Temperature Tolerance (Cold)", + "reference": "B93", + "tags": [ + "Advantage", + "Physical" + ], + "levels": 1, + "points_per_level": 1, + "can_level": true, + "calc": { + "points": 1 + } + }, + { + "id": "a163c90b-f91e-4c46-83eb-2552cccf1590", + "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": "1a21dcbc-3ed9-4cc1-a77d-0507be7f382b", + "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": "5d3ca38b-e34b-48a6-83b3-33c048e636ad", + "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": "76b441ec-7472-415b-82f8-0b5011f3e70e", + "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": "b309c505-dbbd-497c-9507-7d320a407e96", + "type": "trait", + "name": "Increased Health", + "reference": "B14", + "tags": [ + "Advantage", + "Attribute", + "Physical" + ], + "levels": 2, + "points_per_level": 10, + "features": [ + { + "type": "attribute_bonus", + "attribute": "ht", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 20 + } + }, + { + "id": "77c8af4b-eccb-42b9-a922-1eadff2b5f90", + "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": "e5b3b6e1-8dc7-4efb-8152-aaa217019af7", + "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": "2b1f69bf-7d6b-4b5e-82f4-4881d4a48e0e", + "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": "c4eeafa2-eb3c-40cf-90bc-33c2a371b8c6", + "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": "2e5e3bc8-2850-4f10-9478-29f7800e16fb", + "type": "trait", + "name": "Talent (Animal Friend)", + "reference": "B90,PU3:6", + "tags": [ + "Advantage", + "Mental", + "Talent" + ], + "modifiers": [ + { + "id": "4b4afac9-cefe-44ba-9b5d-4985cfaa26f1", + "type": "modifier", + "name": "Alternative Cost", + "cost": 1, + "affects": "levels_only", + "cost_type": "points", + "disabled": true + } + ], + "levels": 1, + "points_per_level": 5, + "features": [ + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "contains", + "qualifier": "animal handling" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "falconry" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "contains", + "qualifier": "packing" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "contains", + "qualifier": "riding" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "contains", + "qualifier": "teamster" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "contains", + "qualifier": "veterinary" + }, + "amount": 1, + "per_level": true + }, + { + "type": "reaction_bonus", + "situation": "from ordinary animals", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 5 + } + }, + { + "id": "2f35d2b4-8351-4b54-ba6d-387511fd7c8f", + "type": "trait", + "name": "Talent (Animal Friend)", + "reference": "B90,PU3:6", + "tags": [ + "Advantage", + "Mental", + "Talent" + ], + "modifiers": [ + { + "id": "4b4afac9-cefe-44ba-9b5d-4985cfaa26f1", + "type": "modifier", + "name": "Alternative Cost", + "cost": 1, + "affects": "levels_only", + "cost_type": "points", + "disabled": true + } + ], + "levels": 2, + "points_per_level": 5, + "features": [ + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "contains", + "qualifier": "animal handling" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "falconry" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "contains", + "qualifier": "packing" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "contains", + "qualifier": "riding" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "contains", + "qualifier": "teamster" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "contains", + "qualifier": "veterinary" + }, + "amount": 1, + "per_level": true + }, + { + "type": "reaction_bonus", + "situation": "from ordinary animals", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 10 + } + }, + { + "id": "f17a063f-cde2-4654-a93d-0541cb967759", + "type": "trait", + "name": "Talent (Animal Friend)", + "reference": "B90,PU3:6", + "tags": [ + "Advantage", + "Mental", + "Talent" + ], + "modifiers": [ + { + "id": "4b4afac9-cefe-44ba-9b5d-4985cfaa26f1", + "type": "modifier", + "name": "Alternative Cost", + "cost": 1, + "affects": "levels_only", + "cost_type": "points", + "disabled": true + } + ], + "levels": 3, + "points_per_level": 5, + "features": [ + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "contains", + "qualifier": "animal handling" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "falconry" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "contains", + "qualifier": "packing" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "contains", + "qualifier": "riding" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "contains", + "qualifier": "teamster" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "contains", + "qualifier": "veterinary" + }, + "amount": 1, + "per_level": true + }, + { + "type": "reaction_bonus", + "situation": "from ordinary animals", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 15 + } + }, + { + "id": "8c49a1b5-cb6d-486e-937b-f4a670748d0f", + "type": "trait", + "name": "Talent (Animal Friend)", + "reference": "B90,PU3:6", + "tags": [ + "Advantage", + "Mental", + "Talent" + ], + "modifiers": [ + { + "id": "4b4afac9-cefe-44ba-9b5d-4985cfaa26f1", + "type": "modifier", + "name": "Alternative Cost", + "cost": 1, + "affects": "levels_only", + "cost_type": "points", + "disabled": true + } + ], + "levels": 4, + "points_per_level": 5, + "features": [ + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "contains", + "qualifier": "animal handling" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "falconry" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "contains", + "qualifier": "packing" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "contains", + "qualifier": "riding" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "contains", + "qualifier": "teamster" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "contains", + "qualifier": "veterinary" + }, + "amount": 1, + "per_level": true + }, + { + "type": "reaction_bonus", + "situation": "from ordinary animals", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 20 + } + }, + { + "id": "e7a5e39f-b1b1-40e9-9b92-7f63129e7db5", + "type": "trait", + "name": "Appearance (+1: Attractive)", + "reference": "B21", + "tags": [ + "Advantage", + "Physical" + ], + "modifiers": [ + { + "id": "7ddae5ca-ec6b-423d-a4de-94969906f8e2", + "type": "modifier", + "name": "Universal", + "notes": "Reaction modifier applies regardless of race", + "cost": 25, + "disabled": true + } + ], + "base_points": 4, + "features": [ + { + "type": "reaction_bonus", + "situation": "from others who see your looks", + "amount": 1 + } + ], + "calc": { + "points": 4 + } + }, + { + "id": "f11ecc13-d6eb-48f2-a89e-95c294b96c76", + "type": "trait", + "name": "Appearance (+3: Handsome / Beautiful)", + "reference": "B21", + "tags": [ + "Advantage", + "Physical" + ], + "modifiers": [ + { + "id": "7ddae5ca-ec6b-423d-a4de-94969906f8e2", + "type": "modifier", + "name": "Universal", + "notes": "Reaction modifier applies regardless of race", + "cost": 25, + "disabled": true + } + ], + "base_points": 12, + "features": [ + { + "type": "reaction_bonus", + "situation": "from others not attracted to your sex", + "amount": 2 + }, + { + "type": "reaction_bonus", + "situation": "from others attracted to your sex", + "amount": 4 + } + ], + "calc": { + "points": 12 + } + }, + { + "id": "2805e912-d186-4330-bd01-c98f7cba2c9f", + "type": "trait", + "name": "Appearance (+4: Very Handsome / Very Beautiful)", + "reference": "B21", + "tags": [ + "Advantage", + "Physical" + ], + "modifiers": [ + { + "id": "7ddae5ca-ec6b-423d-a4de-94969906f8e2", + "type": "modifier", + "name": "Universal", + "notes": "Reaction modifier applies regardless of race", + "cost": 25, + "disabled": true + } + ], + "base_points": 16, + "features": [ + { + "type": "reaction_bonus", + "situation": "from others attracted to your sex who dislike you (-4 in reaction penalties)", + "amount": -2 + }, + { + "type": "reaction_bonus", + "situation": "from others not attracted to your sex", + "amount": 2 + }, + { + "type": "reaction_bonus", + "situation": "from others attracted to your sex with no reason to dislike you", + "amount": 6 + } + ], + "calc": { + "points": 16 + } + }, + { + "id": "59956023-0a6a-4ede-9d00-974d9247017c", + "type": "trait", + "name": "Appearance (+5: Transcendent)", + "reference": "B21", + "tags": [ + "Advantage", + "Physical" + ], + "modifiers": [ + { + "id": "7ddae5ca-ec6b-423d-a4de-94969906f8e2", + "type": "modifier", + "name": "Universal", + "notes": "Reaction modifier applies regardless of race", + "cost": 25, + "disabled": true + } + ], + "base_points": 20, + "features": [ + { + "type": "reaction_bonus", + "situation": "from others not attracted to your sex", + "amount": 2 + }, + { + "type": "reaction_bonus", + "situation": "from others attracted to your sex", + "amount": 8 + } + ], + "calc": { + "points": 20 + } + }, + { + "id": "e543c12f-0c18-45b5-bee7-163e1d275110", + "type": "trait", + "name": "Increase Business Acumen to 3", + "base_points": 10, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "Increase Business Acumen to 3" + }, + "level": { + "compare": "at_least" + } + } + ] + }, + "calc": { + "points": 10 + } + }, + { + "id": "27c09997-41c4-4e1f-a6b3-99ede33922b6", + "type": "trait", + "name": "Increase Business Acumen to 4", + "base_points": 20, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "Increase Business Acumen to 4" + }, + "level": { + "compare": "at_least" + } + } + ] + }, + "calc": { + "points": 20 + } + }, + { + "id": "40150659-1fc8-44ed-be6a-c8da46504a64", + "type": "trait", + "name": "Claim to Hospitality", + "reference": "B41", + "tags": [ + "Advantage", + "Social" + ], + "modifiers": [ + { + "id": "a1868c09-c5aa-4e29-aa78-9a913758e874", + "type": "modifier", + "name": "@Friend with crash space@ (crash space)", + "cost": 1, + "cost_type": "points", + "disabled": true + }, + { + "id": "588a85b9-dee5-434f-8ae8-c4299199774b", + "type": "modifier", + "name": "@Group@ - @Services@", + "cost": 1, + "cost_type": "points", + "disabled": true + }, + { + "id": "e82cc14d-4886-438a-bf2a-5ed037e42feb", + "type": "modifier", + "name": "@Group@ - Has @Resources@", + "cost": 2, + "cost_type": "points", + "disabled": true + }, + { + "id": "0ab328aa-fa3f-4d99-a712-c58c20fea34d", + "type": "modifier", + "name": "@Large Group@ - Has @Lots of Services@", + "cost": 5, + "cost_type": "points", + "disabled": true + }, + { + "id": "3eba09ad-d753-47f8-b429-2e0481b56d0d", + "type": "modifier", + "name": "@Vast Group@ - @Complete Services@", + "cost": 10, + "cost_type": "points", + "disabled": true + } + ], + "calc": { + "points": 0 + } + }, + { + "id": "35979072-a243-4e5e-84e5-a8e1cbbaac32", + "type": "trait", + "name": "Common Sense", + "reference": "B43,P45", + "tags": [ + "Advantage", + "Mental" + ], + "modifiers": [ + { + "id": "9061b3d4-8442-4a84-ae19-0ba89e6857d7", + "type": "modifier", + "name": "Concious", + "reference": "P45", + "cost": 50, + "disabled": true + } + ], + "base_points": 10, + "calc": { + "points": 10 + } + }, + { + "id": "846bfff6-1965-4768-8e8e-5ca56f341698", + "type": "trait", + "name": "Contact Group (Business Partners)", + "reference": "B44", + "tags": [ + "Advantage", + "Social" + ], + "modifiers": [ + { + "id": "8b0fefc6-5071-44c5-89ca-f8453e588828", + "type": "modifier", + "name": "Effective skill", + "notes": "12", + "cost": 5, + "cost_type": "points", + "disabled": true + }, + { + "id": "833fb095-f6c4-459c-8660-474161fdd329", + "type": "modifier", + "name": "Effective skill", + "notes": "15", + "cost": 10, + "cost_type": "points", + "disabled": true + }, + { + "id": "9e2567e7-25d8-4843-aab9-bd953050e948", + "type": "modifier", + "name": "Effective skill", + "notes": "18", + "cost": 15, + "cost_type": "points", + "disabled": true + }, + { + "id": "63b4314d-f722-442c-a1d8-c53b4c5733a5", + "type": "modifier", + "name": "Effective skill", + "notes": "21", + "cost": 20, + "cost_type": "points", + "disabled": true + }, + { + "id": "083ee360-33df-4ab1-8bf5-520f9e31f2e7", + "type": "modifier", + "name": "Can obtain information using supernatural talents", + "cost": 5, + "cost_type": "points", + "disabled": true + }, + { + "id": "815c9373-73e7-4edc-8a82-a72820d3851f", + "type": "modifier", + "name": "Appears almost all the time", + "notes": "15-", + "cost": 3, + "cost_type": "multiplier", + "disabled": true + }, + { + "id": "05183ed1-b4d0-4f10-a14f-a1b164a8992e", + "type": "modifier", + "name": "Appears quite often", + "notes": "12-", + "cost": 2, + "cost_type": "multiplier", + "disabled": true + }, + { + "id": "2687a0a0-cf05-4650-a350-7790c38999e3", + "type": "modifier", + "name": "Appears fairly often", + "notes": "9-", + "cost": 1, + "cost_type": "multiplier", + "disabled": true + }, + { + "id": "44ffa02d-134b-4d0a-a47e-8d9edef75dc8", + "type": "modifier", + "name": "Appears quite rarely", + "notes": "6-", + "cost": 0.5, + "cost_type": "multiplier", + "disabled": true + }, + { + "id": "ed43bb5c-a588-42cb-a135-c515dafb5d60", + "type": "modifier", + "name": "Completely reliable", + "cost": 3, + "cost_type": "multiplier", + "disabled": true + }, + { + "id": "db8d124a-a83b-4d66-85ed-f70ce7eadcf8", + "type": "modifier", + "name": "Usually reliable", + "cost": 2, + "cost_type": "multiplier", + "disabled": true + }, + { + "id": "51804516-d8da-4c44-9585-2c6cd33482c3", + "type": "modifier", + "name": "Somewhat reliable", + "cost": 1, + "cost_type": "multiplier", + "disabled": true + }, + { + "id": "9665355f-8bc0-495c-a77f-f0aed8e2f600", + "type": "modifier", + "name": "Unreliable", + "cost": 0.5, + "cost_type": "multiplier", + "disabled": true + }, + { + "id": "b5112ac7-096a-42ce-9dd1-3fea5b78eb76", + "type": "modifier", + "name": "Favor", + "reference": "B55", + "cost": 0.2, + "cost_type": "multiplier", + "disabled": true + } + ], + "calc": { + "points": 0 + } + }, + { + "id": "08b67666-ff74-48cf-a2d1-c5c25eef6d34", + "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": "40912d6f-6996-44ca-8215-f8c47ec94eeb", + "type": "trait", + "name": "Ally - One favor only (@Who@)", + "reference": "B36,P41", + "tags": [ + "Advantage", + "Social" + ], + "modifiers": [ + { + "id": "a3aae46a-4033-47e9-8212-84f46bf2a404", + "type": "modifier_container", + "open": true, + "children": [ + { + "id": "90ea2d51-49e6-484c-9cb3-461df7b7bd54", + "type": "modifier", + "name": "Appears quite rarely (6-)", + "reference": "B36", + "cost": 0.5, + "cost_type": "multiplier", + "disabled": true + }, + { + "id": "be41be9a-9e87-47cf-bff3-755e3635a670", + "type": "modifier", + "name": "Appears fairly often (9-)", + "reference": "B36", + "cost": 1, + "cost_type": "multiplier", + "disabled": true + }, + { + "id": "558c0415-bdd8-4a47-bf06-09fd5e1d7e80", + "type": "modifier", + "name": "Appears quite often (12-)", + "reference": "B36", + "cost": 2, + "cost_type": "multiplier", + "disabled": true + }, + { + "id": "1f0b6315-dff4-473e-bdef-19346d578523", + "type": "modifier", + "name": "Appears almost all the time (15-)", + "reference": "B36", + "cost": 3, + "cost_type": "multiplier", + "disabled": true + }, + { + "id": "d2c39c4d-c98d-4266-8b8c-dcd6383e3a0a", + "type": "modifier", + "name": "Appears constantly", + "reference": "B36", + "cost": 4, + "cost_type": "multiplier", + "disabled": true + } + ], + "name": "Frequency of Appearance", + "reference": "B37" + }, + { + "id": "aa16b468-bd6e-42aa-b471-8656922c6757", + "type": "modifier_container", + "open": true, + "children": [ + { + "id": "9b920170-2506-4d12-b871-be1100043704", + "type": "modifier", + "name": "Group of 6-10", + "reference": "B37", + "cost": 6, + "cost_type": "multiplier", + "disabled": true + }, + { + "id": "d0e44bc7-5889-46ec-879f-3d9ba9a4e54f", + "type": "modifier", + "name": "Group of 11-20", + "reference": "B37", + "cost": 8, + "cost_type": "multiplier", + "disabled": true + }, + { + "id": "8fc8e24d-4b27-4e45-9b3a-5a6f64ada309", + "type": "modifier", + "name": "Group of 21-50", + "reference": "B37", + "cost": 10, + "cost_type": "multiplier", + "disabled": true + }, + { + "id": "1dedde55-e356-448c-961a-53dc73e8e58b", + "type": "modifier", + "name": "Group of 51-100", + "reference": "B37", + "cost": 12, + "cost_type": "multiplier", + "disabled": true + }, + { + "id": "a6fa2681-e601-4915-9e43-e357c1119e73", + "type": "modifier", + "name": "Group of 101-1000", + "reference": "B37", + "cost": 18, + "cost_type": "multiplier", + "disabled": true + }, + { + "id": "d176a29c-87f6-41b9-8d4e-10beb54d1822", + "type": "modifier", + "name": "Group of 1001-10000", + "reference": "B37", + "cost": 24, + "cost_type": "multiplier", + "disabled": true + }, + { + "id": "8584249f-64fa-4939-87eb-63382071fbf3", + "type": "modifier", + "name": "Group of 10001-100000", + "reference": "B37", + "cost": 30, + "cost_type": "multiplier", + "disabled": true + }, + { + "id": "7429f8b9-70f3-4fe7-8c48-a9d1b9c06e0a", + "type": "modifier", + "name": "Group of 100001-1000000", + "reference": "B37", + "cost": 36, + "cost_type": "multiplier", + "disabled": true + } + ], + "name": "Ally Group", + "reference": "B37" + }, + { + "id": "1423dd75-af66-4dfb-bf98-39ebd775beb3", + "type": "modifier", + "name": "Minion", + "reference": "B38", + "cost": 50, + "disabled": true + }, + { + "id": "6dc2adbd-08c7-4ef0-8614-22ec36071dbb", + "type": "modifier", + "name": "Minion", + "reference": "B38", + "notes": "IQ 0 or Slave Mentality", + "disabled": true + }, + { + "id": "af970aba-632e-444c-abbe-ea978ae30f1f", + "type": "modifier_container", + "open": true, + "children": [ + { + "id": "c1eb750d-bdd1-4483-a293-892526735fad", + "type": "modifier", + "name": "25% of your starting points", + "reference": "B37", + "cost": 0.2, + "cost_type": "points", + "disabled": true + }, + { + "id": "0b93dc24-8f30-4c58-8595-a5f2bd05173d", + "type": "modifier", + "name": "50% of your starting points", + "reference": "B37", + "cost": 0.4, + "cost_type": "points", + "disabled": true + }, + { + "id": "469b4a79-c6cf-4f87-be4d-c39428a08d9b", + "type": "modifier", + "name": "75% of your starting points", + "reference": "B37", + "cost": 0.6, + "cost_type": "points", + "disabled": true + }, + { + "id": "1c5fa2a8-39df-4651-a06b-21635ead97ca", + "type": "modifier", + "name": "100% of your starting points", + "reference": "B37", + "cost": 1, + "cost_type": "points", + "disabled": true + }, + { + "id": "b9452cfa-cda2-4ce0-8531-7a6b9c33ddb9", + "type": "modifier", + "name": "150% of your starting points", + "reference": "B37", + "cost": 2, + "cost_type": "points", + "disabled": true + } + ], + "name": "Point Total", + "reference": "B37" + }, + { + "id": "d8886838-7444-495b-aa11-02ac3ae23dd2", + "type": "modifier", + "name": "Special Abilities", + "reference": "B38", + "notes": "@Abilities@", + "cost": 50, + "disabled": true + }, + { + "id": "c432c70e-76f8-4215-9b0e-1e1297817f73", + "type": "modifier_container", + "open": true, + "children": [ + { + "id": "d00c3a09-82c4-4569-81df-955e8e62ef34", + "type": "modifier", + "name": "Summonable", + "reference": "B38,P41", + "cost": 100, + "disabled": true + }, + { + "id": "564697bc-4d59-487f-be52-9cd695d74145", + "type": "modifier", + "name": "Conjured", + "reference": "DF9:4,P41", + "cost": 100, + "disabled": true + }, + { + "id": "2b7c2195-de87-4b42-b5b1-7adc5c64dc24", + "type": "modifier", + "name": "Harder Summoning 1", + "reference": "DF9:4", + "cost": -5, + "disabled": true + }, + { + "id": "356fa9ea-c5e9-40c5-b3f2-a7f7ab5d3f3a", + "type": "modifier", + "name": "Harder Summoning 2", + "reference": "DF9:4", + "cost": -10, + "disabled": true + }, + { + "id": "c405a9b9-2959-4866-8974-43ef5373bbe9", + "type": "modifier", + "name": "Harder Summoning 3", + "reference": "DF9:4", + "cost": -20, + "disabled": true + } + ], + "name": "Summonable" + }, + { + "id": "dd121846-2ba4-46bb-83fc-d881218cffca", + "type": "modifier_container", + "open": true, + "children": [ + { + "id": "f3001c31-1cbb-4f95-af86-c92a7755a044", + "type": "modifier", + "name": "Sympathy", + "reference": "B38", + "notes": "Death of one party kills the other", + "cost": -50, + "disabled": true + }, + { + "id": "30df2a61-903a-4f3f-b7ce-6319dcc61e6a", + "type": "modifier", + "name": "Sympathy", + "reference": "B38", + "notes": "Death of one party kills the other and wounds affect ally but not you", + "cost": -10, + "disabled": true + }, + { + "id": "d3be4428-f357-41d5-8bce-142240934518", + "type": "modifier", + "name": "Sympathy", + "reference": "B38", + "notes": "Death of one party reduces the other to 0 HP", + "cost": -25, + "disabled": true + }, + { + "id": "036a0c85-d7af-4de9-af22-eea6cec5ed47", + "type": "modifier", + "name": "Sympathy", + "reference": "B38", + "notes": "Death of one party reduces the other to 0 HP and wounds affect ally but not you", + "cost": -5, + "disabled": true + } + ], + "name": "Sympathy", + "reference": "B38" + }, + { + "id": "2777d1e3-2b29-4c22-b543-d2553828e7e9", + "type": "modifier", + "name": "Unwilling", + "reference": "B38", + "cost": -50, + "disabled": true + } + ], + "calc": { + "points": 0 + } + }, + { + "id": "8d55fa6a-7d07-492a-8d31-967882abaa8b", + "type": "trait", + "name": "Contact - one favor only (@Who@)", + "reference": "B44", + "tags": [ + "Advantage", + "Social" + ], + "modifiers": [ + { + "id": "8b0fefc6-5071-44c5-89ca-f8453e588828", + "type": "modifier", + "name": "Effective skill", + "notes": "12", + "cost": 0.2, + "cost_type": "points", + "disabled": true + }, + { + "id": "833fb095-f6c4-459c-8660-474161fdd329", + "type": "modifier", + "name": "Effective skill", + "notes": "15", + "cost": 0.4, + "cost_type": "points", + "disabled": true + }, + { + "id": "9e2567e7-25d8-4843-aab9-bd953050e948", + "type": "modifier", + "name": "Effective skill", + "notes": "18", + "cost": 0.6, + "cost_type": "points", + "disabled": true + }, + { + "id": "63b4314d-f722-442c-a1d8-c53b4c5733a5", + "type": "modifier", + "name": "Effective skill", + "notes": "21", + "cost": 0.8, + "cost_type": "points", + "disabled": true + }, + { + "id": "083ee360-33df-4ab1-8bf5-520f9e31f2e7", + "type": "modifier", + "name": "Can obtain information using supernatural talents", + "cost": 0.2, + "cost_type": "points", + "disabled": true + }, + { + "id": "20f09f2b-9eeb-4fc3-9b60-7c5d0e2e69b3", + "type": "modifier", + "name": "Group", + "cost": 5, + "cost_type": "multiplier", + "disabled": true + }, + { + "id": "815c9373-73e7-4edc-8a82-a72820d3851f", + "type": "modifier", + "name": "Appears almost all the time", + "notes": "15-", + "cost": 3, + "cost_type": "multiplier", + "disabled": true + }, + { + "id": "05183ed1-b4d0-4f10-a14f-a1b164a8992e", + "type": "modifier", + "name": "Appears quite often", + "notes": "12-", + "cost": 2, + "cost_type": "multiplier", + "disabled": true + }, + { + "id": "2687a0a0-cf05-4650-a350-7790c38999e3", + "type": "modifier", + "name": "Appears fairly often", + "notes": "9-", + "cost": 1, + "cost_type": "multiplier", + "disabled": true + }, + { + "id": "44ffa02d-134b-4d0a-a47e-8d9edef75dc8", + "type": "modifier", + "name": "Appears quite rarely", + "notes": "6-", + "cost": 0.5, + "cost_type": "multiplier", + "disabled": true + }, + { + "id": "ed43bb5c-a588-42cb-a135-c515dafb5d60", + "type": "modifier", + "name": "Completely reliable", + "cost": 3, + "cost_type": "multiplier", + "disabled": true + }, + { + "id": "db8d124a-a83b-4d66-85ed-f70ce7eadcf8", + "type": "modifier", + "name": "Usually reliable", + "cost": 2, + "cost_type": "multiplier", + "disabled": true + }, + { + "id": "51804516-d8da-4c44-9585-2c6cd33482c3", + "type": "modifier", + "name": "Somewhat reliable", + "cost": 1, + "cost_type": "multiplier", + "disabled": true + }, + { + "id": "9665355f-8bc0-495c-a77f-f0aed8e2f600", + "type": "modifier", + "name": "Unreliable", + "cost": 0.5, + "cost_type": "multiplier", + "disabled": true + } + ], + "calc": { + "points": 0 + } + }, + { + "id": "9a833441-6848-4bbe-b97b-18d64d30c01b", + "type": "trait", + "name": "Patron - one favor only", + "reference": "B72,P65", + "tags": [ + "Advantage", + "Social" + ], + "modifiers": [ + { + "id": "a99a5858-0f56-4ed0-a102-552eaa6e7222", + "type": "modifier", + "name": "@Who: Individual with 150% of PC's starting points@", + "reference": "B72", + "cost": 2, + "cost_type": "points", + "disabled": true + }, + { + "id": "3977cc18-2515-4793-b8ed-43a82995ad06", + "type": "modifier", + "name": "@Who: Organization with assets of at least 1000 times starting wealth@", + "reference": "B72", + "cost": 2, + "cost_type": "points", + "disabled": true + }, + { + "id": "fa59fc21-5707-4d97-8097-03b209d46258", + "type": "modifier", + "name": "@Who: Individual with twice the PC's starting points@", + "reference": "B72", + "cost": 3, + "cost_type": "points", + "disabled": true + }, + { + "id": "631b147d-c585-4679-a67b-dbe8a8838cbb", + "type": "modifier", + "name": "@Who: Organization with assets of at least 10000 times starting wealth@", + "reference": "B72", + "cost": 3, + "cost_type": "points", + "disabled": true + }, + { + "id": "75a7a34b-aed4-4108-aa6e-cf969a596f58", + "type": "modifier", + "name": "@Who: An ultra-powerful individual@", + "reference": "B72", + "cost": 4, + "cost_type": "points", + "disabled": true + }, + { + "id": "4b13c656-a481-4cad-95ef-8c63c8865d50", + "type": "modifier", + "name": "@Who: Organization with assets of at least 100000 times starting wealth@", + "reference": "B72", + "cost": 4, + "cost_type": "points", + "disabled": true + }, + { + "id": "2e82bc75-004f-411b-a855-b704cfb309a8", + "type": "modifier", + "name": "@Who: Organization with assets of at least 1000000 times starting wealth@", + "reference": "B72", + "cost": 5, + "cost_type": "points", + "disabled": true + }, + { + "id": "3c15a25d-0b50-410d-8705-11564f7a24aa", + "type": "modifier", + "name": "@Who: A national government or giant multi-national organization@", + "reference": "B72", + "cost": 6, + "cost_type": "points", + "disabled": true + }, + { + "id": "10d9944d-56b8-46ea-8694-cbe04aa7dc0c", + "type": "modifier", + "name": "@Who: A diety@", + "reference": "B72", + "cost": 6, + "cost_type": "points", + "disabled": true + }, + { + "id": "30392472-005f-44e7-9c99-5a271fcb5c10", + "type": "modifier", + "name": "Appears almost all the time", + "reference": "B36", + "notes": "15-", + "cost": 3, + "cost_type": "multiplier", + "disabled": true + }, + { + "id": "814513c5-05a2-4d17-9ad3-5a12b3c4bdbf", + "type": "modifier", + "name": "Appears quite often", + "reference": "B36", + "notes": "12-", + "cost": 2, + "cost_type": "multiplier", + "disabled": true + }, + { + "id": "c97dea86-2b16-41a0-915b-732c4ecc5d83", + "type": "modifier", + "name": "Appears fairly often", + "reference": "B36", + "notes": "9-", + "cost": 1, + "cost_type": "multiplier", + "disabled": true + }, + { + "id": "cef0a8ca-d869-4d16-9a50-9f4c747186c3", + "type": "modifier", + "name": "Appears quite rarely", + "reference": "B36", + "notes": "6-", + "cost": 0.5, + "cost_type": "multiplier", + "disabled": true + }, + { + "id": "346c02a6-cab5-454e-8165-d9f5af7bec08", + "type": "modifier", + "name": "Equipment", + "reference": "B73", + "notes": "@Equipment worth no more than average starting wealth@", + "cost": 50, + "disabled": true + }, + { + "id": "21776a80-4536-42a8-9fc3-7836b35cf7ba", + "type": "modifier", + "name": "Equipment", + "reference": "B73", + "notes": "@Equipment worth more than average starting wealth@", + "cost": 100, + "disabled": true + }, + { + "id": "47dfac97-0be2-4289-8ce0-b45086ab2fa0", + "type": "modifier", + "name": "Highly Accessible", + "reference": "B73", + "cost": 50, + "disabled": true + }, + { + "id": "0418d3c9-a14a-48f2-b2c4-96e006e28a8a", + "type": "modifier", + "name": "Special Abilities", + "reference": "B73", + "notes": "@Extensive social or political power@", + "cost": 50, + "disabled": true + }, + { + "id": "b5bee4e8-6e53-4ec7-abfa-39d0528dcb6e", + "type": "modifier", + "name": "Special Abilities", + "reference": "B73", + "notes": "@Magical powers in a non-magical world, higher TL equipment, grants special powers or is supernatural@", + "cost": 100, + "disabled": true + }, + { + "id": "86cbe17d-48c8-4a7c-9c5a-e757c577624c", + "type": "modifier", + "name": "Minimal Interventions", + "reference": "B73", + "cost": -50, + "disabled": true + }, + { + "id": "c19e83c9-f38b-4fcd-8553-b491d225fb01", + "type": "modifier", + "name": "Secret", + "reference": "B73", + "cost": -50, + "disabled": true + }, + { + "id": "7ff57b40-e9c5-4a86-9c30-a4852b855c0c", + "type": "modifier", + "name": "Unwilling", + "reference": "B74", + "cost": -50, + "disabled": true + } + ], + "calc": { + "points": 0 + } + }, + { + "id": "55799080-1788-4142-a31f-a2cb016a8eb7", + "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": "72c368f2-e183-419c-a388-995fc0fa0ebf", + "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": "4377a207-b560-4cb2-b34b-1e93cff3aa52", + "type": "trait", + "name": "Language Talent", + "reference": "B65", + "tags": [ + "Advantage", + "Mental" + ], + "base_points": 10, + "calc": { + "points": 10 + } + }, + { + "id": "c5a93ee4-225c-4a09-8475-4e5917f1b297", + "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 + } + ], + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "Language Talent" + }, + "level": { + "compare": "at_least" + } + } + ] + }, + "calc": { + "points": 4 + } + }, + { + "id": "70d35ed2-a839-4f1b-a22c-9df0d9bccb4e", + "type": "trait", + "name": "Language with talent: @Language@", + "reference": "B24", + "notes": "With Language Talent", + "tags": [ + "Advantage", + "Language", + "Mental" + ], + "modifiers": [ + { + "id": "6e350dac-03e7-454b-aae0-910e3480d549", + "type": "modifier", + "name": "Native", + "reference": "B23", + "cost": -4, + "cost_type": "points", + "disabled": true + }, + { + "id": "8b45dbdd-df61-46c2-ac1d-a4512c1b6f87", + "type": "modifier", + "name": "Spoken", + "reference": "B24", + "notes": "Accented", + "cost": 1, + "cost_type": "points" + }, + { + "id": "f1b65fd7-b774-4c35-89c8-4bcae8e38203", + "type": "modifier", + "name": "Spoken", + "reference": "B24", + "notes": "Native", + "cost": 2, + "cost_type": "points", + "disabled": true + }, + { + "id": "4e5950f0-3680-4091-9cbb-ad9a6bdf6e58", + "type": "modifier", + "name": "Written", + "reference": "B24", + "notes": "Accented", + "cost": 1, + "cost_type": "points" + }, + { + "id": "5a815059-e937-4dce-b933-c8b9b83c9a3e", + "type": "modifier", + "name": "Written", + "reference": "B24", + "notes": "Native", + "cost": 2, + "cost_type": "points", + "disabled": true + } + ], + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "Language Talent" + } + } + ] + }, + "calc": { + "points": 2 + } + }, + { + "id": "cd72b359-8cbb-49d3-9b1a-3f3c332d3944", + "type": "trait", + "name": "Patron (Elder)", + "reference": "B72,P65", + "tags": [ + "Advantage", + "Social" + ], + "modifiers": [ + { + "id": "a99a5858-0f56-4ed0-a102-552eaa6e7222", + "type": "modifier", + "name": "@Who: Individual with 150% of PC's starting points@", + "reference": "B72", + "cost": 10, + "cost_type": "points", + "disabled": true + }, + { + "id": "3977cc18-2515-4793-b8ed-43a82995ad06", + "type": "modifier", + "name": "@Who: Organization with assets of at least 1000 times starting wealth@", + "reference": "B72", + "cost": 10, + "cost_type": "points", + "disabled": true + }, + { + "id": "fa59fc21-5707-4d97-8097-03b209d46258", + "type": "modifier", + "name": "@Who: Individual with twice the PC's starting points@", + "reference": "B72", + "cost": 15, + "cost_type": "points", + "disabled": true + }, + { + "id": "631b147d-c585-4679-a67b-dbe8a8838cbb", + "type": "modifier", + "name": "@Who: Organization with assets of at least 10000 times starting wealth@", + "reference": "B72", + "cost": 15, + "cost_type": "points", + "disabled": true + }, + { + "id": "75a7a34b-aed4-4108-aa6e-cf969a596f58", + "type": "modifier", + "name": "@Who: An ultra-powerful individual@", + "reference": "B72", + "cost": 20, + "cost_type": "points", + "disabled": true + }, + { + "id": "4b13c656-a481-4cad-95ef-8c63c8865d50", + "type": "modifier", + "name": "@Who: Organization with assets of at least 100000 times starting wealth@", + "reference": "B72", + "cost": 20, + "cost_type": "points", + "disabled": true + }, + { + "id": "2e82bc75-004f-411b-a855-b704cfb309a8", + "type": "modifier", + "name": "@Who: Organization with assets of at least 1000000 times starting wealth@", + "reference": "B72", + "cost": 25, + "cost_type": "points", + "disabled": true + }, + { + "id": "3c15a25d-0b50-410d-8705-11564f7a24aa", + "type": "modifier", + "name": "@Who: A national government or giant multi-national organization@", + "reference": "B72", + "cost": 30, + "cost_type": "points", + "disabled": true + }, + { + "id": "10d9944d-56b8-46ea-8694-cbe04aa7dc0c", + "type": "modifier", + "name": "@Who: A diety@", + "reference": "B72", + "cost": 30, + "cost_type": "points", + "disabled": true + }, + { + "id": "30392472-005f-44e7-9c99-5a271fcb5c10", + "type": "modifier", + "name": "Appears almost all the time", + "reference": "B36", + "notes": "15-", + "cost": 3, + "cost_type": "multiplier", + "disabled": true + }, + { + "id": "814513c5-05a2-4d17-9ad3-5a12b3c4bdbf", + "type": "modifier", + "name": "Appears quite often", + "reference": "B36", + "notes": "12-", + "cost": 2, + "cost_type": "multiplier", + "disabled": true + }, + { + "id": "c97dea86-2b16-41a0-915b-732c4ecc5d83", + "type": "modifier", + "name": "Appears fairly often", + "reference": "B36", + "notes": "9-", + "cost": 1, + "cost_type": "multiplier", + "disabled": true + }, + { + "id": "cef0a8ca-d869-4d16-9a50-9f4c747186c3", + "type": "modifier", + "name": "Appears quite rarely", + "reference": "B36", + "notes": "6-", + "cost": 0.5, + "cost_type": "multiplier", + "disabled": true + }, + { + "id": "346c02a6-cab5-454e-8165-d9f5af7bec08", + "type": "modifier", + "name": "Equipment", + "reference": "B73", + "notes": "@Equipment worth no more than average starting wealth@", + "cost": 50, + "disabled": true + }, + { + "id": "21776a80-4536-42a8-9fc3-7836b35cf7ba", + "type": "modifier", + "name": "Equipment", + "reference": "B73", + "notes": "@Equipment worth more than average starting wealth@", + "cost": 100, + "disabled": true + }, + { + "id": "47dfac97-0be2-4289-8ce0-b45086ab2fa0", + "type": "modifier", + "name": "Highly Accessible", + "reference": "B73", + "cost": 50, + "disabled": true + }, + { + "id": "0418d3c9-a14a-48f2-b2c4-96e006e28a8a", + "type": "modifier", + "name": "Special Abilities", + "reference": "B73", + "notes": "@Extensive social or political power@", + "cost": 50, + "disabled": true + }, + { + "id": "b5bee4e8-6e53-4ec7-abfa-39d0528dcb6e", + "type": "modifier", + "name": "Special Abilities", + "reference": "B73", + "notes": "@Magical powers in a non-magical world, higher TL equipment, grants special powers or is supernatural@", + "cost": 100, + "disabled": true + }, + { + "id": "86cbe17d-48c8-4a7c-9c5a-e757c577624c", + "type": "modifier", + "name": "Minimal Interventions", + "reference": "B73", + "cost": -50, + "disabled": true + }, + { + "id": "c19e83c9-f38b-4fcd-8553-b491d225fb01", + "type": "modifier", + "name": "Secret", + "reference": "B73", + "cost": -50, + "disabled": true + }, + { + "id": "7ff57b40-e9c5-4a86-9c30-a4852b855c0c", + "type": "modifier", + "name": "Unwilling", + "reference": "B74", + "cost": -50, + "disabled": true + }, + { + "id": "689c3ef0-a5b1-46fd-9659-69b5569f6016", + "type": "modifier", + "name": "Favor", + "reference": "B55", + "cost": 0.2, + "cost_type": "multiplier", + "disabled": true + } + ], + "calc": { + "points": 0 + } + }, + { + "id": "4a4c7b2f-d4c9-41e2-b7b4-e7b164cfe55e", + "type": "trait", + "name": "Good Reputation (@Established Elder or Rising Star@)", + "reference": "B26,MA54", + "tags": [ + "Advantage", + "Social" + ], + "modifiers": [ + { + "id": "38aa3113-4709-485c-be35-ba35d96192fd", + "type": "modifier", + "name": "People Affected", + "reference": "B27", + "notes": "Almost everyone", + "cost": 1, + "cost_type": "multiplier", + "disabled": true + }, + { + "id": "39082380-367d-4319-9daf-854976f45562", + "type": "modifier", + "name": "People Affected", + "reference": "B27", + "notes": "Almost everyone except @large class of people@", + "cost": 0.67, + "cost_type": "multiplier", + "disabled": true + }, + { + "id": "b43f0211-b5bf-4271-b6cc-acd6483af8d2", + "type": "modifier", + "name": "People Affected", + "reference": "B27", + "notes": "@Large class of people@", + "cost": 0.5, + "cost_type": "multiplier", + "disabled": true + }, + { + "id": "ca59a34a-2467-417f-9764-46e7617201a2", + "type": "modifier", + "name": "People Affected", + "reference": "B27", + "notes": "@Small class of people@", + "cost": 0.33, + "cost_type": "multiplier", + "disabled": true + }, + { + "id": "bf87af2b-67fd-43ca-b53d-22911e628cfe", + "type": "modifier", + "name": "Recognized all the time", + "reference": "B28", + "cost": 1, + "cost_type": "multiplier", + "disabled": true + }, + { + "id": "a0d8d318-d895-4cd6-9412-3b4839438dbe", + "type": "modifier", + "name": "Recognized sometimes", + "reference": "B28", + "notes": "10-", + "cost": 0.5, + "cost_type": "multiplier", + "disabled": true + }, + { + "id": "c32da9c0-87ba-4504-b87d-7ae275bec1ce", + "type": "modifier", + "name": "Recognized occasionally", + "reference": "B28", + "notes": "7-", + "cost": 0.33, + "cost_type": "multiplier", + "disabled": true + } + ], + "levels": 1, + "points_per_level": 5, + "features": [ + { + "type": "reaction_bonus", + "situation": "from others aware of your reputation", + "amount": 1, + "per_level": true + } + ], + "round_down": true, + "can_level": true, + "calc": { + "points": 5 + } + }, + { + "id": "dccf63c9-1f16-40b3-9252-b5a266e2bb7c", + "type": "trait", + "name": "Good Reputation (@Established Elder or Rising Star@)", + "reference": "B26,MA54", + "tags": [ + "Advantage", + "Social" + ], + "modifiers": [ + { + "id": "38aa3113-4709-485c-be35-ba35d96192fd", + "type": "modifier", + "name": "People Affected", + "reference": "B27", + "notes": "Almost everyone", + "cost": 1, + "cost_type": "multiplier", + "disabled": true + }, + { + "id": "39082380-367d-4319-9daf-854976f45562", + "type": "modifier", + "name": "People Affected", + "reference": "B27", + "notes": "Almost everyone except @large class of people@", + "cost": 0.67, + "cost_type": "multiplier", + "disabled": true + }, + { + "id": "b43f0211-b5bf-4271-b6cc-acd6483af8d2", + "type": "modifier", + "name": "People Affected", + "reference": "B27", + "notes": "@Large class of people@", + "cost": 0.5, + "cost_type": "multiplier", + "disabled": true + }, + { + "id": "ca59a34a-2467-417f-9764-46e7617201a2", + "type": "modifier", + "name": "People Affected", + "reference": "B27", + "notes": "@Small class of people@", + "cost": 0.33, + "cost_type": "multiplier", + "disabled": true + }, + { + "id": "bf87af2b-67fd-43ca-b53d-22911e628cfe", + "type": "modifier", + "name": "Recognized all the time", + "reference": "B28", + "cost": 1, + "cost_type": "multiplier", + "disabled": true + }, + { + "id": "a0d8d318-d895-4cd6-9412-3b4839438dbe", + "type": "modifier", + "name": "Recognized sometimes", + "reference": "B28", + "notes": "10-", + "cost": 0.5, + "cost_type": "multiplier", + "disabled": true + }, + { + "id": "c32da9c0-87ba-4504-b87d-7ae275bec1ce", + "type": "modifier", + "name": "Recognized occasionally", + "reference": "B28", + "notes": "7-", + "cost": 0.33, + "cost_type": "multiplier", + "disabled": true + } + ], + "levels": 2, + "points_per_level": 5, + "features": [ + { + "type": "reaction_bonus", + "situation": "from others aware of your reputation", + "amount": 1, + "per_level": true + } + ], + "round_down": true, + "can_level": true, + "calc": { + "points": 10 + } + }, + { + "id": "fbb9c52c-66e5-4966-9d15-51ab9ff10de2", + "type": "trait", + "name": "Talent (Smooth Operator)", + "reference": "B90,PU3:15", + "tags": [ + "Advantage", + "Mental", + "Talent" + ], + "modifiers": [ + { + "id": "673ac6d5-88a0-46ff-9c61-a92a5908fd6d", + "type": "modifier", + "name": "Alternate Benefit", + "notes": "Bonus to resist covered skills", + "disabled": true + }, + { + "id": "d7bc77f2-e124-4076-a8c1-e9845d9583c0", + "type": "modifier", + "name": "Alternative Cost", + "cost": -2, + "affects": "levels_only", + "cost_type": "points", + "disabled": true + } + ], + "levels": 1, + "points_per_level": 15, + "features": [ + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Acting" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Carousing" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Detect Lies" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Diplomacy" + }, + "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": "Intimidation" + }, + "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": "Politics" + }, + "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": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Savoir-Faire" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Sex Appeal" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Streetwise" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is" + }, + "amount": 1, + "per_level": true + }, + { + "type": "reaction_bonus", + "situation": "from con artists, politicians, salesmen, etc. – but only if you aren’t trying to manipulate them.", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 15 + } + }, + { + "id": "afb58846-1d86-4909-9759-420bf3041a1d", + "type": "trait", + "name": "Empathy", + "reference": "B51,P48", + "tags": [ + "Advantage", + "Mental" + ], + "modifiers": [ + { + "id": "15130107-a6e2-4b7f-9092-477a1428f637", + "type": "modifier", + "name": "Remote", + "reference": "P48", + "cost": 50, + "disabled": true + } + ], + "base_points": 15, + "features": [ + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "detect lies" + }, + "amount": 3 + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "fortune-telling" + }, + "amount": 3 + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "psychology" + }, + "amount": 3 + } + ], + "calc": { + "points": 15 + } + }, + { + "id": "70a4110c-1c1f-47f1-b653-77231635b983", + "type": "trait", + "name": "Empathy (Sensitive)", + "reference": "B51", + "tags": [ + "Advantage", + "Mental" + ], + "modifiers": [ + { + "id": "8c04f995-be36-4786-9763-d0ce15d1ee75", + "type": "modifier", + "name": "Remote", + "reference": "P48", + "cost": 50, + "disabled": true + } + ], + "base_points": 5, + "features": [ + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "detect lies" + }, + "amount": 1 + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "fortune-telling" + }, + "amount": 1 + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "psychology" + }, + "amount": 1 + } + ], + "calc": { + "points": 5 + } + }, + { + "id": "33423b91-70d0-44be-83da-c6fc97b07226", + "type": "trait", + "name": "Social Chameleon", + "reference": "B86", + "notes": "Exempt from reaction penalties due to differences in Rank or Status", + "tags": [ + "Advantage", + "Mental" + ], + "base_points": 5, + "features": [ + { + "type": "reaction_bonus", + "situation": "from those who demand respect in situations where there would be no penalties due to differences in Rank or Status", + "amount": 1 + } + ], + "calc": { + "points": 5 + } + }, + { + "id": "50498291-ff55-4cc6-88be-35964679158d", + "type": "trait", + "name": "Increase Charisma by", + "levels": 1, + "points_per_level": 5, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": false, + "name": { + "compare": "is", + "qualifier": "Increase Charisma" + }, + "level": { + "compare": "at_least" + } + } + ] + }, + "can_level": true, + "calc": { + "points": 5 + } + }, + { + "id": "cba170f3-f59b-4af7-9c34-47b25e324180", + "type": "trait", + "name": "Increase Charisma by", + "levels": 2, + "points_per_level": 5, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": false, + "name": { + "compare": "is", + "qualifier": "Increase Charisma" + }, + "level": { + "compare": "at_least" + } + } + ] + }, + "can_level": true, + "calc": { + "points": 10 + } + }, + { + "id": "64ad5b64-5968-452b-ada4-708439ac7e34", + "type": "trait", + "name": "Change Wealth to Wealthy", + "reference": "B25", + "reference_highlight": "Wealthy", + "base_points": 10, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": false, + "name": { + "compare": "is", + "qualifier": "Change Wealth to Wealthy" + }, + "level": { + "compare": "at_least" + } + } + ] + }, + "calc": { + "points": 10 + } + }, + { + "id": "d0f0380a-9f53-447b-97ab-4bcbf13280eb", + "type": "trait", + "name": "Change Wealth to Very Wealthy", + "reference": "B25", + "reference_highlight": "Very Wealthy", + "base_points": 20, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": false, + "name": { + "compare": "is", + "qualifier": "Change Wealth to Very Wealthy" + }, + "level": { + "compare": "at_least" + } + } + ] + }, + "calc": { + "points": 20 + } + } + ], + "name": "Choose 25 points from the below", + "template_picker": { + "type": "points", + "qualifier": { + "compare": "at_most", + "qualifier": 25 + } + }, + "calc": { + "points": 477 + } + }, + { + "id": "5145a7e9-a62a-493c-ad71-988a8e37a7c7", + "type": "trait_container", + "open": true, + "children": [ + { + "id": "d878235e-7a2e-42a2-ad75-2bffd1eae256", + "type": "trait", + "name": "Attentive", + "reference": "B163", + "tags": [ + "Mental", + "Quirk" + ], + "base_points": -1, + "features": [ + { + "type": "conditional_modifier", + "situation": "to skill rolls when working on lengthy tasks, but -3 to notice any important interruption", + "amount": 1 + } + ], + "calc": { + "points": -1 + } + }, + { + "id": "9dd96258-c02c-4ee6-a5cc-24dfffe9edc5", + "type": "trait", + "name": "Claustrophobia (Enclosed Spaces)", + "reference": "B149", + "notes": "You are uncomfortable any time you can’t see the sky – or at least a very high ceiling. In a small room or vehicle, you feel the walls closing in on you... You need air! This is a dangerous fear for someone who plans to go underground.", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -15, + "cr": 12, + "cr_adj": "action_penalty", + "calc": { + "points": -15 + } + }, + { + "id": "69a4d0da-00c9-4a57-90a9-a3f1cd720911", + "type": "trait", + "name": "Compulsive Generosity", + "reference": "B128", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -5, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": false, + "name": { + "compare": "is", + "qualifier": "miserliness" + } + } + ] + }, + "features": [ + { + "type": "reaction_bonus", + "situation": "from pious folk", + "amount": 1 + } + ], + "cr": 12, + "cr_adj": "minor_cost_of_living_increase", + "calc": { + "points": -5 + } + }, + { + "id": "ec616b54-fc86-43a2-b625-ea28162e0d6e", + "type": "trait", + "name": "Easy to Read", + "reference": "B134", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -10, + "features": [ + { + "type": "conditional_modifier", + "situation": "to others on all Empathy, Body Language, and Psychology rolls to discern your intentions or the truth of your words", + "amount": 4 + }, + { + "type": "conditional_modifier", + "situation": "to others on IQ, Detect Lies, and Gambling rolls in any Quick Contest with your Acting, Fast-Talk, or Gambling skill when you try to lie or bluff", + "amount": 4 + } + ], + "calc": { + "points": -10 + } + }, + { + "id": "ddc5c3d8-70b3-4ce5-8e16-7a05e64cf93b", + "type": "trait", + "name": "Intolerance (Land-Walkers)", + "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": "4625b9ce-46d2-4744-868f-9c74030b0200", + "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": "d67c2fa1-6e13-44d4-9079-bbf45a7e96ae", + "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": "a5153966-b625-4bc0-8405-ef5b5a9ac760", + "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": "2c1390cd-cf83-4a9b-9d90-908b7a48a91a", + "type": "trait", + "name": "Social Stigma (Minority Group)", + "reference": "B155", + "notes": "You are a member of a minority that the dominant culture around you regards as “barbarians” or “inferior.”", + "tags": [ + "Disadvantage", + "Social" + ], + "base_points": -10, + "features": [ + { + "type": "reaction_bonus", + "situation": "from others except your own kind", + "amount": -2 + }, + { + "type": "reaction_bonus", + "situation": "from others of your own kind in an area, profession, or situation where your minority is especially rare", + "amount": 2 + } + ], + "calc": { + "points": -10 + } + }, + { + "id": "00403cdf-9ef6-447b-b6eb-8a42de6acb03", + "type": "trait", + "name": "Charitable", + "reference": "B125", + "notes": "Make a self-control roll in any situation where you could render aid or are specifically asked for help, but should resist the urge", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -15, + "cr": 12, + "calc": { + "points": -15 + } + }, + { + "id": "5aa16451-054b-4423-8671-6b053a6af7a2", + "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": "3dca50ad-48aa-43ea-aa74-9526d0e255ae", + "type": "trait", + "name": "Gregarious", + "reference": "B126", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -10, + "features": [ + { + "type": "reaction_bonus", + "situation": "to others", + "amount": 4 + }, + { + "type": "conditional_modifier", + "situation": "to IQ-based skills when alone, or only -1 if in a group of 4 or less", + "amount": -2 + } + ], + "calc": { + "points": -10 + } + }, + { + "id": "93a64524-136d-46d6-b5c6-4097db0dc6b8", + "type": "trait", + "name": "Code of Honor (Professional)", + "reference": "B127", + "notes": "Adhere to the ethics of your profession; always do your job to the best of your ability; support your guild, union, or professional association.", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -5, + "calc": { + "points": -5 + } + }, + { + "id": "52490816-ea91-4130-b317-5c54ef3abc8a", + "type": "trait", + "name": "Compulsive Generosity", + "reference": "B128", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -5, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": false, + "name": { + "compare": "is", + "qualifier": "miserliness" + } + } + ] + }, + "features": [ + { + "type": "reaction_bonus", + "situation": "from pious folk", + "amount": 1 + } + ], + "cr": 12, + "cr_adj": "minor_cost_of_living_increase", + "calc": { + "points": -5 + } + }, + { + "id": "987165ec-4bf1-40bd-8a76-634f3e15fd04", + "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": "5cfb57ca-373f-4cd8-b04a-a2390bb7551b", + "type": "trait", + "name": "Enemy (Rival Merchant)", + "reference": "B135", + "tags": [ + "Disadvantage", + "Social" + ], + "modifiers": [ + { + "id": "de332956-d4a1-4af6-9339-34f1fa617363", + "type": "modifier", + "name": "Weak Individual", + "reference": "B135", + "notes": "50% of your starting points", + "cost": -5, + "cost_type": "points", + "disabled": true + }, + { + "id": "73913cf5-78dc-4fa9-93e8-9182656fb07e", + "type": "modifier", + "name": "Equal Individual", + "reference": "B135", + "notes": "100% of your starting points", + "cost": -10, + "cost_type": "points", + "disabled": true + }, + { + "id": "81b5a233-41ef-48a3-8d98-450dab7c74a2", + "type": "modifier", + "name": "Powerful Individual", + "reference": "B135", + "notes": "\u003e150% of your starting points", + "cost": -20, + "cost_type": "points", + "disabled": true + }, + { + "id": "4ad57666-9f27-4986-9191-16d65214969b", + "type": "modifier", + "name": "Weak Group", + "reference": "B135", + "cost": -10, + "cost_type": "points", + "disabled": true + }, + { + "id": "8427a345-55ea-4e91-a797-cef5991899d4", + "type": "modifier", + "name": "Medium Group", + "reference": "B135", + "cost": -20, + "cost_type": "points", + "disabled": true + }, + { + "id": "4de4b388-72a9-4143-b57b-c3ea069c1600", + "type": "modifier", + "name": "Appears almost all the time", + "reference": "B36", + "notes": "15-", + "cost": 3, + "cost_type": "multiplier", + "disabled": true + }, + { + "id": "98bee615-b142-4c48-be3d-ce6e87cec21b", + "type": "modifier", + "name": "Appears quite often", + "reference": "B36", + "notes": "12-", + "cost": 2, + "cost_type": "multiplier", + "disabled": true + }, + { + "id": "8e56e038-28dd-41ed-b516-969294228bca", + "type": "modifier", + "name": "Appears fairly often", + "reference": "B36", + "notes": "9-", + "cost": 1, + "cost_type": "multiplier", + "disabled": true + }, + { + "id": "04e80fd4-8cc7-423e-8af5-3906657f8cb2", + "type": "modifier", + "name": "Appears quite rarely", + "reference": "B36", + "notes": "6-", + "cost": 0.5, + "cost_type": "multiplier", + "disabled": true + }, + { + "id": "08aa132f-60f2-4bed-b3a3-ef4321d2f09f", + "type": "modifier", + "name": "Large/Powerful Group", + "reference": "B135", + "cost": -30, + "cost_type": "points", + "disabled": true + }, + { + "id": "19ea1f4b-fc64-4c1d-8217-1c7f5cd09190", + "type": "modifier", + "name": "Utterly Formidable Group", + "reference": "B135", + "cost": -40, + "cost_type": "points", + "disabled": true + }, + { + "id": "1f9b2afd-1cb9-460a-ba7d-8315a7698ba8", + "type": "modifier", + "name": "Unknown", + "reference": "B135", + "cost": -5, + "cost_type": "points", + "disabled": true + }, + { + "id": "f6364f57-15e6-4d03-bc3f-ebf2c4718dac", + "type": "modifier", + "name": "Evil Twin", + "reference": "B135", + "cost_type": "points", + "disabled": true + }, + { + "id": "4560fba2-c960-4c2d-9201-f69dc83ed26f", + "type": "modifier", + "name": "Evil Twin", + "reference": "B135", + "notes": "More skilled or extra abilities", + "cost": -5, + "cost_type": "points", + "disabled": true + }, + { + "id": "f948ad5e-0ca0-4e8f-84c1-d65105981603", + "type": "modifier", + "name": "Evil Twin", + "reference": "B135", + "notes": "More skilled and extra abilities", + "cost": -10, + "cost_type": "points", + "disabled": true + }, + { + "id": "43075921-7dd0-468f-9609-296e9f7ebf0b", + "type": "modifier", + "name": "Watcher", + "reference": "B135", + "cost": 0.25, + "cost_type": "multiplier", + "disabled": true + }, + { + "id": "85d6d113-01ac-4074-a7ce-21572db84555", + "type": "modifier", + "name": "Rival", + "reference": "B135", + "cost": 0.5, + "cost_type": "multiplier", + "disabled": true + }, + { + "id": "1b7c0201-7ba5-46e9-9c3d-2398527a3712", + "type": "modifier", + "name": "Hunter", + "reference": "B135", + "cost": 1, + "cost_type": "multiplier", + "disabled": true + } + ], + "calc": { + "points": 0 + } + }, + { + "id": "589bb192-655b-46d4-872a-d8c55640a10c", + "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": "d4f2dab8-7a96-45ef-a982-1e04f32f5b79", + "type": "trait", + "name": "Guilt Complex", + "reference": "B137", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -5, + "calc": { + "points": -5 + } + }, + { + "id": "9a885e56-813d-4126-b227-68b50b5c24d8", + "type": "trait", + "name": "Intolerance (Rash or foolish people)", + "reference": "B140", + "tags": [ + "Disadvantage", + "Mental" + ], + "modifiers": [ + { + "id": "0e1c693c-166b-417f-b6aa-1c6e04afbd68", + "type": "modifier", + "name": "Scope: Common", + "reference": "B140", + "cost": -5, + "cost_type": "points", + "disabled": true + }, + { + "id": "e21c80e8-cdd8-4040-b7a1-33af63210703", + "type": "modifier", + "name": "Scope: Occasional", + "reference": "B140", + "cost": -2, + "cost_type": "points", + "disabled": true + }, + { + "id": "2655dfad-4f5e-4367-a524-fad35a774654", + "type": "modifier", + "name": "Scope: Rare", + "reference": "B140", + "cost": -1, + "cost_type": "points", + "disabled": true + } + ], + "features": [ + { + "type": "reaction_bonus", + "situation": "from victims of your intolerance (may be as much as -5, at GM's discretion)", + "amount": -1 + } + ], + "calc": { + "points": 0 + } + }, + { + "id": "9860fef6-4a8c-4994-8bfb-1d40a5202e58", + "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": "ed0dfac2-e470-4df9-baac-b62f6f8c33cf", + "type": "trait", + "name": "Miserliness", + "reference": "B144", + "notes": "Make a self-control roll any time you are called on to spend money. If the expenditure is large, this roll may be at -5 or worse (GM’s decision). If you fail, you refuse to spend the money.", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -10, + "cr": 12, + "calc": { + "points": -10 + } + }, + { + "id": "111366e4-9b11-4dd8-b324-2f55e09a16e4", + "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": "2e94334b-d7f0-47d1-9237-3da4f8ea5e78", + "type": "trait", + "name": "Sense of Duty (Clan)", + "reference": "B153", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -5, + "calc": { + "points": -5 + } + } + ], + "name": "Choose -25 points from the below", + "template_picker": { + "type": "points", + "qualifier": { + "compare": "at_least", + "qualifier": -25 + } + }, + "calc": { + "points": -161 + } + } + ], + "name": "Trader", + "reference": "FFWF22", + "calc": { + "points": 411 + } + } + ], + "skills": [ + { + "id": "dc0dce4c-f0b3-4f43-a91d-f14fa1be2435", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "fa154af4-d19e-4023-824d-4eee89921aac", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "2b5d05c9-d65d-4c8f-9128-33cd55761195", + "type": "skill", + "name": "Diplomacy", + "reference": "B187", + "tags": [ + "Business", + "Police", + "Social" + ], + "difficulty": "iq/h", + "points": 4, + "defaults": [ + { + "type": "iq", + "modifier": -6 + }, + { + "type": "skill", + "name": "Politics", + "modifier": -6 + } + ] + }, + { + "id": "4ac009f5-8cdc-46bf-a5a3-8b00f83ca5ee", + "type": "skill", + "name": "Market Analysis", + "reference": "B207", + "tags": [ + "Business" + ], + "difficulty": "iq/h", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -6 + }, + { + "type": "skill", + "name": "Economics", + "modifier": -5 + }, + { + "type": "skill", + "name": "Merchant", + "modifier": -4 + } + ] + }, + { + "id": "a0f16143-f125-42d6-b3c1-3406a7b39451", + "type": "skill", + "name": "Merchant", + "reference": "B209", + "tags": [ + "Business", + "Social" + ], + "difficulty": "iq/a", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -5 + }, + { + "type": "skill", + "name": "Finance", + "modifier": -6 + }, + { + "type": "skill", + "name": "Market Analysis", + "modifier": -4 + } + ] + } + ], + "name": "Primary Skills" + }, + { + "id": "d100d834-ce47-41e7-ab80-2f9fc02e0a5a", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "0dc0aa5a-0031-4b98-a8b2-c88c4df71b75", + "type": "skill", + "name": "Bolas", + "reference": "B181", + "tags": [ + "Combat", + "Ranged Combat", + "Weapon" + ], + "difficulty": "dx/a", + "points": 2 + }, + { + "id": "496734ba-6407-4717-9c34-a9e1a1004e61", + "type": "skill", + "name": "Axe/Mace", + "reference": "B208", + "tags": [ + "Combat", + "Melee Combat", + "Weapon" + ], + "difficulty": "dx/a", + "points": 2, + "defaults": [ + { + "type": "dx", + "modifier": -5 + }, + { + "type": "skill", + "name": "Two-Handed Axe/Mace", + "modifier": -3 + }, + { + "type": "skill", + "name": "Flail", + "modifier": -4 + } + ] + }, + { + "id": "10d72e25-6fa9-44cf-b2ee-04fde21ad278", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "03657e4d-a1cc-434d-abbf-5fab7e769320", + "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": "e541a03a-d707-46b7-b3cc-d2f42e9b50b9", + "type": "skill", + "name": "Current Affairs", + "reference": "B186", + "tags": [ + "Business", + "Everyman", + "Knowledge", + "Social" + ], + "specialization": "Business", + "tech_level": "", + "difficulty": "iq/e", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -4 + }, + { + "type": "skill", + "name": "Research", + "modifier": -4 + }, + { + "type": "skill", + "name": "Current Affairs", + "modifier": -4 + } + ] + }, + { + "id": "a7d1e3a2-a7b1-4352-aab6-21bf33ebcf17", + "type": "skill", + "name": "Current Affairs", + "reference": "B186", + "tags": [ + "Everyman", + "Knowledge", + "Social" + ], + "specialization": "Regional", + "tech_level": "", + "difficulty": "iq/e", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -4 + }, + { + "type": "skill", + "name": "Research", + "modifier": -4 + }, + { + "type": "skill", + "name": "Current Affairs", + "modifier": -4 + } + ] + }, + { + "id": "713f2099-a5da-40b8-851f-e918d791b4d2", + "type": "skill", + "name": "Animal Handling", + "reference": "B175", + "tags": [ + "Animal" + ], + "specialization": "@Specialty@", + "difficulty": "iq/a", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -5 + } + ] + }, + { + "id": "47bcb711-281d-4bf8-a56a-085c2365508a", + "type": "skill", + "name": "Cartography", + "reference": "B183", + "tags": [ + "Exploration", + "Humanities", + "Outdoor", + "Social Sciences" + ], + "tech_level": "", + "difficulty": "iq/a", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -5 + }, + { + "type": "skill", + "name": "Geography", + "modifier": -2 + }, + { + "type": "skill", + "name": "Mathematics", + "specialization": "Surveying", + "modifier": -2 + }, + { + "type": "skill", + "name": "Navigation", + "modifier": -4 + } + ] + }, + { + "id": "bd395657-2b20-456b-bc56-05d29282d9ee", + "type": "skill", + "name": "Connoisseur", + "reference": "B185,MA56", + "tags": [ + "Arts", + "Entertainment", + "Knowledge", + "Social" + ], + "specialization": "@Subject@", + "difficulty": "iq/a", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -5 + } + ] + }, + { + "id": "1c4086c7-d82c-4baa-ae0f-95f945a2864b", + "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": "0dd0777e-b861-4e0c-8620-2b065495831c", + "type": "skill", + "name": "Politics", + "reference": "B215", + "tags": [ + "Business", + "Social" + ], + "difficulty": "iq/a", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -5 + }, + { + "type": "skill", + "name": "Diplomacy", + "modifier": -5 + } + ] + }, + { + "id": "defb42e4-20b0-4813-9fac-846066970d1c", + "type": "skill", + "name": "Propaganda", + "reference": "B216", + "tags": [ + "Business", + "Military", + "Social", + "Spy" + ], + "tech_level": "", + "difficulty": "iq/a", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -5 + }, + { + "type": "skill", + "name": "Merchant", + "modifier": -5 + }, + { + "type": "skill", + "name": "Psychology", + "modifier": -4 + } + ] + }, + { + "id": "e00a2813-054b-49fe-aa69-f04e9060796f", + "type": "skill", + "name": "Leadership", + "reference": "B204", + "tags": [ + "Military", + "Social" + ], + "difficulty": "iq/a", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -5 + } + ] + }, + { + "id": "f1e5fd17-8774-4e1c-94b3-a6aab66e67a3", + "type": "skill", + "name": "Public Speaking", + "reference": "B216", + "tags": [ + "Business", + "Scholarly", + "Social" + ], + "difficulty": "iq/a", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -5 + }, + { + "type": "skill", + "name": "Acting", + "modifier": -5 + }, + { + "type": "skill", + "name": "Performance", + "modifier": -2 + }, + { + "type": "skill", + "name": "Politics", + "modifier": -5 + } + ] + }, + { + "id": "55346b33-c6f8-4282-b1b5-7ec7aa31b22b", + "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": "74037818-264f-4b2e-81fe-6e1dc114832e", + "type": "skill", + "name": "Accounting", + "reference": "B174", + "tags": [ + "Business" + ], + "difficulty": "iq/h", + "points": 2, + "defaults": [ + { + "type": "iq", + "modifier": -6 + }, + { + "type": "skill", + "name": "Finance", + "modifier": -4 + }, + { + "type": "skill", + "name": "Mathematics", + "specialization": "Statistics", + "modifier": -5 + }, + { + "type": "skill", + "name": "Merchant", + "modifier": -5 + } + ] + }, + { + "id": "4688291a-5b63-4878-8256-2636e89383c0", + "type": "skill", + "name": "Finance", + "reference": "B195", + "tags": [ + "Business" + ], + "difficulty": "iq/h", + "points": 2, + "defaults": [ + { + "type": "skill", + "name": "Accounting", + "modifier": -4 + }, + { + "type": "skill", + "name": "Economics", + "modifier": -3 + }, + { + "type": "skill", + "name": "Merchant", + "modifier": -6 + } + ] + }, + { + "id": "4c808712-1a85-446b-8759-0acc3d666ea3", + "type": "skill", + "name": "Carousing", + "reference": "B183", + "tags": [ + "Criminal", + "Social", + "Street" + ], + "difficulty": "ht/e", + "points": 2, + "defaults": [ + { + "type": "ht", + "modifier": -4 + } + ] + }, + { + "id": "237aa652-7c9c-4b32-aaa7-52102d1153e7", + "type": "skill", + "name": "Flight", + "reference": "B195", + "tags": [ + "Athletic" + ], + "difficulty": "ht/a", + "points": 2, + "defaults": [ + { + "type": "ht", + "modifier": -5 + } + ], + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "starts_with", + "qualifier": "flight" + } + } + ] + } + }, + { + "id": "ae15b6d8-43e8-402a-b4ea-ba9b7ce8a547", + "type": "skill", + "name": "Body Language", + "reference": "B181", + "tags": [ + "Police", + "Social", + "Spy" + ], + "difficulty": "per/a", + "points": 2, + "defaults": [ + { + "type": "skill", + "name": "Detect Lies", + "modifier": -4 + }, + { + "type": "skill", + "name": "Psychology", + "modifier": -4 + } + ] + }, + { + "id": "c71bb915-b619-44b1-b5ad-b858f4db36bc", + "type": "skill", + "name": "Survival", + "reference": "B223", + "tags": [ + "Exploration", + "Outdoor" + ], + "specialization": "@Any Land@", + "difficulty": "per/a", + "points": 2, + "defaults": [ + { + "type": "per", + "modifier": -5 + }, + { + "type": "skill", + "name": "Naturalist", + "modifier": -3 + }, + { + "type": "skill", + "name": "Survival", + "specialization": "Mountain", + "modifier": -3 + }, + { + "type": "skill", + "name": "Survival", + "specialization": "Arctic", + "modifier": -3 + }, + { + "type": "skill", + "name": "Survival", + "specialization": "Desert", + "modifier": -3 + }, + { + "type": "skill", + "name": "Survival", + "specialization": "Island/Beach", + "modifier": -3 + }, + { + "type": "skill", + "name": "Survival", + "specialization": "Jungle", + "modifier": -3 + }, + { + "type": "skill", + "name": "Survival", + "specialization": "Plains", + "modifier": -3 + }, + { + "type": "skill", + "name": "Survival", + "specialization": "Swampland", + "modifier": -3 + }, + { + "type": "skill", + "name": "Survival", + "specialization": "Woodlands", + "modifier": -3 + } + ] + } + ], + "name": "Choose 6 from the below", + "template_picker": { + "type": "count", + "qualifier": { + "compare": "is", + "qualifier": 6 + } + } + } + ], + "name": "Secondary Skills" + }, + { + "id": "1ecc5827-720c-402a-8f07-c43c5c9025fa", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "b4eff39c-8411-4b91-b800-0327ba64364a", + "type": "skill_container", + "open": true, + "children": [ + { + "id": "4488a61e-1054-46a7-86cb-3fc27e13bc6a", + "type": "skill", + "name": "Fast-Draw", + "reference": "B194,MA56", + "tags": [ + "Combat", + "Melee Combat", + "Weapon" + ], + "specialization": "Knife", + "difficulty": "dx/e", + "points": 1 + }, + { + "id": "47076e14-3e67-4288-823d-f7d6ee296ff2", + "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": "2f0160ab-1952-44a0-a9d2-013369e73a05", + "type": "skill", + "name": "Area Knowledge", + "reference": "B176", + "notes": "All important businesses, streets, citizens, leaders, etc.", + "tags": [ + "Everyman", + "Knowledge" + ], + "specialization": "@City@", + "difficulty": "iq/e", + "points": 1, + "defaults": [ + { + "type": "skill", + "name": "Geography", + "specialization": "@Specialty@", + "modifier": -3 + } + ] + }, + { + "id": "ecf0aa86-4223-4c57-882f-c0536a53ab74", + "type": "skill", + "name": "Savoir-Faire", + "reference": "B218,MA59", + "tags": [ + "Business", + "Knowledge", + "Social" + ], + "specialization": "High Society", + "difficulty": "iq/e", + "points": 1, + "defaults": [ + { + "type": "iq", + "modifier": -4 + }, + { + "type": "skill", + "name": "Savoir-Faire", + "specialization": "Servant", + "modifier": -2 + } + ] + }, + { + "id": "35c9dc4a-a3af-4188-82b2-6ea92d3b1838", + "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": "65f6edc4-10c0-4db3-9cea-ad3e2b8dcd88", + "type": "skill", + "name": "Poetry", + "reference": "B214", + "tags": [ + "Arts", + "Entertainment" + ], + "difficulty": "iq/a", + "points": 1, + "defaults": [ + { + "type": "iq", + "modifier": -5 + }, + { + "type": "skill", + "name": "Writing", + "modifier": -5 + } + ] + }, + { + "id": "932a2380-dbd0-423b-9b04-95a5c15ca1aa", + "type": "skill", + "name": "Teaching", + "reference": "B224", + "tags": [ + "Scholarly", + "Social" + ], + "difficulty": "iq/a", + "points": 1, + "defaults": [ + { + "type": "iq", + "modifier": -5 + } + ] + }, + { + "id": "9f4b7e70-29cf-4661-8a87-887615d2aea2", + "type": "skill", + "name": "Administration", + "reference": "B174", + "tags": [ + "Business", + "Social" + ], + "difficulty": "iq/a", + "points": 1, + "defaults": [ + { + "type": "skill", + "name": "Merchant", + "modifier": -3 + }, + { + "type": "iq", + "modifier": -5 + } + ] + }, + { + "id": "44c37db6-b334-4923-8452-4861f482aac6", + "type": "skill", + "name": "Gambling", + "reference": "B197", + "tags": [ + "Criminal", + "Social", + "Street" + ], + "difficulty": "iq/a", + "points": 1, + "defaults": [ + { + "type": "iq", + "modifier": -5 + }, + { + "type": "skill", + "name": "Mathematics", + "specialization": "Statistics", + "modifier": -5 + } + ] + }, + { + "id": "ed72ff3b-de8b-49b1-a832-10920b87c3f0", + "type": "skill", + "name": "Strategy", + "reference": "B222", + "tags": [ + "Military" + ], + "specialization": "Air", + "difficulty": "iq/h", + "points": 1, + "defaults": [ + { + "type": "iq", + "modifier": -6 + }, + { + "type": "skill", + "name": "Intelligence Analysis", + "modifier": -6 + }, + { + "type": "skill", + "name": "Tactics", + "modifier": -6 + }, + { + "type": "skill", + "name": "Strategy", + "modifier": -4 + } + ] + } + ], + "name": "Select 6 of the below", + "template_picker": { + "type": "count", + "qualifier": { + "compare": "is", + "qualifier": 6 + } + } + } + ], + "name": "Background Skills" + } + ], + "name": "Trader", + "reference": "FFWF22" + } + ], + "notes": [ + { + "id": "61b7758f-8e8e-41f3-b576-2fdfdcb0f91f", + "type": "note", + "text": "The template has \"Fast-Draw (Arrow)\" as a background skill, but no Bow skill anywhere. Changed this to \"Fast-Draw (Knife)\" as there is a knife skill in background skills." + } + ] +} diff --git a/Library/Fantasy Folk/Winged Folk/Racial Templates/Winged Folk.gct b/Library/Fantasy Folk/Winged Folk/Racial Templates/Winged Folk.gct new file mode 100644 index 000000000..43e7952a5 --- /dev/null +++ b/Library/Fantasy Folk/Winged Folk/Racial Templates/Winged Folk.gct @@ -0,0 +1,207 @@ +{ + "type": "template", + "version": 4, + "id": "d3c0e867-dec4-4a65-b714-b9cc138bb4ae", + "traits": [ + { + "id": "1a2504eb-3198-48c4-9f22-5b0c06baf786", + "type": "trait_container", + "open": true, + "children": [ + { + "id": "d0d55eb8-1521-4484-9fb7-c35cc0db1ff9", + "type": "trait", + "name": "Increased Dexterity", + "reference": "B15", + "tags": [ + "Advantage", + "Attribute", + "Physical" + ], + "modifiers": [ + { + "id": "26b39aca-fc45-404a-9dbd-be0e55323b67", + "type": "modifier", + "name": "No Fine Manipulators", + "cost": -40, + "disabled": true + } + ], + "levels": 1, + "points_per_level": 20, + "features": [ + { + "type": "attribute_bonus", + "attribute": "dx", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 20 + } + }, + { + "id": "ee94c100-78d6-4173-9c42-688646e3fe2f", + "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": "7cd664eb-b264-42b6-91c6-e98e0785dd27", + "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": "3e38eb2a-d5e8-4d53-8484-04b8353b3a90", + "type": "trait", + "name": "Flight (Aid Move is Basic Speed x 2 round down)", + "reference": "B56,FFWF12", + "notes": "Winged, Cannot Hover, Encumbrance Limited (Medium)", + "tags": [ + "Advantage", + "Exotic", + "Physical" + ], + "base_points": 22, + "calc": { + "points": 22 + } + }, + { + "id": "0b7dd4d8-dc00-46fd-a165-8b0e4fdad061", + "type": "trait", + "name": "Temperature Tolerance (Cold)", + "reference": "B93", + "tags": [ + "Advantage", + "Physical" + ], + "levels": 1, + "points_per_level": 1, + "can_level": true, + "calc": { + "points": 1 + } + }, + { + "id": "2614c89f-9b05-4bce-8c9e-817e3947b4c5", + "type": "trait", + "name": "Pressure-Tolerant Lungs", + "reference": "FFWF13,BT211", + "notes": "Thin pressure", + "tags": [ + "Perk", + "Physical" + ], + "base_points": 1, + "calc": { + "points": 1 + } + }, + { + "id": "1a2475cf-0727-40ca-9335-7b2aba65c624", + "type": "trait", + "name": "Racial Gifts (Winged Folk)", + "reference": "FFWF13", + "notes": "Permits Winged Folk enhanced dodge, silence, telescopic vision", + "tags": [ + "Perk", + "Physical" + ], + "base_points": 1, + "calc": { + "points": 1 + } + }, + { + "id": "d12e1dd4-73c3-4deb-82fe-3c70429b60d3", + "type": "trait", + "name": "Code of Honor (Winged Folk's)", + "reference": "FFWF13,B127", + "notes": "Reciprocity: Repay favors and injuries in full. Hospitality: Be as good a guest or host as you can. Piety: Show reverence to gods and ancestors alike.", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -10, + "calc": { + "points": -10 + } + }, + { + "id": "7f49cdcf-4cf4-46e2-8e0b-fbf48c3fcb88", + "type": "trait", + "name": "Vulnerability", + "reference": "B161", + "notes": "Crushing x2", + "tags": [ + "Disadvantage", + "Exotic", + "Physical" + ], + "base_points": -30, + "calc": { + "points": -30 + } + }, + { + "id": "0c1415d8-f06b-4bea-81fb-5e00a2988bb6", + "type": "trait", + "name": "Feature: Temperature Comfort Zone", + "notes": "14F to 80F (-10C to 30C)", + "calc": { + "points": 0 + } + } + ], + "name": "Winged Folk", + "reference": "FFWF11", + "ancestry": "Human", + "container_type": "ancestry", + "calc": { + "points": 25 + } + } + ] +} diff --git a/Library/Fantasy Folk/Winged Folk/Traits, Skills and Spells/Winged Folk Spells.spl b/Library/Fantasy Folk/Winged Folk/Traits, Skills and Spells/Winged Folk Spells.spl new file mode 100644 index 000000000..164a787c4 --- /dev/null +++ b/Library/Fantasy Folk/Winged Folk/Traits, Skills and Spells/Winged Folk Spells.spl @@ -0,0 +1,235 @@ +{ + "type": "spell_list", + "version": 4, + "rows": [ + { + "id": "d93e5826-3fc8-435f-bfaf-c1676c5cd849", + "type": "spell", + "name": "Earthbind", + "reference": "FFWF15", + "tags": [ + "Body Control" + ], + "difficulty": "iq/h", + "college": [ + "Body Control" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "5", + "maintenance_cost": "-", + "casting_time": "1 sec", + "duration": "1 minute", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 2 + }, + "notes": { + "compare": "does_not_contain", + "qualifier": "one college" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 2 + }, + "notes": { + "compare": "contains", + "qualifier": "one college (body control)" + } + } + ] + }, + { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "Secret Spell (Earthbind)" + }, + "level": { + "compare": "at_least" + } + } + ] + } + ] + } + }, + { + "id": "284b5795-a071-434c-b9f3-61b4d80fbf79", + "type": "spell", + "name": "Flock of Ravens", + "reference": "FFWF15", + "tags": [ + "Protection \u0026 Warning" + ], + "difficulty": "iq/h", + "college": [ + "Protection \u0026 Warning" + ], + "power_source": "Arcane", + "spell_class": "Regular", + "casting_cost": "1-6", + "maintenance_cost": "1-6", + "casting_time": "1 sec", + "duration": "10 sec", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "spell_prereq", + "sub_type": "name", + "has": true, + "qualifier": { + "compare": "is", + "qualifier": "Animal Control (Bird)" + }, + "quantity": { + "compare": "at_least", + "qualifier": 1 + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "Secret Spell (Flock of Ravens)" + }, + "level": { + "compare": "at_least" + } + } + ] + } + }, + { + "id": "8516a88d-0a65-42af-9288-591243a289d3", + "type": "spell", + "name": "Wrath of the Gods", + "reference": "FFWF17", + "tags": [ + "Weather" + ], + "difficulty": "iq/vh", + "college": [ + "Weather" + ], + "power_source": "Arcane", + "spell_class": "Missile", + "casting_cost": "2 per 1d-1 damage, up to 2x Magery/sec", + "maintenance_cost": "-", + "casting_time": "1-3 sec", + "duration": "Instant", + "points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "prereq_list", + "all": false, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 2 + }, + "notes": { + "compare": "does_not_contain", + "qualifier": "one college" + } + }, + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "magery" + }, + "level": { + "compare": "at_least", + "qualifier": 2 + }, + "notes": { + "compare": "contains", + "qualifier": "one college (weather)" + } + } + ] + }, + { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "Secret Spell (Wrath of the Gods)" + }, + "level": { + "compare": "at_least" + } + } + ] + } + ] + }, + "weapons": [ + { + "id": "50d2db92-78d7-4e5f-a122-918019189b37", + "type": "ranged_weapon", + "damage": { + "type": "burn/2 points", + "base": "1d-1" + }, + "usage": "Wrath of the Gods", + "accuracy": "3", + "range": "50/100", + "rate_of_fire": "1", + "calc": { + "damage": "1d-1 burn/2 points" + } + } + ] + } + ] +} diff --git a/Library/Fantasy Folk/Winged Folk/Traits, Skills and Spells/Winged Folk Traits.adq b/Library/Fantasy Folk/Winged Folk/Traits, Skills and Spells/Winged Folk Traits.adq new file mode 100644 index 000000000..67f33120f --- /dev/null +++ b/Library/Fantasy Folk/Winged Folk/Traits, Skills and Spells/Winged Folk Traits.adq @@ -0,0 +1,1676 @@ +{ + "type": "trait_list", + "version": 4, + "rows": [ + { + "id": "aecce38d-af5a-494a-9c31-d6b8cf4c9139", + "type": "trait", + "name": "Code of Honor (Winged Folk's)", + "reference": "FFWF13,B127", + "notes": "Reciprocity: Repay favors and injuries in full. Hospitality: Be as good a guest or host as you can. Piety: Show reverence to gods and ancestors alike.", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -10, + "calc": { + "points": -10 + } + }, + { + "id": "109808ea-9d3a-4f1d-8c73-00ad02917340", + "type": "trait", + "name": "Crushing Strikers (Wings)", + "reference": "FFWF13,B88,MA47", + "reference_highlight": "Strikers", + "notes": "Wings (-20%), Doubled for two wings", + "tags": [ + "Advantage", + "Exotic", + "Physical" + ], + "base_points": 8, + "weapons": [ + { + "id": "2a9ee24e-3cc4-46a1-861d-4f8de4f8f207", + "type": "melee_weapon", + "damage": { + "type": "cr", + "st": "thr", + "modifier_per_die": 1 + }, + "usage": "Left wing", + "reach": "C", + "parry": "0", + "defaults": [ + { + "type": "dx" + }, + { + "type": "skill", + "name": "Brawling" + } + ], + "calc": { + "damage": "thr (+1 per die) cr" + } + }, + { + "id": "1e33d726-a904-4575-a2c9-b70d6bc18de2", + "type": "melee_weapon", + "damage": { + "type": "cr", + "st": "thr", + "modifier_per_die": 1 + }, + "usage": "Right wing", + "reach": "C", + "parry": "0", + "defaults": [ + { + "type": "dx" + }, + { + "type": "skill", + "name": "Brawling" + } + ], + "calc": { + "damage": "thr (+1 per die) cr" + } + } + ], + "calc": { + "points": 8 + } + }, + { + "id": "83fcdf76-ccab-4113-9c55-7b0196c0a82d", + "type": "trait", + "name": "Delusion (Superstitious)", + "reference": "FFWF13,B130", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -10, + "features": [ + { + "type": "reaction_bonus", + "situation": "from rational people exposed to your superstitions", + "amount": -2 + } + ], + "calc": { + "points": -10 + } + }, + { + "id": "52e9069d-ad87-4cca-ab02-94a57772e6c3", + "type": "trait", + "name": "Decreased Air Move", + "reference": "B18", + "reference_highlight": "Air Move", + "tags": [ + "Attribute", + "Disadvantage", + "Physical" + ], + "levels": 1, + "points_per_level": 2, + "features": [ + { + "type": "conditional_modifier", + "situation": "to air move while flying", + "amount": -1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 2 + } + }, + { + "id": "0681a51a-d5a1-4b33-932b-53413d933e59", + "type": "trait", + "name": "Crippled Wings", + "reference": "FFWF13", + "notes": "Must separately reduce Air Move to Basic Speed (you get full points for this)", + "tags": [ + "Disadvantage", + "Physical" + ], + "base_points": -10, + "features": [ + { + "type": "conditional_modifier", + "situation": "to all skills that require wings, including all weapon skills used while flying", + "amount": -3 + } + ], + "calc": { + "points": -10 + } + }, + { + "id": "60db2385-394f-4c9a-9874-f7b41643d4de", + "type": "trait", + "name": "Dancing Kicks", + "reference": "FFWF14,MA51", + "notes": "Can default kicking techniques to Aerobatics", + "tags": [ + "Perk", + "Physical" + ], + "base_points": 1, + "calc": { + "points": 1 + } + }, + { + "id": "ee3351a5-1daf-4dc4-b26a-adf7bcd8b6af", + "type": "trait", + "name": "Enhanced Dodge", + "reference": "FFWF13,B51", + "notes": "While flying only (-20%)", + "tags": [ + "Advantage", + "Mental" + ], + "levels": 1, + "points_per_level": 12, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "Racial Gifts (Winged Folk)" + }, + "level": { + "compare": "at_least" + } + } + ] + }, + "features": [ + { + "type": "conditional_modifier", + "situation": "to dodge while flying", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 12 + } + }, + { + "id": "92e0deee-73fb-4a96-9443-e6366a7d5cc4", + "type": "trait", + "name": "Extra Option, Secret Material (Blood-Mead)", + "reference": "TMS24", + "tags": [ + "Magic Perk", + "Supernatural" + ], + "base_points": 1, + "calc": { + "points": 1 + } + }, + { + "id": "bacc22a3-9a08-4a68-8d78-6d8cfe832fb8", + "type": "trait", + "name": "Imrosane Wielder", + "reference": "FFWF13", + "tags": [ + "Perk", + "Social" + ], + "base_points": 1, + "features": [ + { + "type": "reaction_bonus", + "situation": "from Winged Folk who see you carry an imrosane", + "amount": -1 + }, + { + "type": "reaction_bonus", + "situation": "from Winged Folk Brides who see you carry an imrosane", + "amount": -3 + } + ], + "calc": { + "points": 1 + } + }, + { + "id": "c8bda88d-ef46-4490-8ea3-0698da8d646d", + "type": "trait", + "name": "Increased Air Move", + "reference": "B18", + "reference_highlight": "Air Move", + "tags": [ + "Advantage", + "Attribute", + "Physical" + ], + "levels": 1, + "points_per_level": 2, + "features": [ + { + "type": "conditional_modifier", + "situation": "to air move while flying", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 2 + } + }, + { + "id": "7c11a327-88cb-4c6d-85e4-f38447200836", + "type": "trait", + "name": "Iron Wings", + "reference": "FFWF13", + "notes": "Can purchase wing DR or wing strikers", + "tags": [ + "Perk", + "Physical" + ], + "base_points": 1, + "features": [ + { + "type": "conditional_modifier", + "situation": "to all ST or HT rolls to resist injury to wings", + "amount": 3 + } + ], + "calc": { + "points": 1 + } + }, + { + "id": "f4539451-94b3-43d5-9ba7-db5b6345b002", + "type": "trait", + "name": "Lame (Crippled Legs)", + "reference": "FFWF13,B141", + "reference_highlight": "Lame", + "notes": "You must reduce your Basic Move to half your Basic Speed (round down)", + "tags": [ + "Disadvantage", + "Physical" + ], + "modifiers": [ + { + "id": "58995eff-58c8-43e8-bf22-29f944d32c8d", + "type": "modifier", + "name": "Mitigator: Wings", + "reference": "FFWF13", + "reference_highlight": "wings are a -80% mitigator", + "cost": -80 + } + ], + "base_points": -10, + "features": [ + { + "type": "conditional_modifier", + "situation": "to use any skill that requires the use of your legs, including all Melee Weapon and unarmed combat skills (but not ranged combat skills)", + "amount": -3 + } + ], + "calc": { + "points": -2 + } + }, + { + "id": "c6172670-8744-4d7b-af03-2108fd5da91f", + "type": "trait", + "name": "Lame (Legless)", + "reference": "FFWF13,B141", + "reference_highlight": "Lame", + "notes": "You cannot stand, kick, or walk at all and must reduce Basic Move to 0.", + "tags": [ + "Disadvantage", + "Physical" + ], + "modifiers": [ + { + "id": "9a1681ce-6a41-4679-91b2-184c1724be84", + "type": "modifier", + "name": "Mitigator: Wings", + "reference": "FFWF13", + "reference_highlight": "wings are a -80% mitigator", + "cost": -80 + } + ], + "base_points": -30, + "features": [ + { + "type": "conditional_modifier", + "situation": "to use any skill that requires the use of your legs, including all Melee Weapon and unarmed combat skills (but not ranged combat skills)", + "amount": -6 + } + ], + "calc": { + "points": -6 + } + }, + { + "id": "ab8269a2-8435-4821-b1f5-e774a652d9be", + "type": "trait", + "name": "Lame (Missing Legs)", + "reference": "FFWF13,B141", + "reference_highlight": "Lame", + "notes": "Using crutches or a peg leg, you can stand up and walk slowly. You must reduce Basic Move to 2.", + "tags": [ + "Disadvantage", + "Physical" + ], + "modifiers": [ + { + "id": "c029d76c-9f01-4355-8b27-8220b1fd0bad", + "type": "modifier", + "name": "Mitigator: Wings", + "reference": "FFWF13", + "reference_highlight": "wings are a -80% mitigator", + "cost": -80 + } + ], + "base_points": -20, + "features": [ + { + "type": "conditional_modifier", + "situation": "to use any skill that requires the use of your legs, including all Melee Weapon and unarmed combat skills (but not ranged combat skills)", + "amount": -6 + } + ], + "calc": { + "points": -4 + } + }, + { + "id": "deef82fc-99c6-4305-97dc-ed9bcea7fe04", + "type": "trait", + "name": "Lame (Paraplegic)", + "reference": "FFWF13,B141", + "reference_highlight": "Lame", + "notes": "You cannot stand, kick, or walk at all and must reduce Basic Move to 0.", + "tags": [ + "Disadvantage", + "Physical" + ], + "modifiers": [ + { + "id": "97d43735-1e04-4f37-80ab-25eacafe555d", + "type": "modifier", + "name": "Mitigator: Wings", + "reference": "FFWF13", + "reference_highlight": "wings are a -80% mitigator", + "cost": -80 + } + ], + "base_points": -30, + "features": [ + { + "type": "conditional_modifier", + "situation": "to use any skill that requires the use of your legs, including all Melee Weapon and unarmed combat skills (but not ranged combat skills)", + "amount": -6 + } + ], + "calc": { + "points": -6 + } + }, + { + "id": "909e71bf-c5d0-47a3-86c6-41c975397f38", + "type": "trait", + "name": "Magic School Familiarity (Al Gwnefnos)", + "reference": "TMS20", + "notes": "The Path of Animates", + "tags": [ + "Perk", + "Social" + ], + "base_points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "Magery" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + }, + "notes": { + "compare": "does_not_contain", + "qualifier": "One College" + } + } + ] + }, + "calc": { + "points": 1 + } + }, + { + "id": "b8081e3d-6718-42b3-89e9-56b7164aca89", + "type": "trait", + "name": "Magic School Familiarity (Al Siyndontolis)", + "reference": "TMS20", + "notes": "The Path of Inanimates", + "tags": [ + "Perk", + "Social" + ], + "base_points": 1, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "Magery" + }, + "level": { + "compare": "at_least", + "qualifier": 1 + }, + "notes": { + "compare": "does_not_contain", + "qualifier": "One College" + } + } + ] + }, + "calc": { + "points": 1 + } + }, + { + "id": "bf1898cc-9dbe-4e27-a97f-c27c56323224", + "type": "trait", + "name": "Pressure-Tolerant Lungs", + "reference": "FFWF13,BT211", + "notes": "Thin pressure", + "tags": [ + "Perk", + "Physical" + ], + "base_points": 1, + "calc": { + "points": 1 + } + }, + { + "id": "5823a2de-31c7-46d8-8c37-2804f158e774", + "type": "trait", + "name": "Racial Gifts (Winged Folk)", + "reference": "FFWF13", + "notes": "Permits Winged Folk enhanced dodge, silence, telescopic vision", + "tags": [ + "Perk", + "Physical" + ], + "base_points": 1, + "calc": { + "points": 1 + } + }, + { + "id": "5878be75-2644-4c10-810e-21166ce233f2", + "type": "trait", + "name": "Secret Spell (Earthbind)", + "reference": "TMS30", + "tags": [ + "Magic Perk", + "Supernatural" + ], + "base_points": 1, + "calc": { + "points": 1 + } + }, + { + "id": "20e1682a-76ab-4801-97c1-ed2d88e3b98c", + "type": "trait", + "name": "Secret Spell (Flock of Ravens)", + "reference": "TMS30", + "tags": [ + "Magic Perk", + "Supernatural" + ], + "base_points": 1, + "calc": { + "points": 1 + } + }, + { + "id": "30b779cc-fbd8-4b20-941c-0055718030d5", + "type": "trait", + "name": "Secret Spell (Wrath of the Gods)", + "reference": "TMS30", + "tags": [ + "Magic Perk", + "Supernatural" + ], + "base_points": 1, + "calc": { + "points": 1 + } + }, + { + "id": "60bd1ef3-389f-47cc-a5b5-b7a708177593", + "type": "trait", + "name": "Silence", + "reference": "FFWF13,B85,P76", + "notes": "Only when unmoving or flying (-20%). Bonuses help only when hearing is the only sense that can be used to detect you.", + "tags": [ + "Advantage", + "Exotic", + "Physical" + ], + "levels": 1, + "points_per_level": 4, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "Racial Gifts (Winged Folk)" + }, + "level": { + "compare": "at_least" + } + } + ] + }, + "features": [ + { + "type": "conditional_modifier", + "situation": "to Stealth when you are perfectly motionless", + "amount": 2, + "per_level": true + }, + { + "type": "conditional_modifier", + "situation": "to Stealth if flying", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 4 + } + }, + { + "id": "931f6d0d-c689-47e9-9ccc-dd53a7c30edb", + "type": "trait", + "name": "Social Regard (Revered)", + "reference": "FFWF13,B87", + "reference_highlight": "Social Regard", + "notes": "Seen as holy and good luck to be around", + "tags": [ + "Advantage", + "Social" + ], + "levels": 1, + "points_per_level": 5, + "features": [ + { + "type": "reaction_bonus", + "situation": "from those who hold you in high regard for looking angelic", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 5 + } + }, + { + "id": "81d89603-e8e9-4496-b644-31160d9b72c3", + "type": "trait", + "name": "Special Excercises", + "reference": "MA51", + "notes": "Can buy off limitations on Flight", + "tags": [ + "Perk", + "Physical" + ], + "base_points": 1, + "calc": { + "points": 1 + } + }, + { + "id": "f1a910a7-3258-4cfd-aa99-9eb5eedafe68", + "type": "trait", + "name": "Style Familiarity (Al Imroses)", + "reference": "MA49", + "notes": "The Way of the Bride", + "tags": [ + "Mental", + "Perk" + ], + "base_points": 1, + "calc": { + "points": 1 + } + }, + { + "id": "1012d532-0f18-41f3-998e-636be3a78234", + "type": "trait", + "name": "Style Familiarity (Al Ninwirens)", + "reference": "MA49", + "notes": "The Way of the Dancer", + "tags": [ + "Mental", + "Perk" + ], + "base_points": 1, + "calc": { + "points": 1 + } + }, + { + "id": "ab641a8c-af36-445b-b916-a4d5e90e5fdd", + "type": "trait", + "name": "Style Familiarity (Al Onwicos)", + "reference": "MA49", + "notes": "The Way of the Hammer-Axe", + "tags": [ + "Mental", + "Perk" + ], + "base_points": 1, + "calc": { + "points": 1 + } + }, + { + "id": "ea5a0012-c5b6-49c4-a55f-d9c79925c6ae", + "type": "trait", + "name": "Telescopic Vision", + "reference": "FFWF13,B92,P87", + "tags": [ + "Advantage", + "Physical" + ], + "levels": 1, + "points_per_level": 5, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "Racial Gifts (Winged Folk)" + }, + "level": { + "compare": "at_least" + } + } + ] + }, + "can_level": true, + "calc": { + "points": 5 + } + }, + { + "id": "075d8d5f-6435-471f-bd51-22b4eae1fdda", + "type": "trait", + "name": "Wing Damage Resistance", + "reference": "FFWF13,B47", + "reference_highlight": "DR 1", + "notes": "Wings (-20%), Tough Skin (-40%)", + "tags": [ + "Advantage", + "Exotic", + "Physical" + ], + "levels": 1, + "points_per_level": 2, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": true, + "name": { + "compare": "is", + "qualifier": "Iron Wings" + }, + "level": { + "compare": "at_least" + } + } + ] + }, + "features": [ + { + "type": "dr_bonus", + "location": "wing", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 2 + } + }, + { + "id": "95cbdc67-08b4-427c-a968-2834de69f10e", + "type": "trait_container", + "open": true, + "children": [ + { + "id": "d4c3a9a3-a4e0-48cf-af39-245363aae2d1", + "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": "9b9b6e6d-ad7d-4fe8-bf7c-1060c435fd8f", + "type": "trait", + "name": "Animal Empathy", + "reference": "B40,P48", + "tags": [ + "Advantage", + "Mental" + ], + "modifiers": [ + { + "id": "13ea22a2-2f11-4abb-87ad-4d3895a102ad", + "type": "modifier", + "name": "Remote", + "reference": "P48", + "cost": 50, + "disabled": true + }, + { + "id": "b4758d45-4f13-4e8e-b88e-7bc884a82425", + "type": "modifier", + "name": "Specialized", + "reference": "B87", + "notes": "All aquatic animals", + "cost": -40, + "disabled": true + }, + { + "id": "4e91bc03-4e47-4b36-a1a1-ce7a045f06ce", + "type": "modifier", + "name": "Specialized", + "reference": "B87", + "notes": "All land animals", + "cost": -40, + "disabled": true + }, + { + "id": "7e994dfc-f800-4dda-8f17-6491254d0fd6", + "type": "modifier", + "name": "Specialized", + "reference": "B87", + "notes": "@One class: Mammals, Birds, etc.@", + "cost": -50, + "disabled": true + }, + { + "id": "c4779572-f091-4862-898c-726b35c34f36", + "type": "modifier", + "name": "Specialized", + "reference": "B87", + "notes": "@One family: Felines, Parrots, etc.@", + "cost": -60, + "disabled": true + }, + { + "id": "cc7ea23b-89a8-4a5f-be4a-dbfa9bcdd8ec", + "type": "modifier", + "name": "Specialized", + "reference": "B87", + "notes": "@One species: House Cats, Macaws, etc.@", + "cost": -80, + "disabled": true + } + ], + "base_points": 5, + "calc": { + "points": 5 + } + }, + { + "id": "2177c416-cacf-476c-861f-1f4c64011a98", + "type": "trait", + "name": "Talent (Animal Friend)", + "reference": "B90,PU3:6", + "tags": [ + "Advantage", + "Mental", + "Talent" + ], + "levels": 1, + "points_per_level": 5, + "features": [ + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "contains", + "qualifier": "animal handling" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "falconry" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "contains", + "qualifier": "packing" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "contains", + "qualifier": "riding" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "contains", + "qualifier": "teamster" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "contains", + "qualifier": "veterinary" + }, + "amount": 1, + "per_level": true + }, + { + "type": "reaction_bonus", + "situation": "from ordinary animals", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 5 + } + }, + { + "id": "9313c644-512e-4d07-88d9-1845e993c2fa", + "type": "trait", + "name": "Appearance (+1: Attractive)", + "reference": "B21", + "tags": [ + "Advantage", + "Physical" + ], + "modifiers": [ + { + "id": "7ddae5ca-ec6b-423d-a4de-94969906f8e2", + "type": "modifier", + "name": "Universal", + "notes": "Reaction modifier applies regardless of race", + "cost": 25, + "disabled": true + } + ], + "base_points": 4, + "features": [ + { + "type": "reaction_bonus", + "situation": "from others who see your looks", + "amount": 1 + } + ], + "calc": { + "points": 4 + } + }, + { + "id": "1254f236-8fe7-4359-9d04-3a3e23fb48fc", + "type": "trait", + "name": "Claim to Hospitality", + "reference": "B41", + "tags": [ + "Advantage", + "Social" + ], + "modifiers": [ + { + "id": "a1868c09-c5aa-4e29-aa78-9a913758e874", + "type": "modifier", + "name": "@Friend with crash space@ (crash space)", + "cost": 1, + "cost_type": "points", + "disabled": true + }, + { + "id": "588a85b9-dee5-434f-8ae8-c4299199774b", + "type": "modifier", + "name": "@Group@ - @Services@", + "cost": 1, + "cost_type": "points", + "disabled": true + }, + { + "id": "e82cc14d-4886-438a-bf2a-5ed037e42feb", + "type": "modifier", + "name": "@Group@ - Has @Resources@", + "cost": 2, + "cost_type": "points", + "disabled": true + }, + { + "id": "0ab328aa-fa3f-4d99-a712-c58c20fea34d", + "type": "modifier", + "name": "@Large Group@ - Has @Lots of Services@", + "cost": 5, + "cost_type": "points", + "disabled": true + }, + { + "id": "3eba09ad-d753-47f8-b429-2e0481b56d0d", + "type": "modifier", + "name": "@Vast Group@ - @Complete Services@", + "cost": 10, + "cost_type": "points", + "disabled": true + } + ], + "calc": { + "points": 0 + } + }, + { + "id": "22ab1ecd-511f-4c8f-b15b-77b0c0233175", + "type": "trait", + "name": "Fearlessness", + "reference": "B55,MA44", + "tags": [ + "Advantage", + "Mental" + ], + "levels": 1, + "points_per_level": 2, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": false, + "name": { + "compare": "is", + "qualifier": "Fearfulness" + } + } + ] + }, + "features": [ + { + "type": "attribute_bonus", + "attribute": "fright_check", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 2 + } + }, + { + "id": "f5d1d8fc-daa4-49a7-bb2f-cf05e3bbf98f", + "type": "trait", + "name": "Fit", + "reference": "B55", + "notes": "Recover FP at twice the normal rate (but not FP spent for spells or psi powers)", + "tags": [ + "Advantage", + "Physical" + ], + "base_points": 5, + "features": [ + { + "type": "conditional_modifier", + "situation": "to all HT rolls to stay conscious, avoid death, resist disease, or resist poison", + "amount": 1 + } + ], + "calc": { + "points": 5 + } + }, + { + "id": "e847cdc0-6998-43f0-b7fc-60b91b10f3a9", + "type": "trait", + "name": "Very Fit", + "reference": "B55", + "notes": "Recover FP at twice the normal rate; lose FP at half the normal rate (in both cases, not FP spent for spells or psi powers)", + "tags": [ + "Advantage", + "Physical" + ], + "base_points": 15, + "features": [ + { + "type": "conditional_modifier", + "situation": "to all HT rolls to stay conscious, avoid death, resist disease, resist poison", + "amount": 2 + } + ], + "calc": { + "points": 15 + } + }, + { + "id": "9c6901c9-cfa0-4e50-8da8-ac3378241dc8", + "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": "9f39643e-5aaf-4f42-9bc7-abfe496d29fd", + "type": "trait", + "name": "Talent (Outdoorsman)", + "reference": "B90,PU3:14", + "tags": [ + "Advantage", + "Mental", + "Talent" + ], + "modifiers": [ + { + "id": "254be33f-2141-4378-b967-c5d751c27942", + "type": "modifier", + "name": "Alternate Benefit", + "notes": "Bonus to HT rolls to avoid harm from failure of covered skills", + "disabled": true + }, + { + "id": "2d095bbd-0918-4dfc-975e-de2ff3901fb2", + "type": "modifier", + "name": "Alternative Cost", + "cost": -3, + "affects": "levels_only", + "cost_type": "points", + "disabled": true + } + ], + "levels": 1, + "points_per_level": 10, + "features": [ + { + "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": "Fishing" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Mimicry" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Naturalist" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Navigation" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Survival" + }, + "amount": 1, + "per_level": true + }, + { + "type": "skill_bonus", + "selection_type": "skills_with_name", + "name": { + "compare": "is", + "qualifier": "Tracking" + }, + "amount": 1, + "per_level": true + }, + { + "type": "reaction_bonus", + "situation": "from explorers and nature lovers", + "amount": 1, + "per_level": true + } + ], + "can_level": true, + "calc": { + "points": 10 + } + }, + { + "id": "adb9ce2d-4d3a-46ef-8e01-8a436052deb7", + "type": "trait", + "name": "Penetrating Voice", + "reference": "B101", + "tags": [ + "Perk", + "Physical" + ], + "base_points": 1, + "features": [ + { + "type": "conditional_modifier", + "situation": "to others' Hearing roll in siturations where you want to be heard over noise", + "amount": 3 + } + ], + "calc": { + "points": 1 + } + }, + { + "id": "7f25c88f-1046-4d1e-afa6-5c6dc48c55dc", + "type": "trait", + "name": "Rapid Healing", + "reference": "B79", + "tags": [ + "Advantage", + "Physical" + ], + "base_points": 5, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "attribute_prereq", + "has": true, + "qualifier": { + "compare": "at_least", + "qualifier": 10 + }, + "which": "ht" + } + ] + }, + "features": [ + { + "type": "conditional_modifier", + "situation": "to your effective HT whenever you roll to recover lost HP or to see if you can get over a crippling injury", + "amount": 5 + } + ], + "calc": { + "points": 5 + } + }, + { + "id": "19c08814-1eb5-46fa-a4f1-1218d06540f5", + "type": "trait", + "name": "Temperature Tolerance (Cold)", + "reference": "B93", + "tags": [ + "Advantage", + "Physical" + ], + "levels": 1, + "points_per_level": 1, + "can_level": true, + "calc": { + "points": 1 + } + } + ], + "name": "Common Advantages", + "calc": { + "points": 78 + } + }, + { + "id": "608800d5-a613-4b51-9c25-084a76bcc7dc", + "type": "trait_container", + "open": true, + "children": [ + { + "id": "7ae7459c-4df0-4209-9bfe-aeb5e1d51baf", + "type": "trait", + "name": "Attentive", + "reference": "B163", + "tags": [ + "Mental", + "Quirk" + ], + "base_points": -1, + "features": [ + { + "type": "conditional_modifier", + "situation": "to skill rolls when working on lengthy tasks, but -3 to notice any important interruption", + "amount": 1 + } + ], + "calc": { + "points": -1 + } + }, + { + "id": "b6e23940-1b23-4ba5-b398-fabb2ecccbe5", + "type": "trait", + "name": "Claustrophobia (Enclosed Spaces)", + "reference": "B149", + "notes": "You are uncomfortable any time you can’t see the sky – or at least a very high ceiling. In a small room or vehicle, you feel the walls closing in on you... You need air! This is a dangerous fear for someone who plans to go underground.", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -15, + "cr": 12, + "cr_adj": "action_penalty", + "calc": { + "points": -15 + } + }, + { + "id": "83bbb924-50fc-4a53-a3a1-8c4f02b03bcd", + "type": "trait", + "name": "Compulsive Generosity", + "reference": "B128", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -5, + "prereqs": { + "type": "prereq_list", + "all": true, + "prereqs": [ + { + "type": "trait_prereq", + "has": false, + "name": { + "compare": "is", + "qualifier": "miserliness" + } + } + ] + }, + "features": [ + { + "type": "reaction_bonus", + "situation": "from pious folk", + "amount": 1 + } + ], + "cr": 12, + "cr_adj": "minor_cost_of_living_increase", + "calc": { + "points": -5 + } + }, + { + "id": "b5049557-a82b-4fb1-8946-185f3c9fa1ca", + "type": "trait", + "name": "Easy to Read", + "reference": "B134", + "tags": [ + "Disadvantage", + "Mental" + ], + "base_points": -10, + "features": [ + { + "type": "conditional_modifier", + "situation": "to others on all Empathy, Body Language, and Psychology rolls to discern your intentions or the truth of your words", + "amount": 4 + }, + { + "type": "conditional_modifier", + "situation": "to others on IQ, Detect Lies, and Gambling rolls in any Quick Contest with your Acting, Fast-Talk, or Gambling skill when you try to lie or bluff", + "amount": 4 + } + ], + "calc": { + "points": -10 + } + }, + { + "id": "16adc58d-ca1d-4152-b172-edcd9cd42667", + "type": "trait", + "name": "Intolerance (Land-Walkers)", + "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": "bec56556-1ff9-47c4-8a5d-993a4c311018", + "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": "69715896-b28a-4cf0-a324-82dd9cd55d0e", + "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": "029804ca-9e13-4e8b-a4c6-16b9cf8b4a28", + "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": "2dd7aed2-a370-4f97-94f9-f932280d1342", + "type": "trait", + "name": "Social Stigma (Minority Group)", + "reference": "B155", + "notes": "You are a member of a minority that the dominant culture around you regards as “barbarians” or “inferior.”", + "tags": [ + "Disadvantage", + "Social" + ], + "base_points": -10, + "features": [ + { + "type": "reaction_bonus", + "situation": "from others except your own kind", + "amount": -2 + }, + { + "type": "reaction_bonus", + "situation": "from others of your own kind in an area, profession, or situation where your minority is especially rare", + "amount": 2 + } + ], + "calc": { + "points": -10 + } + } + ], + "name": "Common Disadvantages", + "calc": { + "points": -66 + } + } + ] +}