foundryvtt-wh4-lang-fr-fr/reference_scripts/9Yn9uViEjcuaESJ2.js

12 lines
232 B
JavaScript

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
}
}