User:MCandRBfan/Help:Mission Tables References

From Team Fortress Wiki
< User:MCandRBfan
Revision as of 09:31, 29 September 2019 by MCandRBfan (talk | contribs) (progress saving)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

WIP

This page shows references containing information required to make Mann vs. Machine mission tables, or just mission tables, to the wiki. Be prepared to take a good amount of your time away in just making mission tables.

References

Regular Wave Example

Here is an example of a basic wave used in mission tables. This is taken from Frozen Fortituide.

Sub-wave Class Count Delay(s) Credits
Wave 1 (600 Credits)
1A
Pyro volcano
Easy 2 12 24 3 100
Soldier shovel nys

Shovel Knight
Easy Dark Falkirk Helm 2 6 12 6 6 100
1B
Heavy gru
Easy 1 10 25 1 100
Demoknight

Giant Demoknight
Expert Pictogram comment.png Spawns at gate A's left if allowed
Pictogram minus.png -3s seconds of crits on kill
1 2 2 10 12 100
1C
Demoknight samurai

Crusader
Easy 2 6 12 5 100
Heavy champ

Super Heavyweight Champ
Expert Pictogram comment.png Spawns at gate A's left if allowed 1 1 1 15 100
Support
Scout bat
Easy 1 1 2.5

full source code:

{|width=100% style="background-color:#fffcf7; border:#79542B 1px solid; text-align:center; margin: auto; clear: both; padding:1px"
|- {{Mvm mission header}}
|-
!colspan="10" style="background:#f9d483"|{{common string|wave}} 1 (600 {{common string|mt credits}})
|-
!rowspan="2" style="background:#fef5e0"|1A
|{{Robot icon|pyro volcano|size=20px}}||{{common string|bot easy}}||—
|2||12||24
|—||3
|100
|-
|{{Robot icon|soldier shovel nys|size=20px}}<br><span class=xsmall>Shovel Knight</span>||{{common string|bot easy}}||{{Item icon|Dark Falkirk Helm|28x28px}}
|2||6||12
|6||6
|100
|-
!rowspan="2" style="background:#fef5e0"|{{tooltip|1B|{{common string|wave begins after}} 1A {{common string|wave is all dead}}}}
|{{Robot icon|heavy gru|size=20}}||{{common string|bot easy}}||—
|1||10||25
|—||1
|100
|-
|{{Robot icon|demoknight|giant|size=20}}<br><span class=xsmall>[[Demoman_Robot#Giant_Demoknight|Giant Demoknight]]</span>||{{common string|bot expert}}||{{c|!|{{common string|bot spawn gate a left}}}}<br>{{nerf|-3s {{common string|bot crits on kill duration}}}}
|1||2||2
|10||12
|100
|-
!rowspan="2" style="background:#fef5e0"|{{tooltip|1C|{{common string|wave begins after}} 1B {{common string|wave is all dead}}}}
|{{Robot icon|demoknight samurai|size=20}}<br><span class=xsmall>[[Frozen_Fortitude_(mission)#Crusader|Crusader]]</span>||{{common string|bot easy}}||—
|2||6||12
|—||5
|100
|-
|{{Robot icon|heavy champ|giant|size=20}}<br><span class=xsmall>[[Heavy_Robot#Unused_Content|Super Heavyweight Champ]]</span>||{{common string|bot expert}}||{{c|!|{{common string|bot spawn gate a left}}}}
|1||1||1
|15||—
|100
|-
!rowspan="1" style="background:#fef5e0"|{{common string|mt support}}
|{{Robot icon|scout bat|size=20}}||{{common string|bot easy}}||—
|1||1||∞
|—||2.5
|—
|-
|}


See Also