forked from GitHub-Mirrors/foundry-sw5e
SotG Update #1.1 (Quick Fixes)
^ Updates entity.js and starship.js to fix drag-and-drop and NaN errors and prepare for Starship Features. ^ Updates en.json, config.js, sw5e.js, and template.json to prepare for Starship Features.
This commit is contained in:
parent
c793949b37
commit
f393670528
6 changed files with 25 additions and 8 deletions
|
@ -19,7 +19,10 @@
|
|||
"ITEM.TypeLoot": "Loot",
|
||||
"ITEM.TypePower": "Power",
|
||||
"ITEM.TypeSpecies": "Species",
|
||||
"ITEM.TypeStarshipfeature": "Starship Feature",
|
||||
"ITEM.TypeStarshipfeaturePl": "Starship Features",
|
||||
"ITEM.TypeStarshipmod": "Starship Modification",
|
||||
"ITEM.TypeStarshipmodPl": "Starship Modifications",
|
||||
"ITEM.TypeTool": "Tool",
|
||||
"ITEM.TypeVenture": "Venture",
|
||||
"ITEM.TypeWeapon": "Weapon",
|
||||
|
@ -830,6 +833,7 @@
|
|||
"SW5E.Reaction": "Reaction",
|
||||
"SW5E.ReactionPl": "Reactions",
|
||||
"SW5E.Recharge": "Recharge",
|
||||
"SW5E.Refitting": "Refitting",
|
||||
"SW5E.RegenerationRateCoefficient": "Regeneration Rate Coefficient",
|
||||
"SW5E.RequiredMaterials": "Required Materials",
|
||||
"SW5E.Requirements": "Requirements",
|
||||
|
@ -927,6 +931,8 @@
|
|||
"SW5E.StarshipArmorandShieldProps": "Starship Armor & Shield Properties",
|
||||
"SW5E.StarshipEquipment": "Starship Equipment",
|
||||
"SW5E.StarshipEquipmentProps": "Starship Equipment Properties",
|
||||
"SW5E.StarshipfeaturePl": "Starship Features",
|
||||
"SW5E.StarshipmodPl": "Starship Modifications",
|
||||
"SW5E.StarshipSkillAst": "Astrogation",
|
||||
"SW5E.StarshipSkillBst": "Boost",
|
||||
"SW5E.StarshipSkillDat": "Data",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue