mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-09 18:14:06 +09:00
more pictogrammes
Former-commit-id: 670df70bbed466e56034dbdd33d7a1da31cd88d7 Former-commit-id: 2b106753155be6080d4651acca1981f10d614421
This commit is contained in:
@@ -3,7 +3,7 @@ Creature raw documentation
|
||||
## Physical properties ##
|
||||
|
||||
* 1 m = 24 px
|
||||
* mult: Multiplier. e.g. 1.0, 0.85, 1.25, ...
|
||||
* mult: Multiplier in pencentage. e.g. 100, 85, 125, ...
|
||||
|
||||
|name|unit|description|
|
||||
|----|----|-----------|
|
||||
@@ -15,7 +15,7 @@ Creature raw documentation
|
||||
|scale|unit|Creature body scale. Mass/strength/accel/etc. will be changed accordingly, hence the prefix “base” for some raw tokens|
|
||||
|dragcoeff|unit|Drag coefficient|
|
||||
|speedmult, accelmult, jumppowermult|array of percentiles (Int)|Variability factor|
|
||||
|physiquemult|mult|Breadth variation for mobs|
|
||||
|scalemult|mult|Breadth variation for mobs|
|
||||
|
||||
## Creature properties ##
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
"jumppowermult": [100,100,100,100,100,100,100],
|
||||
|
||||
"scale": 1.0,
|
||||
"physiquemult": [100,100,100,100,100,100,100],
|
||||
"scalemult": [100,100,100,100,100,100,100],
|
||||
|
||||
"encumbrance": 1000,
|
||||
"basedefence": 100,
|
||||
|
||||
Reference in New Issue
Block a user