forked from GitHub-Mirrors/foundry-sw5e
Update config.js
This commit is contained in:
parent
714b6cb5df
commit
aec36f1e75
1 changed files with 7 additions and 1 deletions
|
@ -46,7 +46,13 @@ SW5E.alignments = {
|
|||
|
||||
SW5E.weaponProficiencies = {
|
||||
"sim": "SW5E.WeaponSimpleProficiency",
|
||||
"mar": "SW5E.WeaponMartialProficiency"
|
||||
"simvw": "SW5E.WeaponSimpleVW",
|
||||
"simb": "SW5E.WeaponSimpleB",
|
||||
"simlw": "SW5E.WeaponSimpleLW"
|
||||
"mar": "SW5E.WeaponMartialProficiency",
|
||||
"marvw": "SW5E.WeaponMartialVW",
|
||||
"marb": "SW5E.WeaponMartialB",
|
||||
"marlw": "SW5E.WeaponMartialLW"
|
||||
};
|
||||
|
||||
SW5E.toolProficiencies = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue