Difference between revisions of "Sophies Testing Page"
m (Added biome spawning overhaul, removed unneeded content) |
m (added 9.3.0 raid allies info) |
||
Line 1: | Line 1: | ||
<div style="text-align:center">'''<big>Testing page for Sophie. If I didn't send you here, you're probably in the wrong place</big>'''</div> | <div style="text-align:center">'''<big>Testing page for Sophie. If I didn't send you here, you're probably in the wrong place</big>'''</div> | ||
+ | |||
+ | ==Raid Allies== | ||
+ | As of [https://pixelmonmod.com/wiki/Version_history#Version_9 Version 9.3.0], the NPC allies that appear alongside the player in [[Max Raid Battles]] can be customised using the datapack file <code>/data/pixelmon/pixelmon/raid/ally/base_allies.json</code>. A section of this file can be found below: | ||
+ | |||
+ | <spoiler text="base_allies.json example"> | ||
+ | { | ||
+ | "biomes": [], | ||
+ | "star_range": { | ||
+ | "min": 0, | ||
+ | "max": 5 | ||
+ | }, | ||
+ | "allies": [ | ||
+ | { | ||
+ | "ai_mode": "ADVANCED", | ||
+ | "spec": "Qwilfish ability:intimidate move1:Brine move2:Waterfall move3:Poison_Jab move4:Pin_Missile", | ||
+ | "child": false, | ||
+ | "weight": 1.0, | ||
+ | "name": "Noah", | ||
+ | "skin": "pixelmon:textures/steve/football1.png" | ||
+ | }, | ||
+ | { | ||
+ | ...... | ||
+ | </spoiler> | ||
+ | |||
+ | * The <code>biomes</code> list denotes which biomes the allies listed below can appear in. By leaving this empty, the NPCs can appear in all biomes by default. | ||
+ | * The <code>star_range</code> property denotes the minimum and maximum star levels for which the allies can appear. | ||
+ | |||
+ | By adding additional files to the same directory as <code>base_allies.json</code> via datapack, different conditions can be set for a particular group of NPC allies to appear. However, it is important for at least one ally to be available in each circumstance of biome and star level. | ||
+ | |||
+ | * The <code>allies</code> list contains details of each ally trainer which can appear, with the following subparts: | ||
+ | ** The <code>ai_mode</code> property determines the Battle AI Mode used by the trainer to choose their actions in battle. The available options are <code>DEFAULT</code>, <code>RANDOM</code>, <code>AGGRESSIVE</code>, <code>TACTICAL</code> and <code>ADVANCED</code>, and further details for each can be found [https://pixelmonmod.com/wiki/NPC_Trainer#Customization here]. | ||
+ | ** The <code>spec</code> property provides the details of the pokemon the trainer fights with. All [[Pokémon Spec]] arguments are accepted. | ||
+ | ** The <code>child</code> property determines if the trainer should use the smaller child-sized model, instead of the default player-sized model. | ||
+ | ** The <code>weight</code> value sets the probability of this trainer being selected compared to another ally. The actual chance for each ally slot is <code>weight/(sum of all valid trainer weights)</code>. | ||
+ | ** The <code>name</code> value is the name the NPC ally uses in their battle text. | ||
+ | ** The <code>skin</code> property refers to the textures used by the NPC. This can be a texture within the pixelmon mod, another installed mod, or a custom resource pack. | ||
==Biome Spawning Overhaul== | ==Biome Spawning Overhaul== |
Latest revision as of 02:43, 11 May 2025
Contents
Raid Allies
As of Version 9.3.0, the NPC allies that appear alongside the player in Max Raid Battles can be customised using the datapack file /data/pixelmon/pixelmon/raid/ally/base_allies.json
. A section of this file can be found below:
- The
biomes
list denotes which biomes the allies listed below can appear in. By leaving this empty, the NPCs can appear in all biomes by default. - The
star_range
property denotes the minimum and maximum star levels for which the allies can appear.
By adding additional files to the same directory as base_allies.json
via datapack, different conditions can be set for a particular group of NPC allies to appear. However, it is important for at least one ally to be available in each circumstance of biome and star level.
- The
allies
list contains details of each ally trainer which can appear, with the following subparts:- The
ai_mode
property determines the Battle AI Mode used by the trainer to choose their actions in battle. The available options areDEFAULT
,RANDOM
,AGGRESSIVE
,TACTICAL
andADVANCED
, and further details for each can be found here. - The
spec
property provides the details of the pokemon the trainer fights with. All Pokémon Spec arguments are accepted. - The
child
property determines if the trainer should use the smaller child-sized model, instead of the default player-sized model. - The
weight
value sets the probability of this trainer being selected compared to another ally. The actual chance for each ally slot isweight/(sum of all valid trainer weights)
. - The
name
value is the name the NPC ally uses in their battle text. - The
skin
property refers to the textures used by the NPC. This can be a texture within the pixelmon mod, another installed mod, or a custom resource pack.
- The
Biome Spawning Overhaul
Land
Water
Air
New Front Page
Welcome to the Pixelmon Wiki! This wiki contains information on all of the content within the Pixelmon mod.
Pixelmon adds many aspects of the Pokémon games into Minecraft, including the Pokémon themselves, battling, trading and breeding. Pixelmon also adds an assortment of new items, including prominent items from the main pokémon series such Poké Balls and TMs, new resources like bauxite ore and Apricorns, and new decorative blocks like chairs and clocks.
Update Checklist
- Changelog Page
- Spawning Changelog
- Installation (update latest version)
If new pokemon
- Pokemon page
- Types Pages
- Adjacent pokemon for first/last in old dex
- Available Pokémon
- Available Pokémon/Progress
- Achievements (dex percentages)
- EV yield
- Spawn location
- Spawn time
- Egg groups
- Drops
- Evolution
- Heavy Ball/Catch rate
- Fast Ball/Catch rate
- Mounting
- Mega Evolution
If new moves
- Move page
- Types Pages
- Move IDs
If new/altered abilities
- Ability pages
- Moveskill page
- Abilities (list + outside battle)