forked from GitHub-Mirrors/foundry-sw5e
Changes for 1.3.5
This commit is contained in:
parent
e2f002292b
commit
c0e71fe0f3
22 changed files with 102 additions and 68 deletions
11
lang/en.json
11
lang/en.json
|
@ -90,6 +90,7 @@
|
|||
"SW5E.AbilityUseRechargeHint": "This {type} is depleted and must be recharged!",
|
||||
"SW5E.AbilityUseUnavailableHint": "There are no uses of this item remaining!",
|
||||
"SW5E.AbilityUseUse": "Use Ability",
|
||||
"SW5E.AbilityUseConfig": "Usage Configuration",
|
||||
"SW5E.AbilityWis": "Wisdom",
|
||||
"SW5E.AbilityWisAbbr": "wis",
|
||||
"SW5E.AC": "AC",
|
||||
|
@ -351,6 +352,10 @@
|
|||
"SW5E.EffectsCategoryInactive": "Inactive Effects",
|
||||
"SW5E.EffectCreate": "Create Effect",
|
||||
"SW5E.EffectDelete": "Delete Effect",
|
||||
"SW5E.EffectTemporary": "Temporary Effects",
|
||||
"SW5E.EffectPassive": "Passive Effects",
|
||||
"SW5E.EffectInactive": "Inactive Effects",
|
||||
"SW5E.EffectNew": "New Effect",
|
||||
"SW5E.EffectEdit": "Edit Effect",
|
||||
"SW5E.Effects": "Effects",
|
||||
"SW5E.EffectToggle": "Toggle Effect",
|
||||
|
@ -387,6 +392,7 @@
|
|||
"SW5E.FeatureRechargeOn": "Recharge On",
|
||||
"SW5E.FeatureRechargeResult": "1d6 Result",
|
||||
"SW5E.Features": "Features",
|
||||
"SW5E.Feats": "Feats",
|
||||
"SW5E.FeatureUsage": "Feature Usage",
|
||||
"SW5E.FeatureType": "Feature Type",
|
||||
"SW5E.FeetAbbr": "ft.",
|
||||
|
@ -592,6 +598,7 @@
|
|||
"SW5E.ItemTypeConsumable": "Consumable",
|
||||
"SW5E.ItemTypeConsumablePl": "Consumables",
|
||||
"SW5E.ItemTypeContainer": "Container",
|
||||
"SW5E.ItemTypeBackpack": "Container",
|
||||
"SW5E.ItemTypeContainerPl": "Containers",
|
||||
"SW5E.ItemTypeDeployment": "Deployment",
|
||||
"SW5E.ItemTypeDeploymentPl": "Deployments",
|
||||
|
@ -753,6 +760,7 @@
|
|||
"SW5E.LongRestGritty": "Long Rest (7 days)",
|
||||
"SW5E.LongRestNormal": "Long Rest (8 hours)",
|
||||
"SW5E.LongRestOvernight": "Long Rest (New Day)",
|
||||
"SW5E.LongRestHint": "Take a long rest? On a long rest you will recover hit points, half your maximum hit dice, class resources, limited use item charges, and power points.",
|
||||
"SW5E.LongRestResult": "{name} takes a long rest.",
|
||||
"SW5E.LongRestResultFP": "{name} takes a long rest and recovers {force} Force Points.",
|
||||
"SW5E.LongRestResultFPHD": "{name} takes a long rest and recovers {force} Force Points and {dice} Hit Dice.",
|
||||
|
@ -786,6 +794,8 @@
|
|||
"SW5E.MovementTurn": "Turning",
|
||||
"SW5E.MovementUnits": "Units",
|
||||
"SW5E.MovementWalk": "Walk",
|
||||
"SW5E.NewDay": "Is New Day?",
|
||||
"SW5E.NewDayHint": "Recover limited use abilities which recharge \"per day\"?",
|
||||
"SW5E.Name": "Character Name",
|
||||
"SW5E.NoCharges": "No Charges",
|
||||
"SW5E.None": "None",
|
||||
|
@ -900,6 +910,7 @@
|
|||
"SW5E.ResourcePrimary": "Resource 1",
|
||||
"SW5E.ResourceSecondary": "Resource 2",
|
||||
"SW5E.ResourceTertiary": "Resource 3",
|
||||
"SW5E.Rest": "Rest",
|
||||
"SW5E.RestL": "L. Rest",
|
||||
"SW5E.RestS": "S. Rest",
|
||||
"SW5E.Ritual": "Ritual",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue