Various items fixes and enhancements
This commit is contained in:
+25
-1
@@ -300,6 +300,18 @@
|
||||
},
|
||||
"money": {
|
||||
"label": "Money unit"
|
||||
},
|
||||
"isKit": {
|
||||
"label": "Is Kit?"
|
||||
},
|
||||
"passive": {
|
||||
"label": "Passive Name"
|
||||
},
|
||||
"passiveDescription": {
|
||||
"label": "Passive Description"
|
||||
},
|
||||
"specialActivations": {
|
||||
"label": "Special Activations"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -493,6 +505,7 @@
|
||||
"encumbranceLoad": "Encumbrance Load",
|
||||
"isHelmet": "Is Helmet?",
|
||||
"equipped": "Equipped?",
|
||||
"isImplement": "Is Implement?",
|
||||
"armorPassive": "Armor Passive",
|
||||
"passiveName": "Passive Name",
|
||||
"passiveDescription": "Passive Description",
|
||||
@@ -517,13 +530,22 @@
|
||||
"hands": "Hands Required",
|
||||
"groupPassive": "Weapon Group Passive",
|
||||
"groupPassiveName": "Group Passive Name",
|
||||
"weaponPassive": "Weapon Passive",
|
||||
"weaponPassives": "Weapon Passives",
|
||||
"addPassive": "Add Passive",
|
||||
"deletePassive": "Delete Passive",
|
||||
"weaponManeuvers": "Weapon Maneuvers",
|
||||
"addManeuver": "Add Maneuver",
|
||||
"deleteManeuver": "Delete Maneuver",
|
||||
"maneuverName": "Maneuver Name",
|
||||
"maneuverDescription": "Maneuver Description",
|
||||
"weaponAugment": "Weapon Augment",
|
||||
"isKit": "Is Kit?",
|
||||
"kitPassive": "Kit Passive",
|
||||
"specialActivations": "Special Activations",
|
||||
"addSpecialActivation": "Add Special Activation",
|
||||
"deleteSpecialActivation": "Delete Special Activation",
|
||||
"activationName": "Activation Name",
|
||||
"activationDescription": "Activation Description",
|
||||
"shieldType": "Shield Type",
|
||||
"blockAPC": "Block APC",
|
||||
"shieldRating": "Shield Rating (SR)",
|
||||
@@ -686,6 +708,8 @@
|
||||
"violet": "Violet"
|
||||
},
|
||||
"Hint": {
|
||||
"noPassives": "No passives defined. Click the + button to add one.",
|
||||
"noSpecialActivations": "No special activations defined. Click the + button to add one.",
|
||||
"noManeuvers": "No maneuvers defined. Click the + button to add one.",
|
||||
"isCoreSkill": "Check this if this is your character's chosen Core Skill",
|
||||
"attributeBonus": "Choose which attribute receives the +2 bonus",
|
||||
|
||||
Reference in New Issue
Block a user