First release of actor sheet
All checks were successful
Release Creation / build (release) Successful in 1m11s
All checks were successful
Release Creation / build (release) Successful in 1m11s
This commit is contained in:
647
lang/en.json
647
lang/en.json
@@ -1,44 +1,84 @@
|
||||
{
|
||||
"HELLBORN": {
|
||||
"Armor": {
|
||||
"FIELDS": {
|
||||
"bonus": {
|
||||
"label": "Bonus"
|
||||
},
|
||||
"cost": {
|
||||
"label": "Cost"
|
||||
},
|
||||
"description": {
|
||||
"label": "Description"
|
||||
},
|
||||
"reduction": {
|
||||
"label": "Reduction"
|
||||
},
|
||||
"resilience": {
|
||||
"label": "Resilience"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Character": {
|
||||
"FIELDS": {
|
||||
"age": {
|
||||
"label": "Age"
|
||||
},
|
||||
"archetype": {
|
||||
"label": "Archetype"
|
||||
},
|
||||
"armor": {
|
||||
"value": {
|
||||
"label": "Protection"
|
||||
}
|
||||
},
|
||||
"pronouns": {
|
||||
"label": "Pronouns"
|
||||
},
|
||||
"trait": {
|
||||
"label": "Trait"
|
||||
},
|
||||
"credits": {
|
||||
"label": "Credits"
|
||||
},
|
||||
"enc": {
|
||||
"label": "Enc",
|
||||
"value": {
|
||||
"label": "Enc Curr."
|
||||
"biodata": {
|
||||
"age": {
|
||||
"label": "Age"
|
||||
},
|
||||
"max": {
|
||||
"label": "Enc Max"
|
||||
"birthplace": {
|
||||
"label": "Birthplace"
|
||||
},
|
||||
"eyes": {
|
||||
"label": "Eyes"
|
||||
},
|
||||
"gender": {
|
||||
"label": "Gender"
|
||||
},
|
||||
"hair": {
|
||||
"label": "Hair"
|
||||
},
|
||||
"height": {
|
||||
"label": "Height"
|
||||
},
|
||||
"home": {
|
||||
"label": "Home"
|
||||
},
|
||||
"label": "Biodata",
|
||||
"weight": {
|
||||
"label": "Weight"
|
||||
}
|
||||
},
|
||||
"age": {
|
||||
"label": "Age"
|
||||
},
|
||||
"birthplace": {
|
||||
"label": "Birthplace"
|
||||
},
|
||||
"concept": {
|
||||
"label": "Concept"
|
||||
},
|
||||
"species": {
|
||||
"label": "Species"
|
||||
"credits": {
|
||||
"label": "Credits"
|
||||
},
|
||||
"archetype": {
|
||||
"label": "Archetype"
|
||||
"experience": {
|
||||
"current": {
|
||||
"label": "Current"
|
||||
},
|
||||
"training": {
|
||||
"label": "Training"
|
||||
},
|
||||
"label": "Experience",
|
||||
"total": {
|
||||
"label": "Total"
|
||||
}
|
||||
},
|
||||
"eyes": {
|
||||
"label": "Eyes"
|
||||
@@ -49,69 +89,45 @@
|
||||
"hair": {
|
||||
"label": "Hair"
|
||||
},
|
||||
"health": {
|
||||
"label": "Stamina",
|
||||
"staminaMax": {
|
||||
"label": "Max"
|
||||
},
|
||||
"staminaValue": {
|
||||
"label": "Cur."
|
||||
},
|
||||
"wounds": {
|
||||
"label": "Wounds"
|
||||
}
|
||||
},
|
||||
"height": {
|
||||
"label": "Height"
|
||||
},
|
||||
"home": {
|
||||
"label": "Home"
|
||||
},
|
||||
"biodata": {
|
||||
"label": "Biodata",
|
||||
"gender": {
|
||||
"label": "Gender"
|
||||
},
|
||||
"height": {
|
||||
"label": "Height"
|
||||
},
|
||||
"weight": {
|
||||
"label": "Weight"
|
||||
},
|
||||
"age": {
|
||||
"label": "Age"
|
||||
},
|
||||
"hair": {
|
||||
"label": "Hair"
|
||||
},
|
||||
"eyes": {
|
||||
"label": "Eyes"
|
||||
},
|
||||
"home": {
|
||||
"label": "Home"
|
||||
},
|
||||
"birthplace": {
|
||||
"label": "Birthplace"
|
||||
}
|
||||
"pronouns": {
|
||||
"label": "Pronouns"
|
||||
},
|
||||
"rank": {
|
||||
"label": "Rank",
|
||||
"elite": {
|
||||
"label": "Elite"
|
||||
},
|
||||
"experienced": {
|
||||
"label": "Experienced"
|
||||
},
|
||||
"expert": {
|
||||
"label": "Expert"
|
||||
},
|
||||
"veteran": {
|
||||
"label": "Veteran"
|
||||
},
|
||||
"elite": {
|
||||
"label": "Elite"
|
||||
},
|
||||
"label": "Rank",
|
||||
"legend": {
|
||||
"label": "Legend"
|
||||
},
|
||||
"veteran": {
|
||||
"label": "Veteran"
|
||||
}
|
||||
},
|
||||
"health": {
|
||||
"staminaValue": {
|
||||
"label": "Cur."
|
||||
},
|
||||
"staminaMax": {
|
||||
"label": "Max"
|
||||
},
|
||||
"wounds": {
|
||||
"label": "Wounds"
|
||||
},
|
||||
"label": "Stamina"
|
||||
},
|
||||
"skills:": {
|
||||
"combat": {
|
||||
"label": "Combat"
|
||||
@@ -134,60 +150,17 @@
|
||||
"vehicles": {
|
||||
"label": "Vehicles"
|
||||
}
|
||||
},
|
||||
"species": {
|
||||
"label": "Species"
|
||||
},
|
||||
"trait": {
|
||||
"label": "Trait"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Creature": {
|
||||
"Niche": {
|
||||
"Prey": "Prey",
|
||||
"Opportunist": "Opportunist",
|
||||
"Herbivore": "Herbivore",
|
||||
"Predator": "Predator"
|
||||
},
|
||||
"Size": {
|
||||
"Tiny": "Tiny",
|
||||
"Small": "Small",
|
||||
"Medium": "Medium",
|
||||
"Large": "Large",
|
||||
"Huge": "Huge",
|
||||
"Giant": "Giant",
|
||||
"Titanic": "Titanic",
|
||||
"Gargantuan": "Gargantuan"
|
||||
},
|
||||
"Terrain": {
|
||||
"Cave": "Cave",
|
||||
"Coast": "Coast",
|
||||
"Desert": "Desert",
|
||||
"Forest": "Forest",
|
||||
"Jungle": "Jungle",
|
||||
"Mountain": "Mountain",
|
||||
"Plains": "Plains",
|
||||
"Swamp": "Swamp",
|
||||
"Urban": "Urban",
|
||||
"Ocean": "Ocean",
|
||||
"Coastal": "Coast",
|
||||
"Mixed": "Mixed",
|
||||
"River": "River",
|
||||
"Ruins": "Ruins",
|
||||
"Savannah": "Savannah",
|
||||
"Shallows" : "Shallows"
|
||||
},
|
||||
"FIELDS": {
|
||||
"damage": {
|
||||
"label": "Damage"
|
||||
},
|
||||
"size": {
|
||||
"label": "Size"
|
||||
},
|
||||
"numberAppearing": {
|
||||
"label": "Number Appearing"
|
||||
},
|
||||
"terrain": {
|
||||
"label": "Terrain"
|
||||
},
|
||||
"niche": {
|
||||
"label": "Niche"
|
||||
},
|
||||
"biodata": {
|
||||
"adaptedToHelplessness": {
|
||||
"label": "Adapted to helplessness"
|
||||
@@ -244,9 +217,18 @@
|
||||
"label": "Strength"
|
||||
}
|
||||
},
|
||||
"damage": {
|
||||
"label": "Damage"
|
||||
},
|
||||
"damageBonus": {
|
||||
"label": "Dmg.Bonus"
|
||||
},
|
||||
"niche": {
|
||||
"label": "Niche"
|
||||
},
|
||||
"numberAppearing": {
|
||||
"label": "Number Appearing"
|
||||
},
|
||||
"resources": {
|
||||
"hand": {
|
||||
"label": "Hand"
|
||||
@@ -260,16 +242,56 @@
|
||||
"stowed": {
|
||||
"label": "Stowed"
|
||||
}
|
||||
},
|
||||
"size": {
|
||||
"label": "Size"
|
||||
},
|
||||
"terrain": {
|
||||
"label": "Terrain"
|
||||
}
|
||||
},
|
||||
"Niche": {
|
||||
"Herbivore": "Herbivore",
|
||||
"Opportunist": "Opportunist",
|
||||
"Predator": "Predator",
|
||||
"Prey": "Prey"
|
||||
},
|
||||
"Size": {
|
||||
"Gargantuan": "Gargantuan",
|
||||
"Giant": "Giant",
|
||||
"Huge": "Huge",
|
||||
"Large": "Large",
|
||||
"Medium": "Medium",
|
||||
"Small": "Small",
|
||||
"Tiny": "Tiny",
|
||||
"Titanic": "Titanic"
|
||||
},
|
||||
"Terrain": {
|
||||
"Cave": "Cave",
|
||||
"Coast": "Coast",
|
||||
"Coastal": "Coast",
|
||||
"Desert": "Desert",
|
||||
"Forest": "Forest",
|
||||
"Jungle": "Jungle",
|
||||
"Mixed": "Mixed",
|
||||
"Mountain": "Mountain",
|
||||
"Ocean": "Ocean",
|
||||
"Plains": "Plains",
|
||||
"River": "River",
|
||||
"Ruins": "Ruins",
|
||||
"Savannah": "Savannah",
|
||||
"Shallows": "Shallows",
|
||||
"Swamp": "Swamp",
|
||||
"Urban": "Urban"
|
||||
}
|
||||
},
|
||||
"SpeciesTrait": {
|
||||
"Deal": {
|
||||
"FIELDS": {
|
||||
"description": {
|
||||
"label": "Description"
|
||||
},
|
||||
"isAdvantage": {
|
||||
"label": "Provide advantage"
|
||||
"promisor": {
|
||||
"label": "Promisor"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -292,26 +314,150 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"Tarot": {
|
||||
"Label": {
|
||||
"backstory": "Backstory",
|
||||
"scars": "Scars",
|
||||
"likes": "Likes",
|
||||
"dislikes": "Dislikes",
|
||||
"fears": "Fears",
|
||||
"vices": "Vices",
|
||||
"goals": "Goals",
|
||||
"ambitions": "Ambitions",
|
||||
"values": "Values",
|
||||
"bonds": "Bonds",
|
||||
"abilities": "Abilities",
|
||||
"Agility": "Agility",
|
||||
"ailments": "Ailments",
|
||||
"appearance": "Appearance",
|
||||
"armor": "Armor",
|
||||
"Armor": "Armor",
|
||||
"armors": "Armors",
|
||||
"biodata": "Biodata",
|
||||
"biography": "Biography",
|
||||
"capacity": "Capacity",
|
||||
"cargo": "Cargo",
|
||||
"character": "Character",
|
||||
"combat": "Combat",
|
||||
"Counters": "Counters",
|
||||
"creature": "Creature",
|
||||
"criticalFailure": "Critical Failure",
|
||||
"criticalSuccess": "Critical Success",
|
||||
"current": "Curr.",
|
||||
"damage": "Damage",
|
||||
"damages": "Damages",
|
||||
"damageShort": "Dmg",
|
||||
"description": "Description",
|
||||
"Details": "Details",
|
||||
"Difficult": "Difficult (-1D)",
|
||||
"Easy": "Easy (+1D)",
|
||||
"equipment": "Equipment",
|
||||
"equipments": "Equipment",
|
||||
"experience": "Experience",
|
||||
"failure": "Failure",
|
||||
"finalScore": "Final Score",
|
||||
"flesh": "Flesh",
|
||||
"Formidable": "Formidable (-2D)",
|
||||
"heart": "Heart",
|
||||
"HP": "HP",
|
||||
"implants": "Implants",
|
||||
"Impossible": "Impossible (-4D)",
|
||||
"knowledge": "Knowledge",
|
||||
"languages": "Languages",
|
||||
"maleficas": "Maleficas",
|
||||
"malus": "Malus",
|
||||
"max": "Max",
|
||||
"maximum": "Maximum",
|
||||
"mind": "Mind",
|
||||
"Moderate": "Moderate (+0D)",
|
||||
"modifications": "Modifications",
|
||||
"modifier": "Modifier",
|
||||
"multiplier": "Multiplier",
|
||||
"negativeEffect": "Negative Effect",
|
||||
"newAbility": "New Ability",
|
||||
"newArmor": "New Armor",
|
||||
"newCreatureAbility": "New Creature Ability",
|
||||
"newCreatureTrait": "New Creature Trait",
|
||||
"newEquipment": "New Equipment",
|
||||
"newImplant": "New Implant",
|
||||
"newLanguage": "New Language",
|
||||
"newPsionic": "New Psionic",
|
||||
"newSkill": "New Skill",
|
||||
"newTalent": "New Talent",
|
||||
"newTrait": "New Trait",
|
||||
"newWeapon": "New Weapon",
|
||||
"notes": "Notes",
|
||||
"perks": "Perks",
|
||||
"physical": "Physical",
|
||||
"positiveEffect": "Positive Effect",
|
||||
"psionics": "Psionics",
|
||||
"Rank": "Rank",
|
||||
"rituals": "Rituals",
|
||||
"rollView": "Roll View",
|
||||
"skill": "Skill",
|
||||
"skillRoll": "Skill Roll",
|
||||
"skills": "Skills",
|
||||
"skin": "Skin",
|
||||
"social": "Social",
|
||||
"soul": "Soul",
|
||||
"species": "Species",
|
||||
"speciesTraits": "Species Traits",
|
||||
"Stamina": "Stamina",
|
||||
"starship": "Starship",
|
||||
"stats": "Stats",
|
||||
"status": "Status",
|
||||
"stealth": "Stealth",
|
||||
"success": "Success",
|
||||
"talents": "Talents",
|
||||
"targetScore": "Target Score",
|
||||
"technology": "Technology",
|
||||
"titleSkill": "Skill Roll",
|
||||
"titleWeapon": "Weapon Roll",
|
||||
"total": "Total",
|
||||
"totalScore": "Total Score",
|
||||
"traits": "Traits",
|
||||
"trauma": "Trauma",
|
||||
"Unarmed": "Unarmed",
|
||||
"vehicle": "Vehicle",
|
||||
"Vehicle": "Vehicle",
|
||||
"vehicles": "Vehicles",
|
||||
"weapons": "Weapons"
|
||||
},
|
||||
"Malefica": {
|
||||
"FIELDS": {
|
||||
"description": {
|
||||
"label": "Description"
|
||||
},
|
||||
"bonus": {
|
||||
"label": "Bonus"
|
||||
"domain": {
|
||||
"label": "Domain"
|
||||
},
|
||||
"orientation": {
|
||||
"label": "Orientation"
|
||||
"level": {
|
||||
"label": "Level"
|
||||
},
|
||||
"range": {
|
||||
"label": "Range"
|
||||
},
|
||||
"target": {
|
||||
"label": "Target"
|
||||
},
|
||||
"time": {
|
||||
"label": "Time"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Deal": {
|
||||
"Notifications": {},
|
||||
"Perk": {
|
||||
"FIELDS": {
|
||||
"description": {
|
||||
"label": "Description"
|
||||
},
|
||||
"promisor": {
|
||||
"label": "Promisor"
|
||||
"flavorText": {
|
||||
"label": "Flavor Text"
|
||||
},
|
||||
"level": {
|
||||
"label": "Level"
|
||||
},
|
||||
"role": {
|
||||
"label": "Role"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -326,8 +472,8 @@
|
||||
"difficulty": {
|
||||
"label": "Difficulty"
|
||||
},
|
||||
"threshold": {
|
||||
"label": "Threshold"
|
||||
"ingredients": {
|
||||
"label": "Ingredients"
|
||||
},
|
||||
"limit": {
|
||||
"label": "Limit"
|
||||
@@ -335,148 +481,8 @@
|
||||
"nbAttempts": {
|
||||
"label": "Nb Attempts"
|
||||
},
|
||||
"ingredients": {
|
||||
"label": "Ingredients"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Label": {
|
||||
"trauma": "Trauma",
|
||||
"stats": "Stats",
|
||||
"appearance": "Appearance",
|
||||
"flesh": "Flesh",
|
||||
"skin": "Skin",
|
||||
"heart": "Heart",
|
||||
"mind": "Mind",
|
||||
"soul": "Soul",
|
||||
"Counters": "Counters",
|
||||
"perks": "Perks",
|
||||
"maleficas": "Maleficas",
|
||||
"rituals": "Rituals",
|
||||
"speciesTraits": "Species Traits",
|
||||
"species": "Species",
|
||||
"ailments": "Ailments",
|
||||
"positiveEffect": "Positive Effect",
|
||||
"negativeEffect": "Negative Effect",
|
||||
"damages": "Damages",
|
||||
"modifications": "Modifications",
|
||||
"abilities": "Abilities",
|
||||
"Details": "Details",
|
||||
"traits": "Traits",
|
||||
"capacity" : "Capacity",
|
||||
"Agility" : "Agility",
|
||||
"Armor": "Armor",
|
||||
"cargo": "Cargo",
|
||||
"vehicle": "Vehicle",
|
||||
"starship": "Starship",
|
||||
"Easy": "Easy (+1D)",
|
||||
"Moderate": "Moderate (+0D)",
|
||||
"Difficult": "Difficult (-1D)",
|
||||
"Formidable": "Formidable (-2D)",
|
||||
"Impossible": "Impossible (-4D)",
|
||||
"combat": "Combat",
|
||||
"physical": "Physical",
|
||||
"social": "Social",
|
||||
"stealth": "Stealth",
|
||||
"technology": "Technology",
|
||||
"vehicles": "Vehicles",
|
||||
"knowledge": "Knowledge",
|
||||
"Stamina": "Stamina",
|
||||
"equipments": "Equipment",
|
||||
"Rank": "Rank",
|
||||
"HP": "HP",
|
||||
"Unarmed": "Unarmed",
|
||||
"Vehicle": "Vehicle",
|
||||
"armor": "Armor",
|
||||
"armors": "Armors",
|
||||
"biodata": "Biodata",
|
||||
"biography": "Biography",
|
||||
"character": "Character",
|
||||
"creature": "Creature",
|
||||
"criticalFailure": "Critical Failure",
|
||||
"criticalSuccess": "Critical Success",
|
||||
"current": "Curr.",
|
||||
"damage": "Damage",
|
||||
"damageShort": "Dmg",
|
||||
"description": "Description",
|
||||
"equipment": "Equipment",
|
||||
"experience": "Experience",
|
||||
"failure": "Failure",
|
||||
"finalScore": "Final Score",
|
||||
"languages": "Languages",
|
||||
"malus": "Malus",
|
||||
"max": "Max",
|
||||
"maximum": "Maximum",
|
||||
"modifier": "Modifier",
|
||||
"multiplier": "Multiplier",
|
||||
"newArmor": "New Armor",
|
||||
"newWeapon": "New Weapon",
|
||||
"newTalent": "New Talent",
|
||||
"newTrait": "New Trait",
|
||||
"newAbility": "New Ability",
|
||||
"newSkill": "New Skill",
|
||||
"newImplant": "New Implant",
|
||||
"newEquipment": "New Equipment",
|
||||
"newLanguage": "New Language",
|
||||
"newPsionic": "New Psionic",
|
||||
"newCreatureAbility": "New Creature Ability",
|
||||
"newCreatureTrait": "New Creature Trait",
|
||||
"notes": "Notes",
|
||||
"psionics": "Psionics",
|
||||
"rollView": "Roll View",
|
||||
"skill": "Skill",
|
||||
"skillRoll": "Skill Roll",
|
||||
"skills": "Skills",
|
||||
"status": "Status",
|
||||
"success": "Success",
|
||||
"talents": "Talents",
|
||||
"implants": "Implants",
|
||||
"targetScore": "Target Score",
|
||||
"titleSkill": "Skill Roll",
|
||||
"titleWeapon": "Weapon Roll",
|
||||
"total": "Total",
|
||||
"totalScore": "Total Score",
|
||||
"weapons": "Weapons"
|
||||
},
|
||||
"Notifications": {},
|
||||
"Armor": {
|
||||
"FIELDS": {
|
||||
"bonus": {
|
||||
"label": "Bonus"
|
||||
},
|
||||
"cost": {
|
||||
"label": "Cost"
|
||||
},
|
||||
"description": {
|
||||
"label": "Description"
|
||||
},
|
||||
"resilience": {
|
||||
"label": "Resilience"
|
||||
},
|
||||
"reduction": {
|
||||
"label": "Reduction"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Malefica": {
|
||||
"FIELDS": {
|
||||
"description": {
|
||||
"label": "Description"
|
||||
},
|
||||
"time": {
|
||||
"label": "Time"
|
||||
},
|
||||
"range":{
|
||||
"label": "Range"
|
||||
},
|
||||
"target": {
|
||||
"label": "Target"
|
||||
},
|
||||
"level":{
|
||||
"label": "Level"
|
||||
},
|
||||
"domain": {
|
||||
"label": "Domain"
|
||||
"threshold": {
|
||||
"label": "Threshold"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -485,46 +491,50 @@
|
||||
"roll": "Roll",
|
||||
"skill": "Skill"
|
||||
},
|
||||
"Perk": {
|
||||
"SpeciesTrait": {
|
||||
"FIELDS": {
|
||||
"level": {
|
||||
"label": "Level"
|
||||
"description": {
|
||||
"label": "Description"
|
||||
},
|
||||
"role": {
|
||||
"label": "Role"
|
||||
},
|
||||
"flavorText": {
|
||||
"label": "Flavor Text"
|
||||
"isAdvantage": {
|
||||
"label": "Provide advantage"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Tarot": {
|
||||
"FIELDS": {
|
||||
"bonus": {
|
||||
"label": "Bonus"
|
||||
},
|
||||
"description": {
|
||||
"label": "Description"
|
||||
},
|
||||
"orientation": {
|
||||
"label": "Orientation"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ToggleSheet": "Toggle Sheet",
|
||||
"Tooltip": {
|
||||
"addTalent" : "Add Talent",
|
||||
"addSkill" : "Add Skill",
|
||||
"addWeapon" : "Add Weapon",
|
||||
"addArmor" : "Add Armor",
|
||||
"addEquipment" : "Add Equipment",
|
||||
"addImplant" : "Add Implant",
|
||||
"addLanguage" : "Add Language",
|
||||
"addPsionic" : "Add Psionic",
|
||||
"addCreatureAbility" : "Add Creature Ability",
|
||||
"addCreatureTrait" : "Add Creature Trait",
|
||||
"addArmor": "Add Armor",
|
||||
"addCreatureAbility": "Add Creature Ability",
|
||||
"addCreatureTrait": "Add Creature Trait",
|
||||
"addEquipment": "Add Equipment",
|
||||
"addImplant": "Add Implant",
|
||||
"addLanguage": "Add Language",
|
||||
"addPsionic": "Add Psionic",
|
||||
"addSkill": "Add Skill",
|
||||
"addTalent": "Add Talent",
|
||||
"addWeapon": "Add Weapon",
|
||||
"damages": "Enter current damages suffered"
|
||||
},
|
||||
"Vehicle": {
|
||||
"FIELDS": {
|
||||
"tonnage": {
|
||||
"label": "Tonnage"
|
||||
},
|
||||
"agility": {
|
||||
"label": "Agility"
|
||||
},
|
||||
"force": {
|
||||
"label": "Force"
|
||||
"armor": {
|
||||
"label": "Armor"
|
||||
},
|
||||
"cargo": {
|
||||
"label": "Cargo"
|
||||
@@ -532,28 +542,34 @@
|
||||
"cost": {
|
||||
"label": "Cost"
|
||||
},
|
||||
"range": {
|
||||
"label": "Range"
|
||||
},
|
||||
"speed": {
|
||||
"label": "Speed"
|
||||
},
|
||||
"armor": {
|
||||
"label": "Armor"
|
||||
},
|
||||
"crew": {
|
||||
"label": "Crew"
|
||||
},
|
||||
"description": {
|
||||
"label": "Description"
|
||||
},
|
||||
"force": {
|
||||
"label": "Force"
|
||||
},
|
||||
"notes": {
|
||||
"label": "Notes"
|
||||
},
|
||||
"range": {
|
||||
"label": "Range"
|
||||
},
|
||||
"speed": {
|
||||
"label": "Speed"
|
||||
},
|
||||
"tonnage": {
|
||||
"label": "Tonnage"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Weapon": {
|
||||
"FIELDS": {
|
||||
"ammo": {
|
||||
"label": "Ammo"
|
||||
},
|
||||
"cost": {
|
||||
"label": "Cost"
|
||||
},
|
||||
@@ -563,29 +579,26 @@
|
||||
"description": {
|
||||
"label": "Description"
|
||||
},
|
||||
"subType": {
|
||||
"label": "Sub-Type"
|
||||
"properties": {
|
||||
"label": "Properties"
|
||||
},
|
||||
"range": {
|
||||
"label": "Range"
|
||||
},
|
||||
"properties": {
|
||||
"label": "Properties"
|
||||
},
|
||||
"ammo": {
|
||||
"label": "Ammo"
|
||||
"subType": {
|
||||
"label": "Sub-Type"
|
||||
},
|
||||
"weaponType": {
|
||||
"label": "Type"
|
||||
}
|
||||
},
|
||||
"Range": {
|
||||
"Handgun": "Handgun",
|
||||
"Assault": "Assault",
|
||||
"Handgun": "Handgun",
|
||||
"HeavyWeapon": "Heavy Weapon",
|
||||
"LongRange": "Long Range",
|
||||
"Melee": "Melee",
|
||||
"Rifle": "Rifle",
|
||||
"HeavyWeapon": "Heavy Weapon",
|
||||
"ThrownWeapon": "Thrown Weapon"
|
||||
},
|
||||
"Types": {
|
||||
@@ -605,15 +618,15 @@
|
||||
"vehicle": "Vehicle"
|
||||
},
|
||||
"Item": {
|
||||
"species-trait": "Species Trait",
|
||||
"armor": "Armor",
|
||||
"deal": "Deal",
|
||||
"equipment": "Equipment",
|
||||
"ritual": "Ritual",
|
||||
"malefica": "Malefica",
|
||||
"perk": "Perk",
|
||||
"weapon": "Weapon",
|
||||
"armor": "Armor",
|
||||
"ritual": "Ritual",
|
||||
"species-trait": "Species Trait",
|
||||
"tarot": "Tarot",
|
||||
"deal": "Deal"
|
||||
"weapon": "Weapon"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user