Actor sheet, WIP

This commit is contained in:
2026-03-07 22:47:29 +01:00
parent c6f7a9e966
commit 8f7f0169e4
27 changed files with 835 additions and 381 deletions

View File

@@ -16,6 +16,7 @@
},
"Tab": {
"Identity": "Identity",
"Skills": "Skills",
"Combat": "Combat",
"Magic": "Magic",
"Equipment": "Equipment",
@@ -29,6 +30,34 @@
"Intelligence": "Intelligence",
"Fate": "Fate"
},
"Skill": {
"Academics": "Academics",
"Acrobatics": "Acrobatics",
"AnimalHandling": "Animal Handling",
"Athletics": "Athletics",
"Brewing": "Brewing",
"Carpentry": "Carpentry",
"Defense": "Defense",
"Dexterity": "Dexterity",
"Diplomacy": "Diplomacy",
"Discipline": "Discipline",
"Fighting": "Fighting",
"Folklore": "Folklore",
"Fortune": "Fortune",
"Heal": "Heal",
"Leadership": "Leadership",
"Magic": "Magic",
"Masonry": "Masonry",
"Orientation": "Orientation",
"Perception": "Perception",
"Resilience": "Resilience",
"Ride": "Ride",
"Shooting": "Shooting",
"Smithing": "Smithing",
"Stealth": "Stealth",
"Survival": "Survival",
"Tracking": "Tracking"
},
"Lineage": {
"Dwarf": "Dwarf",
"Firbolg": "Firbolg",
@@ -180,7 +209,10 @@
"Enchantment": "Enchantment",
"Tenet": "Tenet",
"Boon": "Boon",
"Bane": "Bane"
"Bane": "Bane",
"Skill": "Skill",
"SkillRank": "Rank",
"TotalDice": "Total Dice"
},
"NewItem": {
"Weapon": "New Weapon",
@@ -190,301 +222,380 @@
},
"ToggleSheet": "Toggle Edit/Play Mode",
"Character": {
"attributes": {
"label": "Attributes"
},
"grit": {
"label": "Grit"
},
"luck": {
"label": "Luck"
},
"arcaneStress": {
"label": "Arcane Stress"
},
"movement": {
"label": "Movement"
},
"defense": {
"label": "Defense"
},
"experience": {
"label": "Experience"
},
"biodata": {
"label": "Background",
"lineage": {
"label": "Lineage"
"FIELDS": {
"attributes": {
"label": "Attributes"
},
"class": {
"label": "Class"
"grit": {
"label": "Grit"
},
"age": {
"label": "Age"
"luck": {
"label": "Luck",
"fields": {
"value": { "label": "Luck" },
"max": { "label": "Luck Max" }
}
},
"gender": {
"label": "Gender"
"arcaneStress": {
"label": "Arcane Stress"
},
"height": {
"label": "Height"
"movement": {
"label": "Movement"
},
"weight": {
"label": "Weight"
"defense": {
"label": "Defense"
},
"eyes": {
"label": "Eye Color"
"experience": {
"label": "Experience"
},
"hair": {
"label": "Hair Color"
"biodata": {
"label": "Background",
"lineage": {
"label": "Lineage"
},
"class": {
"label": "Class"
},
"age": {
"label": "Age"
},
"gender": {
"label": "Gender"
},
"height": {
"label": "Height"
},
"weight": {
"label": "Weight"
},
"eyes": {
"label": "Eye Color"
},
"hair": {
"label": "Hair Color"
},
"alignment": {
"label": "Alignment"
}
},
"alignment": {
"label": "Alignment"
}
},
"currency": {
"label": "Currency",
"gold": {
"label": "Gold"
"currency": {
"label": "Currency",
"gold": {
"label": "Gold"
},
"silver": {
"label": "Silver"
},
"copper": {
"label": "Copper"
}
},
"silver": {
"label": "Silver"
"description": {
"label": "Description"
},
"copper": {
"label": "Copper"
"notes": {
"label": "Notes"
},
"skills": {
"label": "Skills"
}
}
},
"NPC": {
"attributes": {
"label": "Attributes"
},
"grit": {
"label": "Grit"
},
"defense": {
"label": "Defense"
},
"movement": {
"label": "Movement"
},
"attackBonus": {
"label": "Attack Bonus"
},
"damageBonus": {
"label": "Damage Bonus"
},
"challengeRating": {
"label": "Challenge Rating"
"FIELDS": {
"attributes": {
"label": "Attributes"
},
"grit": {
"label": "Grit"
},
"defense": {
"label": "Defense"
},
"movement": {
"label": "Movement"
},
"attackBonus": {
"label": "Attack Bonus"
},
"damageBonus": {
"label": "Damage Bonus"
},
"challengeRating": {
"label": "Challenge Rating"
},
"description": {
"label": "Description"
},
"notes": {
"label": "Notes"
}
}
},
"Weapon": {
"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"
},
"magicQuality": {
"label": "Quality"
},
"isCursed": {
"label": "Cursed"
},
"magicEffect": {
"label": "Enchantment"
},
"classRestriction": {
"label": "Restriction"
"FIELDS": {
"proficiencyGroup": {
"label": "Proficiency Group"
},
"usesMight": {
"label": "Uses Might"
},
"damageMod": {
"label": "Damage Modifier"
},
"ap": {
"label": "Armor Penetration (AP)"
},
"reach": {
"label": "Reach (ft)"
},
"shortRange": {
"label": "Short Range (ft)"
},
"longRange": {
"label": "Long Range (ft)"
},
"traits": {
"label": "Traits"
},
"slots": {
"label": "Item Slots"
},
"rarity": {
"label": "Rarity"
},
"equipped": {
"label": "Equipped"
},
"cost": {
"label": "Cost"
},
"currency": {
"label": "Currency"
},
"description": {
"label": "Description"
},
"isMagic": {
"label": "Magic Item"
},
"magicQuality": {
"label": "Quality"
},
"isCursed": {
"label": "Cursed"
},
"magicEffect": {
"label": "Enchantment"
},
"classRestriction": {
"label": "Restriction"
}
}
},
"Armor": {
"armorType": {
"label": "Armor Type"
},
"armorValue": {
"label": "Armor Value (AV)"
},
"penalty": {
"label": "Penalty"
},
"slots": {
"label": "Slots"
},
"traits": {
"label": "Traits"
},
"rarity": {
"label": "Rarity"
},
"equipped": {
"label": "Equipped"
},
"cost": {
"label": "Cost"
},
"currency": {
"label": "Currency"
},
"isMagic": {
"label": "Magic Item"
},
"magicQuality": {
"label": "Quality"
},
"isCursed": {
"label": "Cursed"
},
"magicEffect": {
"label": "Enchantment"
},
"classRestriction": {
"label": "Restriction"
"FIELDS": {
"armorType": {
"label": "Armor Type"
},
"armorValue": {
"label": "Armor Value (AV)"
},
"penalty": {
"label": "Penalty"
},
"slots": {
"label": "Slots"
},
"traits": {
"label": "Traits"
},
"rarity": {
"label": "Rarity"
},
"equipped": {
"label": "Equipped"
},
"cost": {
"label": "Cost"
},
"currency": {
"label": "Currency"
},
"isMagic": {
"label": "Magic Item"
},
"magicQuality": {
"label": "Quality"
},
"isCursed": {
"label": "Cursed"
},
"magicEffect": {
"label": "Enchantment"
},
"classRestriction": {
"label": "Restriction"
}
}
},
"Ammunition": {
"ammoType": {
"label": "Ammunition Type"
},
"quantity": {
"label": "Quantity"
},
"rarity": {
"label": "Rarity"
},
"cost": {
"label": "Cost"
},
"currency": {
"label": "Currency"
"FIELDS": {
"ammoType": {
"label": "Ammunition Type"
},
"quantity": {
"label": "Quantity"
},
"rarity": {
"label": "Rarity"
},
"cost": {
"label": "Cost"
},
"currency": {
"label": "Currency"
}
}
},
"Equipment": {
"itemType": {
"label": "Category"
},
"quantity": {
"label": "Quantity"
},
"slots": {
"label": "Slots"
},
"rarity": {
"label": "Rarity"
},
"lightRadius": {
"label": "Light Radius (ft)"
},
"cost": {
"label": "Cost"
},
"currency": {
"label": "Currency"
"FIELDS": {
"itemType": {
"label": "Category"
},
"quantity": {
"label": "Quantity"
},
"slots": {
"label": "Slots"
},
"rarity": {
"label": "Rarity"
},
"lightRadius": {
"label": "Light Radius (ft)"
},
"cost": {
"label": "Cost"
},
"currency": {
"label": "Currency"
}
}
},
"Spell": {
"tradition": {
"label": "Tradition"
},
"difficultyValue": {
"label": "Difficulty Value (DV)"
},
"isRitual": {
"label": "Ritual"
},
"isMagicMissile": {
"label": "Magic Missile"
},
"range": {
"label": "Range"
},
"duration": {
"label": "Duration"
},
"spellSave": {
"label": "Spell Save"
},
"element": {
"label": "Element"
},
"runeType": {
"label": "Rune Type"
},
"isExalted": {
"label": "Exalted"
"FIELDS": {
"tradition": {
"label": "Tradition"
},
"difficultyValue": {
"label": "Difficulty Value (DV)"
},
"isRitual": {
"label": "Ritual"
},
"isMagicMissile": {
"label": "Magic Missile"
},
"range": {
"label": "Range"
},
"duration": {
"label": "Duration"
},
"spellSave": {
"label": "Spell Save"
},
"element": {
"label": "Element"
},
"runeType": {
"label": "Rune Type"
},
"isExalted": {
"label": "Exalted"
},
"effect": {
"label": "Effect"
}
}
},
"Miracle": {
"divineTradition": {
"label": "Divine Tradition"
},
"difficultyValue": {
"label": "Difficulty Value (DV)"
},
"isRitual": {
"label": "Ritual"
},
"range": {
"label": "Range"
},
"duration": {
"label": "Duration"
},
"spellSave": {
"label": "Spell Save"
"FIELDS": {
"divineTradition": {
"label": "Divine Tradition"
},
"difficultyValue": {
"label": "Difficulty Value (DV)"
},
"isRitual": {
"label": "Ritual"
},
"range": {
"label": "Range"
},
"duration": {
"label": "Duration"
},
"spellSave": {
"label": "Spell Save"
},
"effect": {
"label": "Effect"
}
}
},
"MagicItem": {
"itemType": {
"label": "Type"
},
"quality": {
"label": "Quality"
},
"isCursed": {
"label": "Cursed"
},
"isBonded": {
"label": "Bonded"
},
"classRestriction": {
"label": "Restriction"
},
"usagePeriod": {
"label": "Usage Period"
},
"maxUses": {
"label": "Max Uses"
},
"slots": {
"label": "Slots"
},
"equipped": {
"label": "Equipped"
"FIELDS": {
"itemType": {
"label": "Type"
},
"quality": {
"label": "Quality"
},
"isCursed": {
"label": "Cursed"
},
"isBonded": {
"label": "Bonded"
},
"classRestriction": {
"label": "Restriction"
},
"usagePeriod": {
"label": "Usage Period"
},
"maxUses": {
"label": "Max Uses"
},
"slots": {
"label": "Slots"
},
"equipped": {
"label": "Equipped"
},
"effect": {
"label": "Effect"
}
}
},
"Ability": {
"abilityType": {
"label": "Type"
},
"source": {
"label": "Source (Class / Lineage)"
},
"usagePeriod": {
"label": "Usage Period"
},
"maxUses": {
"label": "Max Uses"
"FIELDS": {
"abilityType": {
"label": "Type"
},
"source": {
"label": "Source (Class / Lineage)"
},
"usagePeriod": {
"label": "Usage Period"
},
"maxUses": {
"label": "Max Uses"
},
"description": {
"label": "Description"
}
}
},
"WeaponGroup": {
@@ -574,6 +685,43 @@
"violated": {
"label": "Violated"
}
},
"Oath": {
"FIELDS": {
"oathType": {
"label": "Oath"
},
"tenet": {
"label": "Tenet"
},
"boon": {
"label": "Boon"
},
"bane": {
"label": "Bane"
},
"violated": {
"label": "Violated"
}
}
}
},
"TYPES": {
"Item": {
"weapon": "Weapon",
"armor": "Armor",
"ammunition": "Ammunition",
"equipment": "Equipment",
"spell": "Spell",
"miracle": "Miracle",
"magic_item": "Magic Item",
"magic-item": "Magic Item",
"ability": "Ability",
"oath": "Oath"
},
"Actor": {
"character": "Character",
"npc": "NPC"
}
}
}
}