forked from GitHub-Mirrors/foundry-sw5e
Remove physical dmg type
This commit is contained in:
parent
7e662b657f
commit
b4fca28b19
1 changed files with 0 additions and 4 deletions
|
@ -282,10 +282,6 @@ SW5E.damageTypes = {
|
||||||
"sonic": "SW5E.DamageSonic"
|
"sonic": "SW5E.DamageSonic"
|
||||||
};
|
};
|
||||||
|
|
||||||
// Damage Resistance Types
|
|
||||||
SW5E.damageResistanceTypes = mergeObject(duplicate(SW5E.damageTypes), {
|
|
||||||
"physical": "SW5E.DamagePhysical"
|
|
||||||
});
|
|
||||||
/* -------------------------------------------- */
|
/* -------------------------------------------- */
|
||||||
|
|
||||||
// armor Types
|
// armor Types
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue