Iteam cleanup + less migration

This commit is contained in:
2026-03-07 19:18:03 +01:00
parent 97cd50ed12
commit c6f7a9e966
60 changed files with 1633 additions and 851 deletions

View File

@@ -5,7 +5,6 @@
"NPC": "Oath Hammer NPC Sheet",
"Weapon": "Oath Hammer Weapon Sheet",
"Armor": "Oath Hammer Armor Sheet",
"Shield": "Oath Hammer Shield Sheet",
"Ammunition": "Oath Hammer Ammunition Sheet",
"Equipment": "Oath Hammer Equipment Sheet",
"Spell": "Oath Hammer Spell Sheet",
@@ -32,32 +31,23 @@
},
"Lineage": {
"Dwarf": "Dwarf",
"Firbolg": "Firbolg",
"Halfling": "Halfling",
"HighElf": "High Elf",
"Human": "Human",
"Elf": "Elf",
"HalfElf": "Half-Elf",
"Halfling": "Halfling"
"WoodElf": "Wood Elf"
},
"Class": {
"Fighter": "Fighter",
"Ranger": "Ranger",
"Wizard": "Wizard",
"Cleric": "Cleric",
"Rogue": "Rogue",
"Paladin": "Paladin"
},
"Oath": {
"Justice": "Oath of Justice",
"Courage": "Oath of Courage",
"Honor": "Oath of Honor",
"Mercy": "Oath of Mercy",
"Truth": "Oath of Truth",
"Valor": "Oath of Valor",
"Protection": "Oath of Protection",
"Vengeance": "Oath of Vengeance",
"Sacrifice": "Oath of Sacrifice",
"Faith": "Oath of Faith",
"Service": "Oath of Service",
"Brotherhood": "Oath of Brotherhood"
"Berserker": "Berserker",
"Champion": "Champion",
"Delver": "Delver",
"Knight": "Knight",
"Mage": "Mage",
"Priest": "Priest",
"Scout": "Scout",
"Soldier": "Soldier",
"Spellblade": "Spellblade",
"Troubadour": "Troubadour"
},
"Tradition": {
"Elemental": "Elemental",
@@ -67,70 +57,38 @@
"Runic": "Runic",
"Stygian": "Stygian"
},
"WeaponType": {
"Melee": "Melee",
"Ranged": "Ranged"
},
"DamageType": {
"Slashing": "Slashing",
"Piercing": "Piercing",
"Bludgeoning": "Bludgeoning",
"Fire": "Fire",
"Cold": "Cold",
"Lightning": "Lightning",
"Acid": "Acid",
"Poison": "Poison",
"Necrotic": "Necrotic",
"Radiant": "Radiant"
},
"ArmorType": {
"Light": "Light",
"Medium": "Medium",
"Heavy": "Heavy"
},
"Hands": {
"OneHanded": "One-Handed",
"TwoHanded": "Two-Handed"
},
"Range": {
"Short": "Short",
"Medium": "Medium",
"Long": "Long"
},
"Currency": {
"GP": "Gold Pieces",
"SP": "Silver Pieces",
"CP": "Copper Pieces"
},
"AmmoType": {
"Arrow": "Arrow",
"Bolt": "Bolt",
"Stone": "Stone",
"Javelin": "Javelin",
"ThrowingKnife": "Throwing Knife"
"Standard": "Arrow / Bolt",
"Bodkin": "Bodkin (1 armor)",
"Envenomed": "Envenomed (poison)",
"Incendiary": "Incendiary (flaming)"
},
"EquipmentType": {
"Potion": "Potion",
"Container": "Container",
"Tool": "Tool",
"Consumable": "Consumable",
"Misc": "Miscellaneous",
"HealingSupply": "Healing Supply",
"Food": "Food",
"Mount": "Mount",
"HealingSupply": "Healing Supply",
"Food": "Food & Drink",
"LightSource": "Light Source",
"Misc": "Miscellaneous",
"Vehicle": "Vehicle",
"Animal": "Animal",
"WarMachine": "War Machine"
},
"MagicItemType": {
"Weapon": "Weapon",
"Armor": "Armor",
"Wondrous": "Wondrous Item",
"Potion": "Potion",
"Ring": "Ring",
"Staff": "Staff",
"Wand": "Wand",
"Scroll": "Scroll",
"Rod": "Rod"
"Focus": "Focus",
"Talisman": "Talisman",
"Trinket": "Trinket"
},
"Rarity": {
"Common": "Common",
@@ -141,19 +99,39 @@
},
"AbilityType": {
"ClassAbility": "Class Ability",
"LineageTrait": "Lineage Trait",
"Feat": "Feat"
"LineageTrait": "Lineage Trait"
},
"Condition": {
"Blinded": "Blinded",
"BlindedDesc": "Cannot see. -3 penalty to defense and melee attack rolls. Cannot perform ranged attacks or cast spells.",
"Confused": "Confused",
"ConfusedDesc": "Must make a DV2 Discipline check at the start of each turn or may not move or perform actions.",
"Dazed": "Dazed",
"DazedDesc": "Cannot perform Magic checks or move more than 10 ft. -1 penalty to attack and defense rolls.",
"Deafened": "Deafened",
"Prone": "Prone",
"Stunned": "Stunned",
"DeafenedDesc": "Cannot hear. -3 penalty to Magic checks due to verbal components required for miracles and spells.",
"Demoralized": "Demoralized",
"DemoralizedDesc": "1 penalty to Discipline checks. Cannot perform Leadership checks.",
"Diseased": "Diseased",
"DiseasedDesc": "Lose 1 rank in all attributes. Can be treated with a DV5 Heal check once per day.",
"Enfeebled": "Enfeebled",
"EnfeebledDesc": "-2 penalty to attack and defense rolls. Cannot move more than 10 ft or perform the Run action.",
"Fatigued": "Fatigued",
"FatiguedDesc": "-1 penalty to attack and defense rolls, and to Resilience checks. Removed by a full night's rest.",
"Frightened": "Frightened",
"FrightenedDesc": "Cannot approach enemies. May attempt a DV2 Discipline check as an action to end this condition. Cannot perform Leadership checks.",
"Ignited": "Ignited",
"IgnitedDesc": "Suffers 1DD flaming damage at the end of each round, ignoring armor. Can remove condition as an action (ends turn prone).",
"Inspired": "Inspired",
"InspiredDesc": "+1 bonus to Discipline and Leadership checks.",
"Invisible": "Invisible",
"InvisibleDesc": "Cannot be seen by ordinary means. Cannot be targeted by magic or ranged attacks. -3 penalty to melee attacks against invisible targets.",
"Poisoned": "Poisoned",
"PoisonedDesc": "Suffers 1DD poison damage (black die) at the end of each round, ignoring armor.",
"Restrained": "Restrained",
"Wounded": "Wounded",
"Other": "Other"
"RestrainedDesc": "Cannot move.",
"Stunned": "Stunned",
"StunnedDesc": "Cannot speak, move, or perform actions. -3 penalty to defense rolls."
},
"Label": {
"Character": "Character",
@@ -194,13 +172,15 @@
"Effect": "Effect",
"Components": "Components",
"Charges": "Charges",
"Benefit": "Benefit",
"Violation": "Violation",
"NoWeapons": "No weapons equipped.",
"NoArmor": "No armor or shields.",
"NoSpells": "No spells known.",
"NoMiracles": "No miracles known.",
"NoEquipment": "No equipment."
"NoEquipment": "No equipment.",
"Enchantment": "Enchantment",
"Tenet": "Tenet",
"Boon": "Boon",
"Bane": "Bane"
},
"NewItem": {
"Weapon": "New Weapon",
@@ -298,89 +278,89 @@
}
},
"Weapon": {
"weaponType": {
"label": "Weapon Type"
"proficiencyGroup": "Proficiency Group",
"usesMight": "Uses Might",
"damageMod": "Damage Modifier",
"ap": "Armor Penetration (AP)",
"reach": "Reach (ft)",
"shortRange": "Short Range (ft)",
"longRange": "Long Range (ft)",
"traits": "Traits",
"slots": "Item Slots",
"rarity": "Rarity",
"equipped": "Equipped",
"cost": "Cost",
"currency": "Currency",
"description": "Description",
"isMagic": {
"label": "Magic Item"
},
"damageFormula": {
"label": "Damage"
"magicQuality": {
"label": "Quality"
},
"damageType": {
"label": "Damage Type"
"isCursed": {
"label": "Cursed"
},
"attributeBonus": {
"label": "Attribute Bonus"
"magicEffect": {
"label": "Enchantment"
},
"range": {
"label": "Range"
},
"hands": {
"label": "Hands"
},
"properties": {
"label": "Properties"
},
"equipped": {
"label": "Equipped"
},
"encumbrance": {
"label": "Enc."
},
"cost": {
"label": "Cost"
},
"currency": {
"label": "Currency"
"classRestriction": {
"label": "Restriction"
}
},
"Armor": {
"armorType": {
"label": "Armor Type"
},
"armorRating": {
"label": "Armor Rating"
"armorValue": {
"label": "Armor Value (AV)"
},
"movementPenalty": {
"label": "Movement Penalty"
"penalty": {
"label": "Penalty"
},
"slots": {
"label": "Slots"
},
"traits": {
"label": "Traits"
},
"rarity": {
"label": "Rarity"
},
"equipped": {
"label": "Equipped"
},
"encumbrance": {
"label": "Enc."
},
"cost": {
"label": "Cost"
},
"currency": {
"label": "Currency"
}
},
"Shield": {
"shieldBonus": {
"label": "Shield Bonus"
},
"equipped": {
"label": "Equipped"
"isMagic": {
"label": "Magic Item"
},
"encumbrance": {
"label": "Enc."
"magicQuality": {
"label": "Quality"
},
"cost": {
"label": "Cost"
"isCursed": {
"label": "Cursed"
},
"currency": {
"label": "Currency"
"magicEffect": {
"label": "Enchantment"
},
"classRestriction": {
"label": "Restriction"
}
},
"Ammunition": {
"ammoType": {
"label": "Ammo Type"
"label": "Ammunition Type"
},
"quantity": {
"label": "Quantity"
},
"properties": {
"label": "Properties"
"rarity": {
"label": "Rarity"
},
"cost": {
"label": "Cost"
@@ -391,13 +371,19 @@
},
"Equipment": {
"itemType": {
"label": "Type"
"label": "Category"
},
"quantity": {
"label": "Quantity"
},
"weight": {
"label": "Weight"
"slots": {
"label": "Slots"
},
"rarity": {
"label": "Rarity"
},
"lightRadius": {
"label": "Light Radius (ft)"
},
"cost": {
"label": "Cost"
@@ -410,11 +396,14 @@
"tradition": {
"label": "Tradition"
},
"level": {
"label": "Level"
"difficultyValue": {
"label": "Difficulty Value (DV)"
},
"castingTime": {
"label": "Casting Time"
"isRitual": {
"label": "Ritual"
},
"isMagicMissile": {
"label": "Magic Missile"
},
"range": {
"label": "Range"
@@ -422,37 +411,28 @@
"duration": {
"label": "Duration"
},
"arcaneStress": {
"label": "Arcane Stress"
"spellSave": {
"label": "Spell Save"
},
"components": {
"label": "Components",
"verbal": {
"label": "Verbal"
},
"somatic": {
"label": "Somatic"
},
"material": {
"label": "Material"
}
"element": {
"label": "Element"
},
"materialComponent": {
"label": "Material Component"
"runeType": {
"label": "Rune Type"
},
"savingThrow": {
"label": "Saving Throw"
},
"enhancement": {
"label": "Enhancement"
"isExalted": {
"label": "Exalted"
}
},
"Miracle": {
"piety": {
"label": "Piety Cost"
"divineTradition": {
"label": "Divine Tradition"
},
"castingTime": {
"label": "Casting Time"
"difficultyValue": {
"label": "Difficulty Value (DV)"
},
"isRitual": {
"label": "Ritual"
},
"range": {
"label": "Range"
@@ -460,89 +440,140 @@
"duration": {
"label": "Duration"
},
"components": {
"label": "Components",
"verbal": {
"label": "Verbal"
},
"somatic": {
"label": "Somatic"
},
"material": {
"label": "Material"
}
},
"materialComponent": {
"label": "Material Component"
},
"savingThrow": {
"label": "Saving Throw"
"spellSave": {
"label": "Spell Save"
}
},
"MagicItem": {
"itemType": {
"label": "Item Type"
"label": "Type"
},
"rarity": {
"label": "Rarity"
"quality": {
"label": "Quality"
},
"attunement": {
"label": "Requires Attunement"
"isCursed": {
"label": "Cursed"
},
"charges": {
"label": "Charges",
"value": {
"label": "Current"
},
"max": {
"label": "Maximum"
}
"isBonded": {
"label": "Bonded"
},
"recharge": {
"label": "Recharge"
"classRestriction": {
"label": "Restriction"
},
"usagePeriod": {
"label": "Usage Period"
},
"maxUses": {
"label": "Max Uses"
},
"slots": {
"label": "Slots"
},
"equipped": {
"label": "Equipped"
},
"cost": {
"label": "Cost"
},
"currency": {
"label": "Currency"
}
},
"Ability": {
"abilityType": {
"label": "Ability Type"
"label": "Type"
},
"source": {
"label": "Source"
"label": "Source (Class / Lineage)"
},
"prerequisite": {
"label": "Prerequisite"
"usagePeriod": {
"label": "Usage Period"
},
"passiveBonus": {
"label": "Passive Bonus"
"maxUses": {
"label": "Max Uses"
}
},
"Oath": {
"WeaponGroup": {
"Common": "Common",
"Dueling": "Dueling",
"Heavy": "Heavy",
"Polearms": "Polearms",
"Bows": "Bows",
"Throwing": "Throwing"
},
"WeaponTrait": {
"Block": "Block",
"Brutal": "Brutal",
"Clumsy": "Clumsy",
"Couched": "Couched",
"Deadly": "Deadly",
"Fast": "Fast",
"Flaming": "Flaming",
"Nimble": "Nimble",
"Parry": "Parry",
"Reload": "Reload",
"Repel": "Repel",
"Stunning": "Stunning",
"Sweep": "Sweep",
"TwoHanded": "Two-handed",
"Versatile": "Versatile"
},
"DivineTradition": {
"Druidic": "Druidic",
"Profane": "Profane",
"Sanctified": "Sanctified"
},
"Element": {
"Air": "Air",
"Earth": "Earth",
"Fire": "Fire",
"Water": "Water",
"Varies": "Varies"
},
"RuneType": {
"Armor": "Armor",
"Talisman": "Talisman",
"Warding": "Warding",
"Weapon": "Weapon"
},
"ArmorTrait": {
"Clanging": "Clanging",
"Reinforced": "Reinforced"
},
"UsagePeriod": {
"None": "Passive (always on)",
"Encounter": "Per Encounter",
"Day": "Per Day"
},
"MagicQuality": {
"Lesser": "Lesser",
"Greater": "Greater",
"Legendary": "Legendary"
},
"OathType": {
"Compassion": "Oath of Compassion",
"Courage": "Oath of Courage",
"Diligence": "Oath of Diligence",
"Faith": "Oath of Faith",
"Humility": "Oath of Humility",
"Justice": "Oath of Justice",
"Loyalty": "Oath of Loyalty",
"Peace": "Oath of Peace",
"Perseverance": "Oath of Perseverance",
"Purity": "Oath of Purity",
"Truth": "Oath of Truth",
"Wisdom": "Oath of Wisdom"
},
"OathFields": {
"oathType": {
"label": "Oath Type"
"label": "Oath"
},
"tenet": {
"label": "Tenet"
},
"boon": {
"label": "Boon"
},
"bane": {
"label": "Bane"
},
"violated": {
"label": "Violated"
}
},
"Condition": {
"conditionType": {
"label": "Condition Type"
},
"duration": {
"label": "Duration"
},
"source": {
"label": "Source"
}
}
}
}