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
|
@ -224,7 +224,9 @@ SW5E.limitedUsePeriods = {
|
|||
"sr": "SW5E.ShortRest",
|
||||
"lr": "SW5E.LongRest",
|
||||
"day": "SW5E.Day",
|
||||
"charges": "SW5E.Charges"
|
||||
"charges": "SW5E.Charges",
|
||||
"recharge": "SW5E.Recharge",
|
||||
"refitting": "SW5E.Refitting"
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue