First iteration over items
This commit is contained in:
+150
-10
@@ -285,11 +285,8 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"Gift": {
|
||||
"RacialAbility": {
|
||||
"FIELDS": {
|
||||
"cost": {
|
||||
"label": "Cost"
|
||||
},
|
||||
"description": {
|
||||
"label": "Description"
|
||||
}
|
||||
@@ -321,6 +318,7 @@
|
||||
"grantedDefenseDice": "Granted defense",
|
||||
"damageResistance": "Damage resistance",
|
||||
"damageResistanceShort": "DR",
|
||||
"damageReduction": "Damage Reduction",
|
||||
"stealth": "Stealth",
|
||||
"progressionDice": "Progression/Lethargy dice",
|
||||
"rollProgressionCount": "Roll progression count",
|
||||
@@ -377,7 +375,7 @@
|
||||
"dex": "DEX",
|
||||
"equipment": "Equipment",
|
||||
"experience": "Experience",
|
||||
"gifts": "Gifts",
|
||||
"racialAbilities": "Racial Abilities",
|
||||
"grit": "Grit",
|
||||
"gritEarned": "Grit earned",
|
||||
"int": "INT",
|
||||
@@ -496,6 +494,9 @@
|
||||
"range": "Range",
|
||||
"reloadAPC": "Reload APC",
|
||||
"bonuses": "Bonuses",
|
||||
"attackBonus": "Attack Bonus",
|
||||
"damageBonus": "Damage Bonus",
|
||||
"hands": "Hands Required",
|
||||
"groupPassive": "Weapon Group Passive",
|
||||
"groupPassiveName": "Group Passive Name",
|
||||
"weaponPassive": "Weapon Passive",
|
||||
@@ -531,11 +532,51 @@
|
||||
"areaAffected": "Area Affected",
|
||||
"savingThrow": "Saving Throw",
|
||||
"keywords": "Keywords",
|
||||
"targets": "Targets",
|
||||
"resolve": "Resolve",
|
||||
"miracleType": "Miracle Type",
|
||||
"faithCost": "Faith Cost",
|
||||
"divineFavor": "Divine Favor",
|
||||
"miracleAugment": "Miracle Augment",
|
||||
"prayerTime": "Prayer Time"
|
||||
"prayerTime": "Prayer Time",
|
||||
"basicInformation": "Basic Information",
|
||||
"racialPassive": "Racial Passive",
|
||||
"racialPassiveName": "Racial Passive Name",
|
||||
"subrace": "Sub-race",
|
||||
"subraceName": "Sub-race Name",
|
||||
"subraceAbility": "Sub-race Ability",
|
||||
"subraceAbilityName": "Sub-race Ability Name",
|
||||
"senses": "Senses",
|
||||
"size": "Size",
|
||||
"sizeSmall": "Small",
|
||||
"sizeMedium": "Medium",
|
||||
"sizeLarge": "Large",
|
||||
"ageCategory": "Age Category",
|
||||
"ageShort": "Short",
|
||||
"ageMedium": "Medium",
|
||||
"ageLong": "Long",
|
||||
"language": "Language",
|
||||
"classInformation": "Class Information",
|
||||
"archetype": "Archetype",
|
||||
"archetypeFaith": "Faith",
|
||||
"archetypeMana": "Mana",
|
||||
"archetypeWanderer": "Wanderer",
|
||||
"archetypeWarrior": "Warrior",
|
||||
"classType": "Class Type",
|
||||
"classTypeCore": "Core Class",
|
||||
"classTypeContinental": "Continental Class",
|
||||
"continent": "Continent",
|
||||
"classLevel": "Class Level",
|
||||
"proficiencies": "Proficiencies",
|
||||
"weaponProficiencies": "Weapon Proficiencies",
|
||||
"armorProficiencies": "Armor Proficiencies",
|
||||
"spellcasting": "Spellcasting",
|
||||
"hasSpellcasting": "Has Spellcasting",
|
||||
"spellcastingType": "Spellcasting Type",
|
||||
"spellcastingTypeMana": "Mana",
|
||||
"spellcastingTypeFaith": "Faith",
|
||||
"attributeBonuses": "Attribute Bonuses",
|
||||
"classFeatures": "Class Features"
|
||||
},
|
||||
"CoreSkill": {
|
||||
"acrobatics": "Acrobatics",
|
||||
@@ -629,7 +670,8 @@
|
||||
"attributeBonus": "Choose which attribute receives the +2 bonus",
|
||||
"advancedChecks": "Only Core Skills allow advanced checks",
|
||||
"spellAscension": "Spell Ascension increases mana cost and APC by +1 per level",
|
||||
"groupPassive": "Passive ability from weapon group (auto-filled)"
|
||||
"groupPassive": "Passive ability from weapon group (auto-filled)",
|
||||
"classLevel": "Current progression level in this class (1-10)"
|
||||
},
|
||||
"Tooltip": {
|
||||
"coreSkill": "Your character's chosen Core Skill provides +5 to basic checks and access to advanced checks",
|
||||
@@ -637,7 +679,8 @@
|
||||
"advancedChecks": "Advanced checks are only available for your Core Skill",
|
||||
"addEquipment": "New equipment",
|
||||
"addSpell": "New spells",
|
||||
"skill": "Skills list"
|
||||
"skill": "Skills list",
|
||||
"racialAbilities": "Racial Abilities from your character's race and sub-race"
|
||||
},
|
||||
"Message": {
|
||||
"selectCoreSkill": "You must select a Core Skill for your character. Each character chooses one Core Skill at creation."
|
||||
@@ -1041,6 +1084,101 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"Race": {
|
||||
"Size": {
|
||||
"small": "Small",
|
||||
"medium": "Medium",
|
||||
"large": "Large"
|
||||
},
|
||||
"AgeCategory": {
|
||||
"short": "Short",
|
||||
"medium": "Medium",
|
||||
"long": "Long"
|
||||
},
|
||||
"FIELDS": {
|
||||
"senses": {
|
||||
"label": "Senses"
|
||||
},
|
||||
"size": {
|
||||
"label": "Size"
|
||||
},
|
||||
"ageCategory": {
|
||||
"label": "Age Category"
|
||||
},
|
||||
"language": {
|
||||
"label": "Language"
|
||||
},
|
||||
"racialPassive": {
|
||||
"label": "Racial Passive Name"
|
||||
},
|
||||
"racialPassiveDescription": {
|
||||
"label": "Racial Passive Description"
|
||||
},
|
||||
"subrace": {
|
||||
"label": "Sub-race"
|
||||
},
|
||||
"subraceAbility": {
|
||||
"label": "Sub-race Ability Name"
|
||||
},
|
||||
"subraceAbilityDescription": {
|
||||
"label": "Sub-race Ability Description"
|
||||
},
|
||||
"notes": {
|
||||
"label": "Notes"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Class": {
|
||||
"Archetype": {
|
||||
"faith": "Faith",
|
||||
"mana": "Mana",
|
||||
"wanderer": "Wanderer",
|
||||
"warrior": "Warrior"
|
||||
},
|
||||
"ClassType": {
|
||||
"core": "Core Class",
|
||||
"continental": "Continental Class"
|
||||
},
|
||||
"SpellcastingType": {
|
||||
"mana": "Mana",
|
||||
"faith": "Faith"
|
||||
},
|
||||
"FIELDS": {
|
||||
"archetype": {
|
||||
"label": "Archetype"
|
||||
},
|
||||
"classType": {
|
||||
"label": "Class Type"
|
||||
},
|
||||
"continent": {
|
||||
"label": "Continent"
|
||||
},
|
||||
"level": {
|
||||
"label": "Class Level"
|
||||
},
|
||||
"weaponProficiencies": {
|
||||
"label": "Weapon Proficiencies"
|
||||
},
|
||||
"armorProficiencies": {
|
||||
"label": "Armor Proficiencies"
|
||||
},
|
||||
"spellcasting": {
|
||||
"label": "Has Spellcasting"
|
||||
},
|
||||
"spellcastingType": {
|
||||
"label": "Spellcasting Type"
|
||||
},
|
||||
"attributeBonuses": {
|
||||
"label": "Attribute Bonuses"
|
||||
},
|
||||
"notes": {
|
||||
"label": "Notes"
|
||||
},
|
||||
"features": {
|
||||
"label": "Class Features"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"TYPES": {
|
||||
@@ -1051,14 +1189,16 @@
|
||||
"Item": {
|
||||
"armor": "Armor",
|
||||
"equipment": "Equipment",
|
||||
"gift": "Gift",
|
||||
"racial-ability": "Racial Ability",
|
||||
"miracle": "Miracle",
|
||||
"save": "Save",
|
||||
"shield": "Shield",
|
||||
"skill": "Skill",
|
||||
"spell": "Spell",
|
||||
"vulnerability": "Vulnerability",
|
||||
"weapon": "Weapon"
|
||||
"weapon": "Weapon",
|
||||
"race": "Race",
|
||||
"class": "Class"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user