more pictogrammes

Former-commit-id: 670df70bbed466e56034dbdd33d7a1da31cd88d7
Former-commit-id: 2b106753155be6080d4651acca1981f10d614421
This commit is contained in:
Song Minjae
2016-08-25 21:46:01 +09:00
parent fa5e95a89d
commit 720df532aa
50 changed files with 589 additions and 265 deletions

View File

@@ -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 ##

View File

@@ -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,