Companion mod for the Hytale Modding Manual tutorial on Custom Combat System.
Repository: hytale-moddings/hytale-mod-custom-combat-system
Implements a full Boss Slime boss fight demonstrating advanced combat mechanics: phased AI, multi-stage attacks, status effects, and reward drops.
- Copy the mod folder to
%APPDATA%/Hytale/UserData/Mods/<FolderName>/(seemanifest.jsonfor exact name) - Start a Hytale server with the mod enabled
This mod supersedes the base Slime mod and the loot-tables mod — they all share Group:Name = HytaleModdingManual:CreateACustomNPC. Only one version can be installed at a time. This v2.0.0 includes everything from v1.0.0 (base slime) and v1.1.0 (drops) plus the boss fight.
- Group: HytaleModdingManual
- Name: CreateACustomNPC
- Version: 2.0.0
MIT