Difference between revisions of "Crawl Speed"
Jump to navigation
Jump to search
(Crawling Speed Stat) |
m (Stat Template data) |
||
Line 1: | Line 1: | ||
+ | {{See also|Move Speed}} | ||
{{Verified|1.5.4104}}{{Stat | {{Verified|1.5.4104}}{{Stat | ||
+ | | def name = CrawlSpeed | ||
+ | | label = crawl speed | ||
+ | | description = Speed of crawling in cells per second. | ||
+ | | default base value = 0.6 | ||
| min value = 0 | | min value = 0 | ||
− | | | + | | format string = {0} c/s |
| to string style = FloatTwo | | to string style = FloatTwo | ||
− | | | + | | show on animals = false |
+ | | show on humanlikes = | ||
+ | | show on mechanoids = false | ||
+ | | show on entities = false | ||
| category = BasicsPawn | | category = BasicsPawn | ||
+ | | display priority in category = 2499 | ||
+ | | capacity factors = (capacity: Manipulation, weight: 1) | ||
}} | }} | ||
Line 13: | Line 23: | ||
== Stat Def Data == | == Stat Def Data == | ||
{| {{STDT}} | {| {{STDT}} | ||
− | ! | + | ! Name !! Description !! Category !! Parameters !! Complex Parameters !! Display Priority In Category |
|- id="Crawl Speed" <!--<StatDef>--> | |- id="Crawl Speed" <!--<StatDef>--> | ||
| | | | ||
Line 20: | Line 30: | ||
| Speed of crawling in cells per second. | | Speed of crawling in cells per second. | ||
| | | | ||
− | * Display Order: | + | * Display Order: '''11''' |
* Def Name:<br />'''BasicsPawn''' | * Def Name:<br />'''BasicsPawn''' | ||
* Label:<br />'''Basics''' | * Label:<br />'''Basics''' | ||
− | * Display All By Default: | + | * Display All By Default: {{Bad|false}} |
| | | | ||
− | * | + | * Default Base Value: '''0.6''' |
− | + | * Min Value: '''0''' | |
− | + | * To String Style: '''FloatTwo''' | |
− | + | * Show On Animals: {{Bad|false}} | |
− | * | + | * Show On Mechanoids: {{Bad|false}} |
− | * | + | * Show On Entities: {{Bad|false}} |
− | * | + | * Format String:<br />"{0} c/s" |
| | | | ||
* '''Capacity Factors:''' | * '''Capacity Factors:''' |
Latest revision as of 04:32, 22 October 2024
See also: Move Speed
Crawl Speed is a stat: Speed of crawling in cells per second. Its minimum allowed value is 0 c/s. Its default value is 0.6 c/s.
Factors[edit]
- Capacities
- Manipulation: 100% importance, No max
Stat Def Data[edit]
Name | Description | Category | Parameters | Complex Parameters | Display Priority In Category |
---|---|---|---|---|---|
|
Speed of crawling in cells per second. |
|
|
|
2499 |
Version history[edit]
- 1.5.4062 - Added.