Difference between revisions of "Template:ModuleInfo"

From The Perfect Tower II
Jump to navigation Jump to search
(Added visual of template usage and unlock condition box)
m (→‎Unlock: example)
Line 103: Line 103:
 
"label": "Unlock",
 
"label": "Unlock",
 
"description": "The conditions required to unlock this module",
 
"description": "The conditions required to unlock this module",
"example": "Reach round 100 on Forest.",
+
"example": "Reach round 100 on Forest. / 0.1% chance to unlock on completing a round. / Die to any boss 5 times in a row.",
 
"type": "string",
 
"type": "string",
 
"suggested": true
 
"suggested": true

Revision as of 19:52, 24 August 2023

{{{module}}}
[[File:{{{Type}}} Module.png|frameless]]
Module Type {{{Type}}}
Maximum Tier {{{maxTier}}}
Description {{{Desc}}}
Unlock Conditions {{{Unlock}}}
Module Tags {{{tag}}}
Module ID {{{id}}}


For adding a specific module with its information to the page

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Module NameName module name

The Module's Name.

Example
Daigoparry
Stringrequired
Module TypeType type

The type of module. (Offensive, Defensive, Utility, Special, Legendary)

Example
Offensive
Stringrequired
Maximum TierTier maxTier max tier

The maximum tier for the module.

Default
250
Example
250
Numberrequired
DescriptionDesc desc Description

The Description / Information of the Module

Example
Lorem Ipsum gives +1 base statistics to Dolor Sit Amet. Does not work with Consectetur Adipiscing Elit.
Contentsuggested
Module TagsTags tag tags

Tags of the module, as shown in game. (With a hashtag, and in caps))

Example
#DAMAGE #AREA CHANCE
Stringsuggested
UnlockUnlock unlock

The conditions required to unlock this module

Example
Reach round 100 on Forest. / 0.1% chance to unlock on completing a round. / Die to any boss 5 times in a row.
Stringsuggested
Module CodeCode code id

The internal code for the module.

Example
attack.basic / regeneration.relative / tower.absolute.zero
Stringsuggested