Implements inventory system, wip
This commit is contained in:
+8
-3
@@ -940,12 +940,16 @@
|
||||
"addContainer": "Add container",
|
||||
"addRacialAbility": "Add racial ability",
|
||||
"addAbility": "Add ability",
|
||||
"excessBurden": "Equipped burden exceeds max — excess reduces Movement Rating"
|
||||
"excessBurden": "Equipped burden exceeds max — excess reduces Movement Rating",
|
||||
"assignToContainer": "Assign to container",
|
||||
"removeFromContainer": "Remove from container",
|
||||
"packBurden": "Pack Burden"
|
||||
},
|
||||
"RollSavingThrow": "Roll Saving Throw",
|
||||
"Dialog": {
|
||||
"useConsumable": "Use Consumable",
|
||||
"useConsumableContent": "Use one charge of <strong>{name}</strong>? ({uses} remaining)"
|
||||
"useConsumableContent": "Use one charge of <strong>{name}</strong>? ({uses} remaining)",
|
||||
"assignToContainer": "Assign to Container"
|
||||
},
|
||||
"Message": {
|
||||
"selectCoreSkill": "You must select a Core Skill for your character. Each character chooses one Core Skill at creation.",
|
||||
@@ -957,7 +961,8 @@
|
||||
"noWeapons": "No weapons",
|
||||
"noArmor": "No armor or shields",
|
||||
"noKits": "No kits",
|
||||
"noEquipment": "No equipment"
|
||||
"noEquipment": "No equipment",
|
||||
"noStoredItems": "Nothing stored"
|
||||
},
|
||||
"Miracle": {
|
||||
"FIELDS": {
|
||||
|
||||
Reference in New Issue
Block a user