Template:Movesperattack
Jump to navigation
Jump to search
Converts internal weight and volume values of an item to the base moves per attack cost of the item.
Formula: 65 + volume * 4 + weight /60.
Usage
Arguments:
- first argument should be the volume
- second argument should be the weight
examples:
{{Movesperattack|0|60}}
turns into "66"{{Movesperattack|10|0}}
turns into "105"{{Movesperattack|2|2555}}
turns into "115"