Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

Having trouble figuring out how to limit weapons and armor to certain classes by type, keep getting a JSON error. Basically want that to work like normal, currently everyone can equip any type of weapon or armor


EDIT: Figured out how to limit equips to a single class, but I can't get it to allow an item to be equipped by more than one class. Example: I want to make robes equppiable by Priest and Witch classes.  note tag <equip-requires: classid GTE 10> doesn't allow classes greater than id 10 to equip