Monster Advanced JSON Mod Format: Difference between revisions

From SkyCorp Global
Jump to navigation Jump to search
(Created page with "'''Monster Advanced''' is a special type of entity which combines the power of LUA driven entities with the existing Monster Mods system.")
 
No edit summary
Line 1: Line 1:
'''Monster Advanced''' is a special type of entity which combines the power of LUA driven entities with the existing Monster Mods system.
'''Monster Advanced''' is a special type of entity which combines the power of LUA driven entities with the existing Monster Mods system.
Monster Advanced JSON supports a variety of parameters to create custom monsters.  JSON definitions can specify each as programmable (LUA) or literal values.
(All [[Entity Mod JSON Format|Entity JSON]] parameters are also supported!)
Note that Monster Advanced entities uses a type of 'MONSTERADVANCED' instead of 'ENTITY'

Revision as of 06:33, 28 December 2018

Monster Advanced is a special type of entity which combines the power of LUA driven entities with the existing Monster Mods system.

Monster Advanced JSON supports a variety of parameters to create custom monsters. JSON definitions can specify each as programmable (LUA) or literal values.

(All Entity JSON parameters are also supported!)

Note that Monster Advanced entities uses a type of 'MONSTERADVANCED' instead of 'ENTITY'