Fusion Evolution V2 (Submission Phase)

Status
Not open for further replies.
Wow, I almost have a team

So this post has actual value to the thread time to post my thoughts on the winners

Mentor turned out a lot better than I anticipated, and it blocks two common super-effective moves used as coverage

I'm also really digging Supermuk, because it has Gengar's great typing, and it's a viable fusion made from two pretty unviable Pokenon
 

G-Luke

Sugar, Spice and One For All
is a Community Contributoris a CAP Contributoris a Forum Moderator Alumnus
Ok here are my reviews.

Tyranking will be a staple for both balance and offence alike, providing great chip damage and easily dispatching Poison immune mons with appropriate coverage. Its mega like mentioned can be a great lategame sweeper, dropping Toxic Spikes early game then sweeping late.

Tyranking @ Black Sludge
EVs: 252 HP / 156 Def / 100 SpD
Ability: Venom Stream
Relaxed Nature
- Venoshock
- Fire Blast
- Stone Edge / Thunder Wave
- Stealth Rock / Dragon Tail

Tyranking @ Tyranitarite
EVs: 252 Atk / 4 SpD / 252 Spe
Ability: Venom Stream
Jolly Nature
- Dragon Dance
- Gunk Shot
- Stone Edge / Head Smash
- Fire Punch / Superpower / Earthquake


With the addition of a auto toxic spikes setter, hazard stacking got even better. But Mentor gave the battle style a new edge it would always wish for - a spinblocker and Defog absorber. In one. This makes hazard stacking HUGE and might shake up the metagame to the point where previously scarce mons are now on every team - Rapipom + Hazard setter + Mentor = Pain in butt for offence. Its mega unfortunately is really outclassed as a Mega in general, and as a Metagross fusion. Sure its great for BO, but its lack in power and current lack of a strong Ghost STAB will infinately cripple it.

I Control Hazard Control
Dusknoir @ Choice Band
EVs: 252 HP / 252 Atk / 4 SpD
Ability: Black Hole
Adamant Nature
- Shadow Sneak
- Meteor Mash
- Earthquake
- Fire Punch

A nice Band set for Mentor. Its really its only good set. Smash holes in walls (if you can), but more importantly, pivot into spinners and Defoggers so your team's precious hazards are kept intact.


Supermuk is super cool. I could definately see Band sets being great. Too bad its part Ghost so no Curse sweeping shenanigans. A defensive set might be what defines this mon tho, as its power is rather lacklustre and Golden Touching an opponent's lefties would be really neat. Too bad its attack forces it out of Mediorce FE.

Supermuk @ Black Sludge
EVs: 252 HP / 252 Def / 4 Atk
Ability: Golden Touch
Impish Nature
- Will O Wisp
- Synthesis
- Poison Jab
- Leech Seed / Explosion

Supermuk @ Choice Band
EVs: 252 Atk / 252 HP / 4 Def
Ability: Golden Touch
Adamant Nature
- Gunk Shot
- Shadow Sneak
- Fire Punch
- Explosion

More coming your way
 
Last edited:

G-Luke

Sugar, Spice and One For All
is a Community Contributoris a CAP Contributoris a Forum Moderator Alumnus
tfw if Luxrile had gotten just one more vote it probably would've won

Ah, well. Life and FE goes on. Guess I'll give my thoughts on the winning fusions.

A wicked cool fusion, Tyranking, like Draegarados before it, is able to poison its opponent upon it switching in, but in a different manner--namely, setting one layer of Toxic Spikes upon switch-in. Aside from that, it's a really cool Dragon Dance user, and Rock/Poison isn't a terrible typing. Tyranking could also be paired with Draegarados for that based Venoshock spam


Supermuk shares Gengar's typing, but the two couldn't be less alike. Gengar is fast, frail, and specially offensive, while Supermuk is slower, but bulkier and more physically offensive, although it does have Shadow Sneak. Golden Touch is an awesome Ability, too, being able to copy the opponent's item. Can you imagine how powerful this would be if it had Choice Band and copied Life Orb? Pretty scary.


Being able to block Parting Shot and Defog is always nice, but the best thing about it is that it blocks Shadow Ball and Earth Power, two moves which are super-effective against it. You have nice bulk, too, and its Mega has a decent 127 base Attack coupled with dual STAB priority.


Elektra is I think tied for the fastest fusion, even without its Mega. It's a pretty nice offensive pivot, since it has STAB Volt Switch and good enough coverage to take out whatever threat it needs to. The Mega is even stronger and faster, and won't even get slowed down by paralysis, since it's part Electric-type. Plus, there's Trace to copy the Ability of whatever you're facing, which is great in itself for FE.


A hazard remover and a pivot, plus Roost for recovery. You've got good bulk, and 128 base Attack means you aren't set-up fodder. Personally, I'd like to try an offensive Defog set with U-turn, Dragon Claw, and Iron Head, which has only one weakness in Fighting. 70 base Speed is kind of a let-down, though.


The list of BSTs has also been updated, and it's on page 32 if you want to check it out.

Also coding for my fusions:

Code:
    name: {
        num:
        species: "Bastioking",
        types: ["Water", "Steel"],
        genderRatio: {M: 0.5, F: 0.5},
        baseStats: {hp: 88, atk: 74, def: 134, spa: 84, spd: 134, spe: 40},
        abilities: {0: "Sturdy Tempo"},
        heightm: 1.6,
        weightkg: 114.5,
        color: "Gray",
        eggGroups: ["Monster"],
    },

name: {
        num:
        species: "Metanlee",
        types: ["Steel", "Fighting"],
        genderRatio: {M: 0.5, F: 0.5},
        baseStats: {hp: 75, atk: 138, def: 102, spa: 65, spd: 100, spe: 89},
        abilities: {0: "Reckless Body"},
        heightm: 1.5,
        weightkg: 299.9,
        color: "Brown",
        eggGroups: ["DNA"],
        otherFormes: ["Metanleemega"],
    },
    namemega: {
        num:
        species: "Metanlee-Mega",
        baseSpecies: "Metanlee",
        forme: "Mega",
        formeLetter: "M",
        types: ["Steel", "Fighting"],
        genderRatio: {M: 0.5, F: 0.5},
        baseStats: {hp: 75, atk: 148, def: 122, spa: 75, spd: 120, spe: 129},
        abilities: {0: "Tough Claws"},
        heightm: 2.4,
        weightkg: 692.8,
        color: "Brown",
        eggGroups: ["DNA"],
    },

name: {
        num:
        species: "Zoroldeo",
        types: ["Dark", "Fighting"],
        genderRatio: {M: 0.5, F: 0.5},
        baseStats: {hp: 75, atk: 106, def: 81, spa: 125, spd: 81, spe: 115},
        abilities: {0: "Justice Illusion"},
        heightm: 1.5,
        weightkg: 64.8,
        color: "Gray",
        eggGroups: ["DNA"],
    },

name: {
        num:
        species: "Draegarados",
        types: ["Poison", "Water"],
        genderRatio: {M: 0.5, F: 0.5},
        baseStats: {hp: 90, atk: 110, def: 95, spa: 89, spd: 122, spe: 73},
        abilities: {0: "Venom Glare"},
        heightm: 4.1,
        weightkg: 158.2,
        color: "Blue",
        eggGroups: ["Dragon"],
        otherFormes: ["Draegaradosmega"],
    },
    namemega: {
        num:
        species: "Draegarados-Mega",
        baseSpecies: "Draegarados",
        forme: "Mega",
        formeLetter: "M",
        types: ["Poison", "Dark"],
        genderRatio: {M: 0.5, F: 0.5},
        baseStats: {hp: 90, atk: 140, def: 125, spa: 99, spd: 152, spe: 73},
        abilities: {0: "Mold Breaker"},
        heightm: 4.1,
        weightkg: 228.2,
        color: "Blue",
        eggGroups: ["Dragon"],
    },


If I did anything wrong, let me know and I'll fix it.
I believe the DNA Fusions should be in there parents egg group unless one is Undiscovered, which it should automatically fall into the Undiscovered egg group. And that fusions with a genderless partner shouldn't have a gender at all.

Also, idek how I will get all my archieved fusions in code.
 
Aw, Furfreon almost made it too... Oh well. Would I be allowed to resubmit it for next round?

Until then, I suppose now we're talking about the winners?

Some of these scared me at first, then I realized that they're all actually rather tame due to the relative ease of countering them. Escagon really hates defense-lowering moves. And especially Topsy-Turvy. Also, not seeing Topsy-Turvy on Mentor's list of blocked moves. Topsy-Turvy wrecks a lot of things. We need more Topsy-Turvy mons.

Elektra was kind of boring to me, and I didn't realize why everyone was voting for it so much. Until I realized "Oh wait, Trace is amazing in this game. Wow, look at those stats plus trace. Okay, I understand the hype."

Supermuk is just fun looking. I can't wait for it to show up and either destroy everything because it has a band and a life orb, or wallow around useless because it just copied an item that doesn't work with it in the slightest.

Tyranking is pretty neat. Bring a poison type or a levitator or get poison constantly thrown in your face.
 
I believe the DNA Fusions should be in there parents egg group unless one is Undiscovered, which it should automatically fall into the Undiscovered egg group. And that fusions with a genderless partner shouldn't have a gender at all.

Also, idek how I will get all my archieved fusions in code.
OK, fixed.
 

G-Luke

Sugar, Spice and One For All
is a Community Contributoris a CAP Contributoris a Forum Moderator Alumnus
Aw, Furfreon almost made it too... Oh well. Would I be allowed to resubmit it for next round?

Until then, I suppose now we're talking about the winners?

Some of these scared me at first, then I realized that they're all actually rather tame due to the relative ease of countering them. Escagon really hates defense-lowering moves. And especially Topsy-Turvy. Also, not seeing Topsy-Turvy on Mentor's list of blocked moves. Topsy-Turvy wrecks a lot of things. We need more Topsy-Turvy mons.

Elektra was kind of boring to me, and I didn't realize why everyone was voting for it so much. Until I realized "Oh wait, Trace is amazing in this game. Wow, look at those stats plus trace. Okay, I understand the hype."

Supermuk is just fun looking. I can't wait for it to show up and either destroy everything because it has a band and a life orb, or wallow around useless because it just copied an item that doesn't work with it in the slightest.

Tyranking is pretty neat. Bring a poison type or a levitator or get poison constantly thrown in your face.
You can resubmit any losing fusion in another submission set. You can also resubmit another person's fusion if it lost.
 
Alright, I put the code for Elektra plus my other fusions. I hope I did it right. I also am officially changing/requesting Mewelli's ability name change to Lockdown.
Code:
    name: {
        num:
        species: "Venoqueen",
        types: ["Ground", "Bug"],
        genderRatio: {M: 0.0, F: 1.0},
        baseStats: {hp: 90, atk: 97, def: 73, spa: 92, spd: 80, spe: 83},
        abilities: {0: "Tainted Lens"},
        heightm: 1.4,
        weightkg: 36.3,
        color: "Blue",
        eggGroups: ["Undiscovered"],
    },
    name: {
        num:
        species: "Lietaur",
        types: ["Normal", "Dark"],
        genderRatio: {M: 0.5, F: 0.5},
        baseStats: {hp: 79, atk: 104, def: 82, spa: 74, spd: 70, spe: 118},
        abilities: {0: "Titanic Strength"},
        heightm: 1.3,
        weightkg: 63.0,
        color: "Brown",
        eggGroups: ["Field"],
    },
    name: {
        num:
        species: "Garbagorde",
        types: ["Poison", "Ground"],
        genderRatio: {M: 0.0, F: 0.0},
        baseStats: {hp: 105, atk: 105, def: 105, spa: 75, spd: 105, spe: 85},
        abilities: {0: "Heavy Armor"},
        heightm: 3.5,
        weightkg: 206.2,
        color: "Green",
        eggGroups: ["Undiscovered"],
    },
    name: {
        num:
        species: "Victant",
        types: ["Bug", "Fire"],
        genderRatio: {M: 0.0, F: 0.0},
        baseStats: {hp: 85, atk: 111, def: 110, spa: 74, spd: 85, spe: 116},
        abilities: {0: "Champion"},
        heightm: 0.4,
        weightkg: 18.5,
        color: "Yellow",
        eggGroups: ["Undiscovered"],
    },
    name: {
        num:
        species: "Mewelli",
        types: ["Water", "Psychic"],
        genderRatio: {M: 0.0, F: 0.0},
        baseStats: {hp: 100, atk: 97, def: 102, spa: 97, spd: 102, spe: 81},
        abilities: {0: "Lockdown"},
        heightm: 1.3,
        weightkg: 69.5,
        color: "White",
        eggGroups: ["Undiscovered"],
    },
    name: {
        num:
        species: "Miltrank",
        types: ["Normal", "Steel"],
        genderRatio: {M: 0.0, F: 0.0},
        baseStats: {hp: 101, atk: 105, def: 105, spa: 85, spd: 100, spe: 88},
        abilities: {0: "Thermogenesis"},
        heightm: 1.5,
        weightkg: 252.8,
        color: "Pink",
        eggGroups: ["Undiscovered"],
    },
    name: {
        num:
        species: "Furfraught",
        types: ["Normal", "Fighting"],
        genderRatio: {M: 0.5, F: 0.5},
        baseStats: {hp: 91, atk: 103, def: 101, spa: 79, spd: 92, spe: 93},
        abilities: {0: "Shaggy Coat"},
        heightm: 1.4,
        weightkg: 59.0,
        color: "White",
        eggGroups: ["Field"],
    },
    name: {
        num:
        species: "Elektra",
        types: ["Psychic", "Electric"],
        genderRatio: {M: 0.0, F: 0.0},
        baseStats: {hp: 57, atk: 50, def: 57, spa: 127, spd: 87, spe: 150},
        abilities: {0: "Echo"},
        heightm: 1.4,
        weightkg: 57.3,
        color: "Brown",
        eggGroups: ["Human-Like","Mineral"],
        otherFormes: ["Elektramega"],
    },
    namemega: {
        num:
        species: "Elektra-Mega",
        baseSpecies: "Elektra",
        forme: "Mega",
        formeLetter: "M",
        types: ["Psychic", "Electric"],
        genderRatio: {M: 0.0, F: 0.0},
        baseStats: {hp: 57, atk: 50, def: 77, spa: 167, spd: 87, spe: 180},
        abilities: {0: "Trace"},
        heightm: 1.1,
        weightkg: 57.3,
        color: "Brown",
        eggGroups: ["Human-Like","Mineral"],
    },
 
Last edited:

AquaticPanic

Intentional Femboy Penguin
is a Community Leaderis a Community Contributor
Community Leader
Sets comming this night or tomorrow.

My first time actually coding a mon, so probs there's an error or something.

Code:
name:
{ num:
species: "Escagon",
types: ["Steel", "Dragon"],
genderRatio: {M: 0.5, F: 0.5},
baseStats: {hp: 85, atk: 128, def: 103, spa: 80, spd: 103, spe: 70},
abilities: {0: "Hyper Protection"},
heightm: 2.5,
weightkg: 110,
color: "Grey",
eggGroups: ["Bug"],
}
 
Last edited:

G-Luke

Sugar, Spice and One For All
is a Community Contributoris a CAP Contributoris a Forum Moderator Alumnus
Alright, I put the code for Elektra plus my other fusions. I hope I did it right. I also am officially changing/requesting Mewelli's ability name change to Lockdown.
Code:
    name: {
        num:
        species: "Venoqueen",
        types: ["Ground", "Bug"],
        genderRatio: {M: 0.0, F: 1.0},
        baseStats: {hp: 90, atk: 97, def: 73, spa: 92, spd: 80, spe: 83},
        abilities: {0: "Tainted Lens"},
        heightm: 1.4,
        weightkg: 36.3,
        color: "Blue",
        eggGroups: ["Undiscovered"],
    },
    name: {
        num:
        species: "Lietaur",
        types: ["Normal", "Dark"],
        genderRatio: {M: 0.5, F: 0.5},
        baseStats: {hp: 79, atk: 104, def: 82, spa: 74, spd: 70, spe: 118},
        abilities: {0: "Titanic Strength"},
        heightm: 1.3,
        weightkg: 63.0,
        color: "Brown",
        eggGroups: ["Field"],
    },
    name: {
        num:
        species: "Garbagorde",
        types: ["Poison", "Ground"],
        genderRatio: {M: 0.0, F: 0.0},
        baseStats: {hp: 105, atk: 105, def: 105, spa: 75, spd: 105, spe: 85},
        abilities: {0: "Heavy Armor"},
        heightm: 3.5,
        weightkg: 206.2,
        color: "Green",
        eggGroups: ["Undiscovered"],
    },
    name: {
        num:
        species: "Victant",
        types: ["Bug", "Fire"],
        genderRatio: {M: 0.0, F: 0.0},
        baseStats: {hp: 85, atk: 111, def: 110, spa: 74, spd: 85, spe: 116},
        abilities: {0: "Champion"},
        heightm: 0.4,
        weightkg: 18.5,
        color: "Yellow",
        eggGroups: ["Undiscovered"],
    },
    name: {
        num:
        species: "Mewelli",
        types: ["Water", "Psychic"],
        genderRatio: {M: 0.0, F: 0.0},
        baseStats: {hp: 100, atk: 97, def: 102, spa: 97, spd: 102, spe: 81},
        abilities: {0: "Lockdown"},
        heightm: 1.3,
        weightkg: 69.5,
        color: "White",
        eggGroups: ["Undiscovered"],
    },
    name: {
        num:
        species: "Miltrank",
        types: ["Normal", "Steel"],
        genderRatio: {M: 0.0, F: 0.0},
        baseStats: {hp: 101, atk: 105, def: 105, spa: 85, spd: 100, spe: 88},
        abilities: {0: "Thermogenesis"},
        heightm: 1.5,
        weightkg: 252.8,
        color: "Pink",
        eggGroups: ["Undiscovered"],
    },
    name: {
        num:
        species: "Furfraught",
        types: ["Normal", "Fighting"],
        genderRatio: {M: 0.5, F: 0.5},
        baseStats: {hp: 91, atk: 103, def: 101, spa: 79, spd: 92, spe: 93},
        abilities: {0: "Shaggy Coat"},
        heightm: 1.4,
        weightkg: 59.0,
        color: "White",
        eggGroups: ["Field"],
    },
    name: {
        num:
        species: "Elektra",
        types: ["Psychic", "Electric"],
        genderRatio: {M: 0.0, F: 0.0},
        baseStats: {hp: 57, atk: 50, def: 57, spa: 127, spd: 87, spe: 150},
        abilities: {0: "Echo"},
        heightm: 1.4,
        weightkg: 57.3,
        color: "Brown",
        eggGroups: ["Undiscovered"],
        otherFormes: ["Elektramega"],
    },
    namemega: {
        num:
        species: "Elektra-Mega",
        baseSpecies: "Elektra",
        forme: "Mega",
        formeLetter: "M",
        types: ["Psychic", "Electric"],
        genderRatio: {M: 0.0, F: 0.0},
        baseStats: {hp: 57, atk: 50, def: 77, spa: 167, spd: 87, spe: 180},
        abilities: {0: "Trace"},
        heightm: 1.1,
        weightkg: 57.3,
        color: "Brown",
        eggGroups: ["Undiscovered"],
    },
Thanks man. One small nitpick. Elektra should be in the Human-Like and Mineral egg groups.
 
Looks like I put an emphasis on a Curse set on my Supermuk's Role identification while I forgot that it has a different effect on Ghost types. Dowh!

I'll code my fusion (and some other uncoded fusions) tomorrow as soon as I get to use a computer. :)

Here are the codes for Supermuk and all my other fusions:

Code:
 name: {
        num:
        species: "Supermuk",
        types: ["Ghost", "Poison"],
        genderRatio: {M: 0.5, F: 0.5},
        baseStats: {hp: 105, atk: 112, def: 108, spa: 71, spd: 97, spe: 62},
        abilities: {0: "Golden Touch"},
        heightm: 1.5,
        weightkg: 34.5,
        color: "Purple",
        eggGroups: ["Amorphous"],
    },

name: {
        num:
        species: "Shaymizard",
        types: ["Fire", "Grass"],
        genderRatio: {M: 0.0, F: 0.0},
        baseStats: {hp: 89, atk: 102, def: 89, spa: 114, spd: 92, spe: 120},
        abilities: {0: "Healing Blaze"},
        heightm: 0.9,
        weightkg: 46.3,
        color: "Red",
        eggGroups: ["Undiscovered"],
        otherFormes: ["Shaymizardmegax, Shaymizardmegay"],
    },
    namemega: {
        num:
        species: "Shaymizard-Mega X",
        baseSpecies: "Shaymizard",
        forme: "Mega-X",
        formeLetter: "MX",
        types: ["Fire", "Dragon"],
        genderRatio: {M: 0.0, F: 0.0},
        baseStats: {hp: 89, atk: 148, def: 122, spa: 135, spd: 92, spe: 120},
        abilities: {0: "Tough Claws"},
        heightm: 0.9,
        weightkg: 66.3,
        color: "Red",
        eggGroups: ["Undiscovered"],
    },
    namemega: {
        num:
        species: "Shaymizard-Mega Y",
        baseSpecies: "Shaymizard",
        forme: "Mega-Y",
        formeLetter: "MY",
        types: ["Fire", "Grass"],
        genderRatio: {M: 0.0, F: 0.0},
        baseStats: {hp: 89, atk: 122, def: 89, spa: 164, spd: 122, spe: 120},
        abilities: {0: "Drought"},
        heightm: 0.9,
        weightkg: 56.3,
        color: "Red",
        eggGroups: ["Undiscovered"],
    },

name: {
        num:
        species: "Aeroraptor",
        types: ["Normal", "Flying"],
        genderRatio: {M: 0.5, F: 0.5},
        baseStats: {hp: 92, atk: 122, def: 77, spa: 65, spd: 77, spe: 125},
        abilities: {0: "Raptor Head"},
        heightm: 1.5,
        weightkg: 42.0,
        color: "Purple",
        eggGroups: ["Flying"],
        otherFormes: ["Aeroraptormega"],
    },
    namemega: {
        num:
        species: "Aeroraptor-Mega",
        baseSpecies: "Aeroraptor",
        forme: "Mega",
        formeLetter: "M",
        types: ["Normal", "Flying"],
        genderRatio: {M: 0.0, F: 0.0},
        baseStats: {hp: 89, atk: 152, def: 97, spa: 75, spd: 97, spe: 145},
        abilities: {0: "Tough Claws"},
        heightm: 1.8,
        weightkg: 62.0,
        color: "Purple",
        eggGroups: ["Flying"],

name: {
        num:
        species: "Eruption",
        types: ["Fire", "Water"],
        genderRatio: {M: 0.0, F: 0.0},
        baseStats: {hp: 79, atk: 105, def: 100, spa: 130, spd: 100, spe: 55},
        abilities: {0: "Evaporate"},
        heightm: 1.8,
        weightkg: 207.5,
        color: "Red",
        eggGroups: ["Undiscovered"],
        otherFormes: ["Eruptionmega"],
    },
    namemega: {
        num:
        species: "Eruption-Mega",
        baseSpecies: "Eruption",
        forme: "Mega",
        formeLetter: "M",
        types: ["Fire", "Water"],
        genderRatio: {M: 0.0, F: 0.0},
        baseStats: {hp: 79, atk: 125, def: 130, spa: 170, spd: 130, spe: 35},
        abilities: {0: "Sheer Force"},
        heightm: 4.7,
        weightkg: 308.0,
        color: "Red",
        eggGroups: ["Undiscovered"],
    },

name: {
        num:
        species: "Wigglyman",
        types: ["Water", "Fairy"],
        genderRatio: {M: 0.0, F: 0.0},
        baseStats: {hp: 120, atk: 85, def: 80, spa: 110, spd: 80, spe: 81},
        abilities: {0: "Shake It Off},
        heightm: 0.7,
        weightkg: 6.7,
        color: "Pink",
        eggGroups: ["Fairy"],
    },

name: {
        num:
        species: "Shaymode",
        types: ["Grass", "Electric"],
        genderRatio: {M: 0.0, F: 0.0},
        baseStats: {hp: 80, atk: 75, def: 90, spa: 105, spd: 100, spe: 130},
        abilities: {0: "Static Switch"},
        heightm: 0.7,
        weightkg: 34.4,
        color: "Green",
        eggGroups: ["Undiscovered"],
    },

name: {
        num:
        species: "Bouffanine",
        types: ["Normal", "Fire"],
        genderRatio: {M: 0.5, F: 0.5},
        baseStats: {hp: 102, atk: 120, def: 97, spa: 80, spd: 97, spe: 85},
        abilities: {0: "Reflex"},
        heightm: 1.8,
        weightkg: 124.8,
        color: "Brown",
        eggGroups: ["Field"],
    },

name: {
        num:
        species: "Hootoise",
        types: ["Water", "Ghost"],
        genderRatio: {M: 0.0, F: 0.0},
        baseStats: {hp: 83, atk: 96, def: 100, spa: 130, spd: 120, spe: 74},
        abilities: {0: "Mystic Wave"},
        heightm: 1.1,
        weightkg: 47.3,
        color: "Blue",
        eggGroups: ["Undiscovered"],
        otherFormes: ["Hootoisemega"],
    },
    namemega: {
        num:
        species: "Hootoise-Mega",
        baseSpecies: "Hootoise",
        forme: "Mega",
        formeLetter: "M",
        types: ["Water", "Ghost"],
        genderRatio: {M: 0.0, F: 0.0},
        baseStats: {hp: 83, atk: 116, def: 120, spa: 180, spd: 130, spe: 74},
        abilities: {0: "Mega Launcher"},
        heightm: 1.1,
        weightkg: 62.9,
        color: "Blue",
        eggGroups: ["Undiscovered"],
    },

name: {
        num:
        species: "Thundurbee",
        types: ["Bug", "Electric"],
        genderRatio: {M: 0.0, F: 0.0},
        baseStats: {hp: 72, atk: 120, def: 55, spa: 85, spd: 90, spe: 105},
        abilities: {0: "Stunning Bug"},
        heightm: 1.3,
        weightkg: 47.3,
        color: "Yellow",
        eggGroups: ["Undiscovered"],
    },


G-Luke Stitch98

I can do codes for other fusions if anyone needs help. I would be glad to help. :)
 
Last edited:
Can we only do codes if one of our fusions won, or can anyone do it for their fusion?
The only problem I'd see with this would be the "color" section of this, since the creators of the fusions probably have the ideas for what they want for their colors.

Also, how much longer until the submissions phase comes around again?
 
Code:
name: {

  num:

  species: "Hazygon",

  types: ["Psychic", "Dragon"],

  genderRatio: {M: 0.0, F: 0.0},

  baseStats: {hp: 83, atk: 115, def: 80, spa: 145, spd: 80, spe: 126},

  abilities: {0: "Levitate"},

  heightm: 1.5,

  weightkg: 80.1,

  color: "Blue",

  eggGroups: ["Undiscovered"],

  }


Hope I filled it in correctly...
 
Last edited:
Code:
  num: ,
        species: "Bael",
        types: ["Ghost", "Dragon"],
        genderRatio: {M: 0.5, F: 0.5},
        baseStats: {hp: 86, atk: 110, def: 100, spa: 82, spd: 88, spe: 100},
        abilities: {0: "Obliterate"},
        heightm: 3.0,
        weightkg: 159.0,
        color: "Gray",
        eggGroups: ["Amorphous"],
        otherFormes: ["Baelmega"],
    },
    Baelmega: {
        num: ,
        species: "Bael-Mega",
        baseSpecies: "Bael",
        forme: "Mega",
        formeLetter: "M",
        types: ["Ghost", "Dragon"],
        genderRatio: {M: 0.5, F: 0.5},
        baseStats: {hp: 86, atk: 160, def: 110, spa: 92, spd: 108, spe: 110},
        abilities: {0: "Prankster"},
        heightm: 3.1,
        weightkg: 159.5,
        color: "Gray",
        eggGroups: ["Amorphous"],
    },
Hopefully I did this right, and if I didn't, hopefully it's salvageable
 
Last edited:
There's something I've been meaning to ask about for a while. I'm assuming Fusion Ubers, UU, RU and the like will exist, but what about Fusion LC? A tier allowing only fusions of LC Pokemon with everything at level 5. Is Fusion LC likely to happen?
 

Cookie Butter

formerly the someone
There's something I've been meaning to ask about for a while. I'm assuming Fusion Ubers, UU, RU and the like will exist, but what about Fusion LC? A tier allowing only fusions of LC Pokemon with everything at level 5. Is Fusion LC likely to happen?
Most likely not. If we wanted to use the LC version of fusions like Charmander + Magikarp for Charatos, it would basically be a different fusion altogether and we'd have to do it all over again. Not only stats, but also the viable movepool and abilities (both can change when evolving, like in Magikarp's case). If it becomes a sister pet mod where people actually submit LC fusions, then it would happen, but I don't think there's enough interest for it.
I personally would like to see a Pet Mod where people submit Ubers fusions. It would be different from this Fusion Ubers, since this one will have only the few OU fusions that were too broken for this metagame. Fusion Ubers would basically be unbanning DNA fusions for 670+ BST Pokemon, allowing Diancite/Medichamite/Beedrillite/Lucarionite/Salamencite/Mawilite to be used by 669- BST Pokemon, and using Ubers clauses and bans. Primal orbs, Gengarite and Kangaskhanite would probably still be banned though.
 
The only problem I'd see with this would be the "color" section of this, since the creators of the fusions probably have the ideas for what they want for their colors.

Also, how much longer until the submissions phase comes around again?
According to the first page, 2-4 days.
 
Code:
name:
{ num:
species: "Cazantor",
types: ["Bug", "Steel"],
genderRatio: {M: 0.5, F: 0.5},
baseStats: {hp: 74, atk: 130, def: 116, spa: 62, spd: 74, spe: 97},
abilities: {0: "Precision"},
heightm: 1.8,
weightkg: 151,
color: "Grey",
eggGroups: ["Bug"],
otherFormes: ["Cazantormega"]
},

namemega: {
num:
species: "Cazantor-Mega",
baseSpecies: "Cazantor",
forme: "Mega",
formeLetter: "M"
types: ["Bug", "Steel"],
genderRatio: {M: 0.0, F: 0.0},
baseStats: {hp: 74, atk: 150, def: 156, spa: 72, spd: 94, spe: 107},
abilities: {0: "Technician"},
heightm: 1.8,
weightkg: 151,
color: "Grey",
eggGroups: ["Bug"],
}

name:
{ num:
species: "Tadpole",
types: ["Dragon", "Water"],
genderRatio: {M: 0.5, F: 0.5},
baseStats: {hp: 100, atk: 124, def: 105, spa: 95, spd: 105, spe: 85},
abilities: {0: "Power Forward"},
heightm: 2.2,
weightkg: 210,
color: "Blue",
eggGroups: ["Water1"],
}

name:
{ num:
species: "Odelay",
types: ["Water", "Rock"],
genderRatio: {M: 0.5, F: 0.5},
baseStats: {hp: 78, atk: 91, def: 148, spa: 93, spd: 86, spe: 66},
abilities: {0: "Horsetail Armour"},
heightm: 1.5,
weightkg: 193,
color: "Green",
eggGroups: ["Water3"],
}

name:
{ num:
species: "Rail Link",
types: ["Normal", "Water"],
genderRatio: {M: 0.5, F: 0.5},
baseStats: {hp: 170, atk: 135, def: 82, spa: 102, spd: 65, spe: 90},
abilities: {0: "Choo Choo"},
heightm: 14.5,
weightkg: 1165,
color: "Blue",
eggGroups: ["Field"],
}

name:
{ num:
species: "Agrippa",
types: ["Fighting", "Steel"],
genderRatio: {M: 0.5, F: 0.5},
baseStats: {hp: 90, atk: 134, def: 99, spa: 74, spd: 80, spe: 74},
abilities: {0: "Caestus"},
heightm: 2.1,
weightkg: 205,
color: "Black",
eggGroups: ["Human-Like"],
}

name:
{ num:
species: "Basculin-Basculin",
types: ["Water"],
genderRatio: {M: 0.5, F: 0.5},
baseStats: {hp: 80, atk: 102, def: 75, spa: 90, spd: 65, spe: 108},
abilities: {0: "Fusion Powered"},
heightm: 1,
weightkg: 18,
color: "Green",
eggGroups: ["Water2"],
}
I hope the code for this is okay; I've never coded... well, anything before. What an experiment this shall be. =]
 
Last edited:
Code:
name:
{ num:
species: "Cazantor",
types: ["Bug", "Steel"],
genderRatio: {M: 0.5, F: 0.5},
baseStats: {hp: 74, atk: 130, def: 116, spa: 62, spd: 74, spe: 97},
abilities: {0: "Precision"},
heightm: 1.8,
weightkg: 151,
color: "Grey",
eggGroups: ["Bug"],
otherFormes: ["Cazantormega"]
},

namemega: {
num:
species: "Cazantor-Mega",
baseSpecies: "Shaymizard",
forme: "Mega",
formeLetter: "M"
types: ["Bug", "Steel"],
genderRatio: {M: 0.0, F: 0.0},
baseStats: {hp: 74, atk: 150, def: 156, spa: 72, spd: 94, spe: 107},
abilities: {0: "Technician"},
heightm: 1.8,
weightkg: 151,
color: "Grey",
eggGroups: ["Undiscovered"],
}

name:
{ num:
species: "Tadpole",
types: ["Dragon", "Water"],
genderRatio: {M: 0.5, F: 0.5},
baseStats: {hp: 100, atk: 124, def: 105, spa: 95, spd: 105, spe: 85},
abilities: {0: "Power Forward"},
heightm: 2.2,
weightkg: 210,
color: "Blue",
eggGroups: ["Water1"],
}

name:
{ num:
species: "Odelay",
types: ["Water", "Rock"],
genderRatio: {M: 0.5, F: 0.5},
baseStats: {hp: 78, atk: 91, def: 148, spa: 93, spd: 86, spe: 66},
abilities: {0: "Horsetail Armour"},
heightm: 1.5,
weightkg: 193,
color: "Green",
eggGroups: ["Water3"],
}

name:
{ num:
species: "Rail Link",
types: ["Normal", "Water"],
genderRatio: {M: 0.5, F: 0.5},
baseStats: {hp: 170, atk: 135, def: 82, spa: 102, spd: 65, spe: 90},
abilities: {0: "Choo Choo"},
heightm: 14.5,
weightkg: 1165,
color: "Blue",
eggGroups: ["Field"],
}

name:
{ num:
species: "Agrippa",
types: ["Fighting", "Steel"],
genderRatio: {M: 0.5, F: 0.5},
baseStats: {hp: 90, atk: 134, def: 99, spa: 74, spd: 80, spe: 74},
abilities: {0: "Caestus"},
heightm: 2.1,
weightkg: 205,
color: "Black",
eggGroups: ["Human-Like"],
}

name:
{ num:
species: "Basculin-Basculin",
types: ["Water"],
genderRatio: {M: 0.5, F: 0.5},
baseStats: {hp: 80, atk: 102, def: 75, spa: 90, spd: 65, spe: 108},
abilities: {0: "Fusion Powered"},
heightm: 1,
weightkg: 18,
color: "Green",
eggGroups: ["Water2"],
}
I hope the code for this is okay; I've never coded... well, anything before. What an experiment this shall be. =]
Uh, just a nitpick, but shouldn't the base species for Mega Cazantor say Cazantor, instead of Shaymizard?
 

G-Luke

Sugar, Spice and One For All
is a Community Contributoris a CAP Contributoris a Forum Moderator Alumnus
also its mega should be in the same egg group i believe. and Bigrob8917 hazygon is a genderless member from the the undiscovered egg group. ;-)
 

TMan87

We shall bow to neither master nor god
is a Site Content Manageris a Forum Moderatoris a Community Contributoris a Top Smogon Media Contributor
Oh well, didn't make it this time. Congrats to the winners ! (I'll get my revenge next time, hehe)
I'm interested in the whole "unused Pokémon" slate though, because we'll have to get extra creative to balance the otherwise maybe more mediocre fusions.
 

G-Luke

Sugar, Spice and One For All
is a Community Contributoris a CAP Contributoris a Forum Moderator Alumnus
num: ,
species: "Bael",
types: ["Ghost", "Dragon"],
genderRatio: {M: 0.5, F: 0.5},
baseStats: {hp: 86, atk: 110, def: 100, spa: 82, spd: 88, spe: 100},
abilities: {0: "Obliterate"},
heightm: 3.0,
weightkg: 159.0,
color: "Gray",
eggGroups: ["Amorphous"],
otherFormes: ["Baelmega"],
},
Baelmega: {
num: ,
species: "Bael-Mega",
baseSpecies: "Bael",
forme: "Mega",
formeLetter: "M",
types: ["Ghost", "Dragon"],
genderRatio: {M: 0.5, F: 0.5},
baseStats: {hp: 86, atk: 160, def: 110, spa: 92, spd: 108, spe: 110},
abilities: {0: "Prankster"},
heightm: 3.1,
weightkg: 159.5,
color: "Gray",
eggGroups: ["Amorphous"],
},

Hopefully I did this right, and if I didn't, hopefully it's salvageable
sorry for the double post, but it would be better if done in code. it would be [ code] [/code]
 
Status
Not open for further replies.

Users Who Are Viewing This Thread (Users: 1, Guests: 0)

Top