You are on page 1of 36

{

"type": "character",
"version": 4,
"id": "4a950112-ce59-4d62-bb50-448c683cbd46",
"total_points": 80,
"points_record": [
{
"when": "2023-05-30T05:17:25+02:00",
"points": 80,
"reason": "Initial points"
}
],
"profile": {
"player_name": "Pigmaster 2000",
"name": "Marta Mable",
"religion": "Satanism",
"age": "Unknown",
"birthday": "Doesn't Matter",
"eyes": "Piggy",
"hair": "None",
"skin": "Pigskin",
"handedness": "Right",
"gender": "None",
"tech_level": "3",
"height": "5'1\"",
"weight": "182 lb"
},
"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": 9
}
}
},
{
"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": 4
}
}
},
{
"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": 4
}
}
},
{
"id": "torso",
"choice_name": "Torso",
"table_name": "Torso",
"slots": 2,
"calc": {
"roll_range": "9-10",
"dr": {
"all": 5
}
}
},
{
"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": 5
}
}
},
{
"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": 4
}
}
},
{
"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": 4
}
}
},
{
"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": 4
}
}
},
{
"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": 4
}
}
},
{
"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": 5
}
}
},
{
"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": 5
}
}
}
]
},
"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": 2,
"calc": {
"value": 12,
"points": 20
}
},
{
"attr_id": "dx",
"adj": -1,
"calc": {
"value": 9,
"points": -20
}
},
{
"attr_id": "iq",
"adj": -2,
"calc": {
"value": 8,
"points": -40
}
},
{
"attr_id": "ht",
"adj": -1,
"calc": {
"value": 9,
"points": -10
}
},
{
"attr_id": "will",
"adj": 2,
"calc": {
"value": 10,
"points": 10
}
},
{
"attr_id": "fright_check",
"adj": 0,
"calc": {
"value": 10,
"points": 0
}
},
{
"attr_id": "per",
"adj": 2,
"calc": {
"value": 10,
"points": 10
}
},
{
"attr_id": "vision",
"adj": -2,
"calc": {
"value": 8,
"points": -4
}
},
{
"attr_id": "hearing",
"adj": 0,
"calc": {
"value": 10,
"points": 0
}
},
{
"attr_id": "taste_smell",
"adj": 2,
"calc": {
"value": 12,
"points": 4
}
},
{
"attr_id": "touch",
"adj": 0,
"calc": {
"value": 10,
"points": 0
}
},
{
"attr_id": "basic_speed",
"adj": 0,
"calc": {
"value": 4.5,
"points": 0
}
},
{
"attr_id": "basic_move",
"adj": 1,
"calc": {
"value": 5,
"points": 5
}
},
{
"attr_id": "fp",
"adj": -1,
"calc": {
"value": 8,
"current": 8,
"points": -3
}
},
{
"attr_id": "hp",
"adj": 2,
"calc": {
"value": 14,
"current": 14,
"points": 4
}
}
],
"traits": [
{
"id": "ac8b8304-f333-4412-aea1-f1d2c2a69536",
"type": "trait",
"name": "Natural Attacks",
"reference": "B271",
"weapons": [
{
"id": "3c211504-e093-4927-b10f-935692777395",
"type": "melee_weapon",
"damage": {
"type": "cr",
"st": "thr",
"base": "-1"
},
"usage": "Bite",
"reach": "C",
"parry": "No",
"block": "No",
"defaults": [
{
"type": "dx"
},
{
"type": "skill",
"name": "Brawling"
}
],
"calc": {
"level": 9,
"parry": "No",
"block": "No",
"damage": "1d-2 cr"
}
},
{
"id": "2e298c3b-f55f-4050-8a80-9e0bdf9b3f11",
"type": "melee_weapon",
"damage": {
"type": "cr",
"st": "thr",
"base": "-1"
},
"usage": "Punch",
"reach": "C",
"parry": "0",
"defaults": [
{
"type": "dx"
},
{
"type": "skill",
"name": "Boxing"
},
{
"type": "skill",
"name": "Brawling"
},
{
"type": "skill",
"name": "Karate"
}
],
"calc": {
"level": 9,
"parry": "7",
"damage": "1d-2 cr"
}
},
{
"id": "9d31f304-98d1-48b3-896c-c61c83a61ea8",
"type": "melee_weapon",
"damage": {
"type": "cr",
"st": "thr"
},
"usage": "Kick",
"reach": "C,1",
"parry": "No",
"defaults": [
{
"type": "dx",
"modifier": -2
},
{
"type": "skill",
"name": "Brawling",
"modifier": -2
},
{
"type": "skill",
"name": "Kicking"
},
{
"type": "skill",
"name": "Karate",
"modifier": -2
}
],
"calc": {
"level": 7,
"parry": "No",
"damage": "1d-1 cr"
}
}
],
"calc": {
"points": 0
}
},
{
"id": "5ae51176-18c2-45f2-8192-d08a8cb9809d",
"type": "trait",
"name": "Lifting ST",
"reference": "B65,P58",
"tags": [
"Advantage",
"Exotic",
"Physical"
],
"modifiers": [
{
"id": "cdcc6dd9-be46-44b2-9b2d-9258972a9abb",
"type": "modifier",
"name": "No Fine Manipulators",
"reference": "B15",
"cost": -40,
"disabled": true
},
{
"id": "3a979126-6b53-4293-825a-fd4679b99bdf",
"type": "modifier",
"name": "Size",
"reference": "B15",
"cost": -10,
"levels": 1,
"disabled": true
},
{
"id": "4dee3f9c-cdb5-41b9-9bd9-417234971df0",
"type": "modifier",
"name": "Super-Effort",
"reference": "P58",
"cost": 400,
"disabled": true
},
{
"id": "5beca2a9-73aa-4acc-a809-a69d38a0c31c",
"type": "modifier",
"name": "Know Your Own Strength Variant Price",
"reference": "PY83:18",
"cost": 4,
"affects": "levels_only",
"cost_type": "points",
"disabled": true
},
{
"id": "e2c9f797-e7e2-4d31-a059-9af1330cfb7c",
"type": "modifier",
"name": "@Limb@ Grip ST",
"reference": "MATG28",
"cost": -70,
"disabled": true
},
{
"id": "4a7c2b00-d7ab-4ea6-84a8-1d223584ade1",
"type": "modifier",
"name": "Bite ST",
"reference": "MATG28",
"cost": -70,
"disabled": true
}
],
"levels": 2,
"points_per_level": 3,
"features": [
{
"type": "attribute_bonus",
"limitation": "lifting_only",
"attribute": "st",
"amount": 1,
"per_level": true
}
],
"can_level": true,
"calc": {
"points": 6
}
},
{
"id": "e687ce25-b245-4a1a-8d03-2611f0102377",
"type": "trait",
"name": "Fangs",
"reference": "B91",
"notes": "Increased Bite Strength 2",
"tags": [
"Advantage",
"Exotic",
"Physical"
],
"base_points": 2,
"weapons": [
{
"id": "5b7be883-a73f-415d-ba4a-38ca4f67f125",
"type": "melee_weapon",
"damage": {
"type": "imp",
"st": "thr",
"base": "0"
},
"usage": "Bite",
"reach": "C",
"parry": "No",
"block": "No",
"defaults": [
{
"type": "skill",
"name": "Brawling"
},
{
"type": "dx"
}
],
"calc": {
"level": 9,
"parry": "No",
"block": "No",
"damage": "1d-1 imp"
}
}
],
"calc": {
"points": 2
}
},
{
"id": "d71de11d-ad57-4476-ae40-a6066dc9d02b",
"type": "trait",
"name": "Damage Resistance",
"reference": "B47,P45,MA43,PSI14",
"notes": "Tough Snout",
"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
},
{
"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": "face",
"amount": 1,
"per_level": true
}
],
"can_level": true,
"calc": {
"points": 3
}
}
],
"skills": [
{
"id": "7e482e32-3b67-46f1-99d9-ac6e13c53ece",
"type": "skill",
"name": "Born Warrior!",
"difficulty": "dx/vh",
"points": 24,
"calc": {
"level": 13,
"rsl": "DX+4"
}
},
{
"id": "71b0a99d-9589-4b75-a7cb-e5ba789ba7e0",
"type": "skill",
"name": "Acrobatics",
"reference": "DFA72",
"tags": [
"Athletic"
],
"difficulty": "dx/h",
"points": 2,
"defaulted_from": {
"type": "dx",
"modifier": -6,
"level": 3,
"adjusted_level": 3,
"points": -3
},
"defaults": [
{
"type": "dx",
"modifier": -6
},
{
"type": "skill",
"name": "Aerobatics",
"modifier": -4
},
{
"type": "skill",
"name": "Aquabatics",
"modifier": -4
}
],
"calc": {
"level": 8,
"rsl": "DX-1"
}
},
{
"id": "20fee3f7-612f-4201-8bae-4c0518884642",
"type": "skill",
"name": "Running",
"reference": "DFA87",
"tags": [
"Athletic"
],
"difficulty": "ht/a",
"points": 1,
"defaulted_from": {
"type": "ht",
"modifier": -5,
"level": 4,
"adjusted_level": 4,
"points": -4
},
"defaults": [
{
"type": "ht",
"modifier": -5
}
],
"calc": {
"level": 8,
"rsl": "HT-1"
}
},
{
"id": "2d9bf7d5-9ff7-48cc-a99d-62657d30b8b5",
"type": "skill",
"name": "Swimming",
"reference": "DFA90",
"tags": [
"Athletic",
"Exploration",
"Outdoor"
],
"difficulty": "ht/e",
"encumbrance_penalty_multiplier": 2,
"defaulted_from": {
"type": "ht",
"modifier": -4,
"level": 5,
"adjusted_level": 5,
"points": -5
},
"defaults": [
{
"type": "ht",
"modifier": -4
}
],
"calc": {
"level": 3,
"rsl": "HT-4"
}
},
{
"id": "88c55f7f-4037-4c8c-8870-dd8959c0a577",
"type": "skill",
"name": "Shortsword",
"reference": "DFA81",
"tags": [
"Combat",
"Melee Combat",
"Weapon"
],
"difficulty": "dx/a",
"points": 20,
"defaulted_from": {
"type": "dx",
"modifier": -5,
"level": 4,
"adjusted_level": 4,
"points": -4
},
"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
}
],
"calc": {
"level": 14,
"rsl": "DX+5"
}
},
{
"id": "22835924-1a62-4fe3-8ad4-7df733a8667f",
"type": "skill",
"name": "Polearm",
"reference": "DFA81",
"tags": [
"Combat",
"Melee Combat",
"Weapon"
],
"difficulty": "dx/a",
"points": 20,
"defaulted_from": {
"type": "dx",
"modifier": -5,
"level": 4,
"adjusted_level": 4,
"points": -4
},
"defaults": [
{
"type": "dx",
"modifier": -5
},
{
"type": "skill",
"name": "Spear",
"modifier": -4
},
{
"type": "skill",
"name": "Staff",
"modifier": -4
},
{
"type": "skill",
"name": "Two-Handed Axe/Mace",
"modifier": -4
}
],
"calc": {
"level": 14,
"rsl": "DX+5"
}
},
{
"id": "d9779204-6092-442c-bd7a-cdb0fc8fc7b2",
"type": "skill",
"name": "Crossbow",
"reference": "DFA83",
"tags": [
"Combat",
"Ranged Combat",
"Weapon"
],
"difficulty": "dx/e",
"points": 20,
"defaulted_from": {
"type": "dx",
"modifier": -4,
"level": 5,
"adjusted_level": 5,
"points": -5
},
"defaults": [
{
"type": "dx",
"modifier": -4
}
],
"calc": {
"level": 15,
"rsl": "DX+6"
}
}
],
"equipment": [
{
"id": "baf8615d-f68e-46b0-802f-7d6ebaafecc0",
"type": "equipment_container",
"open": true,
"children": [
{
"id": "95e34767-78a1-408a-bd49-8dd1728fe55e",
"type": "equipment",
"description": "Crossbow Sling",
"reference": "DFA113",
"notes": "1 turn to ready, Free action to sling. ",
"tags": [
"Combat Accessories"
],
"quantity": 1,
"value": 100,
"weight": "1 lb",
"equipped": true,
"calc": {
"extended_value": 100,
"extended_weight": "1 lb"
}
}
],
"description": "Crossbow",
"reference": "DFA104",
"tags": [
"Missile Weapon",
"UsesAmmoType:Bolt"
],
"quantity": 1,
"value": 150,
"weight": "6 lb",
"weapons": [
{
"id": "01a7161a-07df-43f8-8f15-8ae8201a8912",
"type": "ranged_weapon",
"damage": {
"type": "imp",
"st": "thr",
"base": "4"
},
"strength": "7†",
"usage": "Fire Bolt",
"accuracy": "4",
"range": "x20/x25",
"rate_of_fire": "1",
"shots": "1(4)",
"bulk": "-6",
"defaults": [
{
"type": "dx",
"modifier": -4
},
{
"type": "skill",
"name": "Crossbow"
}
],
"calc": {
"level": 15,
"range": "240/300",
"damage": "1d+3 imp"
}
}
],
"equipped": true,
"calc": {
"extended_value": 250,
"extended_weight": "7 lb"
}
},
{
"id": "333e6dcb-d47e-43d2-a62a-ad39eaeb02f7",
"type": "equipment",
"description": "Shortsword",
"reference": "DFA101",
"tags": [
"Melee Weapon"
],
"quantity": 1,
"value": 400,
"weight": "2 lb",
"weapons": [
{
"id": "159fb740-7403-4be8-8781-0f8271bdef59",
"type": "melee_weapon",
"damage": {
"type": "cut",
"st": "sw"
},
"strength": "8",
"usage": "Swung",
"reach": "1",
"parry": "0",
"block": "No",
"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
},
{
"type": "skill",
"name": "Sword!"
}
],
"calc": {
"level": 14,
"parry": "10",
"block": "No",
"damage": "1d+2 cut"
}
},
{
"id": "f146b09e-331f-4ad0-9442-0a2d82ccddcc",
"type": "melee_weapon",
"damage": {
"type": "imp",
"st": "thr",
"base": "1"
},
"strength": "8",
"usage": "Thrust",
"reach": "1",
"parry": "0",
"block": "No",
"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
},
{
"type": "skill",
"name": "Sword!"
}
],
"calc": {
"level": 14,
"parry": "10",
"block": "No",
"damage": "1d imp"
}
}
],
"equipped": true,
"calc": {
"extended_value": 400,
"extended_weight": "2 lb"
}
},
{
"id": "529a289c-8117-4468-b19f-189fac6c2212",
"type": "equipment",
"description": "Halberd",
"reference": "DFA101",
"tags": [
"Melee Weapon"
],
"quantity": 1,
"value": 150,
"weight": "12 lb",
"weapons": [
{
"id": "bfd046ef-86e8-447f-bc4f-afd8b7036b33",
"type": "melee_weapon",
"damage": {
"type": "cut",
"st": "sw",
"base": "5"
},
"strength": "13‡",
"usage": "Swung",
"reach": "2,3*",
"parry": "0U",
"block": "No",
"defaults": [
{
"type": "dx",
"modifier": -5
},
{
"type": "skill",
"name": "Polearm"
},
{
"type": "skill",
"name": "Spear",
"modifier": -4
},
{
"type": "skill",
"name": "Staff",
"modifier": -4
},
{
"type": "skill",
"name": "Two-Handed Axe/Mace",
"modifier": -4
}
],
"calc": {
"level": 13,
"parry": "9U",
"block": "No",
"damage": "1d+7 cut"
}
},
{
"id": "782baacc-f157-48e0-b2ed-78b26c486c9e",
"type": "melee_weapon",
"damage": {
"type": "imp (may stick)",
"st": "sw",
"base": "4"
},
"strength": "13‡",
"usage": "Swung Hook",
"reach": "2,3*",
"parry": "0U",
"block": "No",
"defaults": [
{
"type": "dx",
"modifier": -5
},
{
"type": "skill",
"name": "Polearm"
},
{
"type": "skill",
"name": "Spear",
"modifier": -4
},
{
"type": "skill",
"name": "Staff",
"modifier": -4
},
{
"type": "skill",
"name": "Two-Handed Axe/Mace",
"modifier": -4
}
],
"calc": {
"level": 13,
"parry": "9U",
"block": "No",
"damage": "1d+6 imp (may stick)"
}
},
{
"id": "c1a782cf-7cf4-4aac-aeb0-156c227921a4",
"type": "melee_weapon",
"damage": {
"type": "imp",
"st": "thr",
"base": "3"
},
"strength": "12†",
"usage": "Thrust",
"reach": "1-3*",
"parry": "0U",
"block": "No",
"defaults": [
{
"type": "dx",
"modifier": -5
},
{
"type": "skill",
"name": "Polearm"
},
{
"type": "skill",
"name": "Spear",
"modifier": -4
},
{
"type": "skill",
"name": "Staff",
"modifier": -4
},
{
"type": "skill",
"name": "Two-Handed Axe/Mace",
"modifier": -4
}
],
"calc": {
"level": 14,
"parry": "10U",
"block": "No",
"damage": "1d+2 imp"
}
}
],
"equipped": true,
"calc": {
"extended_value": 150,
"extended_weight": "12 lb"
}
},
{
"id": "872d2aa8-7b7a-4533-ada5-9abd4e9039c4",
"type": "equipment_container",
"open": true,
"children": [
{
"id": "bdf6471b-ad47-460a-bf6d-eb12149a2f06",
"type": "equipment",
"description": "Heavy Plate Helmet",
"reference": "DFA109",
"tags": [
"Armor",
"Headgear"
],
"modifiers": [
{
"id": "51506b20-1263-4076-b252-
aaa72566ab92",
"type": "eqp_modifier",
"name": "Cheap",
"reference": "LT109",
"notes": "Armor, -1 DR",
"cost_type": "to_base_cost",
"tech_level": "0",
"cost": "-0.6 CF"
}
],
"quantity": 1,
"value": 750,
"weight": "6 lb",
"features": [
{
"type": "dr_bonus",
"location": "skull",
"amount": 7
}
],
"equipped": true,
"calc": {
"extended_value": 300,
"extended_weight": "6 lb"
}
},
{
"id": "131a8448-a5b0-48ef-9221-959d13920cb8",
"type": "equipment",
"description": "Brigandine Body Armor",
"reference": "DFA109",
"tags": [
"Armor",
"Body Armor"
],
"modifiers": [
{
"id": "fbbe58fe-6848-492f-82bf-
2d8a2616538d",
"type": "eqp_modifier",
"name": "Cheap",
"reference": "LT109",
"notes": "Armor, -1 DR",
"cost_type": "to_base_cost",
"tech_level": "0",
"cost": "-0.6 CF"
}
],
"quantity": 1,
"value": 1890,
"weight": "21 lb",
"features": [
{
"type": "dr_bonus",
"location": "torso",
"amount": 5
},
{
"type": "dr_bonus",
"location": "vitals",
"amount": 5
},
{
"type": "dr_bonus",
"location": "neck",
"amount": 5
},
{
"type": "dr_bonus",
"location": "groin",
"amount": 5
}
],
"equipped": true,
"calc": {
"extended_value": 756,
"extended_weight": "21 lb"
}
},
{
"id": "d2f58c11-b6f6-4b55-98cd-4523725a1ec8",
"type": "equipment",
"description": "Mail Boots",
"reference": "DFA109",
"notes": "-4 DR versus crushing",
"tags": [
"Armor",
"Footwear"
],
"modifiers": [
{
"id": "771d94aa-f699-49dd-bf75-
33b3d29b6df0",
"type": "eqp_modifier",
"name": "Cheap",
"reference": "LT109",
"notes": "Armor, -1 DR",
"cost_type": "to_base_cost",
"tech_level": "0",
"cost": "-0.6 CF"
}
],
"quantity": 1,
"value": 315,
"weight": "5.2 lb",
"features": [
{
"type": "dr_bonus",
"location": "foot",
"amount": 4
}
],
"equipped": true,
"calc": {
"extended_value": 126,
"extended_weight": "5.2 lb"
}
},
{
"id": "e6528cd4-83d6-46f8-8847-76c007cea51f",
"type": "equipment",
"description": "Mail Gloves",
"reference": "DFA109",
"notes": "-4 DR versus crushing",
"tags": [
"Armor",
"Gloves"
],
"modifiers": [
{
"id": "dd9d2f26-279e-494a-b9a7-
66385900aa57",
"type": "eqp_modifier",
"name": "Cheap",
"reference": "LT109",
"notes": "Armor, -1 DR",
"cost_type": "to_base_cost",
"tech_level": "0",
"cost": "-0.6 CF"
}
],
"quantity": 1,
"value": 90,
"weight": "1.5 lb",
"features": [
{
"type": "dr_bonus",
"location": "hand",
"amount": 4
}
],
"equipped": true,
"calc": {
"extended_value": 36,
"extended_weight": "1.5 lb"
}
},
{
"id": "39a8089a-18a6-42e8-a78c-9be5dbdd40cf",
"type": "equipment",
"description": "Mail Leggings",
"reference": "DFA109",
"notes": "-4 DR versus crushing",
"tags": [
"Armor",
"Limb Armor"
],
"modifiers": [
{
"id": "e8273996-bed7-4db8-a0ce-
895119cfece5",
"type": "eqp_modifier",
"name": "Cheap",
"reference": "LT109",
"notes": "Armor, -1 DR",
"cost_type": "to_base_cost",
"tech_level": "0",
"cost": "-0.6 CF"
}
],
"quantity": 1,
"value": 675,
"weight": "11.2 lb",
"features": [
{
"type": "dr_bonus",
"location": "leg",
"amount": 4
}
],
"equipped": true,
"calc": {
"extended_value": 270,
"extended_weight": "11.2 lb"
}
},
{
"id": "1a0a7683-1ea9-4278-a812-1c7744d08686",
"type": "equipment",
"description": "Mail Sleeves",
"reference": "DFA109",
"notes": "-4 DR versus crushing",
"tags": [
"Armor",
"Limb Armor"
],
"modifiers": [
{
"id": "1a900e1a-35fb-4de1-9725-
7edfbe50bc09",
"type": "eqp_modifier",
"name": "Cheap",
"reference": "LT109",
"notes": "Armor, -1 DR",
"cost_type": "to_base_cost",
"tech_level": "0",
"cost": "-0.6 CF"
}
],
"quantity": 1,
"value": 450,
"weight": "7.5 lb",
"features": [
{
"type": "dr_bonus",
"location": "arm",
"amount": 4
}
],
"equipped": true,
"calc": {
"extended_value": 180,
"extended_weight": "7.5 lb"
}
}
],
"description": "Grunt Suit of Mail + Brigandine",
"reference": "DFA109",
"notes": "-4 DR Versus Crushing",
"tags": [
"Armor"
],
"quantity": 1,
"equipped": true,
"calc": {
"extended_value": 1668,
"extended_weight": "52.4 lb"
}
}
],
"other_equipment": [
{
"id": "f00ecd64-8552-459f-8bd6-1872f50ef54d",
"type": "equipment",
"description": "Crossbow",
"reference": "DFA104",
"tags": [
"Missile Weapon",
"UsesAmmoType:Bolt"
],
"quantity": 1,
"value": 150,
"weight": "6 lb",
"weapons": [
{
"id": "01a7161a-07df-43f8-8f15-8ae8201a8912",
"type": "ranged_weapon",
"damage": {
"type": "imp",
"st": "thr",
"base": "4"
},
"strength": "7†",
"usage": "Fire Bolt",
"accuracy": "4",
"range": "x20/x25",
"rate_of_fire": "1",
"shots": "1(4)",
"bulk": "-6",
"defaults": [
{
"type": "dx",
"modifier": -4
},
{
"type": "skill",
"name": "Crossbow"
}
],
"calc": {
"level": 15,
"range": "240/300",
"damage": "1d+3 imp"
}
}
],
"equipped": true,
"calc": {
"extended_value": 150,
"extended_weight": "6 lb"
}
}
],
"created_date": "2023-05-30T05:17:25+02:00",
"modified_date": "2023-06-02T05:13:58+02:00",
"calc": {
"swing": "1d+2",
"thrust": "1d-1",
"basic_lift": "39 lb",
"lifting_st_bonus": 2,
"move": [
5,
4,
3,
2,
1
],
"dodge": [
7,
6,
5,
4,
3
]
}
}

You might also like