433 lines
9.2 KiB
JSON
433 lines
9.2 KiB
JSON
{
|
|
"TYPES": {
|
|
"Actor": {
|
|
"character": "Character",
|
|
"vehicle": "Vehicle",
|
|
"creature": "Creature",
|
|
"starship": "Starship"
|
|
},
|
|
"Item": {
|
|
"weapon": "Weapon",
|
|
"armor": "Armor",
|
|
"equipment": "Equipment",
|
|
"psionic": "Psionic",
|
|
"talent": "Talent",
|
|
"creature-trait": "Creature Trait",
|
|
"creature-ability": "Creature Ability",
|
|
"implant": "Implant",
|
|
"language": "Language"
|
|
}
|
|
},
|
|
"FTLNOMAD": {
|
|
"TechAge": {
|
|
"NoTech": "No Tech",
|
|
"EarlyPrimitive": "Early Primitive",
|
|
"LatePrimitive": "Late Primitive",
|
|
"EarlyMechanical": "Early Mechanical",
|
|
"LateMechanical": "Late Mechanical",
|
|
"EarlyAtomic": "Early Atomic",
|
|
"LateAtomic": "Late Atomic",
|
|
"EarlySpace" : "Early Space",
|
|
"LateSpace" : "Late Space",
|
|
"EarlyInterstellar" : "Early Interstellar",
|
|
"LateInterstellar" : "Late Interstellar",
|
|
"EarlyGalactic" : "Early Galactic",
|
|
"LateGalactic" : "Late Galactic",
|
|
"Cosmic" : "Cosmic"
|
|
},
|
|
"Character": {
|
|
"FIELDS": {
|
|
"concept": {
|
|
"label": "Concept"
|
|
},
|
|
"age": {
|
|
"label": "Age"
|
|
},
|
|
"gender": {
|
|
"label": "Gender"
|
|
},
|
|
"hair": {
|
|
"label": "Hair"
|
|
},
|
|
"eyes": {
|
|
"label": "Eyes"
|
|
},
|
|
"height": {
|
|
"label": "Height"
|
|
},
|
|
"home": {
|
|
"label": "Home"
|
|
},
|
|
"birthplace": {
|
|
"label": "Birthplace"
|
|
},
|
|
"skills:": {
|
|
"str": {
|
|
"label": "Strength"
|
|
},
|
|
"dex": {
|
|
"label": "Dexterity"
|
|
},
|
|
"int": {
|
|
"label": "Intelligence"
|
|
},
|
|
"pow": {
|
|
"label": "Power"
|
|
},
|
|
"con": {
|
|
"label": "Constitution"
|
|
},
|
|
"char": {
|
|
"label": "Charisma"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Creature": {
|
|
"FIELDS": {
|
|
"damageBonus": {
|
|
"label": "Dmg.Bonus"
|
|
},
|
|
"resources": {
|
|
"permanentRating": {
|
|
"label": "Permanent Rating"
|
|
},
|
|
"hand": {
|
|
"label": "Hand"
|
|
},
|
|
"stowed": {
|
|
"label": "Stowed"
|
|
},
|
|
"storage": {
|
|
"label": "Storage"
|
|
}
|
|
},
|
|
"biodata": {
|
|
"feature": {
|
|
"label": "Feature"
|
|
},
|
|
"adaptedToViolence": {
|
|
"label": "Adapted to violence"
|
|
},
|
|
"adaptedToHelplessness": {
|
|
"label": "Adapted to helplessness"
|
|
},
|
|
"harshness": {
|
|
"label": "Harshness"
|
|
},
|
|
"age": {
|
|
"label": "Age"
|
|
},
|
|
"gender": {
|
|
"label": "Gender"
|
|
},
|
|
"hair": {
|
|
"label": "Hair"
|
|
},
|
|
"eyes": {
|
|
"label": "Eyes"
|
|
},
|
|
"height": {
|
|
"label": "Height"
|
|
},
|
|
"home": {
|
|
"label": "Home"
|
|
},
|
|
"birthplace": {
|
|
"label": "Birthplace"
|
|
},
|
|
"label": "Biodata"
|
|
},
|
|
"characteristics:": {
|
|
"str": {
|
|
"label": "Strength"
|
|
},
|
|
"dex": {
|
|
"label": "Dexterity"
|
|
},
|
|
"int": {
|
|
"label": "Intelligence"
|
|
},
|
|
"pow": {
|
|
"label": "Power"
|
|
},
|
|
"con": {
|
|
"label": "Constitution"
|
|
},
|
|
"char": {
|
|
"label": "Charisma"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Skill": {
|
|
"Unnatural": "Unnatural",
|
|
"Melee": "Melee Weapons",
|
|
"Firearms": "Firearms",
|
|
"Athletics": "Athletics",
|
|
"UnarmedCombat": "Unarmed Combat",
|
|
"RangedWeapons": "Ranged Weapons",
|
|
"FirearmsBeams": "Firearms / Beam Weapons",
|
|
"FIELDS": {
|
|
"isAdversary": {
|
|
"label": "Adversary"
|
|
},
|
|
"settings": {
|
|
"label": "Settings era"
|
|
},
|
|
"diceEvolved": {
|
|
"label": "Can increase on failure"
|
|
},
|
|
"bonus" :{
|
|
"label": "Bonus"
|
|
},
|
|
"base": {
|
|
"label": "Base"
|
|
},
|
|
"rollFailed": {
|
|
"label": "Roll Failed"
|
|
},
|
|
"description": {
|
|
"label": "Description"
|
|
}
|
|
}
|
|
},
|
|
"Equipment": {
|
|
"FIELDS": {
|
|
"techAge": {
|
|
"label": "Tech Age"
|
|
},
|
|
"description": {
|
|
"label": "Description"
|
|
},
|
|
"enc": {
|
|
"label": "Enc"
|
|
},
|
|
"cost": {
|
|
"label": "Cost"
|
|
}
|
|
}
|
|
},
|
|
"Psionic": {
|
|
"FIELDS": {
|
|
"description": {
|
|
"label": "Description"
|
|
},
|
|
"isAdvantage" :{
|
|
"label": "Provide advantage"
|
|
}
|
|
}
|
|
},
|
|
"Weapon": {
|
|
"Types": {
|
|
"Melee": "Melee",
|
|
"Projectile": "Projectile",
|
|
"Energy": "Energy",
|
|
"Heavy": "Heavy",
|
|
"Grenade": "Grenade/Explosive",
|
|
"Vehicle": "Vehicle"
|
|
},
|
|
"Range": {
|
|
"Melee": "Melee",
|
|
"Handgun": "Handgun",
|
|
"Rifle": "Rifle",
|
|
"LongRange": "Long Range"
|
|
},
|
|
"FIELDS": {
|
|
"techAge": {
|
|
"label": "Tech Age"
|
|
},
|
|
"rangeType": {
|
|
"label": "Range"
|
|
},
|
|
"weaponType": {
|
|
"label": "Type"
|
|
},
|
|
"damage": {
|
|
"label": "Damage"
|
|
},
|
|
"enc": {
|
|
"label": "Enc"
|
|
},
|
|
"cost": {
|
|
"label": "Cost"
|
|
},
|
|
"description": {
|
|
"label": "Description"
|
|
}
|
|
}
|
|
},
|
|
"Armor": {
|
|
"FIELDS": {
|
|
"techAge": {
|
|
"label": "Tech Age"
|
|
},
|
|
"protection": {
|
|
"label": "Protection"
|
|
},
|
|
"description": {
|
|
"label": "Description"
|
|
},
|
|
"enc": {
|
|
"label": "Enc"
|
|
},
|
|
"cost": {
|
|
"label": "Cost"
|
|
}
|
|
}
|
|
},
|
|
"Language": {
|
|
"FIELDS": {
|
|
"description": {
|
|
"label": "Description"
|
|
}
|
|
}
|
|
},
|
|
"Vehicle": {
|
|
"FIELDS": {
|
|
"description": {
|
|
"label": "Description"
|
|
},
|
|
"notes": {
|
|
"label": "Notes"
|
|
},
|
|
"surfaceSpeed": {
|
|
"label": "Surface Speed"
|
|
},
|
|
"airSpeed": {
|
|
"label": "Air Speed"
|
|
},
|
|
"armor": {
|
|
"label": "Armor"
|
|
},
|
|
"settings": {
|
|
"label": "Settings era"
|
|
},
|
|
"crew": {
|
|
"label": "Crew"
|
|
},
|
|
"state": {
|
|
"label": "State"
|
|
}
|
|
}
|
|
},
|
|
"CreatureTrait": {
|
|
"FIELDS": {
|
|
"description": {
|
|
"label": "Description"
|
|
},
|
|
"isAdvantage": {
|
|
"label": "Provide advantage"
|
|
}
|
|
}
|
|
},
|
|
"CreatureAbility": {
|
|
"FIELDS": {
|
|
"description": {
|
|
"label": "Description"
|
|
},
|
|
"isAdvantage": {
|
|
"label": "Provide advantage"
|
|
}
|
|
}
|
|
},
|
|
"Implant": {
|
|
"FIELDS": {
|
|
"techAge": {
|
|
"label": "Tech Age"
|
|
},
|
|
"description": {
|
|
"label": "Description"
|
|
},
|
|
"enc": {
|
|
"label": "Enc"
|
|
},
|
|
"cost": {
|
|
"label": "Cost"
|
|
}
|
|
}
|
|
},
|
|
"Starship": {
|
|
"FIELDS": {
|
|
"value": {
|
|
"label": "Value"
|
|
},
|
|
"description": {
|
|
"label": "Description"
|
|
}
|
|
}
|
|
},
|
|
"Talent": {
|
|
"FIELDS": {
|
|
"isAdvantage": {
|
|
"label": "Provide advantage"
|
|
},
|
|
"description": {
|
|
"label": "Description"
|
|
}
|
|
}
|
|
},
|
|
"Label": {
|
|
"creature": "Creature",
|
|
"Unarmed": "Unarmed",
|
|
"multiplier": "Multiplier",
|
|
"Vehicle": "Vehicle",
|
|
"titleSkill": "Skill Roll",
|
|
"titleWeapon": "Weapon Roll",
|
|
"biodata": "Biodata",
|
|
"skill": "Skill",
|
|
"modifier": "Modifier",
|
|
"rollView": "Roll View",
|
|
"character": "Character",
|
|
"description": "Description",
|
|
"total": "Total",
|
|
"skills": "Skills",
|
|
"damage": "Damage",
|
|
"armor": "Armor",
|
|
"malus": "Malus",
|
|
"experience": "Experience",
|
|
"maximum": "Maximum",
|
|
"equipment": "Equipment",
|
|
"biography": "Biography",
|
|
"notes": "Notes",
|
|
"weapons": "Weapons",
|
|
"HP": "HP",
|
|
"current": "Current",
|
|
"max": "Max",
|
|
"totalScore": "Total Score",
|
|
"skillRoll": "Skill Roll",
|
|
"finalScore": "Final Score",
|
|
"failure": "Failure",
|
|
"success": "Success",
|
|
"criticalSuccess": "Critical Success",
|
|
"criticalFailure": "Critical Failure",
|
|
"targetScore": "Target Score",
|
|
"armors": "Armors",
|
|
"psionics": "Psionics",
|
|
"talents": "Talents",
|
|
"languages": "Languages",
|
|
"damageShort": "Dmg",
|
|
"status": "Status",
|
|
"newWeapon": "New Weapon",
|
|
"newArmor": "New Armor"
|
|
},
|
|
"Edit": "Edit",
|
|
"Delete": "Delete",
|
|
"ToggleSheet": "Toggle Sheet",
|
|
"Warning": { },
|
|
"Dialog": {
|
|
},
|
|
"Roll": {
|
|
"skill": "Skill",
|
|
"roll": "Roll",
|
|
"cancel": "Cancel"
|
|
},
|
|
"Tooltip": {
|
|
},
|
|
"Chat": {
|
|
},
|
|
"Notifications": {
|
|
}
|
|
}
|
|
}
|