</div><divclass="tsd-comment tsd-typography"></div></li><liclass="tsd-parameter"><h5><codeclass="tsd-tag">Readonly</code><spanclass="tsd-kind-property">SHINY_<wbr/>OVERRIDE</span><spanclass="tsd-signature-symbol">: </span><spanclass="tsd-signature-type">boolean</span></h5></li><liclass="tsd-parameter"><h5><codeclass="tsd-tag">Readonly</code><spanclass="tsd-kind-property">STARTER_<wbr/>FORM_<wbr/>OVERRIDES</span><spanclass="tsd-signature-symbol">: </span><spanclass="tsd-signature-type">Partial</span><spanclass="tsd-signature-symbol"><</span><spanclass="tsd-signature-type">Record</span><spanclass="tsd-signature-symbol"><</span><ahref="../enums/enums_species.Species.html"class="tsd-signature-type tsd-kind-enum">Species</a><spanclass="tsd-signature-symbol">, </span><spanclass="tsd-signature-type">number</span><spanclass="tsd-signature-symbol">></span><spanclass="tsd-signature-symbol">></span></h5><divclass="tsd-comment tsd-typography"><p>Set the form index of any starter in the party whose <code>speciesId</code> is inside this override</p>
</div><divclass="tsd-comment tsd-typography"><h4class="tsd-anchor-link"><aid="See"class="tsd-anchor"></a>See<ahref="#See"aria-label="Permalink"class="tsd-anchor-icon"><svgviewBox="0 0 24 24"><usehref="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p><ahref="data_pokemon_species.allSpecies.html"class="tsd-kind-variable">allSpecies</a> in <code>src/data/pokemon-species.ts</code> for form indexes</p>
</div></li><liclass="tsd-parameter"><h5><codeclass="tsd-tag">Readonly</code><spanclass="tsd-kind-property">STARTING_<wbr/>BIOME_<wbr/>OVERRIDE</span><spanclass="tsd-signature-symbol">: </span><ahref="../enums/enums_biome.Biome.html"class="tsd-signature-type tsd-kind-enum">Biome</a></h5></li><liclass="tsd-parameter"><h5><codeclass="tsd-tag">Readonly</code><spanclass="tsd-kind-property">STARTING_<wbr/>HELD_<wbr/>ITEMS_<wbr/>OVERRIDE</span><spanclass="tsd-signature-symbol">: </span><ahref="../types/modifier_modifier_type.ModifierOverride.html"class="tsd-signature-type tsd-kind-type-alias">ModifierOverride</a><spanclass="tsd-signature-symbol">[]</span></h5></li><liclass="tsd-parameter"><h5><codeclass="tsd-tag">Readonly</code><spanclass="tsd-kind-property">STARTING_<wbr/>LEVEL_<wbr/>OVERRIDE</span><spanclass="tsd-signature-symbol">: </span><spanclass="tsd-signature-type">number</span></h5><divclass="tsd-comment tsd-typography"><p>default 5 or 20 for Daily</p>
</div><divclass="tsd-comment tsd-typography"></div></li><liclass="tsd-parameter"><h5><codeclass="tsd-tag">Readonly</code><spanclass="tsd-kind-property">STARTING_<wbr/>MODIFIER_<wbr/>OVERRIDE</span><spanclass="tsd-signature-symbol">: </span><ahref="../types/modifier_modifier_type.ModifierOverride.html"class="tsd-signature-type tsd-kind-type-alias">ModifierOverride</a><spanclass="tsd-signature-symbol">[]</span></h5><divclass="tsd-comment tsd-typography"><p>Overrides labeled <code>MODIFIER</code> deal with any modifier so long as it doesn't require a party
member to hold it (typically this is, extends, or generates a ModifierType),
like <code>EXP_SHARE</code>, <code>CANDY_JAR</code>, etc.</p>
<p>Overrides labeled <code>HELD_ITEM</code> specifically pertain to any entry in modifierTypes that
extends, or generates a PokemonHeldItemModifierType, like <code>SOUL_DEW</code>, <code>TOXIC_ORB</code>, etc.</p>
<p>Note that, if count is not provided, it will default to 1.</p>
<p>Additionally, note that some held items and modifiers are grouped together via
a ModifierTypeGenerator and require pre-generation arguments to get
a specific item from that group. If a type is not set, the generator will either
use the party to weight item choice or randomly pick an item.</p>
</div><divclass="tsd-comment tsd-typography"><h4class="tsd-anchor-link"><aid="Example-2"class="tsd-anchor"></a>Example<ahref="#Example-2"aria-label="Permalink"class="tsd-anchor-icon"><svgviewBox="0 0 24 24"><usehref="../assets/icons.svg#icon-anchor"></use></svg></a></h4><pre><code><spanclass="hl-8">// Will have a quantity of 2 in-game</span><br/><spanclass="hl-5">STARTING_MODIFIER_OVERRIDE</span><spanclass="hl-1"> = [{</span><spanclass="hl-2">name:</span><spanclass="hl-1"></span><spanclass="hl-7">"EXP_SHARE"</span><spanclass="hl-1">, </span><spanclass="hl-2">count:</span><spanclass="hl-1"></span><spanclass="hl-0">2</span><spanclass="hl-1">}]</span><br/><spanclass="hl-8">// Will have a quantity of 1 in-game</span><br/><spanclass="hl-5">STARTING_HELD_ITEM_OVERRIDE</span><spanclass="hl-1"> = [{</span><spanclass="hl-2">name:</span><spanclass="hl-1"></span><spanclass="hl-7">"LUCKY_EGG"</span><spanclass="hl-1">}]</span><br/><spanclass="hl-8">// Type must be given to get a specific berry</span><br/><spanclass="hl-5">STARTING_HELD_ITEM_OVERRIDE</span><spanclass="hl-1"> = [{</span><spanclass="hl-2">name:</span><spanclass="hl-1"></span><spanclass="hl-7">"BERRY"</span><spanclass="hl-1">, </span><spanclass="hl-2">type:</span><spanclass="hl-1"></span><spanclass="hl-2">BerryType</span><spanclass="hl-1">.</span><spanclass="hl-5">SITRUS</span><spanclass="hl-1">}]</span><br/><spanclass="hl-8">// A random berry will be generated at runtime</span><br/><spanclass="hl-5">STARTING_HELD_ITEM_OVERRIDE</span><spanclass="hl-1"> = [{</span><spanclass="hl-2">name:</span><spanclass="hl-1"></span><spanclass="hl-7">"BERRY"</span><spanclass="hl-1">}]</span>
</div><divclass="tsd-comment tsd-typography"></div></li><liclass="tsd-parameter"><h5><codeclass="tsd-tag">Readonly</code><spanclass="tsd-kind-property">STARTING_<wbr/>WAVE_<wbr/>OVERRIDE</span><spanclass="tsd-signature-symbol">: </span><spanclass="tsd-signature-type">number</span></h5></li><liclass="tsd-parameter"><h5><codeclass="tsd-tag">Readonly</code><spanclass="tsd-kind-property">STATUS_<wbr/>OVERRIDE</span><spanclass="tsd-signature-symbol">: </span><ahref="../enums/enums_status_effect.StatusEffect.html"class="tsd-signature-type tsd-kind-enum">StatusEffect</a></h5></li><liclass="tsd-parameter"><h5><codeclass="tsd-tag">Readonly</code><spanclass="tsd-kind-property">VARIANT_<wbr/>OVERRIDE</span><spanclass="tsd-signature-symbol">: </span><ahref="../types/data_variant.Variant.html"class="tsd-signature-type tsd-kind-type-alias">Variant</a></h5></li><liclass="tsd-parameter"><h5><codeclass="tsd-tag">Readonly</code><spanclass="tsd-kind-property">WEATHER_<wbr/>OVERRIDE</span><spanclass="tsd-signature-symbol">: </span><ahref="../enums/enums_weather_type.WeatherType.html"class="tsd-signature-type tsd-kind-enum">WeatherType</a></h5></li><liclass="tsd-parameter"><h5><codeclass="tsd-tag">Readonly</code><spanclass="tsd-kind-property">XP_<wbr/>MULTIPLIER_<wbr/>OVERRIDE</span><spanclass="tsd-signature-symbol">: </span><spanclass="tsd-signature-type">number</span></h5><divclass="tsd-comment tsd-typography"><p>Multiplies XP gained by this value including 0. Set to null to ignore the override</p>