mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-07 12:21:52 +09:00
Former-commit-id: f924467637c8e34ecc9b2ffd00b343253c40aaf7 Former-commit-id: 7779de4420c27e06ee17e8576b643c366d434ef8
28 lines
925 B
Plaintext
28 lines
925 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.
|
|
|
|
-mass : variability factor. [array of percentiles]
|
|
|
|
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.
|