mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-07 12:21:52 +09:00
Former-commit-id: 890f8a703f9f9f5a6b6a7c26b2f5d9928d63cf40 Former-commit-id: 9b9d5afd32871cc791d525ff2aafe693205d8c54
30 lines
991 B
Plaintext
30 lines
991 B
Plaintext
Creature raw documentation
|
|
|
|
== string values ==
|
|
|
|
racename(plural) : Racename token in language CSV
|
|
|
|
baseheight : base height for hitbox. [px] (24 px == 1 metre)
|
|
basemass : base mass for creature. [kg]
|
|
|
|
== number values ==
|
|
|
|
strength : strength value, no significant unit is given. The value for regular human is fixed to 1 000.
|
|
accel : acceleration for walking. [px / TARGET_FPS^2]
|
|
speed : walk speed. [px / TARGET_FPS]
|
|
jumppower : self-explanatory. [-px / TARGET_FPS^2]
|
|
scale : creature body scale. Mass/strength/accel/etc. will be changed accordingly, hence the prefix “base” for some raw tokens.
|
|
|
|
-variable : variability factor. [array of percentiles]
|
|
|
|
physiquemult : variable scale. Used for wild creatures ONLY.
|
|
|
|
encumbrance : capacity of carrying. [kg]
|
|
basedefence : base defence value of body. Sterner body material == higher value
|
|
|
|
toolsize : base tool size for the creature. See MECHANICS file for more information.
|
|
|
|
== boolean values ==
|
|
|
|
intelligent : can speak and talk.
|