Pair of rollerblades: Difference between revisions
Jump to navigation
Jump to search
(Thanks darktoes1) |
(cf. https://github.com/CleverRaven/Cataclysm-DDA/blob/master/src/player.cpp line 1778: cost of movement is multiplied by 0.5 or 1.5 depending on if the terrain is flat or not) |
||
Line 2: | Line 2: | ||
{{stub}} | {{stub}} | ||
==Notes== | ==Notes== | ||
* Reduces the movecost on flat surfaces by | * Reduces the movecost on flat surfaces by 50%. | ||
* Increases the movecost on non-flat surfaces by | * Increases the movecost on non-flat surfaces by 50%. | ||
* Stacks with mutations that affect the movecost, eg. fleet-footed. | |||
</noinclude> | </noinclude> |
Revision as of 09:47, 29 March 2019
This page is not complete enough; please help if you can. |
Notes
- Reduces the movecost on flat surfaces by 50%.
- Increases the movecost on non-flat surfaces by 50%.
- Stacks with mutations that affect the movecost, eg. fleet-footed.