Add all systems effects scripts
This commit is contained in:
8
scripts/6uldpFvKOCoW92cC.js
Normal file
8
scripts/6uldpFvKOCoW92cC.js
Normal file
@ -0,0 +1,8 @@
|
||||
let item = await fromUuid("Compendium.wfrp4e-core.items.uqGxFOEqeurwkAO3")
|
||||
item = item.toObject()
|
||||
|
||||
item.system.specification.value = 10;
|
||||
item.name += " (Fire)"
|
||||
setProperty(item, "flags.wfrp4e.breath", "fire")
|
||||
|
||||
Item.create(item, {parent : this.actor, fromEffect: this.effect.id})
|
Reference in New Issue
Block a user