Add availability to weapon sheet

This commit is contained in:
Johannes Loher 2020-10-29 17:48:56 +01:00
parent 3dd459660e
commit 1437dd6ee1
6 changed files with 38 additions and 6 deletions

View file

@ -11,5 +11,11 @@
"DS4.AttackTypeRanged": "Ranged",
"DS4.AttackTypeMeleeRanged": "Melee / Ranged",
"DS4.Quantity": "Quantity",
"DS4.PriceGold": "Price (Gold)"
"DS4.PriceGold": "Price (Gold)",
"DS4.ItemAvailability": "Availability",
"DS4.ItemAvailabilityHamlet": "Hamlet",
"DS4.ItemAvailabilityVilage": "Village",
"DS4.ItemAvailabilityCity": "City",
"DS4.ItemAvailabilityElves": "Elves",
"DS4.ItemAvailabilityDwarves": "Dwarves"
}