Template:BaseStat2: Difference between revisions

From Tower Defense Simulator Wiki
Jump to navigation Jump to search
Content deleted Content added
imported>Mentin123
No edit summary
imported>Mentin123
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>{{Deprecated|[[Template:BaseStat|BaseStat]]}}</noinclude>
{| class="box align-center" style="width: 100%"
{| class="box align-center" style="width: 100%"
! class="angledheader" |'''Base Stats'''
! class="angledheader" |'''Base Stats'''
|-
|-
| {{{Image}}}
|{{{Image}}}
{| class="ability"
{| class="ability"
|'''Cost'''<br/>{{{Cost}}}
|'''Placement Footprint'''<br/>{{{Footprint}}}
|-
|-
| '''Cost'''<br/>{{{Cost}}}
|'''Sell Price'''<br/>{{{Sell Price}}}
| '''Type'''<br/>{{{Type}}}
|'''Placement Type'''<br/>{{{Placement Type}}}
|-
|-
| '''Sell Price'''<br/>{{{Sell Price}}}
|'''Damage'''<br/>{{{Damage}}}
| '''Placement Type'''<br/>{{{Placement Type}}}
|'''Damage Type'''<br/>{{{Damage Type}}}
|-
|-
| '''Damage'''<br/>{{{Damage}}}
|'''Firerate'''<br/>{{{Firerate}}}
| '''Damage Type'''<br/>{{{Damage Type}}}
|'''Hidden Detection'''<br/>{{{Hidden}}}
|-
|-
| '''Firerate'''<br/>{{{Firerate}}}
|'''Range'''<br/>{{{Range}}}
| '''Hidden Detection'''<br/>{{{Hidden}}}
|'''{{{Title1| }}}'''<br/>{{{Stat1| }}}
|-
|-
| '''Range'''<br/>{{{Range}}}
|'''Placement Limit'''<br/>{{{Placement}}}
| '''{{{Title1| }}}'''<br/>{{{Stat1| }}}
|'''{{{Title2| }}}'''<br/>{{{Stat2| }}}{{#if:{{{Title3|}}}|<nowiki/>
|-
{{!}}-
| '''Placement Limit'''<br/>{{{Placement}}}
| '''{{{Title2| }}}'''<br/>{{{Stat2| }}}
{{#if:{{{Title3|}}}|{{!}}-
{{!}} '''{{{Title3| }}}'''<br/>{{{Stat3| }}}
{{!}} '''{{{Title3| }}}'''<br/>{{{Stat3| }}}
{{!}} '''{{{Title4| }}}'''<br/>{{{Stat4| }}}
{{!}} '''{{{Title4| }}}'''<br/>{{{Stat4| }}}}}
{{!}}}
|}
|{{!}}}
}}
|}<noinclude><br/>{{Documentation}}[[Category:Data Templates]]</noinclude>
|}<noinclude><br/>{{Documentation}}[[Category:Data Templates]]</noinclude>

Latest revision as of 12:59, 14 October 2025

Deprecated Template

The BaseStat2 is a deprecated template and has been replaced by BaseStat.
It should not be used on main articles, though it can still be used in places like the profile pages or blog posts.


Base Stats
{{{Image}}}
Cost
{{{Cost}}}
Placement Footprint
{{{Footprint}}}
Sell Price
{{{Sell Price}}}
Placement Type
{{{Placement Type}}}
Damage
{{{Damage}}}
Damage Type
{{{Damage Type}}}
Firerate
{{{Firerate}}}
Hidden Detection
{{{Hidden}}}
Range
{{{Range}}}

Placement Limit
{{{Placement}}}


Template Documentation
Portions of this template may not be visible without parameter values provided

Description

[edit]

This template is used to add a tower's base stats before the Overhaul Update.

Syntax & Usage

[edit]
{{BaseStat
|Image = <Tower Icon>
|Cost = <Placement Cost>
|Footprint = <Placement Footprint>
|Sell Price = <Sell Cost>
|Placement Type = <Placement Type>
|Damage = <Damage>
|Damage Type = <Damage Type>
|Firerate = <Firerate>
|Hidden = <Hidden Detection Level>
|Range = <Range>
|Placement = <Placement Limit>
|Title1 = <Custom Stat Title>
|Stat1 = <Custom Stat Value>
|Title2 = <Custom Stat Title>
|Stat2 = <Custom Stat Value>
|Title3 = <Custom Stat Title>
|Stat3 = <Custom Stat Value>
|Title4 = <Custom Stat Title>
|Stat4 = <Custom Stat Value>
}}

The image parameter should be the tower icon. The various statistic parameters are used to add basic statistics to the template. These have to be filled out. If a tower does not have any of these statistics, such as a tower not having any range, it should be set to N/A. The title and stat parameters are used to add tower specific statistics, if a tower has any.

Examples

[edit]

No Custom Stats

[edit]
{{BaseStat
|Image = [[File:Scout.png|100px]]
|Cost = {{Money|250}}
|Footprint = Average (1.5)
|Sell Price = {{Money|62}}
|Placement Type = Ground
|Damage = [[File:Damage Icon.png|20px|Damage]]1
|Damage Type = Single
|Firerate = [[File:Cooldown Icon.png|20px|Firerate]]1.05
|Hidden = {{Hidden|Hidden Detection}}Level 2+
|Range = [[File:Range Icon.png|20px|Range]]9
|Placement = N/A
}}
BaseStat2

Custom Stats

[edit]
{{BaseStat
|Image = [[File:Freezer.png|100px]]
|Cost = {{Money|450}}
|Footprint = Average (1.5)
|Sell Price = {{Money|112}}
|Placement Type = Ground
|Damage = [[File:Damage Icon.png|20px|Damage]]1
|Damage Type = Burst
|Firerate = [[File:Cooldown Icon.png|20px|Firerate]]0.2
|Hidden = {{Hidden|Hidden Detection}}Level 3+
|Range = [[File:Range Icon.png|20px|Range]]8
|Placement = N/A
|Title1 = Freeze Time
|Stat1 = [[File:Slowness.png|20px|Freeze Time]]0.35
|Title2 = Burst Count
|Stat2 = [[File:Damage Icon.png|20px|Burst]]1
|Title3 = Cooldown
|Stat3 = [[File:Cooldown Icon.png|20px|Cooldown]]3
}}