diff --git a/lang/en.json b/lang/en.json index ca093ff..7123952 100644 --- a/lang/en.json +++ b/lang/en.json @@ -55,6 +55,7 @@ "BITD.LessEffect": "Less Effect", "BITD.Description": "Description", "BITD.Loadout": "Loadout", + "BITD.Load": "Load", "BITD.CrewType": "Crew Type", "BITD.FactionType": "Faction Type", "BITD.Price": "Price", @@ -193,6 +194,9 @@ "BITD.AddAbility": "Add Ability", "BITD.AddItem": "Add Item", + "BITD.Uses": "No. of Uses", + "BITD.NumberAvailable": "Number Available", + "BITD.AdditionalInfo": "Additional Information", "BITD.Position": "Position", "BITD.Effect": "Effect", diff --git a/template.json b/template.json index 781092b..06c784d 100644 --- a/template.json +++ b/template.json @@ -257,7 +257,10 @@ "templates": ["default", "logic", "activatedEffect"], "class": "", "load": 0, - "equipped" : false + "uses": 1, + "additional_info": "", + "equipped" : false, + "num_available": 1 }, "class": { "templates": ["default", "logic", "activatedEffect"], diff --git a/templates/items/item.html b/templates/items/item.html index 4085171..bfec2dc 100644 --- a/templates/items/item.html +++ b/templates/items/item.html @@ -13,9 +13,15 @@ + + + + + + {{#if isGM}} -
{{localize "BITD.Logic"}}
- + +
{{localize "BITD.Effects"}}
{{> "systems/blades-in-the-dark/templates/parts/active-effects.html"}}
{{/if}}