Skip to content

Modding Monsters

Ceterai edited this page Jul 9, 2023 · 1 revision

Main page: Modding

This page contains technical information regarding monsters added by this mod.

Effects

Monsters created in this mod can have permanent status effects on them. This is due to a custom monster builder.

The builder is located here: /monsters/ct_ioterash_monster.lua

Example: Scout Drone

Abilities

You may notice that most monsters have fields like primaryAbility and passiveAbility in their files. This is mainly for use by Monster Spawners for display in tooltips, and for display on the wiki.

Example: Scout Drone

Behavior

Currently there is a WIP alarm behavior in place. It is not used as of right now.

Ship Pets

Species pets in this mod can make sounds (often) and sing (rarely).

Scripts implementing that:

Pet example: Personal Drone

Clone this wiki locally