forked from GitHub-Mirrors/foundry-sw5e
Merge branch 'master' of https://github.com/unrealkakeman89/sw5e
This commit is contained in:
commit
1a787c957f
4 changed files with 11 additions and 0 deletions
|
@ -737,9 +737,11 @@
|
|||
"SW5E.WeaponMartialLW": "Martial Lightweapon",
|
||||
"SW5E.WeaponNatural": "Natural",
|
||||
"SW5E.WeaponPropertiesAmm": "Ammunition",
|
||||
"SW5E.WeaponPropertiesAut": "Auto",
|
||||
"SW5E.WeaponPropertiesBur": "Burst",
|
||||
"SW5E.WeaponPropertiesDef": "Defensive",
|
||||
"SW5E.WeaponPropertiesDex": "Dexterity Rqmt.",
|
||||
"SW5E.WeaponPropertiesDir": "Dire",
|
||||
"SW5E.WeaponPropertiesDrm": "Disarming",
|
||||
"SW5E.WeaponPropertiesDgd": "Disguised",
|
||||
"SW5E.WeaponPropertiesDis": "Disintegrate",
|
||||
|
@ -760,6 +762,7 @@
|
|||
"SW5E.WeaponPropertiesRel": "Reload",
|
||||
"SW5E.WeaponPropertiesRet": "Returning",
|
||||
"SW5E.WeaponPropertiesShk": "Shocking",
|
||||
"SW5E.WeaponPropertiesSil": "Silent",
|
||||
"SW5E.WeaponPropertiesSpc": "Special",
|
||||
"SW5E.WeaponPropertiesStr": "Strength Rqmt.",
|
||||
"SW5E.WeaponPropertiesThr": "Thrown",
|
||||
|
|
|
@ -506,9 +506,11 @@ SW5E.weaponTypes = {
|
|||
*/
|
||||
SW5E.weaponProperties = {
|
||||
"amm": "SW5E.WeaponPropertiesAmm",
|
||||
"aut": "SW5E.WeaponPropertiesAut",
|
||||
"bur": "SW5E.WeaponPropertiesBur",
|
||||
"def": "SW5E.WeaponPropertiesDef",
|
||||
"dex": "SW5E.WeaponPropertiesDex",
|
||||
"dir": "SW5E.WeaponPropertiesDir",
|
||||
"drm": "SW5E.WeaponPropertiesDrm",
|
||||
"dgd": "SW5E.WeaponPropertiesDgd",
|
||||
"dis": "SW5E.WeaponPropertiesDis",
|
||||
|
@ -528,6 +530,7 @@ SW5E.weaponProperties = {
|
|||
"rel": "SW5E.WeaponPropertiesRel",
|
||||
"ret": "SW5E.WeaponPropertiesRet",
|
||||
"shk": "SW5E.WeaponPropertiesShk",
|
||||
"sil": "SW5E.WeaponPropertiesSil",
|
||||
"spc": "SW5E.WeaponPropertiesSpc",
|
||||
"str": "SW5E.WeaponPropertiesStr",
|
||||
"thr": "SW5E.WeaponPropertiesThr",
|
||||
|
|
4
sw5e.css
4
sw5e.css
|
@ -192,6 +192,10 @@
|
|||
flex: auto;
|
||||
text-align: left;
|
||||
}
|
||||
.sw5e .form-group.stacked label.text {
|
||||
flex: 0 0;
|
||||
text-align: right;
|
||||
}
|
||||
.sw5e .form-header {
|
||||
margin: 0 0 0.25em 0;
|
||||
padding: 0 2px;
|
||||
|
|
|
@ -84,6 +84,7 @@
|
|||
<label class="checkbox">
|
||||
<input type="checkbox" name="data.properties.{{prop}}" {{checked (lookup ../data.properties prop)}}/> {{ name }}
|
||||
</label>
|
||||
<label class="text"> <input type="text" maxlength="1" name="wpNum"/></label>
|
||||
{{/each}}
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue