2024-05-16 17:57:51 +02:00
|
|
|
let trait = args.opposedTest.attackerTest.item
|
|
|
|
let woundLossEffect = this.item.effects.get("7Amhi75wLv0PvGjd")
|
2024-05-17 01:07:37 +02:00
|
|
|
if (trait && trait.name.includes("Morsure") && woundLossEffect)
|
2024-05-16 17:57:51 +02:00
|
|
|
{
|
|
|
|
args.actor.applyEffect({effectUuids : woundLossEffect.uuid})
|
|
|
|
}
|