Template:Infobox hero: Difference between revisionsGive feedback
Jump to navigation
Jump to search
No edit summary |
Add templatedata (and `weapon_name` field) |
||
| Line 8: | Line 8: | ||
! colspan="2" style="color: #FFEFD7; background-color: #2F2F2F; font-size: 14px; font-family: 'PT Serif','Palatino','Georgia',serif; font-style: italic; text-shadow: 0px 0px 4px black, 0px 0px 0px black, 0px 0px 0px black; color:#FFEFD7;" | <b>Initial Stats</b> | ! colspan="2" style="color: #FFEFD7; background-color: #2F2F2F; font-size: 14px; font-family: 'PT Serif','Palatino','Georgia',serif; font-style: italic; text-shadow: 0px 0px 4px black, 0px 0px 0px black, 0px 0px 0px black; color:#FFEFD7;" | <b>Initial Stats</b> | ||
|- | |- | ||
! colspan="2" style="background-color: #d5903f; 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;" | Weapon | ! colspan="2" style="background-color: #d5903f; 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; border-bottom: none" | Weapon | ||
|- | |- | ||
{{#if: {{{weapon_name|}}} | | |||
! colspan="2" style="background-color: #d5903f; font-weight: bold; font-size: 12px; font-family: 'PT Serif','Palatino','Georgia',serif; font-weight: bold; text-shadow: 0px 0px 3px black, 0px 0px 0px black, 0px 0px 0px black; color:#FFEFD7; border-top: none" | {{weapon_name}} | |||
|- | |||
}} | |||
! style="color: #999999; background-color: #2F2F2F" | DPS | ! style="color: #999999; background-color: #2F2F2F" | DPS | ||
| {{Icon/Brown|[[File:Damage.png|20px|link=Damage per second]]|{{{dps}}}}} | | {{Icon/Brown|[[File:Damage.png|20px|link=Damage per second]]|{{{dps}}}}} | ||
| Line 69: | Line 73: | ||
|} | |} | ||
</div> | </div> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"name": {}, | |||
"card": {}, | |||
"weapon_name": {}, | |||
"dps": {}, | |||
"bullet_damage": {}, | |||
"ammo": {}, | |||
"bullets_per_sec": {}, | |||
"light_melee": {}, | |||
"heavy_melee": {}, | |||
"range": {}, | |||
"max_health": {}, | |||
"health_regen": {}, | |||
"bullet_resist": {}, | |||
"spirit_resist": {}, | |||
"move_speed": {}, | |||
"sprint_speed": {}, | |||
"stamina": {}, | |||
"increase1_value": {}, | |||
"increase1_stat": {}, | |||
"increase2_value": {}, | |||
"increase2_stat": {}, | |||
"increase3_value": {}, | |||
"increase3_stat": {}, | |||
"increase4_value": {}, | |||
"increase4_stat": {}, | |||
"increase5_value": {}, | |||
"increase5_stat": {} | |||
} | |||
} | |||
</templatedata> | |||
</noinclude> | |||