add special creature ability as item type
This commit is contained in:
parent
85defa7e44
commit
c422635d66
12 changed files with 121 additions and 24 deletions
|
@ -56,6 +56,8 @@
|
|||
"DS4.ItemTypeLanguagePlural": "Languages",
|
||||
"DS4.ItemTypeAlphabet": "Alphabet",
|
||||
"DS4.ItemTypeAlphabetPlural": "Alphabets",
|
||||
"DS4.ItemTypeSpecialCreatureAbility": "Special Creature Ability",
|
||||
"DS4.ItemTypeSpecialCreatureAbilityPlural": "Special Creature Abilities",
|
||||
"DS4.ArmorType": "Armor Type",
|
||||
"DS4.ArmorTypeAbbr": "AT",
|
||||
"DS4.ArmorMaterialType": "Material Type",
|
||||
|
@ -133,6 +135,7 @@
|
|||
"DS4.TalentRankTotal": "Total Ranks",
|
||||
"DS4.CharacterLanguageLanguages": "Languages",
|
||||
"DS4.CharacterLanguageAlphabets": "Alphabets",
|
||||
"DS4.SpecialCreatureAbilityExperiencePoints": "Experience Points",
|
||||
"DS4.CharacterProfileBiography": "Biography",
|
||||
"DS4.CharacterProfileGender": "Gender",
|
||||
"DS4.CharacterProfileBirthday": "Birthday",
|
||||
|
@ -162,6 +165,7 @@
|
|||
"DS4.CreatureBaseInfoExperiencePoints": "Experience Points",
|
||||
"DS4.CreatureBaseInfoDescription": "Description",
|
||||
"DS4.WarningManageActiveEffectOnOwnedItem": "Managing Active Effects within an Owned Item is not currently supported and will be added in a subsequent update.",
|
||||
"DS4.WarningActorCannotOwnItem": "The actor '{actorName}' of type '{actorType}' cannot own the item '{itemName}' of type '{itemType}'.",
|
||||
"DS4.ErrorDiceCritOverlap": "There's an overlap between Fumbles and Coups",
|
||||
"DS4.ErrorExplodingRecursionLimitExceeded": "Maximum recursion depth for exploding dice roll exceeded",
|
||||
"DS4.UnitRounds": "Rounds",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue