Template:Sprite/Miner: Difference between revisions
Jump to navigation
Jump to search
m (Transcluded documentation) |
(replaced sprites with new miner spritesheet) |
||
Line 1: | Line 1: | ||
<includeonly>{{Sprite | <includeonly>{{Sprite | ||
|ratio={{{ratio|1.2}}} | |ratio={{{ratio|1.2}}} | ||
|sheetWidth= | |sheetWidth=360 | ||
|sheetHeight= | |sheetHeight=322 | ||
|noOfRows= | |noOfRows=7 | ||
|noOfColumns= | |noOfColumns=8 | ||
|row={{#switch: {{{expr|}}} | |row={{#switch: {{{expr|}}} | ||
| gold = 2 | | gold = 2 | ||
| boulder = | | boulder = 2 | ||
| boulderhit = 5 | | boulderhit = 4 | ||
| | | boulderroll = 5 | ||
| fitness = 5 | |||
| jump = 6 | |||
| carryingbag = 7 | |||
| {{{row|1}}} | | {{{row|1}}} | ||
}} | }} | ||
|col={{#switch: {{{expr|}}} | |col={{#switch: {{{expr|}}} | ||
| gold = | | gold = 4 | ||
| boulder = | | boulder = 8 | ||
| boulderhit = 4 | | boulderhit = 4 | ||
| boulderroll = | | boulderroll = 1 | ||
| fitness = 5 | |||
| jump = 5 | |||
| carryingbag = 2 | |||
| {{{col|1}}} | | {{{col|1}}} | ||
}} | }} | ||
|image=File: | |image=File:MinerSpritesheet.png | ||
}}</includeonly><noinclude>{{documentation}}</noinclude> | }}</includeonly><noinclude>{{documentation}}</noinclude> |
Latest revision as of 07:43, 30 October 2024
This is the template for adding a Miner to your page!
Type this... | ...get this! |
---|---|
{{Sprite/Miner}} |
|
{{Sprite/Miner|expr=gold}} |
|
{{Sprite/Miner|expr=boulder}} |
|
{{Sprite/Miner|expr=boulderhit}} |
|
{{Sprite/Miner|expr=boulderroll}} |
|
{{Sprite/Miner|expr=fitness}} |
|
{{Sprite/Miner|expr=jump}} |
|
{{Sprite/Miner|expr=carryingbag}} |
|
{{Sprite/Miner|row=2|col=2|ratio=3}} (beeg miner) |