forked from GitHub-Mirrors/foundry-sw5e
Update config.js
This commit is contained in:
parent
c94d2e7d22
commit
49f5324bbc
1 changed files with 2 additions and 1 deletions
|
@ -341,6 +341,7 @@ SW5E.targetTypes = {
|
|||
"cube": "SW5E.TargetCube",
|
||||
"line": "SW5E.TargetLine",
|
||||
"wall": "SW5E.TargetWall",
|
||||
"weapon": "SW5E.TargetWeapon"
|
||||
};
|
||||
|
||||
|
||||
|
@ -482,7 +483,7 @@ SW5E.weaponProperties = {
|
|||
"bur": "SW5E.WeaponPropertiesBur",
|
||||
"def": "SW5E.WeaponPropertiesDef",
|
||||
"dex": "SW5E.WeaponPropertiesDex",
|
||||
"drm": "SW5E.WeaponPropertiesBur",
|
||||
"drm": "SW5E.WeaponPropertiesDrm",
|
||||
"dgd": "SW5E.WeaponPropertiesDgd",
|
||||
"dis": "SW5E.WeaponPropertiesDis",
|
||||
"dpt": "SW5E.WeaponPropertiesDpt",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue