forked from GitHub-Mirrors/foundry-sw5e
Change subclass references to archetype references
converting DND subclass to SW archetype
This commit is contained in:
parent
3fae34cc43
commit
e6a0cc8066
8 changed files with 33 additions and 33 deletions
|
@ -53,11 +53,11 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
{{!-- Subclass Name --}}
|
||||
{{!-- Archetype Name --}}
|
||||
<div class="form-group">
|
||||
<label>{{ localize "SW5E.SubclassName" }}</label>
|
||||
<label>{{ localize "SW5E.ArchetypeName" }}</label>
|
||||
<div class="form-fields">
|
||||
<input type="text" name="data.subclass" value="{{data.subclass}}"/>
|
||||
<input type="text" name="data.archetype" value="{{data.archetype}}"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue