Modding:Monster Code: Difference between revisions

From SkyCorp Global
Jump to navigation Jump to search
(Created page with "Monster Code is a simple JSON format to describe the properties and text of player created monsters. Use SCLab to generate Monster Code automatically, and edit it later.")
 
m (SkyCorp moved page Monster Code to Modding:Monster Code)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
Monster Code is a simple JSON format to describe the properties and text of player created monsters. Use SCLab to generate Monster Code automatically, and edit it later.
Monster Code is a simple JSON format to describe the properties and text of player created monsters.
 
Visit the [[:Category:Monster Mods|Monster Mods Category]] to view monsters other players have created & shared.
 
Visit [[Creating a Monster Mod]] to create your own monsters.
 
NOTE: Despite the name, Monster Code does not allow for LUA powered monsters.  If you want that, check out the new [[Creating a MonsterAdvanced Mod|MonsterAdvanced]] in r35+ builds.

Latest revision as of 07:35, 17 June 2025

Monster Code is a simple JSON format to describe the properties and text of player created monsters.

Visit the Monster Mods Category to view monsters other players have created & shared.

Visit Creating a Monster Mod to create your own monsters.

NOTE: Despite the name, Monster Code does not allow for LUA powered monsters. If you want that, check out the new MonsterAdvanced in r35+ builds.