Add all systems effects scripts + translations
This commit is contained in:
5
reference_scripts/DyZ1jH88EAp1ueOK.js
Normal file
5
reference_scripts/DyZ1jH88EAp1ueOK.js
Normal file
@ -0,0 +1,5 @@
|
||||
let item = await fromUuid("Compendium.wfrp4e-core.items.GlShFJF2TpsNh1FX")
|
||||
let data = item.toObject();
|
||||
data.system.location.key = this.item.system.location.key
|
||||
data.system.location.value = data.system.location.value.replace("Arm", "Wrist")
|
||||
this.actor.createEmbeddedDocuments("Item", [data], {fromEffect: this.effect.id})
|
Reference in New Issue
Block a user