Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- 1 => {
- "Name" => "Bulbasaur",
- "InternalName" => "BULBASAUR", # Automatically formats something if left out
- "Types" => ["id of grass type", "id of poison type"],
- "Abilities" => ["id of overgrow ability"],
- "HiddenAbility" => "id of chlorophyll ability", # No hidden ability if left out
- "EggGroups" => ["id of monster egg group", "id of grass egg group"],
- "CatchRate" => 45,
- "Height" => 0.7,
- "Weight" => 6.9,
- "GenderRatio" => "id (index of an array with predefined ratios)",
- "Kind" => "Seed",
- "BaseEXP" => 64,
- "LevelingRate" => "id (index of an array with predefined ratios)",
- "EVYield" => [0,0,0,1,0,0],
- "Color" => "id (index of an array with predefined colors)",
- "BaseHappiness" => 70, # Defaults to 70 if left out
- "DexEntry" => "For some time after its birth, it grows by gaining nourishment from the seed on its back.", # BW2 description
- "BaseStats" => [45,49,49,65,65,45],
- "Moveset" => { # No moves if left out
- 1 => "id of tackle move",
- 3 => "id of growl move",
- 7 => "id of leech seed move",
- 9 => "id of vine whip move",
- 13 => ["id of poison powder move", "id of sleep powder move"],
- 15 => "id of take down move",
- 19 => "id of razor leaf move",
- 21 => "id of sweet scent move",
- 25 => "id of growth move",
- 27 => "id of double-edge move",
- 31 => "id of worry seed move",
- 33 => "id of synthesis move",
- 37 => "id of seed bomb move"
- },
- "MoveCompatibility" => [ # TM, HM, Tutor. No moves if left out
- "id of work up move",
- "id of toxic move",
- "id of venoshock move",
- "id of hidden power move",
- "id of sunny day move",
- "id of light screen move",
- "id of protect move",
- "id of safeguard move",
- "id of frustration move",
- "id of solar beam move",
- "id of return move",
- "id of double team move",
- "id of sludge bomb move",
- "id of facade move",
- "id of rest move",
- "id of attract move",
- "id of round move",
- "id of echoed voice move",
- "id of energy ball move",
- "id of swords dance move",
- "id of grass knot move",
- "id of swagger move",
- "id of sleep talk move",
- "id of substitute move",
- "id of nature power move",
- "id of confide move"
- ],
- "Evolutions" => { # No evolutions if left out
- "Level 16" => "id of Ivysaur species"
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment