forked from GitHub-Mirrors/foundry-sw5e
Update to dnd 0.98 Core with some fixes
Updated to 0.98 core for 0.7.x compatability (untested) Class Skills are pulling in automatically on class item drop to character sheet. TODO: Expand automated skill drop for Archetypes KNOWN ISSUE: init.value is being converted to a string causing some NaN errors on the html. Initiative was changed to a number instead of a string in 0.98 likely some place is assuming it is still a string. I had to use Number() on the value because it was forcing other vales to be a string because the value is "". Maybe someone can fix this
This commit is contained in:
parent
4bed1d1869
commit
44312146a7
132 changed files with 748 additions and 1010 deletions
17
lang/en.json
17
lang/en.json
|
@ -64,6 +64,7 @@
|
|||
"SW5E.AlignmentNL": "Neutral Light",
|
||||
"SW5E.AlignmentBN": "Balanced Neutral",
|
||||
"SW5E.Archetypes": "Archetypes",
|
||||
"SW5E.Appearance": "Appearance",
|
||||
"SW5E.ArmorClass": "Armor Class",
|
||||
"SW5E.AC": "AC",
|
||||
"SW5E.ArmorProperties": "Armor Properties",
|
||||
|
@ -104,6 +105,7 @@
|
|||
"SW5E.Attuned": "Attuned",
|
||||
"SW5E.Background": "Background",
|
||||
"SW5E.Biography": "Biography",
|
||||
"SW5E.Bonds": "Bonds",
|
||||
"SW5E.BonusAbilityCheck": "Global Ability Check Bonus",
|
||||
"SW5E.BonusAbilitySave": "Global Saving Throw Bonus",
|
||||
"SW5E.BonusAbilitySkill": "Global Skill Check Bonus",
|
||||
|
@ -176,7 +178,8 @@
|
|||
"SW5E.ConsumableMedpac": "Medpac",
|
||||
"SW5E.ConsumableTrinket": "Trinket",
|
||||
"SW5E.ConsumableTechnology": "Technology",
|
||||
"SW5E.ConsumableAmmunition": "Ammunition",
|
||||
"SW5E.ConsumableForce": "Force Points",
|
||||
"SW5E.ConsumableTech": "Tech Points",
|
||||
"SW5E.ConsumableUseWarnStart": "This consumable has",
|
||||
"SW5E.ConsumableUseWarnEnd": "of the current unit",
|
||||
"SW5E.ConsumableUnitWarn": "units remaining",
|
||||
|
@ -230,6 +233,7 @@
|
|||
"SW5E.DistSelf": "Self",
|
||||
"SW5E.DistTouch": "Touch",
|
||||
"SW5E.Duration": "Duration",
|
||||
"SW5E.Effects": "Effects",
|
||||
"SW5E.EquipmentBonus": "Magical Bonus",
|
||||
"SW5E.EquipmentClothing": "Clothing",
|
||||
"SW5E.EquipmentHeavy": "Heavy Armor",
|
||||
|
@ -244,9 +248,13 @@
|
|||
"SW5E.Exhaustion": "Exhaustion",
|
||||
"SW5E.Expertise": "Expertise",
|
||||
"SW5E.FeatureActionRecharge": "Action Recharge",
|
||||
"SW5E.Flaws": "Flaws",
|
||||
|
||||
"SW5E.ItemTypeArchetype": "Archetype",
|
||||
"SW5E.ItemTypeClass": "Class",
|
||||
"SW5E.ItemTypeClassPl": "Class Levels",
|
||||
"SW5E.ItemTypeClassFeat": "Class Feature",
|
||||
"SW5E.ItemTypeClassFeats": "Class Features",
|
||||
"SW5E.ItemTypeConsumable": "Consumable",
|
||||
"SW5E.ItemTypeConsumablePl": "Consumables",
|
||||
"SW5E.ItemTypeContainer": "Container",
|
||||
|
@ -319,6 +327,7 @@
|
|||
"SW5E.HitDiceRoll": "Roll Hit Dice",
|
||||
"SW5E.HitDiceUsed": "Hit Dice Used",
|
||||
"SW5E.HitDiceWarn": "{name} has no available {formula} Hit Dice remaining!",
|
||||
"SW5E.Ideals": "Ideals",
|
||||
"SW5E.Identified": "Identified",
|
||||
"SW5E.Initiative": "Initiative",
|
||||
"SW5E.Inspiration": "Inspiration",
|
||||
|
@ -497,6 +506,7 @@
|
|||
"SW5E.OtherFormula": "Other Formula",
|
||||
"SW5E.PactMagic": "Pact Magic",
|
||||
"SW5E.Passive": "Passive",
|
||||
"SW5E.PersonalityTraits": "Personality Traits",
|
||||
"SW5E.PlaceTemplate": "Place Measured Template",
|
||||
"SW5E.Polymorph": "Polymorph",
|
||||
"SW5E.PolymorphAcceptSettings": "Custom Settings",
|
||||
|
@ -519,8 +529,9 @@
|
|||
"SW5E.PolymorphTokens": "Transform all linked tokens?",
|
||||
"SW5E.PolymorphWarn": "You are not allowed to polymorph this actor!",
|
||||
"SW5E.PolymorphWildShape": "Wild Shape",
|
||||
"SW5E.Prepared": "Known",
|
||||
"SW5E.Prepared": "Prepared",
|
||||
"SW5E.Concentrate": "Concentrate",
|
||||
"SW5E.Concentrated": "Concentrate",
|
||||
"SW5E.Price": "Price",
|
||||
"SW5E.Proficiency": "Proficiency",
|
||||
"SW5E.Proficient": "Proficient",
|
||||
|
@ -640,6 +651,8 @@
|
|||
"SW5E.PowerPrepInnate": "Innate Powercasting",
|
||||
"SW5E.PowerPrepPrepared": "Prepared",
|
||||
"SW5E.PowerPrepAlways": "Always Prepared",
|
||||
"SW5E.PowerPreparationMode": "Power Preparation Mode",
|
||||
"SW5E.PowerPrepared": "Prepared",
|
||||
"SW5E.PowerConcentrationMode": "Power Concentration Mode",
|
||||
"SW5E.PowerConcentrating": "Concentrating",
|
||||
"SW5E.PowerProgArt": "Artificer",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue