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

12 lines
235 B
JavaScript
Raw Permalink Normal View History

2024-05-16 17:57:51 +02:00
if (this.item.getFlag("wfrp4e", "failedCool"))
{
this.item.name += " (Aucun PA)"
2024-05-16 17:57:51 +02:00
this.item.system.AP = {
"head": 0,
"lArm": 0,
"rArm": 0,
"lLeg": 0,
"rLeg": 0,
"body": 0
}
}