User:Dragon Installman: Difference between revisionsGive feedback
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
{{#vardefine:hero_key_or_en|{{{key}}}}} | <!-- | ||
-->{{#if: {{{key|}}} |<!-- If key is provided | |||
-->{{#vardefine:hero_key_or_en|{{{key}}}}}<!-- key | |||
-->{{#vardefine:hero_en|{{#invoke:Lang|get_string|{{{key}}}|lang_code_override=en}}}}<!-- en | |||
-->|<!-- If key is not provided, use {{{1}}} and assume its in english where it will be re-localized to current language in called functions | |||
-->{{#vardefine:hero_key_or_en|{{{1}}}}}<!-- en | |||
-->{{#vardefine:hero_en|{{{1}}}}}<!-- en | |||
-->}}<!-- | |||
--> | |||
<div style="margin-left: 2em;"> | <div style="margin-left: 2em;"> | ||
{| class="wikitable infobox" style="color: #FFEFD7; background-color: #2F2F2F; font-weight: bold" | {| class="wikitable infobox" style="color: #FFEFD7; background-color: #2F2F2F; font-weight: bold" | ||
Revision as of 02:57, 19 October 2024
| [[File:{{{card}}}|200px|alt={{{BASEPAGENAME}}}]] | |
|---|---|
| Initial Stats | |
| Weapon | |
| "" | |
| DPS | |
| Bullet Damage | |
| Ammo | |
| Bullets per sec | |
| Reload Time | |
| Bullet Velocity | |
| Light Melee | |
| Heavy Melee | |
| Falloff Range | {{{range}}} |
| Vitality | |
| Health | |
| Health Regen | |
| Bullet Resist | |
| Spirit Resist | |
| Move Speed | |
| Sprint Speed | |
| Stamina | |
| Power Increases | |
| +{{{increase1_value}}} {{{increase1_stat}}} | |
| +{{{increase2_value}}} {{{increase2_stat}}} | |
| +{{{increase3_value}}} {{{increase3_stat}}} | |
“Script error: No such module "Summary hero".

| |||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||
| |||||||||||||||||||
| Initial Stats | |
|---|---|
| Weapon | |
| "Case Closed" | |
| DPS | |
| Bullet Damage | |
| Ammo | |
| Bullets per sec | |
| Reload Time | |
| Bullet Velocity | |
| Light Melee | |
| Heavy Melee | |
| Falloff Range | {{{range}}} |
| Vitality | |
| Health | |
| Health Regen | |
| Bullet Resist | |
| Spirit Resist | |
| Move Speed | |
| Sprint Speed | |
| Stamina | |
| Power Increases | |
| +{{{increase1_value}}} {{{increase1_stat}}} | |
| +{{{increase2_value}}} {{{increase2_stat}}} | |
| +{{{increase3_value}}} {{{increase3_stat}}} | |
“Script error: No such module "Summary hero".
| Initial Stats | |
|---|---|
| Weapon | |
| "Humble Pie" | |
| DPS | |
| Bullet Damage | |
| Ammo | |
| Bullets per sec | |
| Reload Time | |
| Bullet Velocity | |
| Light Melee | |
| Heavy Melee | |
| Falloff Range | {{{range}}} |
| Vitality | |
| Health | |
| Health Regen | |
| Bullet Resist | |
| Spirit Resist | |
| Move Speed | |
| Sprint Speed | |
| Stamina | |
| Power Increases | |
| +{{{increase1_value}}} {{{increase1_stat}}} | |
| +{{{increase2_value}}} {{{increase2_stat}}} | |
| +{{{increase3_value}}} {{{increase3_stat}}} | |
“Script error: No such module "Summary hero".
Template fills in most parameters in infobox automatically with data from Data:HeroData.json. You need to put hero's code name or their capitalized name in English in "key" parameter first.
For example this "key" fills infobox with data for Ivy
|key = hero_tengu
or
|key = Ivy
Infobox for heroes.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| key | key | Autofills table contents
| String | required |
| name | name | no description | Unknown | optional |
| name_loc | name_loc | no description | Unknown | optional |
| lang | lang | no description | Unknown | optional |
| card | card | no description | Unknown | optional |
| weapon_name | weapon_name | no description | Unknown | optional |
| dps | dps | no description | Unknown | optional |
| bullet_damage | bullet_damage | no description | Unknown | optional |
| ammo | ammo | no description | Unknown | optional |
| bullets_per_sec | bullets_per_sec | no description | Unknown | optional |
| reload_time | reload_time | no description | Unknown | optional |
| bullet_velocity | bullet_velocity | no description | Unknown | optional |
| light_melee | light_melee | no description | Unknown | optional |
| heavy_melee | heavy_melee | no description | Unknown | optional |
| range | range | no description | Unknown | optional |
| max_range | max_range | For Bebop | Unknown | optional |
| max_health | max_health | no description | Unknown | optional |
| health_regen | health_regen | no description | Unknown | optional |
| bullet_resist | bullet_resist | no description | Unknown | optional |
| spirit_resist | spirit_resist | no description | Unknown | optional |
| move_speed | move_speed | no description | Unknown | optional |
| sprint_speed | sprint_speed | no description | Unknown | optional |
| stamina | stamina | no description | Unknown | optional |
| no_spirit_resist | no_spirit_resist | Removes spirit resist from the table
| Unknown | optional |
| no_bullet_resist | no_bullet_resist | Removes bullet resist from the table
| Unknown | optional |
| no_sprint | no_sprint | Removes sprint speed from the table
| Unknown | optional |
| has_max_range | has_max_range | Adds max range parameter (for Bebop)
| Unknown | optional |
| no_summary | no_summary | Disables summary
| Unknown | optional |

