Noita
Not enough ratings
Classy Examples
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
5.820 KB
20 Oct, 2020 @ 7:24am
1 Change Note ( view )

Subscribe to download
Classy Examples

Description
This mod does nothing without the Classy Framework enabled.

This mod holds an example class called "RNG", used to demonstrate how to create your own custom classes and show some of the power of Classy. Please see comments in class_list.lua and config.lua for making your own classes.
8 Comments
Tsuladan 15 Mar, 2023 @ 1:50pm 
Would it be possible to create a class that is basically the vanilla one, but starts with BOTH a flask and a powder pouch?
Thematically it would make sense for one experimenting with alchemy to have some means to carry a bit of both dry and wet materials for experimenting. My attempts so far to tweak the class_list.lua to do so have not worked out.
FUEGO 10 Mar, 2022 @ 2:17pm 
any way you could make a video tutorial? either way thanks for the mod
Tanksy  [author] 8 Feb, 2021 @ 4:03am 
Two ways;
You can define custom wand parameters in the class definition itself, or you can made a wand .xml file and just point the class definition to it. Both of these should be in the examples class_list.lua
Urocyon 7 Feb, 2021 @ 4:40pm 
How do you make your own wand?
Yaddah 13 Nov, 2020 @ 10:56am 
Also, yeah. Merging this with framework would be good, I think.
Yaddah 13 Nov, 2020 @ 10:54am 
No no. I figured a bunch of stuff out through trial and error. Thanks for all your classy mods. They make the game so much better.
Tanksy  [author] 13 Nov, 2020 @ 6:11am 
Yeah sorry this example is a bit outdated. The code and comments are in class_list.lua, should be well documented -- I'm going to update or maybe even remove this mod/merge it with the framework.

If you want I can try explaining some of it to you. It should be fairly self explanatory
Yaddah 12 Nov, 2020 @ 8:43pm 
There is no config.lua in the folder of this mod to learn from.