Difference between revisions of "Template:Combat"
From Twilight Heroes Wiki
m (implement redlink fix... hopefully?) |
m |
||
Line 3: | Line 3: | ||
'''Item Drops:''' {{{items}}} | '''Item Drops:''' {{{items}}} | ||
− | |||
'''Chip Drops:''' {{{chips}}} | '''Chip Drops:''' {{{chips}}} | ||
+ | '''Encounter Level:''' {{{EL}}} | ||
− | |||
+ | '''Damage:''' {{{DMG}}} | ||
'''Experience Gained:''' {{{exp}}} | '''Experience Gained:''' {{{exp}}} | ||
− | |||
Line 29: | Line 28: | ||
|chips= | |chips= | ||
|EL= | |EL= | ||
+ | |DMG= | ||
|exp= | |exp= | ||
|HP=}}</pre> | |HP=}}</pre> | ||
Line 39: | Line 39: | ||
|chips=4-11 | |chips=4-11 | ||
|EL= | |EL= | ||
+ | |DMG= | ||
|exp=5 | |exp=5 | ||
|HP=5}}</pre> | |HP=5}}</pre> | ||
''Results in...''<br> | ''Results in...''<br> | ||
− | {{combat|name=thug|image=thug.jpg|items=[[baseball bat]], [[hammer]]|chips=4-11|EL=|exp=5|HP=5}} | + | {{combat|name=thug|image=thug.jpg|items=[[baseball bat]], [[hammer]]|chips=4-11|EL=|DMG=|exp=5|HP=5}} |
Line 54: | Line 55: | ||
|chips=54-87 | |chips=54-87 | ||
|EL= | |EL= | ||
+ | |DMG= | ||
|exp=70 | |exp=70 | ||
|HP=}}</pre> | |HP=}}</pre> | ||
''Results in...''<br> | ''Results in...''<br> | ||
− | {{combat|name=big and tall shoreman|name2=big & tall shoreman|image=longshoreman.jpg|items=[[big left hook]], [[docker's pants]]|chips=54-87|EL=|exp=70|HP=}} | + | {{combat|name=big and tall shoreman|name2=big & tall shoreman|image=longshoreman.jpg|items=[[big left hook]], [[docker's pants]]|chips=54-87|EL=|DMG=|exp=70|HP=}} |
[[Category:Templates]]</noinclude> | [[Category:Templates]]</noinclude> |
Revision as of 20:05, 13 March 2008
Usage
{{combat |name= |name2= |image= |items= |chips= |EL= |DMG= |exp= |HP=}}
Examples
{{combat |name=thug |image=thug.jpg |items=[[baseball bat]], [[hammer]] |chips=4-11 |EL= |DMG= |exp=5 |HP=5}}
Results in...
thug | ||
---|---|---|
Item Drops: baseball bat, hammer Chip Drops: 4-11 Experience Gained: 5 Health: 5
|
If an enemy has a character in its name that the wiki can't parse, use name= to list the page name, and the name2= parameter to give the display name.
{{combat |name=big and tall shoreman |name2=big & tall shoreman |image=longshoreman.jpg |items=[[big left hook]], [[docker's pants]] |chips=54-87 |EL= |DMG= |exp=70 |HP=}}
Results in...
big and tall shoreman | ||
---|---|---|
Item Drops: big left hook, docker's pants Chip Drops: 54-87 Experience Gained: 70
|