Creature size

From NWN Lexicon
Jump to navigationJump to search

CREATURE_SIZE_* Constant Group

The size classes that creatures can belong to. Does not include gargantuan and colossal.

This is linked from the column SIZECATEGORY in appearance.2da for each appearance type in the game.

The creaturesize.2da file isn't actually used by the game, only the toolset, so new creature sizes cannot be added to the game at all.



Constants

Constant Value Description
CREATURE_SIZE_HUGE 5
Specifies the huge creature size.
CREATURE_SIZE_INVALID 0
Specifies an invalid creature size.
CREATURE_SIZE_LARGE 4
Specifies the large creature size.
CREATURE_SIZE_MEDIUM 3
Specifies the medium creature size.
CREATURE_SIZE_SMALL 2
Specifies the small creature size.
CREATURE_SIZE_TINY 1
Specifies the tiny creature size.


See Also

functions: 

GetCreatureSize