import { CHARACTERISTICS } from "./character.mjs"; export const CHARACTERISTICS_TABLES = { "str": [ { "value": 1, "damage_modifier": -7, "attack_modifier": -4, "challenge": -9, "aether_points": -20, "hp": -3, "encumbered": 1, "lift": 3, "push_drag": 6 }, { "value": 2, "damage_modifier": -6, "attack_modifier": -4, "challenge": -8, "aether_points": -20, "hp": -2, "encumbered": 1, "lift": 4, "push_drag": 8 }, { "value": 3, "damage_modifier": -5, "attack_modifier": -3, "challenge": -7, "aether_points": -20, "hp": -1, "encumbered": 1, "lift": 5, "push_drag": 10 }, { "value": 4, "damage_modifier": -4, "attack_modifier": -3, "challenge": -6, "aether_points": -20, "hp": -1, "encumbered": 2, "lift": 6, "push_drag": 12 }, { "value": 5, "damage_modifier": -3, "attack_modifier": -2, "challenge": -5, "aether_points": -20, "hp": 0, "encumbered": 2, "lift": 7, "push_drag": 14 }, { "value": 6, "damage_modifier": -2, "attack_modifier": -1, "challenge": -4, "aether_points": -10, "hp": 0, "encumbered": 3, "lift": 8, "push_drag": 16 }, { "value": 7, "damage_modifier": -2, "attack_modifier": 0, "challenge": -3, "aether_points": -10, "hp": 0, "encumbered": 3, "lift": 9, "push_drag": 18 }, { "value": 8, "damage_modifier": -1, "attack_modifier": 0, "challenge": -2, "aether_points": 0, "hp": 0, "encumbered": 4, "lift": 11, "push_drag": 22 }, { "value": 9, "damage_modifier": -1, "attack_modifier": 0, "challenge": -1, "aether_points": 0, "hp": 0, "encumbered": 5, "lift": 12, "push_drag": 24 }, { "value": 10, "damage_modifier": 0, "attack_modifier": 0, "challenge": 0, "aether_points": 0, "hp": 0, "encumbered": 6, "lift": 13, "push_drag": 26 }, { "value": 11, "damage_modifier": 0, "attack_modifier": 0, "challenge": 0, "aether_points": 0, "hp": 0, "encumbered": 7, "lift": 15, "push_drag": 30 }, { "value": 12, "damage_modifier": 1, "attack_modifier": 0, "challenge": 1, "aether_points": 0, "hp": 0, "encumbered": 8, "lift": 17, "push_drag": 34 }, { "value": 13, "damage_modifier": 1, "attack_modifier": 0, "challenge": 2, "aether_points": 0, "hp": 0, "encumbered": 9, "lift": 20, "push_drag": 40 }, { "value": 14, "damage_modifier": 2, "attack_modifier": 1, "challenge": 3, "aether_points": 0, "hp": 1, "encumbered": 10, "lift": 22, "push_drag": 44 }, { "value": 15, "damage_modifier": 3, "attack_modifier": 1, "challenge": 4, "aether_points": 0, "hp": 2, "encumbered": 11, "lift": 24, "push_drag": 48 }, { "value": 16, "damage_modifier": 4, "attack_modifier": 2, "challenge": 5, "aether_points": 0, "hp": 3, "encumbered": 12, "lift": 26, "push_drag": 52 }, { "value": 17, "damage_modifier": 5, "attack_modifier": 2, "challenge": 6, "aether_points": 10, "hp": 4, "encumbered": 13, "lift": 28, "push_drag": 56 }, { "value": 18, "damage_modifier": 6, "attack_modifier": 3, "challenge": 7, "aether_points": 20, "hp": 5, "encumbered": 14, "lift": 30, "push_drag": 60 }, { "value": 19, "damage_modifier": 7, "attack_modifier": 3, "challenge": 8, "aether_points": 20, "hp": 6, "encumbered": 15, "lift": 31, "push_drag": 62 }, { "value": 20, "damage_modifier": 8, "attack_modifier": 4, "challenge": 9, "aether_points": 30, "hp": 7, "encumbered": 15, "lift": 32, "push_drag": 64 }, { "value": 21, "damage_modifier": 9, "attack_modifier": 4, "challenge": 10, "aether_points": 30, "hp": 8, "encumbered": 16, "lift": 33, "push_drag": 66 }, { "value": 22, "damage_modifier": 10, "attack_modifier": 5, "challenge": 11, "aether_points": 40, "hp": 9, "encumbered": 16, "lift": 34, "push_drag": 68 }, { "value": 23, "damage_modifier": 12, "attack_modifier": 5, "challenge": 12, "aether_points": 40, "hp": 10, "encumbered": 17, "lift": 35, "push_drag": 70 }, { "value": 24, "damage_modifier": 14, "attack_modifier": 5, "challenge": 13, "aether_points": 50, "hp": 11, "encumbered": 18, "lift": 36, "push_drag": 72 }, { "value": 25, "damage_modifier": 16, "attack_modifier": 6, "challenge": 14, "aether_points": 60, "hp": 12, "encumbered": 19, "lift": 38, "push_drag": 76 } ], "wis": [ { "value": 1, "attack": -5, "defense": -3, "development_points": 0, "aether": -50, "spell_cognition": 0, "arkane_casting_mod": -4 }, { "value": 2, "attack": -4, "defense": -3, "development_points": 0, "aether": -50, "spell_cognition": 0, "arkane_casting_mod": -4 }, { "value": 3, "attack": -3, "defense": -3, "development_points": 0, "aether": -50, "spell_cognition": 0.01, "arkane_casting_mod": -3 }, { "value": 4, "attack": -2, "defense": -2, "development_points": 0, "aether": -45, "spell_cognition": 0.05, "arkane_casting_mod": -3 }, { "value": 5, "attack": -2, "defense": -2, "development_points": 0, "aether": -45, "spell_cognition": 0.1, "arkane_casting_mod": -2 }, { "value": 6, "attack": -2, "defense": -2, "development_points": 0, "aether": -40, "spell_cognition": 0.15, "arkane_casting_mod": -2 }, { "value": 7, "attack": -1, "defense": -1, "development_points": 0, "aether": -40, "spell_cognition": 0.2, "arkane_casting_mod": -1 }, { "value": 8, "attack": -1, "defense": 0, "development_points": 0, "aether": -30, "spell_cognition": 0.25, "arkane_casting_mod": -1 }, { "value": 9, "attack": -1, "defense": 0, "development_points": 0, "aether": -30, "spell_cognition": 0.3, "arkane_casting_mod": 0 }, { "value": 10, "attack": 0, "defense": 0, "development_points": 0, "aether": -20, "spell_cognition": 0.35, "arkane_casting_mod": 0 }, { "value": 11, "attack": 0, "defense": 0, "development_points": 1, "aether": -10, "spell_cognition": 0.45, "arkane_casting_mod": 0 }, { "value": 12, "attack": 1, "defense": 0, "development_points": 2, "aether": 0, "spell_cognition": 0.5, "arkane_casting_mod": 1 }, { "value": 13, "attack": 1, "defense": 0, "development_points": 3, "aether": 0, "spell_cognition": 0.6, "arkane_casting_mod": 1 }, { "value": 14, "attack": 1, "defense": 1, "development_points": 4, "aether": 10, "spell_cognition": 0.65, "arkane_casting_mod": 2 }, { "value": 15, "attack": 2, "defense": 1, "development_points": 5, "aether": 20, "spell_cognition": 0.75, "arkane_casting_mod": 2 }, { "value": 16, "attack": 2, "defense": 1, "development_points": 7, "aether": 30, "spell_cognition": 0.8, "arkane_casting_mod": 3 }, { "value": 17, "attack": 2, "defense": 1, "development_points": 9, "aether": 40, "spell_cognition": 0.85, "arkane_casting_mod": 3 }, { "value": 18, "attack": 3, "defense": 2, "development_points": 11, "aether": 50, "spell_cognition": 0.9, "arkane_casting_mod": 4 }, { "value": 19, "attack": 3, "defense": 2, "development_points": 13, "aether": 60, "spell_cognition": 0.92, "arkane_casting_mod": 5 }, { "value": 20, "attack": 3, "defense": 2, "development_points": 15, "aether": 70, "spell_cognition": 0.94, "arkane_casting_mod": 6 }, { "value": 21, "attack": 4, "defense": 2, "development_points": 18, "aether": 80, "spell_cognition": 0.95, "arkane_casting_mod": 7 }, { "value": 22, "attack": 4, "defense": 3, "development_points": 21, "aether": 90, "spell_cognition": 0.96, "arkane_casting_mod": 7 }, { "value": 23, "attack": 4, "defense": 3, "development_points": 24, "aether": 100, "spell_cognition": 0.97, "arkane_casting_mod": 8 }, { "value": 24, "attack": 5, "defense": 3, "development_points": 27, "aether": 110, "spell_cognition": 0.98, "arkane_casting_mod": 8 }, { "value": 25, "attack": 5, "defense": 4, "development_points": 30, "aether": 125, "spell_cognition": 0.99, "arkane_casting_mod": 9 } ], "con": [ { "value": 1, "hp ": 1, "aether_points": -50, "pain_save": 1, "toughness_save": -5, "stabilization_dice": "D6", "base_pain_tolerance": 20 }, { "value": 2, "hp ": 2, "aether_points": -40, "pain_save": 2, "toughness_saave": -4, "stabilization_dice": "D6", "base_pain_tolerance": 21 }, { "value": 3, "hp ": 3, "aether_points": -35, "pain_save": 2, "toughness_save": -3, "stabilization_dice": "D6", "base_pain_tolerance": 22 }, { "value": 4, "hp ": 4, "aether_points": -30, "pain_save": 2, "toughness_save": -3, "stabilization_dice": "D6", "base_pain_tolerance": 23 }, { "value": 5, "hp ": 5, "aether_points": -25, "pain_save": 3, "toughness_save": -2, "stabilization_dice": "D6", "base_pain_tolerance": 24 }, { "value": 6, "hp ": 6, "aether_points": -20, "pain_save": 3, "toughness_save": -2, "stabilization_dice": "D6", "base_pain_tolerance": 26 }, { "value": 7, "hp ": 7, "aether_points": -15, "pain_save": 3, "toughness_save": -1, "stabilization_dice": "D6", "base_pain_tolerance": 28 }, { "value": 8, "hp ": 8, "aether_points": -10, "pain_save": 4, "toughness_save": -1, "stabilization_dice": "D8", "base_pain_tolerance": 29 }, { "value": 9, "hp ": 9, "aether_points": -5, "pain_save": 4, "toughness_save": 0, "stabilization_dice": "D8", "base_pain_tolerance": 30 }, { "value": 10, "hp ": 10, "aether_points": 0, "pain_save": 5, "toughness_save": 0, "stabilization_dice": "D8", "base_pain_tolerance": 30 }, { "value": 11, "hp ": 11, "aether_points": 0, "pain_save": 5, "toughness_save": 0, "stabilization_dice": "D8", "base_pain_tolerance": 31 }, { "value": 12, "hp ": 12, "aether_points": 5, "pain_save": 6, "toughness_save": 0, "stabilization_dice": "D10", "base_pain_tolerance": 31 }, { "value": 13, "hp ": 13, "aether_points": 10, "pain_save": 7, "toughness_save": 1, "stabilization_dice": "D10", "base_pain_tolerance": 31 }, { "value": 14, "hp ": 14, "aether_points": 20, "pain_save": 7, "toughness_save": 2, "stabilization_dice": "D10", "base_pain_tolerance": 32 }, { "value": 15, "hp ": 15, "aether_points": 30, "pain_save": 8, "toughness_save": 3, "stabilization_dice": "D12", "base_pain_tolerance": 32 }, { "value": 16, "hp ": 16, "aether_points": 40, "pain_save": 8, "toughness_save": 4, "stabilization_dice": "D12", "base_pain_tolerance": 33 }, { "value": 17, "hp ": 17, "aether_points": 50, "pain_save": 9, "toughness_save": 5, "stabilization_dice": "D12", "base_pain_tolerance": 34 }, { "value": 18, "hp ": 18, "aether_points": 60, "pain_save": 9, "toughness_save": 6, "stabilization_dice": "D12", "base_pain_tolerance": 35 }, { "value": 19, "hp ": 19, "aether_points": 70, "pain_save": 10, "toughness_save": 7, "stabilization_dice": "D12", "base_pain_tolerance": 36 }, { "value": 20, "hp ": 20, "aether_points": 80, "pain_save": 10, "toughness_save": 8, "stabilization_dice": "D12", "base_pain_tolerance": 36 }, { "value": 21, "hp ": 21, "aether_points": 90, "pain_save": 11, "toughness_save": 9, "stabilization_dice": "D20", "base_pain_tolerance": 37 }, { "value": 22, "hp ": 22, "aether_points": 100, "pain_save": 11, "toughness_save": 10, "stabilization_dice": "D20", "base_pain_tolerance": 37 }, { "value": 23, "hp ": 23, "aether_points": 110, "pain_save": 12, "toughness_save": 11, "stabilization_dice": "D20", "base_pain_tolerance": 38 }, { "value": 24, "hp ": 24, "aether_points": 120, "pain_save": 12, "toughness_save": 12, "stabilization_dice": "D20", "base_pain_tolerance": 38 }, { "CONST ITUTION": 25, "hp ": 25, "aether_points": 130, "pain_save": 13, "toughness_save": 13, "stabilization_dice": "D20", "base_pain_tolerance": 40 } ],[ { "CHARISMA": 1, "Grit": -5, "Turning /Casting": -4, "Development Points ": 0, "Divine Miracle Bonus": 0 }, { "CHARISMA": 2, "Grit": -4, "Turning /Casting": -4, "Development Points ": 0, "Divine Miracle Bonus": 0 }, { "CHARISMA": 3, "Grit": -4, "Turning /Casting": -3, "Development Points ": 0, "Divine Miracle Bonus": 0 }, { "CHARISMA": 4, "Grit": -3, "Turning /Casting": 3, "Development Points ": 0, "Divine Miracle Bonus": 0 }, { "CHARISMA": 5, "Grit": -3, "Turning /Casting": -2, "Development Points ": 0, "Divine Miracle Bonus": 0 }, { "CHARISMA": 6, "Grit": -2, "Turning /Casting": -2, "Development Points ": 0, "Divine Miracle Bonus": 0 }, { "CHARISMA": 7, "Grit": -2, "Turning /Casting": -1, "Development Points ": 0, "Divine Miracle Bonus": 0 }, { "CHARISMA": 8, "Grit": -1, "Turning /Casting": -1, "Development Points ": 0, "Divine Miracle Bonus": 0 }, { "CHARISMA": 9, "Grit": -1, "Turning /Casting": 0, "Development Points ": 0, "Divine Miracle Bonus": 0 }, { "CHARISMA": 10, "Grit": 0, "Turning /Casting": 0, "Development Points ": 0, "Divine Miracle Bonus": 0 }, { "CHARISMA": 11, "Grit": 0, "Turning /Casting": 0, "Development Points ": 0, "Divine Miracle Bonus": 0 }, { "CHARISMA": 12, "Grit": 0, "Turning /Casting": 1, "Development Points ": 1, "Divine Miracle Bonus": 1 }, { "CHARISMA": 13, "Grit": 1, "Turning /Casting": 1, "Development Points ": 2, "Divine Miracle Bonus": 1 }, { "CHARISMA": 14, "Grit": 2, "Turning /Casting": 2, "Development Points ": 4, "Divine Miracle Bonus": 2 }, { "CHARISMA": 15, "Grit": 4, "Turning /Casting": 2, "Development Points ": 6, "Divine Miracle Bonus": 2 }, { "CHARISMA": 16, "Grit": 6, "Turning /Casting": 3, "Development Points ": 7, "Divine Miracle Bonus": 3 }, { "CHARISMA": 17, "Grit": 8, "Turning /Casting": 3, "Development Points ": 8, "Divine Miracle Bonus": 3 }, { "CHARISMA": 18, "Grit": 10, "Turning /Casting": 4, "Development Points ": 9, "Divine Miracle Bonus": 4 }, { "CHARISMA": 19, "Grit": 11, "Turning /Casting": 5, "Development Points ": 10, "Divine Miracle Bonus": 5 }, { "CHARISMA": 20, "Grit": 12, "Turning /Casting": 6, "Development Points ": 11, "Divine Miracle Bonus": 5 }, { "CHARISMA": 21, "Grit": 13, "Turning /Casting": 7, "Development Points ": 12, "Divine Miracle Bonus": 5 }, { "CHARISMA": 22, "Grit": 14, "Turning /Casting": 7, "Development Points ": 13, "Divine Miracle Bonus": 6 }, { "CHARISMA": 23, "Grit": 15, "Turning /Casting": 8, "Development Points ": 14, "Divine Miracle Bonus": 6 }, { "CHARISMA": 24, "Grit": 16, "Turning /Casting": 8, "Development Points ": 15, "Divine Miracle Bonus": 6 }, { "CHARISMA": 25, "Grit": 18, "Turning /Casting": 9, "Development Points ": 16, "Divine Miracle Bonus": 7 } ] }