forked from GitHub-Mirrors/foundry-sw5e
More update on Concentrate
This commit is contained in:
parent
53e2cfa7f1
commit
873e5f961f
2 changed files with 2 additions and 2 deletions
|
@ -344,7 +344,7 @@
|
||||||
"SW5E.PolymorphTmpClass": "Temporary Class",
|
"SW5E.PolymorphTmpClass": "Temporary Class",
|
||||||
"SW5E.PolymorphTokens": "Transform all linked tokens?",
|
"SW5E.PolymorphTokens": "Transform all linked tokens?",
|
||||||
"SW5E.PolymorphWildShape": "Wild Shape",
|
"SW5E.PolymorphWildShape": "Wild Shape",
|
||||||
"SW5E.Prepared": "Concentrated",
|
"SW5E.Concentrated": "Concentrate",
|
||||||
"SW5E.Price": "Price",
|
"SW5E.Price": "Price",
|
||||||
"SW5E.Proficiency": "Proficiency",
|
"SW5E.Proficiency": "Proficiency",
|
||||||
"SW5E.Proficient": "Proficient",
|
"SW5E.Proficient": "Proficient",
|
||||||
|
|
|
@ -73,7 +73,7 @@
|
||||||
<label>{{ localize "SW5E.PowerConcentrationMode" }}</label>
|
<label>{{ localize "SW5E.PowerConcentrationMode" }}</label>
|
||||||
<div class="form-fields">
|
<div class="form-fields">
|
||||||
<label class="checkbox prepared">
|
<label class="checkbox prepared">
|
||||||
{{ localize "SW5E.PowerPrepared" }} <input type="checkbox" name="data.preparation.prepared" {{checked data.preparation.prepared}}/>
|
{{ localize "SW5E.PowerConcentrated" }} <input type="checkbox" name="data.preparation.prepared" {{checked data.preparation.prepared}}/>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue