Json configuration for spells

Game didn’t crashed but I’ve got this error message ingame:

logs.rar (113,9 Ko)

Your spell configuration is incorrect. For summon effect you need level power in level config, not common. You have

“power”: 30,
“levels” … “power”: 1,

That error message shows that you cannot summon even single creature.

1 Like

Tried “creature.rfgGolem” ?

Thanks the spell successfully summon the creature (Town’s Gold golem) and now I just need to play with the value to get the desired effect. Thanks a lot @AVS for your help!

@Macron1 I tried that before and didn’t worked but it “refugeetown:rfgGoldGolem” worked!

I want to make a spell that only affect specific creatures (only Golems) but when I’m trying the spell it works on every creatures. I thought the target condition would only allows the spell to be used on any of those creatures. What am I missing?

You need to add “creature” to each condition line, like “core:creature.ironGolem”

1 Like

@AVS Issue solved, thanks !