Roanoke Development
  • Home
  • Terms and Conditions
  • Product Pricing
  • Mods
    • Lazy NPC
      • Molang
        • Player Methods
    • Oxygen
      • Player Warps
        • Commands & Permissions
      • Commands & Permissions
        • Configured TP (CTP)
      • RTP (Random Teleport)
        • Configured RTP (Admin Command)
      • Migrating from EEssentials
    • WonderTrade
      • Announcements
      • Commands & Permissions
      • Trade Pool(s)
    • Teams
    • Tournaments
      • Time Limits
    • CobbledSpawners
      • Config
      • Spawners
      • Spawn Groups
      • Commands & Permissions
    • ScavengerHunts
    • PPokedex
      • Commands
      • Configurable GUI
      • Configuration
      • Items
      • Ranks
      • Pokedex
    • GGyms
      • Gym Rewards
      • Gym Requirements
      • Commands & Permissions
    • BetterBreeding
      • Egg Encryption
      • Pasture Based Breeding
      • Configurable Items
      • Commands & Permissions
      • GUIs
      • Breeding Configuration
    • Research Tasks
    • Roanoke Library (Rib)
      • Placeholders
        • Pokemon Placeholders
        • Player Placeholders
      • Rewards
      • Item Builder
      • Custom GUI
      • Requirements
        • Multiple Requirements Requirement
        • Pokemon Party Requirements
        • Registering Custom Requirements
        • Permission Requirement
      • Quests
        • Other Quests
        • Placeholder Quests
        • Cobblemon Quests
        • Minecraft Quests
        • Registering Custom Quests
      • PokeMatch
        • IVs/EVs
    • GiftBox
      • Quick Start
      • Commands & Permissions
      • Player Groups
      • Gift Definitions
    • Cobblemon Bank
      • Commands & Permissions
      • Bank Transactions
      • Bank Config
    • Boosters
      • Commands & Permissions
Powered by GitBook
On this page
  1. Mods
  2. Roanoke Library (Rib)
  3. PokeMatch

IVs/EVs

Match specific IVs/EVs with PokeMatch

{
   "species": "raichu",
   "evs": [
      "hp": 0,
      "attack": 0,
      "defence": 0,
      "special_attack": 0,
      "special_defence": 0,
      "speed": 0
   ]
}

This PokeMatch would only accept a very poorly trained Raichu with no EVs. The Stat Keys used are Cobblemon "clean identifiers", basically "cobblemon:hp", without the "cobblemon:" part.

You can match against IVs by replacing "evs" with "ivs":

{
    "species": "pikachu",
    "ivs": [
        "speed": 31
    ]
}

This PokeMatch would only accept a Pikachu with a Speed IV of 31. The other IVs could be anything, as well as the other EVs, as they're not included in the match.

PreviousPokeMatchNextGiftBox

Last updated 9 months ago