Add all systems effects scripts + translations
This commit is contained in:
11
reference_scripts/Y7McxsHFeGhwQx0J.js
Normal file
11
reference_scripts/Y7McxsHFeGhwQx0J.js
Normal file
@ -0,0 +1,11 @@
|
||||
this.actor.createEmbeddedDocuments("Item", [expandObject({
|
||||
name : "Ghostly Flame",
|
||||
type : "weapon",
|
||||
img : this.effect.img,
|
||||
system : {
|
||||
"weaponGroup.value" : "throwing",
|
||||
"damage.value" : "SB + WPB",
|
||||
"qualities.value" : [{name : "magical"}],
|
||||
"equipped" : true
|
||||
}
|
||||
})], {fromEffect: this.effect.id})
|
Reference in New Issue
Block a user