Add all systems effects scripts + translations
This commit is contained in:
4
reference_scripts/rVpPNILEzWL9lj6b.js
Normal file
4
reference_scripts/rVpPNILEzWL9lj6b.js
Normal file
@ -0,0 +1,4 @@
|
||||
let item = await fromUuid("Compendium.wfrp4e-core.items.kJNAY1YRaCy9IgmT")
|
||||
let terrorTraitItem = item.toObject()
|
||||
terrorTraitItem.system.specification.value = Number(this.effect.item.system.specification.value)
|
||||
this.actor.createEmbeddedDocuments("Item", [terrorTraitItem]);
|
Reference in New Issue
Block a user