HOLY CRAP! This is just freaking programming! This is syntax! Developers will have an easy time figuring this out! The wand shown at 7:30 is: 1. AND(STRENGHTEN(AND(AND(Bolt 1,Bolt 2,Bolt 3), SPEEDUP(Bolt4)),SplitterBolt1), 2. AND(ADDHOMING(ORB),REDUCESPREAD(ORB)), REPEAT The starting AND() is just because the wand casts 2 spells at once. Sorry for crappy pseudocode. I have to go somewhere soon and didn't finish but up to a certain point of the video, it made sense to me at least! This is making me want to play Noita again so badly now. There's SO MUCH I still haven't done. Now I can bring my programming knowledge to the game, and beat its booty DOWN!
This is a seriously great video, really helps to understand even the simple concepts in detail (I knew about wand wrapping and that modifiers apply to all spells in a multicast, but this really made me understand *why* this happens). Please make more tutorials like this!
I play noita since years and I'm used to build wrapping wands and such by switching spells until it look "ok" and work at some point, thanks for the explanation ! You did put great effort into the editing of this video and it helps a lot !
This essentially means that Noita wandcrafting is just an overly complicated card game, luckily as a YuGiOh player I happen to know a thing or two about overly complicated card games so you can take my word for it (probably). Anyways hope you guys found this video informative, not really one to do guides so feedback would be appreciated as I do plan on doing more of these.
I really need you to address those add triggers, divide by and other types spells like note spells. They keep melting my brain. I still have yet to understand your frame rate friendly high damage note wand.
Its nice to finally have what the wiki explains in video form, especially such a high quality and easy to digest video that will absolutely help out new players Great video!
Hey, this is really an excellent guide, explaining the concepts of hand, deck, discard etc. really well. Thank you! I really hope you make more of these, especially about divide by, add trigger, greek letters, wand refresh, the condition spells.
This is a great explanation. Can't wait to see the next one! Trying to think through draws using add trigger and divide by is where my brain explodes - regardless of how many times I've read the wiki 😜
Before watching, i was doubting all of this praise you are getting in the comments. " _Surely_ a video with a couple thousand views cant explain wand/spell mechanics and wandcrafting THAT well..?" But then i watched it. And holy shit, this deserves a _LOT_ more attention. Comparing this to a concept as simple as cards is Genius. While this definitely won't solve my skill issue of dying in mines 5 minutes into a run from being too greedy and dying to Attrition Warfare at the hands of Stendari and Weak Shotgun Hiisi, This will absolutely make me appreciate the Holy Mountain a lot more and make me think more about my spell choices and more importantly spell ordering.
Even though I still think thinking of it as a cursor is easier then thinking about 3 virtual places (deck, hand, discart pile), I did like the "draw x" part. Good explanation and the editting was peak! -But Im still confused about --11:53--, do all the passives affect all the shots getting shot at the same time? I tought that, in this case, the strenght in the firts slot affects the double cast, that affects the triple cast, etc. But you said it also affects the pink shot that is outside of the "parentesis". My line of tought, * = affects, ( ) = affects everything in between, [ ] = multi cast: -*_-strengh * (double [ triple [ bolt, bolt, bolt ], speed * bolt), pink-_*- . So the order of the passives that affects the -*-shot state-*- doesnt matter? Since even the pink is getting the strenght as you said.- I took way too much time writting that for you to prove me in the next seconds, so Im keeping it here, but just to make sure, in this example, if you moved, for example, the strengh anywhere inside the cast block would the final effect still be the same?
Yeah it would still have the same effect since the amount of draws remain the same and effects only get applied after wand evaluation. The only difference would be the time when damage plus modifies the shot state which really only matters in certain scenarios like with chainsaw. For example (assuming they're in the same cast block), if you put [chainsaw -> damage plus] then there will be some cast delay since damage plus adds cast delay AFTER chainsaw already removed all the cast delay. But if you had [damage plus -> chainsaw] then there will be no cast delay because the cast delay from damage plus gets nulled by chainsaw right after. And yeah I know the 3 zones thing just sound like an overcomplication but they're pretty crucial to understanding the more complex spells and concepts which I do plan on covering in the future. (Also thanks, the editing did take quite long)
I'd love to see more videos in the style of this for the different Expert Guides, especially for interactions with divide bys, add trigger and greek letters or stuff like pollen looping
I'm 5 minutes into the video and I already see that this is the easiest to understand guide and way of explanation of noita wand system. Thank you for your work!
PLEASE make a video about the mediocore and hardcore wand concepts as well included with complicated spells like wand recharge and stuff.. i have seen these basic tutorials many times but they always ends the course when the juicy stuff begins..
Yeah I plan to, it takes quite a bit to get these videos out but I do plan on getting around the complicated spells eventually, especially wand refresh which probably deserves its own video because of how many weird interactions it has.
@@A_Person_OTI i know its hard but nobody did that and we have lots of basic tutorials.. however you still made it unique and i did actually learn more even i knew the basics already. if i could help you somehow just tell me i would love to do it
Finally I have graduated from the archaic methods of randomly shuffling chainsaws and triggers for 15 minutes until something works
Great video!
HOLY CRAP!
This is just freaking programming! This is syntax!
Developers will have an easy time figuring this out!
The wand shown at 7:30 is:
1. AND(STRENGHTEN(AND(AND(Bolt 1,Bolt 2,Bolt 3), SPEEDUP(Bolt4)),SplitterBolt1),
2. AND(ADDHOMING(ORB),REDUCESPREAD(ORB)),
REPEAT
The starting AND() is just because the wand casts 2 spells at once.
Sorry for crappy pseudocode. I have to go somewhere soon and didn't finish but up to a certain point of the video, it made sense to me at least!
This is making me want to play Noita again so badly now. There's SO MUCH I still haven't done. Now I can bring my programming knowledge to the game, and beat its booty DOWN!
The playing card analogy you used actually made the wand building click for me, thank you
There was a lack of a tutorial such as this one for a long time. Well put together
Finally a good wand tutorial! The community needs this so much.
This is a seriously great video, really helps to understand even the simple concepts in detail (I knew about wand wrapping and that modifiers apply to all spells in a multicast, but this really made me understand *why* this happens). Please make more tutorials like this!
I play noita since years and I'm used to build wrapping wands and such by switching spells until it look "ok" and work at some point, thanks for the explanation ! You did put great effort into the editing of this video and it helps a lot !
This essentially means that Noita wandcrafting is just an overly complicated card game, luckily as a YuGiOh player I happen to know a thing or two about overly complicated card games so you can take my word for it (probably).
Anyways hope you guys found this video informative, not really one to do guides so feedback would be appreciated as I do plan on doing more of these.
Good to hear you’re making more of that stuff, could help the visual learners in the community. Nice Vid🔥
I just see it as a creating a loop function in code
I really need you to address those add triggers, divide by and other types spells like note spells. They keep melting my brain. I still have yet to understand your frame rate friendly high damage note wand.
You have created a priceless artifact for the Noita community. This is extremely well done. Thank you.
Its nice to finally have what the wiki explains in video form, especially such a high quality and easy to digest video that will absolutely help out new players
Great video!
The wrapping makes so much sense to me now. Thank you for making this video. You did a great contribution in Noita community.
It's rare to see a concept explained so well, it really is! I haven't seen any video that explained any thing as well as this in a while.
genuinely such a high quality guide, I thought you would have atleast 50k subs with this production value
Hey, this is really an excellent guide, explaining the concepts of hand, deck, discard etc. really well. Thank you!
I really hope you make more of these, especially about divide by, add trigger, greek letters, wand refresh, the condition spells.
This is a great explanation. Can't wait to see the next one! Trying to think through draws using add trigger and divide by is where my brain explodes - regardless of how many times I've read the wiki 😜
Before watching, i was doubting all of this praise you are getting in the comments. " _Surely_ a video with a couple thousand views cant explain wand/spell mechanics and wandcrafting THAT well..?" But then i watched it. And holy shit, this deserves a _LOT_ more attention. Comparing this to a concept as simple as cards is Genius. While this definitely won't solve my skill issue of dying in mines 5 minutes into a run from being too greedy and dying to Attrition Warfare at the hands of Stendari and Weak Shotgun Hiisi, This will absolutely make me appreciate the Holy Mountain a lot more and make me think more about my spell choices and more importantly spell ordering.
Actually understanding how the shot state works is gonna make getting Nolla to work on a tele healing wand a lot easier.
This was a fantastic video ! Beautifully put together !
Nice refresher of the basics, plus I learned a couple new things.
Hands down the easiest tutorial to understand. Now it makes sense why chainsaws and wraparounds work
Great video! I'm pretty new to wand building in Noita and this video was very helpful!
absolutely terrific video! it would be really cool to make a follow-up guide on how mana affects spell casting
This is absolutely beautiful. I've understood everything - and I have never even played the actual game XD
This is perfect for me! Great Guide, ty !
Great stuff man, looking forwards to the divide by tutorial
Great video, im glad i turned on notifications for this channel.
Little known tip ive posted a clip of before in some places, stack formations with splitters and the shots will go "forwards" instead of radial
Even though I still think thinking of it as a cursor is easier then thinking about 3 virtual places (deck, hand, discart pile), I did like the "draw x" part. Good explanation and the editting was peak!
-But Im still confused about --11:53--, do all the passives affect all the shots getting shot at the same time? I tought that, in this case, the strenght in the firts slot affects the double cast, that affects the triple cast, etc. But you said it also affects the pink shot that is outside of the "parentesis". My line of tought, * = affects, ( ) = affects everything in between, [ ] = multi cast: -*_-strengh * (double [ triple [ bolt, bolt, bolt ], speed * bolt), pink-_*- . So the order of the passives that affects the -*-shot state-*- doesnt matter? Since even the pink is getting the strenght as you said.-
I took way too much time writting that for you to prove me in the next seconds, so Im keeping it here, but just to make sure, in this example, if you moved, for example, the strengh anywhere inside the cast block would the final effect still be the same?
Yeah it would still have the same effect since the amount of draws remain the same and effects only get applied after wand evaluation. The only difference would be the time when damage plus modifies the shot state which really only matters in certain scenarios like with chainsaw.
For example (assuming they're in the same cast block), if you put [chainsaw -> damage plus] then there will be some cast delay since damage plus adds cast delay AFTER chainsaw already removed all the cast delay. But if you had [damage plus -> chainsaw] then there will be no cast delay because the cast delay from damage plus gets nulled by chainsaw right after.
And yeah I know the 3 zones thing just sound like an overcomplication but they're pretty crucial to understanding the more complex spells and concepts which I do plan on covering in the future.
(Also thanks, the editing did take quite long)
@@A_Person_OTI Thanks!!!
Yes! Im’ looking forward for next one!
What an excellent Guide!
Очень понятный и подробный гайд, спасибо! Визуал и звуки в видео очень приятные, кстати
О, я думал что буду единственным русским в комментариях
Thanks. I really need understand how wands works.
Wow. Such a great video!!!
Awesome video! Are you planning to make a video covering divide by spells and such more complicated spells?
I'd love to see more videos in the style of this for the different Expert Guides, especially for interactions with divide bys, add trigger and greek letters or stuff like pollen looping
i feel like im attending wizard school watching this video
this is awesome hope to see more1
(Looked around comment section roughly, and then) Just take my Ω!
If only it was voiced even by a robot, but everything else is perfect
will you make an expert and master wandcrafting guide, going into the nitty gritty of specific spells that have interesting interactions?
Thank you so much!
Oh damn the creator of schizo wands making a quality tutorial? Sign me up.
I'm 5 minutes into the video and I already see that this is the easiest to understand guide and way of explanation of noita wand system. Thank you for your work!
PLEASE make a video about the mediocore and hardcore wand concepts as well included with complicated spells like wand recharge and stuff.. i have seen these basic tutorials many times but they always ends the course when the juicy stuff begins..
Yeah I plan to, it takes quite a bit to get these videos out but I do plan on getting around the complicated spells eventually, especially wand refresh which probably deserves its own video because of how many weird interactions it has.
@@A_Person_OTI i know its hard but nobody did that and we have lots of basic tutorials.. however you still made it unique and i did actually learn more even i knew the basics already.
if i could help you somehow just tell me i would love to do it
16:22 im a little confused with this whole explanation...maybe im dumb,_,
And then after all that time spent building your perfect wand it hits you, lumi drill + ping pong is superior anyway
What mods do you use?
sad that I can't get it, bc I'm russian😢
Мэйби йу шуд лёрн сам факин инглиш
Йопта
Без негатива
I would have loved to see this video when I started playing Noita. The visuals really help with learning the wand mechanics from the wiki.