Template:Monster: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{| class="messagebox protected" style="border:2px solid #99B; padding:0px; font-size:0.9em; width: 150px; float:right;" | {| class="messagebox protected" style="border:2px solid #99B; padding:0px; font-size:0.9em; width: 150px; float:right;" | ||
!'''{{PAGENAME}}''' | !'''{{PAGENAME}} {{{enc|}}}''' | ||
|- | |-style="background:lightgray" | ||
|Max HP: {{{hp|???}}} | |Max HP: {{{hp|???}}} | ||
|- | |- | ||
|Max Lust: {{{lust|???}}} | |Max Lust: {{{lust|???}}} | ||
|- | |-style="background:lightgray" | ||
|Physical Attack: {{{patk|???}}}HP | |Physical Attack: {{{patk|???}}}HP | ||
|- | |- | ||
|Sexual Attack: {{{satk|???}}} Lust | |Sexual Attack: {{{satk|???}}} Lust | ||
|- | |-style="background:lightgray" | ||
|Body Type: {{{type|Unknown}}} | |Body Type: {{{type|Unknown}}} | ||
|} | |} | ||
Line 15: | Line 15: | ||
<noinclude> | <noinclude> | ||
==How to use== | ==How to use== | ||
This template takes six variables: | |||
* enc - Only used for monsters which have different stats depending on when you face them. | |||
* hp - Used to show the maximum HP of the monster. This is how many successful hits it takes a Level 1 player to down this monster. If unknown, leave out. If it is impossible to deal physical damage to them, use ∞ instead. | |||
* lust - Used to show the maximum Lust of the monster - once their lust hits this value, they are defeated. This is how many successful seduction attacks it takes a Level 1 player to down this monster. If it is impossible to deal lust damage to them, use ∞ instead. | |||
* patk - Used to show how much damage the monster deals with a physical attack, if any. If they can't attack physically, do not include this. | |||
* satk - Used to show how much lust the monster deals with an seduction attack, if any. If they can't attack sexually, do not include this. | |||
* type - The body type of the monster in question. | |||
===Sample Template=== | ===Sample Template=== | ||
<nowiki>{{Template:Monster|hp=3|lust=3|patk=1|satk=10|type=Fox}}</nowiki> | <nowiki>{{Template:Monster|enc=1|hp=3|lust=3|patk=1|satk=10|type=Fox}}</nowiki> | ||
produces | produces | ||
{{Template:Monster|hp=3|lust=3|patk=1|satk=10|type=Fox}} | {{Template:Monster|enc=1|hp=3|lust=3|patk=1|satk=10|type=Fox}} | ||
</noinclude> | </noinclude> |
Latest revision as of 22:27, 15 April 2019
How to use
This template takes six variables:
- enc - Only used for monsters which have different stats depending on when you face them.
- hp - Used to show the maximum HP of the monster. This is how many successful hits it takes a Level 1 player to down this monster. If unknown, leave out. If it is impossible to deal physical damage to them, use ∞ instead.
- lust - Used to show the maximum Lust of the monster - once their lust hits this value, they are defeated. This is how many successful seduction attacks it takes a Level 1 player to down this monster. If it is impossible to deal lust damage to them, use ∞ instead.
- patk - Used to show how much damage the monster deals with a physical attack, if any. If they can't attack physically, do not include this.
- satk - Used to show how much lust the monster deals with an seduction attack, if any. If they can't attack sexually, do not include this.
- type - The body type of the monster in question.
Sample Template
{{Template:Monster|enc=1|hp=3|lust=3|patk=1|satk=10|type=Fox}}
produces