Difference between revisions of "Records:ModData/doc"

From Blaseball Wiki
(Created page with "This page contains data for all available modifications. After a modification has been defined here, it can be used with Template:Modif and Template:ModTable. To add...")
 
m (Text replacement - "\[\[Season (\d+(#[^#|]*)?)\|([^\]]+)\]\]" to "{{BetaSeason|$1|$3}}")
 
(2 intermediate revisions by 2 users not shown)
Line 25: Line 25:
 
|desc=Players with 0 No cannot be struck out when there are 0 Balls in the Count.<br/>''See also: [[Glossary#0 No|Glossary]]''
 
|desc=Players with 0 No cannot be struck out when there are 0 Balls in the Count.<br/>''See also: [[Glossary#0 No|Glossary]]''
 
|duration=Permanent
 
|duration=Permanent
|source=[[Season 10#Election Results|Blessing]]
+
|source={{BetaSeason|10#Election Results|Blessing}}
 
}}</nowiki>
 
}}</nowiki>
  
If the API uses a different name, add an additional line for it at the start and add an <code>api_id</code> field. (If you don't know if you need this, don't worry about it.)
+
If the API uses a different name, add an additional line for it at the start and add an <code>api_id</code> field.
  
 
  <nowiki>|life_of_party
 
  <nowiki>|life_of_party
Line 39: Line 39:
 
|name=Life of the Party
 
|name=Life of the Party
 
|target=Team
 
|target=Team
|desc=[[Miami Dale|This team]] gets 10% more from their [[Party Time]] [[Season 6#Decrees|stat boosts]].<br/>''See also: [[Glossary#Life of the Party|Glossary]]''
+
|desc=[[Miami Dale|This team]] gets 10% more from their [[Party Time]] {{BetaSeason|6#Decrees|stat boosts}}.<br/>''See also: [[Glossary#Life of the Party|Glossary]]''
 
|duration=Permanent
 
|duration=Permanent
|source=[[Season 6#Decrees 2|Decree]]
+
|source={{BetaSeason|6#Decrees 2|Decree}}
 
}}</nowiki>
 
}}</nowiki>
 +
 +
If you don't know if you need this, don't worry about it.

Latest revision as of 04:52, 17 January 2023

This page contains data for all available modifications. After a modification has been defined here, it can be used with Template:Modif and Template:ModTable. To add a new one, append a new block:

|<mod_id> = {{{{{1}}}
|id=
|icon_name=
|icon_color=
|icon_bg=
|name=
|target=
|desc=
|duration=
|source=
}}

<mod_id> should be the same as the id field, and should be the modification name, lowercase with underscores.

For example:

|o_no = {{{{{1}}}
|id=o_no
|icon_name=screaming
|icon_color=#cffff0
|icon_bg=#485099
|name=0 No
|target=Team
|desc=Players with 0 No cannot be struck out when there are 0 Balls in the Count.<br/>''See also: [[Glossary#0 No|Glossary]]''
|duration=Permanent
|source={{BetaSeason|10#Election Results|Blessing}}
}}

If the API uses a different name, add an additional line for it at the start and add an api_id field.

|life_of_party
|life_of_the_party = {{{{{1}}}
|id=life_of_the_party
|api_id=life_of_party
|icon_name=glass-celebration
|icon_color=rgb(255, 244, 94)
|icon_bg=rgb(145, 65, 186)
|name=Life of the Party
|target=Team
|desc=[[Miami Dale|This team]] gets 10% more from their [[Party Time]] {{BetaSeason|6#Decrees|stat boosts}}.<br/>''See also: [[Glossary#Life of the Party|Glossary]]''
|duration=Permanent
|source={{BetaSeason|6#Decrees 2|Decree}}
}}

If you don't know if you need this, don't worry about it.