Template:BTD6 hero info: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| (36 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
< | <includeonly><templatestyles src="Info/style.css"/><div class="info"><!-- | ||
| | --><div class="head">{{{name}}}<br><small>{{{title}}}</small></div> | ||
| | {{#if:{{{name 2|}}} | ||
|<tabs>{{#tag:tab|<!-- tab 1 --> | |||
|name | {{{!}}class{{=}}"subtable main centered" | ||
| | {{!}}[[File:{{{image}}}|200px|Portrait of {{{name}}}]] | ||
| | {{!}}- | ||
| | {{!}}{{{description}}} | ||
{{!}}}|name=Base form}}<!-- | |||
| | -->{{#tag:tab|<!-- tab 2 --> | ||
| | {{{!}}class{{=}}"subtable main centered" | ||
| | {{!}}[[File:{{{image 2}}}|200px|Portrait of {{{name 2}}}]] | ||
| | {{!}}- | ||
}}[[ | {{!}}{{{description 2}}} | ||
{{!}}}|name={{{name 2}}}}}<!-- | |||
--></tabs>| | |||
{{{!}}class{{=}}"subtable main centered" | |||
{{!}}[[File:{{{image}}}|200px|Portrait of {{{name}}}]] | |||
{{!}}- | |||
{{!}}{{{description}}} | |||
{{!}}} | |||
}} | |||
{|class="subtable" | |||
!Cost | |||
|colspan="3"|{{BTD6 cost by difficulty|{{{cost|540}}}}}<hr>With {{BTD6 mk|Hero Favors}}:<br>{{BTD6 cost by difficulty|{{#expr:{{{cost|540}}} * 0.9}}}} | |||
|- | |||
!XP curve | |||
|colspan="3"|{{#if:{{{xp scale|}}}|×{{{xp scale|1}}} (levels up at ×{{#expr:(1 / {{{xp scale|1}}}) round 4}} the normal rate)|TBD}} | |||
|- | |||
{{#if:{{{rl tower 1|}}}|!''[[Rogue Legends]]'' party | |||
{{!}}colspan="3"{{!}}{{#invoke:BTD6 rewards|main|InstaMonkey:{{{rl tower 1|}}},{{{rl tower 1 upgrades|}}}#InstaMonkey:{{{rl tower 2|}}},{{{rl tower 2 upgrades|}}}|format=ul|link=y}}<br>{{BTD6 artifact|{{{rl artifact|}}}}} {{{rl artifact rarity|}}}}} | |||
|- | |||
{{#if:{{{fl cost|}}}|!''[[Frontier Legends]]'' attributes | |||
{{!}}colspan="3"{{!}}Recruit cost: ${{formatnum:{{{fl cost|}}}}}<br>Starting level: {{{fl level|}}}<br>{{BTD6 trait|{{{fl trait 1|}}}}}<br>{{BTD6 trait|{{{fl trait 2|}}}}}<br>{{BTD6 trait|{{{fl trait 3|}}}}}}} | |||
|- | |||
!Introduced | |||
|colspan="3"|{{#if:{{{introduced|}}}|[[Update history:Bloons TD 6/Version {{{introduced}}}|Version {{{introduced}}}]]|Launch}} | |||
|}</div>{{#ifeq:{{NAMESPACENUMBER}}|0|{{#cargo_store:_table=btd6_heroes | |||
|id={{{id|}}} | |id={{{id|}}} | ||
| | |numeric_id={{{numeric id|}}} | ||
|name ={{{name|}}} | |name ={{{name|}}} | ||
| Line 21: | Line 44: | ||
|image ={{{image|}}} | |image ={{{image|}}} | ||
|description ={{{description|}}} | |description ={{{description|}}} | ||
|description_C=String | |||
|cost | |cost ={{{cost|}}} | ||
|xp_scale | |xp_scale ={{{xp scale|}}} | ||
|cost_C | |cost_C ={{{cost C|}}} | ||
|xp_scale_C ={{{xp scale C|}}} | |xp_scale_C={{{xp scale C|}}} | ||
}}{{#cargo_store:_table=btd6_hero_skins | |||
|id={{{id|}}} | |||
|numeric_id={{{numeric id|}}} | |||
|name ={{{name|}}} | |||
|image ={{{image|}}} | |||
|icon ={{{icon|}}} | |||
|description={{{description|}}} | |||
|hero ={{{name|}}} | |||
|introduced ={{{introduced|}}} | |||
|introduced_C={{{introduced C|}}} | |||
|xd_only ={{{xd_only|0}}} | |||
|rl_tower_1={{{rl tower 1|}}} | |||
|rl_tower_1_upgrades={{{rl tower 1 upgrades|}}} | |||
|rl_tower_2={{{rl tower 2|}}} | |||
|rl_tower_2_upgrades={{{rl tower 2 upgrades|}}} | |||
|rl_artifact={{{rl artifact|}}} | |||
|rl_artifact_rarity={{{rl artifact rarity|}}} | |||
|fl_cost={{{fl cost}}} | |||
|fl_level={{{fl level}}} | |||
|fl_trait_1={{{fl trait 1|}}} | |||
|fl_trait_2={{{fl trait 2|}}} | |||
|fl_trait_3={{{fl trait 3|}}} | |||
}}[[Category:Heroes in BTD6]]{{#seo: | }}[[Category:Heroes in BTD6]]{{#seo: | ||
|image={{{image|}}} | |image={{{image|}}} | ||
}}}}</includeonly><noinclude>{{#cargo_declare:_table=btd6_heroes | |||
}}</includeonly | |id=String | ||
|numeric_id=Integer | |||
| | |name =String | ||
| | |title =String | ||
|image =File | |||
| | |description =String | ||
| | |description_C=String | ||
| | |||
| | |cost =Integer | ||
|xp_scale =Float | |||
| | |cost_C =Integer | ||
|xp_scale_C=Float | |||
}} | |||
| | {{#cargo_attach:_table=btd6_hero_skins}}{{/doc}}</noinclude> | ||