Modding:Asset Type - Entities

From Vintage Story Wiki
Other languages:
  • English

This page was last verified for Vintage Story version 1.19.8.

Usage

Entity assets are used to register new types of entities within the game. Entity assets are written in JSON. Entities often add entity behaviors.

Asset Location

New entity assets can be made by adding new JSON files in a folder called 'entities' in your mod's domain.

Json Documentation

All JSON properties for EntityTypes are currently documented on the JSON Reference.

See Also