Template:Infobox unit: Difference between revisions
Jump to navigation
Jump to search
Created a new infobox to be usable for Units (namely Bosses, Camps, Troopers etc.) based off the Hero Infobox we already have. |
m Clarified soul value param and changed to total souls |
||
Line 43: | Line 43: | ||
! colspan="2" style="background-color: #4ef2dd; font-weight: bold; font-size: 16px; font-family: 'PT Serif','Palatino','Georgia',serif; font-weight: bold; text-shadow: 0px 0px 4px black, 0px 0px 0px black, 0px 0px 0px black; color:#FFEFD7;" | Souls | ! colspan="2" style="background-color: #4ef2dd; font-weight: bold; font-size: 16px; font-family: 'PT Serif','Palatino','Georgia',serif; font-weight: bold; text-shadow: 0px 0px 4px black, 0px 0px 0px black, 0px 0px 0px black; color:#FFEFD7;" | Souls | ||
|- | |- | ||
! style="color: #999999; background-color: #2F2F2F" | | ! style="color: #999999; background-color: #2F2F2F" | Total Souls | ||
| {{Souls|{{{soul_value}}}}} | | {{Souls|{{{soul_value}}}}} | ||
|- | |- | ||
Line 132: | Line 132: | ||
}, | }, | ||
"soul_value": { | "soul_value": { | ||
"description": "How many Souls the unit | "description": "How many Souls the unit grants in total (Including Base Amount + Soul Orbs)", | ||
"type": "number" | "type": "number" | ||
}, | }, |
Revision as of 02:07, 1 September 2024
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
name | name | Name of the unit
| Unknown | required |
Image | Image | Unit image
| 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 |