Tiny Pirates :: Entity DefinitionsEntities

Entities

This section defines your Game's Entities.

An entity is any Game element that can be placed on a Board and manipulated, such as a Player Character, a Non-Player Character, a Vehicle, Animal, etc. Entities have tokens.

The most common type of entity is the Player Character (usually called "character"). These entities are operated by the players in the Tabletop. The second most common is the Non-Player Character, or the Threat, and these are operated by the Storyteller. Some games have additional types, such as Space Ships or Pets.

Entities have two definition blocks: Attributes and Collections. Attributes are atomic, single value things (such as "current hit points"), while an entity's Collections show the Collections (defined above) that they can possess, as well as any default entries.