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