Template:Infobox unit: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<onlyinclude><div style="margin-left: 2em;"> | <onlyinclude><div style="margin-left: 2em;"> | ||
{| class="infobox" style="font-family: 'Retail Demo', 'PT Serif','Palatino','FreeSerif', serif;padding:5px;border-radius: 13px;border: none 1px #A69885;color: #FFEFD7;width: 260px; background-color: #2F2F2F; font-weight: bold" | {| class="infobox" style="font-family: 'Retail Demo', 'PT Serif','Palatino','FreeSerif','Liberation Serif', serif;padding:5px;border-radius: 13px;border: none 1px #A69885;color: #FFEFD7;width: 260px; background-color: #2F2F2F; font-weight: bold" | ||
! colspan="2" style="color: #FFEFD7; background-color: #2F2F2F; font-size: {{{font-size|20px}}}; font-family: 'PT Serif','Palatino','Georgia',serif; font-weight: bold; text-shadow: 0px 2px 3px black, 1px 1px 2px #A69885, 0px 0px 1px black; color:#FFEFD7;"; color:#FFEFD7;"| {{{name}}} | ! colspan="2" style="color: #FFEFD7; background-color: #2F2F2F; font-size: {{{font-size|20px}}}; font-family: 'PT Serif','Palatino','Georgia',serif; font-weight: bold; text-shadow: 0px 2px 3px black, 1px 1px 2px #A69885, 0px 0px 1px black; color:#FFEFD7;"; color:#FFEFD7;"| {{{name}}} | ||
|- | |- |
Revision as of 12:18, 21 October 2024
Usage
This infobox template is used for NPCs. It should be placed at the top of the page. For the hero infobox, see {{Infobox hero}}
.
Examples
{{Infobox unit |name= Guardian |Image= Guardian Icon.png |max_health = 5500 |health_regen = 0 |bullet_resist = 0 |spirit_resist = 0 |dps = 28 |bullet_damage = 16 |melee_damage = 200 |stationary = |move_speed = 0 |stamina = 0 |sprint_speed = 0 |attack_range = 1500 |soul_orbs = 4 |soul_value = 100 }}
Guardian | |
---|---|
Stats | |
Health | |
Base Health: | |
Health Regen: | |
Bullet Resist: | |
Spirit Resist: | |
Damage | |
Damage: | 16 |
DPS: | 28 |
Range: | 1500 |
Melee Damage: | 200 |
Souls | |
Total Souls: | 100 |
Soul Orbs: | 4 |
{{Infobox unit |can_move=true |name=Ranged Trooper |Image=Trooper Icon.png |max_health=300 |health_regen=0 |bullet_resist=0 |spirit_resist=0 |dps=28 |bullet_damage=36 |attack_range=1000 |melee_damage=25 |move_speed=2.4 |sprint_speed=4.33 |soul_value=75 |soul_orbs=1 }}
Parameter | Description | Type | Status | |
---|---|---|---|---|
name | name | Name of the unit
| Unknown | required |
Image | Image | Image file for the unit. Do not include the File: prefix.
| File | required |
max_health | max_health | Unit Health
| Number | optional |
health_regen | health_regen | Unit Health Regen (if applicable) | Number | optional |
bullet_resist | bullet_resist | Unit Bullet Resistance % | Number | optional |
spirit_resist | spirit_resist | Unit Spirit Resistance % | Number | optional |
dps | dps | Player DPS Value of the Unit | Number | optional |
bullet_damage | bullet_damage | Individual attack damage | Number | optional |
attack_range | attack_range | Maximum Attack Range | Number | optional |
melee_damage | melee_damage | Unit melee damage (if applicable) | Number | optional |
move_speed | move_speed | Unit walk speed (if applicable) | Number | optional |
sprint_speed | sprint_speed | Unit sprint speed (if applicable) | Number | optional |
soul_value | soul_value | How many Souls the unit grants in total (Including Base Amount + Soul Orbs) | Number | optional |
soul_orbs | soul_orbs | Number of Soul Orbs spawned by the unit on death | Number | optional |
font-size | font-size | no description | Unknown | optional |
can_move | can_move | no description | Unknown | optional |