Template talk:Tool

From NetHackWiki
Jump to navigation Jump to search

Due to using some default values in some parameters, {{tool|name=tinning kit|cost=30|weight=100}} produces

(
Name tinning kit
Appearance tinning kit
Base price 30 zm
Weight 100
Material [[{{{material}}}]]
Monster use Will not be used by monsters.


and {{tool|name=tinning kit|cost=30|weight=100|appearance=tinning kit|color=cyan}} produces exactly the same result:

(
Name tinning kit
Appearance tinning kit
Base price 30 zm
Weight 100
Material [[{{{material}}}]]
Monster use Will not be used by monsters.


However, it is easy to change color and appearance anyway: {{tool|name=wax candle|cost=20|weight=2|appearance=candle|color=white}} produces

(
Name wax candle
Appearance candle
Base price 20 zm
Weight 2
Material [[{{{material}}}]]
Monster use Will not be used by monsters.


The order of parameters is not important. {{tool|cost=20|color=white|weight=2|name=wax candle|appearance=candle}} works equally well:

(
Name wax candle
Appearance candle
Base price 20 zm
Weight 2
Material [[{{{material}}}]]
Monster use Will not be used by monsters.