Add all systems effects scripts + translations
This commit is contained in:
12
reference_scripts/DL9vYNft9aXdV2aW.js
Normal file
12
reference_scripts/DL9vYNft9aXdV2aW.js
Normal file
@ -0,0 +1,12 @@
|
||||
let tooth = await fromUuid("Compendium.wfrp4e-core.items.pLW9SVX0TVTYPiPv")
|
||||
tooth = tooth.toObject()
|
||||
tooth.system.specification.value = 3
|
||||
tooth.system.qualities.value = [{name : "magical"}]
|
||||
|
||||
let claw = await fromUuid("Compendium.wfrp4e-core.items.AtpAudHA4ybXVlWM")
|
||||
claw = claw.toObject()
|
||||
claw.system.specification.value = 4
|
||||
claw.system.qualities.value = [{name : "magical"}]
|
||||
claw.name = "Claw"
|
||||
|
||||
this.actor.createEmbeddedDocuments("Item", [tooth, claw], {fromEffect : this.effect.id})
|
Reference in New Issue
Block a user