Ruination is just discount Nature's Madness
The four beasts are just dark-type tapus that decreases stats instead of setting terrains
The four beasts are just dark-type tapus that decreases stats instead of setting terrains
They do look cooler than the Tapu's though imoRuination is just discount Nature's Madness
The four beasts are just dark-type tapus that decreases stats instead of setting terrains
Scyther => Kleavor (UNKNOWN_61 [0, 0, 0, 0]) (was item-based)
Qwilfish-1 => Overqwil (UNKNOWN_61 [0, 0, 0, 0]) (was move-based)
Ursaring => Ursaluna (UNKNOWN_61 [0, 0, 0, 0]) (was item-based)
Stantler => Wyrdeer (UNKNOWN_61 [0, 0, 0, 0]) (was move-based)
Growlithe-1 => Arcanine (ITEM [3, 0, 0, 0]) (Fire Stone)
Sneasel-1 => Sneasler (SOUBI_NOON [49, 0, 0, 0]) (Razor Claw/night)
Voltorb-1 => Electrode (ITEM [6, 0, 0, 0]) (Leaf stone)
Rellor => Rabsca (UNKNOWN_50 [1000, 0, 0, 0])
Pawmo => Pawmot (UNKNOWN_50 [1000, 0, 0, 0])
Bramblin => Brambleghast (UNKNOWN_50 [1000, 0, 0, 0])
Finizen => Palafin (UNKNOWN_51 [0, 0, 0, 0])
Tandemaus => Maushold (UNKNOWN_52 [0, 0, 0, 0])
Tandemaus => Maushold-1 (UNKNOWN_53 [0, 0, 0, 0])
Gimmighoul => Gholdengo (UNKNOWN_54 [999, 0, 0, 0]) (999 coins)
Gimmighoul-1 => Gholdengo (UNKNOWN_54 [999, 0, 0, 0])
Bisharp => Kingambit (UNKNOWN_55 [3, 0, 0, 0])
Primeape => Annihilape (UNKNOWN_56 [20, 0, 0, 0])
Dunsparce => Dudunsparce (UNKNOWN_57 [887, 0, 0, 0])
Dunsparce => Dudunsparce-1 (UNKNOWN_58 [887, 0, 0, 0])
I don't understand, so can Ursaring, Scyther and Stantler evolve into SV? Or will they do it after Home is released?The moves pastebin has some information on evolutions, so I thought I'd extract it.
Notably, the Hisuian Pokémon share evolution method:
Code:Scyther => Kleavor (UNKNOWN_61 [0, 0, 0, 0]) (was item-based) Qwilfish-1 => Overqwil (UNKNOWN_61 [0, 0, 0, 0]) (was move-based) Ursaring => Ursaluna (UNKNOWN_61 [0, 0, 0, 0]) (was item-based) Stantler => Wyrdeer (UNKNOWN_61 [0, 0, 0, 0]) (was move-based)
I suspect that evolution method is the equivalent of Essentials's NONE evo method. It exists to connect the species backwards for breeding, but is not actually possible for evolution.I don't understand, so can Ursaring, Scyther and Stantler evolve into SV? Or will they do it after Home is released?
Sprigatito => Floragato (LEVELUP 16)
Floragato => Meowscarada (LEVELUP 36)
Fuecoco => Crocalor (LEVELUP 16)
Crocalor => Skeledirge (LEVELUP 36)
Quaxly => Quaxwell (LEVELUP 16)
Quaxwell => Quaquaval (LEVELUP 36)
Lechonk => Oinkologne (MALE 18 [0, 0, 0, 0]) (male + Level 18)
Lechonk => Oinkologne-1 (FEMALE 18 [0, 0, 0, 0]) (female + Level 18)
Tarountula => Spidops (LEVELUP 15)
Nymble => Lokix (LEVELUP 24)
Rellor => Rabsca (UNKNOWN_50 0 [1000, 0, 0, 0]) (???)
Greavard => Houndstone (NIGHT 30 [0, 0, 0, 0]) (night at Level 30)
Flittle => Espathra (LEVELUP 35)
Wiglett => Wugtrio (LEVELUP 26)
Finizen => Palafin (UNKNOWN_51 38 [0, 0, 0, 0]) (???)
Smoliv => Dolliv (LEVELUP 25)
Dolliv => Arboliva (LEVELUP 35)
Capsakid => Scovillain (ITEM 30 [3, 0, 0, 0]) (Fire Stone + Level 30)
Tadbulb => Bellibolt (ITEM 0 [4, 0, 0, 0]) (Thunderstone)
Varoom => Revavroom (LEVELUP 40)
Tandemaus => Maushold (UNKNOWN_52 25 [0, 0, 0, 0]) (???)
Tandemaus => Maushold-1 (UNKNOWN_53 25 [0, 0, 0, 0]) (???)
Cetoddle => Cetitan (ITEM 0 [52, 0, 0, 0]) (Ice Stone)
Frigibax => Arctibax (LEVELUP 35)
Arctibax => Baxcalibur (LEVELUP 54)
Pawmi => Pawmo (LEVELUP 18)
Pawmo => Pawmot (UNKNOWN_50 0 [1000, 0, 0, 0]) (???)
Wattrel => Kilowattrel (LEVELUP 25)
Nacli => Naclstack (LEVELUP 24)
Naclstack => Garganacl (LEVELUP 38)
Glimmet => Glimmora (LEVELUP 35)
Shroodle => Grafaiai (LEVELUP 28)
Fidough => Dachsbun (LEVELUP 26)
Maschiff => Mabosstiff (LEVELUP 30)
Bramblin => Brambleghast (UNKNOWN_50 0 [1000, 0, 0, 0]) (???)
Gimmighoul => Gholdengo (UNKNOWN_54 0 [999, 0, 0, 0]) (999 coins)
Gimmighoul-1 => Gholdengo (UNKNOWN_54 0 [999, 0, 0, 0]) (999 coins)
Tinkatink => Tinkatuff (LEVELUP 24)
Tinkatuff => Tinkaton (LEVELUP 38)
Charcadet => Armarouge (ITEM 0 [85, 0, 0, 0]) (new item)
Charcadet => Ceruledge (ITEM 0 [86, 0, 0, 0]) (new item)
Toedscool => Toedscruel (LEVELUP 30)
I suspect that evolution method is the equivalent of Essentials's NONE evo method. It exists to connect the species backwards for breeding, but is not actually possible for evolution.
I don't understand, so can Ursaring, Scyther and Stantler evolve into SV? Or will they do it after Home is released?
I suspect that evolution method is the equivalent of Essentials's NONE evo method. It exists to connect the species backwards for breeding, but is not actually possible for evolution.
For now, but I wouldn't 100% exclude a tutor for these returning in the DLCs (or even be in the game somewhere)Lol the only things that actually learn flip turn are palafin and iron bundle. They really said ”fuck you, enjoy your 650 bst mon”
A lot of the screenshots don't do the Future mons much justice imo. Iron Bundle attacking by extending its head out and Iron Valiant having a Dual Blade we don't see in most of its idle screenshots are a few examples.I still stand by saying Delibird is better as Deli meat.
Doesn't help that Christmas decorations were on sale in Walmart at the start of October. It's just stupid when decorations are out and St. Patrick's Day is barely farther away to Christmas to the day I saw the decorations.
This is about looks instead of competative, but IMO, Delibird is the lamest looking Paradox because (judging by the screenshots I've seen) it just looks like a plastic Delibird instead of a robot. The bag is the only thing that makes it look like more than a lawn ornament.