Records:ModData/doc

From Blaseball Wiki

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.