So I'm already stuck... Now I know I didn't get a lot of sleep and stuff but I took numbers on tutorial 5... It explains that "constant" can't take "number" as an input but "number" can take both number and constant... fair enough... now it wants me to make a spell using "+"... fair enough... here's the problem... there's nothing that takes "number" as an input except for the operators...
explode, debug and add motion all require constants... and to pass the tutorial I assume you have to actually use the + operator in a spell, not just "have it there"... so... basically stopping my progress unless debug gets changed to "number" from "constant"
{spellName:"t",uuidMost:-7887054323648150065L,validSpell:1b,spellList:[0:{spellPosX:3,spellData:{spellKey:"selectorCaster",params:{}},spellPosY:4},1:{spellPosX:4,spellData:{spellKey:"trickDebug",params:{psi.spellparam.number:4,psi.spellparam.target:3}},spellPosY:4},2:{spellPosX:5,spellData:{spellKey:"constantNumber",params:{},constantValue:"0"},spellPosY:3},3:{spellPosX:5,spellData:{spellKey:"operatorSum",params:{psi.spellparam.number2:4,psi.spellparam.number3:0,psi.spellparam.number1:1}},spellPosY:4},4:{spellPosX:6,spellData:{spellKey:"constantNumber",params:{},constantValue:"1"},spellPosY:4}],uuidLeast:-5532081077072817000L}
edit: ok... so after looking at ALL the inputs and outputs I finally saw that raycast max takes number as input... So I repeated the explosion spell with an additional parameter that tells it that the max range of the explosion should be 10+10... that seems to be the "only" way to pass this tutorial... sigh...
{spellName:"t",uuidMost:2071206522946994853L,validSpell:1b,spellList:[0:{spellPosX:3,spellData:{spellKey:"constantNumber",params:{},constantValue:"2"},spellPosY:3},1:{spellPosX:3,spellData:{spellKey:"operatorEntityPosition",params:{psi.spellparam.target:2}},spellPosY:4},2:{spellPosX:3,spellData:{spellKey:"selectorCaster",params:{}},spellPosY:5},3:{spellPosX:4,spellData:{spellKey:"constantNumber",params:{},constantValue:"3"},spellPosY:2},4:{spellPosX:4,spellData:{spellKey:"operatorSum",params:{psi.spellparam.number2:3,psi.spellparam.number3:0,psi.spellparam.number1:1}},spellPosY:3},5:{spellPosX:4,spellData:{spellKey:"operatorVectorRaycast",params:{psi.spellparam.ray:2,psi.spellparam.max:1,psi.spellparam.position:3}},spellPosY:4},6:{spellPosX:4,spellData:{spellKey:"operatorEntityLook",params:{psi.spellparam.target:3}},spellPosY:5},7:{spellPosX:5,spellData:{spellKey:"constantNumber",params:{},constantValue:"1"},spellPosY:3},8:{spellPosX:5,spellData:{spellKey:"trickExplode",params:{psi.spellparam.power:1,psi.spellparam.position:3}},spellPosY:4}],uuidLeast:-5445925908942012305L}