Template:Upgrade/doc: Difference between revisions

From Official Barotrauma Wiki
Jump to: navigation, search
mNo edit summary
No edit summary
Line 26: Line 26:
| increasehigh || [[File:Checkmark True.png|32px]] || The % change in price for the last upgrade level. || Signed rational number.
| increasehigh || [[File:Checkmark True.png|32px]] || The % change in price for the last upgrade level. || Signed rational number.
|}
|}
= Example =
<pre style="width:fit-content">
{{Upgrade
| effect1 = Max Wall Health
| effect2 = Crush Depth
| maxlevel = 6
| tier1max = 2
| tier2max = 4
| effect1increase = 20
| effect2increase = 14
| baseprice    = 2000
| increaselow  = 0
| increasehigh = 400
}}
</pre>
{{Upgrade
| effect1 = Max Wall Health
| effect2 = Crush Depth
| maxlevel = 6
| tier1max = 2
| tier2max = 4
| effect1increase = 20
| effect2increase = 14
| baseprice    = 2000
| increaselow  = 0
| increasehigh = 400
}}
{{doc/end}}
{{doc/end}}

Revision as of 16:29, 31 December 2023

Documentation
Parameter Required Description Expected Value
effect1 The first effect of the upgrade. String.
effect2 The second effect of the upgrade. String.
maxlevel The maximum level of the upgrade. Natural numbers between 1 and 10.
tier1max The highest upgrade level that can be reached by a tier 1 submarine. Natural number between 1 and 10.
tier2max The highest upgrade level that can be reached by a tier 2 submarine. Natural number between 1 and 10.
effect1increase The % change of the first effect per upgrade level. Signed rational number.
effect2increase The % change of the second effect per upgrade level. Signed rational number.
baseprice The base price of the upgrade. Integer.
increaselow The % change in price for the first upgrade level. Signed rational number.
increasehigh The % change in price for the last upgrade level. Signed rational number.

Example

{{Upgrade
| effect1 = Max Wall Health
| effect2 = Crush Depth

| maxlevel = 6
| tier1max = 2
| tier2max = 4

| effect1increase = 20
| effect2increase = 14

| baseprice    = 2000
| increaselow  = 0
| increasehigh = 400
}}


Level Tier Max Wall Health Crush Depth Price
1 1 +20%  +14%  2,000 mk
2 1 +40%  +28%  3,333 mk
3 2 +60%  +42%  4,666 mk
4 2 +80%  +56%  6,000 mk
5 3 +100%  +70%  7,333 mk
6 3 +120%  +84%  8,666 mk

This is the documentation page, it should be transcluded into the main template page. See Template:Doc for more information.