forked from public/foundryvtt-wh4-lang-fr-fr
Add all systems effects scripts + translations
This commit is contained in:
12
reference_scripts/9Yn9uViEjcuaESJ2.js
Normal file
12
reference_scripts/9Yn9uViEjcuaESJ2.js
Normal file
@ -0,0 +1,12 @@
|
||||
if (this.item.getFlag("wfrp4e", "failedCool"))
|
||||
{
|
||||
this.item.name += " (No AP)"
|
||||
this.item.system.AP = {
|
||||
"head": 0,
|
||||
"lArm": 0,
|
||||
"rArm": 0,
|
||||
"lLeg": 0,
|
||||
"rLeg": 0,
|
||||
"body": 0
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user