Gesina Schwalbe
29d34daa9a
Additions: - added equipped checkbox to item sheet - added item owner to item properties list - added some translations - added some TODOs Changes: - item properties owner, equipped, quantity, storageLocation are only shown if item is owned by an actor - moved item properties price and availability to details tab - shortened ItemEquipped translation - added item.actor and item.isOwned property values to data returned from DS4ItemSheet.getData (properties aren't accessible in Handlebars)
59 lines
2.2 KiB
JSON
59 lines
2.2 KiB
JSON
{
|
|
"DS4.UserInteractionAddItem": "Add item",
|
|
"DS4.Description": "Description",
|
|
"DS4.DescriptionAbbr": "Desc",
|
|
"DS4.Details": "Details",
|
|
"DS4.Effects": "Effects",
|
|
"DS4.AttackType": "Attack Type",
|
|
"DS4.AttackTypeAbbr": "AT",
|
|
"DS4.WeaponBonus": "Weapon Bonus",
|
|
"DS4.WeaponBonusAbbr": "WB",
|
|
"DS4.OpponentDefense": "Opponent Defense",
|
|
"DS4.OpponentDefenseAbbr": "OD",
|
|
"DS4.AttackTypeMelee": "Melee",
|
|
"DS4.AttackTypeRanged": "Ranged",
|
|
"DS4.AttackTypeMeleeRanged": "Melee / Ranged",
|
|
"DS4.Quantity": "Quantity",
|
|
"DS4.PriceGold": "Price (Gold)",
|
|
"DS4.StorageLocation": "Stored at",
|
|
"DS4.ItemEquipped": "Equipped?",
|
|
"DS4.ItemOwner": "Owner",
|
|
"DS4.ItemAvailability": "Availability",
|
|
"DS4.ItemAvailabilityHamlet": "Hamlet",
|
|
"DS4.ItemAvailabilityVilage": "Village",
|
|
"DS4.ItemAvailabilityCity": "City",
|
|
"DS4.ItemAvailabilityElves": "Elves",
|
|
"DS4.ItemAvailabilityDwarves": "Dwarves",
|
|
"DS4.ItemAvailabilityUnset": "Unset",
|
|
"DS4.ItemAvailabilityNowhere": "Nowhere",
|
|
"DS4.ItemName": "Name",
|
|
"DS4.ItemTypeWeapon": "Weapon",
|
|
"DS4.ItemTypeArmor": "Armor",
|
|
"DS4.ItemTypeShield": "Shield",
|
|
"DS4.ItemTypeTrinket": "Trinket",
|
|
"DS4.ItemTypeEquipment": "Equipment",
|
|
"DS4.ArmorType": "Armor Type",
|
|
"DS4.ArmorTypeAbbr": "AT",
|
|
"DS4.ArmorMaterialType": "Material Type",
|
|
"DS4.ArmorMaterialTypeAbbr": "Mat.",
|
|
"DS4.ArmorValue": "Armor Value",
|
|
"DS4.ArmorValueAbbr": "AV",
|
|
"DS4.ArmorTypeBody": "Body",
|
|
"DS4.ArmorTypeBodyAbbr": "Body",
|
|
"DS4.ArmorTypeHelmet": "Helmet",
|
|
"DS4.ArmorTypeHelmetAbbr": "Helm",
|
|
"DS4.ArmorTypeVambrace": "Vambrace",
|
|
"DS4.ArmorTypeVambraceAbbr": "Vambr",
|
|
"DS4.ArmorTypeGreaves": "Greaves",
|
|
"DS4.ArmorTypeGreavesAbbr": "Greav",
|
|
"DS4.ArmorTypeVambraceGreaves": "Vambrace + Greaves",
|
|
"DS4.ArmorTypeVambraceGreavesAbbr": "V+G",
|
|
"DS4.ArmorMaterialTypeCloth": "Cloth",
|
|
"DS4.ArmorMaterialTypeClothAbbr": "Cloth",
|
|
"DS4.ArmorMaterialTypeLeather": "Leather",
|
|
"DS4.ArmorMaterialTypeLeatherAbbr": "Leath",
|
|
"DS4.ArmorMaterialTypeChain": "Chain",
|
|
"DS4.ArmorMaterialTypeChainAbbr": "Chain",
|
|
"DS4.ArmorMaterialTypePlate": "Plate",
|
|
"DS4.ArmorMaterialTypePlateAbbr": "Plate"
|
|
}
|