mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
dynamic fusion names
This commit is contained in:
@@ -5,8 +5,8 @@ module GameData
|
|||||||
def initialize(id)
|
def initialize(id)
|
||||||
if id.is_a?(Integer)
|
if id.is_a?(Integer)
|
||||||
body_id = getBodyID(id)
|
body_id = getBodyID(id)
|
||||||
head_id = getHeadID(id,body_id)
|
head_id = getHeadID(id, body_id)
|
||||||
pokemon_id = getFusedPokemonIdFromDexNum(body_id,head_id)
|
pokemon_id = getFusedPokemonIdFromDexNum(body_id, head_id)
|
||||||
return GameData::FusedSpecies.new(pokemon_id)
|
return GameData::FusedSpecies.new(pokemon_id)
|
||||||
end
|
end
|
||||||
head_id = get_head_id_from_symbol(id)
|
head_id = get_head_id_from_symbol(id)
|
||||||
@@ -41,13 +41,13 @@ module GameData
|
|||||||
|
|
||||||
#Moves
|
#Moves
|
||||||
@moves = calculate_moveset()
|
@moves = calculate_moveset()
|
||||||
@tutor_moves =calculate_tutor_moves() # hash[:tutor_moves] || []
|
@tutor_moves = calculate_tutor_moves() # hash[:tutor_moves] || []
|
||||||
@egg_moves = calculate_egg_moves() # hash[:egg_moves] || []
|
@egg_moves = calculate_egg_moves() # hash[:egg_moves] || []
|
||||||
|
|
||||||
#todo : all below
|
#todo : all below
|
||||||
|
|
||||||
@abilities = calculate_abilities(@body_pokemon,@head_pokemon) # hash[:abilities] || []
|
@abilities = calculate_abilities(@body_pokemon, @head_pokemon) # hash[:abilities] || []
|
||||||
@hidden_abilities = calculate_hidden_abilities(@body_pokemon,@head_pokemon) # hash[:hidden_abilities] || []
|
@hidden_abilities = calculate_hidden_abilities(@body_pokemon, @head_pokemon) # hash[:hidden_abilities] || []
|
||||||
@wild_item_common = [] # hash[:wild_item_common]
|
@wild_item_common = [] # hash[:wild_item_common]
|
||||||
@wild_item_uncommon = [] # hash[:wild_item_uncommon]
|
@wild_item_uncommon = [] # hash[:wild_item_uncommon]
|
||||||
@wild_item_rare = [] # hash[:wild_item_rare]
|
@wild_item_rare = [] # hash[:wild_item_rare]
|
||||||
@@ -141,7 +141,7 @@ module GameData
|
|||||||
return combine_arrays(@body_pokemon.tutor_moves, @head_pokemon.tutor_moves)
|
return combine_arrays(@body_pokemon.tutor_moves, @head_pokemon.tutor_moves)
|
||||||
end
|
end
|
||||||
|
|
||||||
def calculate_abilities(pokemon1,pokemon2)
|
def calculate_abilities(pokemon1, pokemon2)
|
||||||
abilities_hash = []
|
abilities_hash = []
|
||||||
|
|
||||||
ability1 = pokemon1.abilities[0]
|
ability1 = pokemon1.abilities[0]
|
||||||
@@ -154,22 +154,26 @@ module GameData
|
|||||||
return abilities_hash
|
return abilities_hash
|
||||||
end
|
end
|
||||||
|
|
||||||
def calculate_hidden_abilities(pokemon1,pokemon2)
|
def calculate_hidden_abilities(pokemon1, pokemon2)
|
||||||
#First two spots are the other abilities of the two pokemon
|
#First two spots are the other abilities of the two pokemon
|
||||||
abilities_hash = calculate_abilities(pokemon2,pokemon1)
|
abilities_hash = calculate_abilities(pokemon2, pokemon1)
|
||||||
#add the hidden ability for the two base pokemon
|
#add the hidden ability for the two base pokemon
|
||||||
abilities_hash << @body_pokemon.hidden_abilities[0]
|
abilities_hash << @body_pokemon.hidden_abilities[0]
|
||||||
abilities_hash << @head_pokemon.hidden_abilities[0]
|
abilities_hash << @head_pokemon.hidden_abilities[0]
|
||||||
return abilities_hash
|
return abilities_hash
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
#TODO
|
#TODO
|
||||||
# ################## UNFINISHED ####################
|
# ################## UNFINISHED ####################
|
||||||
|
|
||||||
#todo
|
#todo
|
||||||
def calculate_name()
|
def calculate_name()
|
||||||
return @body_pokemon.name + "/" + @head_pokemon.name
|
prefix = GameData::SPLIT_NAMES[@body_pokemon.id_number][0]
|
||||||
|
suffix = GameData::SPLIT_NAMES[@head_pokemon.id_number][1]
|
||||||
|
if prefix[-1] == suffix[0]
|
||||||
|
prefix = prefix[0..-2]
|
||||||
|
end
|
||||||
|
return prefix + suffix
|
||||||
end
|
end
|
||||||
|
|
||||||
#todo
|
#todo
|
||||||
|
|||||||
911
Data/Scripts/048_Fusion/SplitNames.rb
Normal file
911
Data/Scripts/048_Fusion/SplitNames.rb
Normal file
@@ -0,0 +1,911 @@
|
|||||||
|
module GameData
|
||||||
|
SPLIT_NAMES = [
|
||||||
|
["", ""],
|
||||||
|
["Bulba", "basaur"],
|
||||||
|
["Ivy", "vysaur"],
|
||||||
|
["Venu", "nusaur"],
|
||||||
|
["Charma", "mander"],
|
||||||
|
["Charme", "meleon"],
|
||||||
|
["Chari", "zard"],
|
||||||
|
["Squirt", "irtle"],
|
||||||
|
["Wart", "tortle"],
|
||||||
|
["Blast", "toise"],
|
||||||
|
["Cater", "erpie"],
|
||||||
|
["Metap", "tapod"],
|
||||||
|
["Butter", "erfree"],
|
||||||
|
["Weed", "eedle"],
|
||||||
|
["Kaku", "kuna"],
|
||||||
|
["Bee", "drill"],
|
||||||
|
["Pid", "gey"],
|
||||||
|
["Pidge", "geotto"],
|
||||||
|
["Pidgeo", "geot"],
|
||||||
|
["Ratta", "tata"],
|
||||||
|
["Rati", "ticate"],
|
||||||
|
["Spear", "pearow"],
|
||||||
|
["Fear", "earow"],
|
||||||
|
["Eka", "kans"],
|
||||||
|
["Arb", "bok"],
|
||||||
|
["Pika", "kachu"],
|
||||||
|
["Rai", "aichu"],
|
||||||
|
["San", "shrew"],
|
||||||
|
["Sands", "andslash"],
|
||||||
|
["Nido", "doran ♀"],
|
||||||
|
["Nidora", "rina"],
|
||||||
|
["Nidoq", "doqueen"],
|
||||||
|
["Nido", "doran ♂"],
|
||||||
|
["Nidoro", "rino"],
|
||||||
|
["Nido", "king"],
|
||||||
|
["Clef", "fairy"],
|
||||||
|
["Clef", "fable"],
|
||||||
|
["Vulp", "pix"],
|
||||||
|
["Nine", "tales"],
|
||||||
|
["Jiggly", "lypuff"],
|
||||||
|
["Wiggly", "tuff"],
|
||||||
|
["Zu", "ubat"],
|
||||||
|
["Golb", "lbat"],
|
||||||
|
["Odd", "dish"],
|
||||||
|
["Gloo", "loom"],
|
||||||
|
["Vile", "plume"],
|
||||||
|
["Par", "aras"],
|
||||||
|
["Para", "asect"],
|
||||||
|
["Veno", "nonat"],
|
||||||
|
["Venom", "omoth"],
|
||||||
|
["Dig", "iglett"],
|
||||||
|
["Dug", "trio"],
|
||||||
|
["Meow", "owth"],
|
||||||
|
["Per", "sian"],
|
||||||
|
["Psy", "duck"],
|
||||||
|
["Gold", "olduck"],
|
||||||
|
["Mank", "key"],
|
||||||
|
["Prime", "ape"],
|
||||||
|
["Growl", "lithe"],
|
||||||
|
["Arcan", "nine"],
|
||||||
|
["Poli", "liwag"],
|
||||||
|
["Poliwhi", "whirl"],
|
||||||
|
["Poli", "wrath"],
|
||||||
|
["Abr", "bra"],
|
||||||
|
["Kada", "abra"],
|
||||||
|
["Ala", "kazam"],
|
||||||
|
["Mach", "chop"],
|
||||||
|
["Macho", "choke"],
|
||||||
|
["Macha", "champ"],
|
||||||
|
["Bells", "sprout"],
|
||||||
|
["Weep", "inbell"],
|
||||||
|
["Victree", "treebel"],
|
||||||
|
["Tent", "cool"],
|
||||||
|
["Tenta", "cruel"],
|
||||||
|
["Geo", "dude"],
|
||||||
|
["Grav", "veler"],
|
||||||
|
["Gol", "lem"],
|
||||||
|
["Pony", "nyta"],
|
||||||
|
["Rapi", "dash"],
|
||||||
|
["Slow", "poke"],
|
||||||
|
["Slowb", "bro"],
|
||||||
|
["Magnem", "nemite"],
|
||||||
|
["Magnet", "ton"],
|
||||||
|
["Far", "arfetch'd"],
|
||||||
|
["Dodu", "duo"],
|
||||||
|
["Do", "drio"],
|
||||||
|
["See", "eel"],
|
||||||
|
["Dew", "gong"],
|
||||||
|
["Grime", "mer"],
|
||||||
|
["Mu", "uk"],
|
||||||
|
["Shelld", "der"],
|
||||||
|
["Cloy", "oyster"],
|
||||||
|
["Gas", "astly"],
|
||||||
|
["Haunt", "ter"],
|
||||||
|
["Gen", "gar"],
|
||||||
|
["Oni", "nix"],
|
||||||
|
["Drow", "zee"],
|
||||||
|
["Hyp", "no"],
|
||||||
|
["Krab", "by"],
|
||||||
|
["King", "ler"],
|
||||||
|
["Volt", "orb"],
|
||||||
|
["Electro", "rode"],
|
||||||
|
["Exe", "cute"],
|
||||||
|
["Exegg", "utor"],
|
||||||
|
["Cu", "bone"],
|
||||||
|
["Marow", "wak"],
|
||||||
|
["Hitmonl", "lee"],
|
||||||
|
["Hitmonc", "chan"],
|
||||||
|
["Lick", "tung"],
|
||||||
|
["Kof", "fing"],
|
||||||
|
["Weez", "zing"],
|
||||||
|
["Rhyho", "horn"],
|
||||||
|
["Rhydo", "ydon"],
|
||||||
|
["Chan", "ansey"],
|
||||||
|
["Tang", "gela"],
|
||||||
|
["Kangas", "khan"],
|
||||||
|
["Horse", "sea"],
|
||||||
|
["Sead", "adra"],
|
||||||
|
["Golde", "deen"],
|
||||||
|
["Seak", "king"],
|
||||||
|
["Star", "ryu"],
|
||||||
|
["Starm", "mie"],
|
||||||
|
["Mr. M", " Mime"],
|
||||||
|
["Scythe", "ther"],
|
||||||
|
["Jyn", "ynx"],
|
||||||
|
["Electa", "tabuzz"],
|
||||||
|
["Magma", "mar"],
|
||||||
|
["Pin", "sir"],
|
||||||
|
["Tau", "ros"],
|
||||||
|
["Magi", "karp"],
|
||||||
|
["Gyara", "rados"],
|
||||||
|
["Lap", "ras"],
|
||||||
|
["Dit", "to"],
|
||||||
|
["Eev", "vee"],
|
||||||
|
["Vapo", "oreon"],
|
||||||
|
["Jolt", "lteon"],
|
||||||
|
["Flare", "areon"],
|
||||||
|
["Po", "gon"],
|
||||||
|
["Oman", "nyte"],
|
||||||
|
["Oma", "star"],
|
||||||
|
["Kab", "buto"],
|
||||||
|
["Kabu", "tops"],
|
||||||
|
["Aero", "dactyl"],
|
||||||
|
["Snor", "orlax"],
|
||||||
|
["Artic", "uno"],
|
||||||
|
["Zap", "dos"],
|
||||||
|
["Molt", "tres"],
|
||||||
|
["Drati", "atini"],
|
||||||
|
["Drag", "air"],
|
||||||
|
["Drago", "nite"],
|
||||||
|
["Mew", "two"],
|
||||||
|
["Me", "ew"],
|
||||||
|
["Chiko", "orita"],
|
||||||
|
["Bay", "leef"],
|
||||||
|
["Mega", "nium"],
|
||||||
|
["Cynda", "quil"],
|
||||||
|
["Quil", "lava"],
|
||||||
|
["Typh", "losion"],
|
||||||
|
["Toto", "odile"],
|
||||||
|
["Croco", "conaw"],
|
||||||
|
["Feral", "gatr"],
|
||||||
|
["Sen", "tret"],
|
||||||
|
["Fur", "ret"],
|
||||||
|
["Hoot", "hoot"],
|
||||||
|
["Noct", "owl"],
|
||||||
|
["Ledy", "dyba"],
|
||||||
|
["Ledi", "dian"],
|
||||||
|
["Spina", "arak"],
|
||||||
|
["Aria", "ados"],
|
||||||
|
["Cro", "robat"],
|
||||||
|
["Chin", "chou"],
|
||||||
|
["Lan", "turn"],
|
||||||
|
["Pi", "chu"],
|
||||||
|
["Clef", "effa"],
|
||||||
|
["Iggly", "buff"],
|
||||||
|
["To", "gepi"],
|
||||||
|
["Tog", "getic"],
|
||||||
|
["Na", "tu"],
|
||||||
|
["Xa", "atu"],
|
||||||
|
["Ma", "reep"],
|
||||||
|
["Flaa", "affy"],
|
||||||
|
["Amp", "pharos"],
|
||||||
|
["Bell", "lossom"],
|
||||||
|
["Mar", "rill"],
|
||||||
|
["Azu", "marill"],
|
||||||
|
["Sudo", "woodo"],
|
||||||
|
["Polito", "toed"],
|
||||||
|
["Hop", "pip"],
|
||||||
|
["Skip", "ploom"],
|
||||||
|
["Jump", "pluff"],
|
||||||
|
["Ai", "pom"],
|
||||||
|
["Sun", "kern"],
|
||||||
|
["Sunf", "flora"],
|
||||||
|
["Yan", "nma"],
|
||||||
|
["Woop", "per"],
|
||||||
|
["Quag", "sire"],
|
||||||
|
["Esp", "speon"],
|
||||||
|
["Umb", "breon"],
|
||||||
|
["Murk", "row"],
|
||||||
|
["Slowk", "lowking"],
|
||||||
|
["Misdrea", "dreavus"],
|
||||||
|
["Un", "own"],
|
||||||
|
["Wobbu", "buffet"],
|
||||||
|
["Giraf", "farig"],
|
||||||
|
["Pine", "eco"],
|
||||||
|
["Forre", "tress"],
|
||||||
|
["Dun", "sparce"],
|
||||||
|
["Gli", "igar"],
|
||||||
|
["Steel", "eelix"],
|
||||||
|
["Snub", "ull"],
|
||||||
|
["Gran", "bull"],
|
||||||
|
["Qwil", "fish"],
|
||||||
|
["Sci", "izor"],
|
||||||
|
["Shuck", "ckle"],
|
||||||
|
["Hera", "cross"],
|
||||||
|
["Snea", "sel"],
|
||||||
|
["Teddi", "ursa"],
|
||||||
|
["Ursa", "ring"],
|
||||||
|
["Slug", "ma"],
|
||||||
|
["Mag", "cargo"],
|
||||||
|
["Swin", "nub"],
|
||||||
|
["Pilo", "wine"],
|
||||||
|
["Cor", "sola"],
|
||||||
|
["Remo", "raid"],
|
||||||
|
["Oct", "illery"],
|
||||||
|
["Deli", "bird"],
|
||||||
|
["Mant", "tine"],
|
||||||
|
["Skar", "armory"],
|
||||||
|
["Houn", "dour"],
|
||||||
|
["Hound", "doom"],
|
||||||
|
["Kin", "dra"],
|
||||||
|
["Phan", "py"],
|
||||||
|
["Don", "phan"],
|
||||||
|
["Por", "gon2"],
|
||||||
|
["Stan", "tler"],
|
||||||
|
["Smear", "gle"],
|
||||||
|
["Tyro", "gue"],
|
||||||
|
["Hitmont", "top"],
|
||||||
|
["Smoo", "chum"],
|
||||||
|
["Ele", "kid"],
|
||||||
|
["Magb", "agby"],
|
||||||
|
["Milt", "ank"],
|
||||||
|
["Bliss", "sey"],
|
||||||
|
["Raik", "kou"],
|
||||||
|
["En", "tei"],
|
||||||
|
["Sui", "cune"],
|
||||||
|
["Larvi", "vitar"],
|
||||||
|
["Pupi", "pitar"],
|
||||||
|
["Tyrani", "nitar"],
|
||||||
|
["Lug", "gia"],
|
||||||
|
["Ho", "-Oh"],
|
||||||
|
["Cele", "bi"],
|
||||||
|
["Tree", "cko"],
|
||||||
|
["Grov", "vyle"],
|
||||||
|
["Scep", "tile"],
|
||||||
|
["Torch", "chic"],
|
||||||
|
["Combusk", "busken"],
|
||||||
|
["Blazik", "ziken"],
|
||||||
|
["Mud", "kip"],
|
||||||
|
["Marsh", "tomp"],
|
||||||
|
["Swamp", "pert"],
|
||||||
|
["Pooch", "chyena"],
|
||||||
|
["Might", "tyena"],
|
||||||
|
["Zig", "zagoon"],
|
||||||
|
["Lin", "noone"],
|
||||||
|
["Wurm", "ple"],
|
||||||
|
["Sil", "coon"],
|
||||||
|
["Beauti", "fly"],
|
||||||
|
["Cas", "scoon"],
|
||||||
|
["Dust", "tox"],
|
||||||
|
["Lo", "tad"],
|
||||||
|
["Lom", "bre"],
|
||||||
|
["Ludi", "colo"],
|
||||||
|
["Seed", "dot"],
|
||||||
|
["Nuz", "leaf"],
|
||||||
|
["Shift", "try"],
|
||||||
|
["Tail", "low"],
|
||||||
|
["Swell", "wellow"],
|
||||||
|
["Wing", "gull"],
|
||||||
|
["Peli", "liper"],
|
||||||
|
["Ral", "alts"],
|
||||||
|
["Kir", "lia"],
|
||||||
|
["Garde", "voir"],
|
||||||
|
["Sur", "skit"],
|
||||||
|
["Masque", "rain"],
|
||||||
|
["Shroom", "mish"],
|
||||||
|
["Bre", "reloom"],
|
||||||
|
["Sla", "oth"],
|
||||||
|
["Vigor", "roth"],
|
||||||
|
["Slak", "aking"],
|
||||||
|
["Ninc", "cada"],
|
||||||
|
["Ninja", "jask"],
|
||||||
|
["Shed", "inja"],
|
||||||
|
["Whism", "mur"],
|
||||||
|
["Loud", "dred"],
|
||||||
|
["Exp", "loud"],
|
||||||
|
["Maku", "hita"],
|
||||||
|
["Hari", "yama"],
|
||||||
|
["Azur", "urill"],
|
||||||
|
["Nose", "ass"],
|
||||||
|
["Skit", "itty"],
|
||||||
|
["Del", "catty"],
|
||||||
|
["Sabl", "eye"],
|
||||||
|
["Maw", "wile"],
|
||||||
|
["Ar", "on"],
|
||||||
|
["Lair", "ron"],
|
||||||
|
["Agg", "gron"],
|
||||||
|
["Med", "tite"],
|
||||||
|
["Medi", "cham"],
|
||||||
|
["Elect", "trike"],
|
||||||
|
["Mane", "tric"],
|
||||||
|
["Plus", "le"],
|
||||||
|
["Min", "un"],
|
||||||
|
["Vol", "beat"],
|
||||||
|
["Illu", "mise"],
|
||||||
|
["Rose", "elia"],
|
||||||
|
["Gulp", "in"],
|
||||||
|
["Swal", "ot"],
|
||||||
|
["Carv", "vanha"],
|
||||||
|
["Sharp", "pedo"],
|
||||||
|
["Wai", "lmer"],
|
||||||
|
["Wail", "ord"],
|
||||||
|
["Nu", "mel"],
|
||||||
|
["Came", "rupt"],
|
||||||
|
["Tor", "koal"],
|
||||||
|
["Spo", "ink"],
|
||||||
|
["Grum", "pig"],
|
||||||
|
["Spin", "da"],
|
||||||
|
["Trap", "inch"],
|
||||||
|
["Vibra", "va"],
|
||||||
|
["Fly", "ygon"],
|
||||||
|
["Cac", "nea"],
|
||||||
|
["Cact", "turne"],
|
||||||
|
["Swab", "lu"],
|
||||||
|
["Alta", "ria"],
|
||||||
|
["Zan", "goose"],
|
||||||
|
["Se", "viper"],
|
||||||
|
["Luna", "atone"],
|
||||||
|
["Sol", "lrock"],
|
||||||
|
["Bar", "boach"],
|
||||||
|
["Whis", "cash"],
|
||||||
|
["Corp", "phish"],
|
||||||
|
["Craw", "daunt"],
|
||||||
|
["Bal", "toy"],
|
||||||
|
["Clay", "dol"],
|
||||||
|
["Lil", "leep"],
|
||||||
|
["Crad", "dily"],
|
||||||
|
["Ano", "rith"],
|
||||||
|
["Arm", "aldo"],
|
||||||
|
["Fee", "bas"],
|
||||||
|
["Milo", "tic"],
|
||||||
|
["Cast", "form"],
|
||||||
|
["Kec", "eon"],
|
||||||
|
["Shup", "pet"],
|
||||||
|
["Ban", "nette"],
|
||||||
|
["Dus", "skull"],
|
||||||
|
["Dusc", "clops"],
|
||||||
|
["Tro", "pius"],
|
||||||
|
["Chime", "echo"],
|
||||||
|
["Ab", "sol"],
|
||||||
|
["Wy", "naut"],
|
||||||
|
["Sno", "norunt"],
|
||||||
|
["Gla", "lie"],
|
||||||
|
["Sphe", "eal"],
|
||||||
|
["Sea", "leo"],
|
||||||
|
["Wal", "rein"],
|
||||||
|
["Clamp", "perl"],
|
||||||
|
["Hun", "tail"],
|
||||||
|
["Gore", "byss"],
|
||||||
|
["Reli", "canth"],
|
||||||
|
["Luv", "disc"],
|
||||||
|
["Ba", "agon"],
|
||||||
|
["Shel", "elgon"],
|
||||||
|
["Sala", "mence"],
|
||||||
|
["Bel", "dum"],
|
||||||
|
["Met", "tang"],
|
||||||
|
["Meta", "gross"],
|
||||||
|
["Regir", "rock"],
|
||||||
|
["Regic", "ice"],
|
||||||
|
["Regis", "steel"],
|
||||||
|
["Latia", "tias"],
|
||||||
|
["Latio", "tios"],
|
||||||
|
["Kyo", "ogre"],
|
||||||
|
["Grou", "don"],
|
||||||
|
["Ray", "quaza"],
|
||||||
|
["Ji", "rachi"],
|
||||||
|
["Deo", "xys"],
|
||||||
|
["Turt", "wig"],
|
||||||
|
["Gro", "otle"],
|
||||||
|
["Tort", "terra"],
|
||||||
|
["Chim", "char"],
|
||||||
|
["Mon", "ferno"],
|
||||||
|
["Infern", "nape"],
|
||||||
|
["Pip", "lup"],
|
||||||
|
["Prin", "plup"],
|
||||||
|
["Empo", "leon"],
|
||||||
|
["Starl", "arly"],
|
||||||
|
["Starav", "avia"],
|
||||||
|
["Starap", "raptor"],
|
||||||
|
["Bid", "doof"],
|
||||||
|
["Biba", "rel"],
|
||||||
|
["Kri", "ketot"],
|
||||||
|
["Kricke", "tune"],
|
||||||
|
["Shi", "nx"],
|
||||||
|
["Lu", "xio"],
|
||||||
|
["Lux", "ray"],
|
||||||
|
["Bu", "dew"],
|
||||||
|
["Roser", "rade"],
|
||||||
|
["Cran", "idos"],
|
||||||
|
["Ramp", "pardos"],
|
||||||
|
["Shield", "eldon"],
|
||||||
|
["Bastio", "tiodon"],
|
||||||
|
["Bur", "my"],
|
||||||
|
["Worma", "dam"],
|
||||||
|
["Moth", "thim"],
|
||||||
|
["Comb", "bee"],
|
||||||
|
["Vesp", "quen"],
|
||||||
|
["Pachi", "risu"],
|
||||||
|
["Bui", "zel"],
|
||||||
|
["Float", "atzel"],
|
||||||
|
["Cher", "rubi"],
|
||||||
|
["Cherri", "rim"],
|
||||||
|
["Shell", "los"],
|
||||||
|
["Gastro", "trodon"],
|
||||||
|
["Ambi", "bipom"],
|
||||||
|
["Drifl", "loon"],
|
||||||
|
["Drifb", "blim"],
|
||||||
|
["Bun", "eary"],
|
||||||
|
["Lop", "punny"],
|
||||||
|
["Mis", "magius"],
|
||||||
|
["Honch", "krow"],
|
||||||
|
["Glam", "meow"],
|
||||||
|
["Pur", "ugly"],
|
||||||
|
["Ching", "ling"],
|
||||||
|
["Stunk", "unky"],
|
||||||
|
["Skunt", "tank"],
|
||||||
|
["Bron", "zor"],
|
||||||
|
["Bronz", "zong"],
|
||||||
|
["Bon", "sly"],
|
||||||
|
["Mime", " Jr."],
|
||||||
|
["Happi", "piny"],
|
||||||
|
["Chat", "tot"],
|
||||||
|
["Spirit", "tomb"],
|
||||||
|
["Gib", "ble"],
|
||||||
|
["Gab", "bite"],
|
||||||
|
["Garch", "chomp"],
|
||||||
|
["Munch", "lax"],
|
||||||
|
["Rio", "olu"],
|
||||||
|
["Luca", "cario"],
|
||||||
|
["Hip", "potas"],
|
||||||
|
["Hippo", "powdon"],
|
||||||
|
["Sko", "rupi"],
|
||||||
|
["Drap", "ion"],
|
||||||
|
["Croa", "gunk"],
|
||||||
|
["Toxi", "croak"],
|
||||||
|
["Carni", "vine"],
|
||||||
|
["Finn", "neon"],
|
||||||
|
["Lumin", "ineon"],
|
||||||
|
["Man", "tyke"],
|
||||||
|
["Snov", "ver"],
|
||||||
|
["Aboma", "snow"],
|
||||||
|
["Weav", "vile"],
|
||||||
|
["Magne", "zone"],
|
||||||
|
["Licki", "licky"],
|
||||||
|
["Rhy", "perior"],
|
||||||
|
["Tan", "growth"],
|
||||||
|
["Electi", "vire"],
|
||||||
|
["Magmor", "mortar"],
|
||||||
|
["Toge", "kiss"],
|
||||||
|
["Yanme", "mega"],
|
||||||
|
["Leaf", "afeon"],
|
||||||
|
["Glace", "aceon"],
|
||||||
|
["Glis", "scor"],
|
||||||
|
["Mamo", "swine"],
|
||||||
|
["Pory", "gon-Z"],
|
||||||
|
["Gall", "lade"],
|
||||||
|
["Probo", "pass"],
|
||||||
|
["Dusk", "noir"],
|
||||||
|
["Frosla", "lass"],
|
||||||
|
["Ro", "tom"],
|
||||||
|
["Ux", "xie"],
|
||||||
|
["Mes", "sprit"],
|
||||||
|
["Aze", "elf"],
|
||||||
|
["Dial", "alga"],
|
||||||
|
["Palk", "kia"],
|
||||||
|
["Heat", "tran"],
|
||||||
|
["Regi", "gigas"],
|
||||||
|
["Gira", "tina"],
|
||||||
|
["Cress", "selia"],
|
||||||
|
["Phio", "one"],
|
||||||
|
["Mana", "phy"],
|
||||||
|
["Dark", "rai"],
|
||||||
|
["Shay", "min"],
|
||||||
|
["Arc", "ceus"],
|
||||||
|
["Vict", "tini"],
|
||||||
|
["Sni", "vy"],
|
||||||
|
["Serv", "ine"],
|
||||||
|
["Serpe", "rior"],
|
||||||
|
["Te", "epig"],
|
||||||
|
["Pig", "ignite"],
|
||||||
|
["Emb", "boar"],
|
||||||
|
["Osha", "awott"],
|
||||||
|
["De", "ewott"],
|
||||||
|
["Samu", "rott"],
|
||||||
|
["Pat", "rat"],
|
||||||
|
["Watch", "hog"],
|
||||||
|
["Lill", "pup"],
|
||||||
|
["Herd", "erdier"],
|
||||||
|
["Stout", "land"],
|
||||||
|
["Purr", "loin"],
|
||||||
|
["Lie", "pard"],
|
||||||
|
["Pans", "ansage"],
|
||||||
|
["Sim", "misage"],
|
||||||
|
["Panse", "ansear"],
|
||||||
|
["Simis", "misear"],
|
||||||
|
["Panp", "pour"],
|
||||||
|
["Simip", "mipour"],
|
||||||
|
["Mun", "na"],
|
||||||
|
["Mush", "sharna"],
|
||||||
|
["Pido", "dove"],
|
||||||
|
["Tranq", "quill"],
|
||||||
|
["Unfe", "zant"],
|
||||||
|
["Blitz", "itzle"],
|
||||||
|
["Zeb", "strika"],
|
||||||
|
["Roggen", "rola"],
|
||||||
|
["Bold", "dore"],
|
||||||
|
["Giga", "lith"],
|
||||||
|
["Woob", "obat"],
|
||||||
|
["Swoo", "bat"],
|
||||||
|
["Drill", "bur"],
|
||||||
|
["Exca", "cadrill"],
|
||||||
|
["Aud", "dino"],
|
||||||
|
["Tim", "burr"],
|
||||||
|
["Gur", "durr"],
|
||||||
|
["Conkel", "eldurr"],
|
||||||
|
["Tym", "pole"],
|
||||||
|
["Palpi", "pitoad"],
|
||||||
|
["Seismi", "mitoad"],
|
||||||
|
["Thr", "roh"],
|
||||||
|
["Sa", "awk"],
|
||||||
|
["Sewa", "waddle"],
|
||||||
|
["Swad", "adloon"],
|
||||||
|
["Leav", "vanny"],
|
||||||
|
["Veni", "ipede"],
|
||||||
|
["Whirli", "lipede"],
|
||||||
|
["Scoli", "olipede"],
|
||||||
|
["Cotton", "onee"],
|
||||||
|
["Whimsi", "cott"],
|
||||||
|
["Peti", "lil"],
|
||||||
|
["Lilli", "gant"],
|
||||||
|
["Bascu", "culin"],
|
||||||
|
["Sandi", "ile"],
|
||||||
|
["Kroko", "rok"],
|
||||||
|
["Krooko", "dile"],
|
||||||
|
["Daru", "maka"],
|
||||||
|
["Darman", "nitan"],
|
||||||
|
["Marac", "actus"],
|
||||||
|
["Dweb", "ebble"],
|
||||||
|
["Crust", "ustle"],
|
||||||
|
["Scrag", "aggy"],
|
||||||
|
["Scraft", "afty"],
|
||||||
|
["Sigi", "lyph"],
|
||||||
|
["Ya", "mask"],
|
||||||
|
["Cofag", "grigus"],
|
||||||
|
["Tirt", "touga"],
|
||||||
|
["Carra", "costa"],
|
||||||
|
["Arch", "chen"],
|
||||||
|
["Arche", "cheops"],
|
||||||
|
["Trub", "ubbish"],
|
||||||
|
["Garb", "bodor"],
|
||||||
|
["Zo", "rua"],
|
||||||
|
["Zoro", "ark"],
|
||||||
|
["Minc", "cino"],
|
||||||
|
["Cinc", "ccino"],
|
||||||
|
["Goth", "ita"],
|
||||||
|
["Gotho", "rita"],
|
||||||
|
["Gothi", "telle"],
|
||||||
|
["Solo", "sis"],
|
||||||
|
["Duo", "sion"],
|
||||||
|
["Reuni", "niclus"],
|
||||||
|
["Duck", "lett"],
|
||||||
|
["Swan", "anna"],
|
||||||
|
["Vani", "lite"],
|
||||||
|
["Vanil", "lish"],
|
||||||
|
["Vanill", "luxe"],
|
||||||
|
["Deer", "erling"],
|
||||||
|
["Saw", "buck"],
|
||||||
|
["Emol", "olga"],
|
||||||
|
["Karra", "blast"],
|
||||||
|
["Esca", "valier"],
|
||||||
|
["Foon", "gus"],
|
||||||
|
["Amoon", "guss"],
|
||||||
|
["Frill", "illish"],
|
||||||
|
["Jelli", "cent"],
|
||||||
|
["Alomo", "mola"],
|
||||||
|
["Jolti", "tik"],
|
||||||
|
["Galvan", "tula"],
|
||||||
|
["Ferros", "seed"],
|
||||||
|
["Ferrot", "thorn"],
|
||||||
|
["Kli", "link"],
|
||||||
|
["Kla", "lang"],
|
||||||
|
["Klink", "klang"],
|
||||||
|
["Tyna", "amo"],
|
||||||
|
["Eel", "lektrik"],
|
||||||
|
["Eelekt", "lektross"],
|
||||||
|
["Elg", "gyem"],
|
||||||
|
["Behe", "eyem"],
|
||||||
|
["Lit", "wick"],
|
||||||
|
["Lamp", "pent"],
|
||||||
|
["Chandel", "lure"],
|
||||||
|
["Axe", "xew"],
|
||||||
|
["Frax", "xure"],
|
||||||
|
["Hax", "xorus"],
|
||||||
|
["Cub", "choo"],
|
||||||
|
["Bear", "artic"],
|
||||||
|
["Cryo", "gonal"],
|
||||||
|
["Shelm", "met"],
|
||||||
|
["Accel", "elgor"],
|
||||||
|
["Stun", "fisk"],
|
||||||
|
["Mie", "foo"],
|
||||||
|
["Mien", "shao"],
|
||||||
|
["Druddi", "digon"],
|
||||||
|
["Gole", "olett"],
|
||||||
|
["Golu", "lurk"],
|
||||||
|
["Pawn", "niard"],
|
||||||
|
["Bish", "sharp"],
|
||||||
|
["Bouf", "falant"],
|
||||||
|
["Ruff", "ufflet"],
|
||||||
|
["Brav", "viary"],
|
||||||
|
["Vull", "laby"],
|
||||||
|
["Mandi", "buzz"],
|
||||||
|
["Heatmo", "eatmor"],
|
||||||
|
["Dur", "ant"],
|
||||||
|
["Dein", "eino"],
|
||||||
|
["Zwei", "lous"],
|
||||||
|
["Hydrei", "dreigon"],
|
||||||
|
["Larv", "esta"],
|
||||||
|
["Volca", "rona"],
|
||||||
|
["Cobal", "lion"],
|
||||||
|
["Terra", "kion"],
|
||||||
|
["Viri", "zion"],
|
||||||
|
["Tornad", "us"],
|
||||||
|
["Thund", "urus"],
|
||||||
|
["Reshi", "ram"],
|
||||||
|
["Zek", "rom"],
|
||||||
|
["Land", "orus"],
|
||||||
|
["Kyu", "rem"],
|
||||||
|
["Kel", "deo"],
|
||||||
|
["Melo", "etta"],
|
||||||
|
["Gene", "esect"],
|
||||||
|
["Chesp", "spin"],
|
||||||
|
["Quill", "ladin"],
|
||||||
|
["Chesn", "naught"],
|
||||||
|
["Fenne", "kin"],
|
||||||
|
["Braix", "xen"],
|
||||||
|
["Delph", "phox"],
|
||||||
|
["Forak", "kie"],
|
||||||
|
["Froga", "dier"],
|
||||||
|
["Gren", "ninja"],
|
||||||
|
["Bunnel", "elby"],
|
||||||
|
["Diggers", "ersby"],
|
||||||
|
["Fletch", "ling"],
|
||||||
|
["Fletch", "inder"],
|
||||||
|
["Talon", "flame"],
|
||||||
|
["Scatter", "erbug"],
|
||||||
|
["Spew", "pa"],
|
||||||
|
["Vivi", "villon"],
|
||||||
|
["Litle", "itleo"],
|
||||||
|
["Pyro", "yroar"],
|
||||||
|
["Flabé", "bébé"],
|
||||||
|
["Flo", "loette"],
|
||||||
|
["Florg", "orges"],
|
||||||
|
["Skid", "kiddo"],
|
||||||
|
["Gogo", "goat"],
|
||||||
|
["Panch", "ancham"],
|
||||||
|
["Pango", "goro"],
|
||||||
|
["Furf", "frou"],
|
||||||
|
["Espu", "purr"],
|
||||||
|
["Meows", "stic"],
|
||||||
|
["Hon", "edge"],
|
||||||
|
["Doub", "blade"],
|
||||||
|
["Aegi", "slash"],
|
||||||
|
["Spritz", "itzee"],
|
||||||
|
["Aroma", "tisse"],
|
||||||
|
["Swirl", "irlix"],
|
||||||
|
["Slurp", "urpuff"],
|
||||||
|
["Ink", "kay"],
|
||||||
|
["Mala", "lamar"],
|
||||||
|
["Bin", "nacle"],
|
||||||
|
["Barbar", "racle"],
|
||||||
|
["Skre", "relp"],
|
||||||
|
["Dragal", "galge"],
|
||||||
|
["Claunch", "auncher"],
|
||||||
|
["Claw", "witzer"],
|
||||||
|
["Heliop", "optile"],
|
||||||
|
["Heliol", "olisk"],
|
||||||
|
["Tyru", "yrunt"],
|
||||||
|
["Tyrant", "rantrum"],
|
||||||
|
["Ama", "aura"],
|
||||||
|
["Auro", "rorus"],
|
||||||
|
["Sylv", "lveon"],
|
||||||
|
["Hawl", "lucha"],
|
||||||
|
["Deden", "denne"],
|
||||||
|
["Carb", "bink"],
|
||||||
|
["Goom", "omy"],
|
||||||
|
["Slig", "goo"],
|
||||||
|
["Good", "oodra"],
|
||||||
|
["Klef", "efki"],
|
||||||
|
["Phant", "tump"],
|
||||||
|
["Treve", "venant"],
|
||||||
|
["Pump", "kaboo"],
|
||||||
|
["Gourg", "urgeist"],
|
||||||
|
["Berg", "ergmite"],
|
||||||
|
["Ava", "lugg"],
|
||||||
|
["Noib", "oibat"],
|
||||||
|
["Noiv", "oivern"],
|
||||||
|
["Xern", "neas"],
|
||||||
|
["Yvel", "veltal"],
|
||||||
|
["Zyga", "garde"],
|
||||||
|
["Dian", "ancie"],
|
||||||
|
["Hoop", "oopa"],
|
||||||
|
["Volcan", "canion"],
|
||||||
|
["Rowl", "owlet"],
|
||||||
|
["Dart", "trix"],
|
||||||
|
["Decidu", "dueye"],
|
||||||
|
["Litte", "itten"],
|
||||||
|
["Torra", "cat"],
|
||||||
|
["Incine", "cineroar"],
|
||||||
|
["Popp", "plio"],
|
||||||
|
["Brion", "onne"],
|
||||||
|
["Prima", "marina"],
|
||||||
|
["Piki", "pek"],
|
||||||
|
["Trum", "beak"],
|
||||||
|
["Touca", "cannon"],
|
||||||
|
["Yung", "goos"],
|
||||||
|
["Gum", "shoos"],
|
||||||
|
["Grub", "bin"],
|
||||||
|
["Charja", "abug"],
|
||||||
|
["Vika", "volt"],
|
||||||
|
["Crab", "brawler"],
|
||||||
|
["Crabo", "ominable"],
|
||||||
|
["Orico", "corio"],
|
||||||
|
["Cutie", "tiefly"],
|
||||||
|
["Ribom", "bombee"],
|
||||||
|
["Rock", "ruff"],
|
||||||
|
["Lycan", "roc"],
|
||||||
|
["Wishi", "washi"],
|
||||||
|
["Mare", "eanie"],
|
||||||
|
["Tox", "apex"],
|
||||||
|
["Mudb", "bray"],
|
||||||
|
["Muds", "dale"],
|
||||||
|
["Dewp", "pider"],
|
||||||
|
["Araqua", "nid"],
|
||||||
|
["Fo", "mantis"],
|
||||||
|
["Lur", "antis"],
|
||||||
|
["More", "lull"],
|
||||||
|
["Shii", "notic"],
|
||||||
|
["Salan", "dit"],
|
||||||
|
["Sal", "azzle"],
|
||||||
|
["Stuff", "ful"],
|
||||||
|
["Be", "wear"],
|
||||||
|
["Bouns", "sweet"],
|
||||||
|
["Stee", "nee"],
|
||||||
|
["Tsar", "eena"],
|
||||||
|
["Com", "fey"],
|
||||||
|
["Oran", "guru"],
|
||||||
|
["Pass", "simian"],
|
||||||
|
["Wimp", "pod"],
|
||||||
|
["Goliso", "sopod"],
|
||||||
|
["Sandy", "gast"],
|
||||||
|
["Palos", "sand"],
|
||||||
|
["Pyuku", "muku"],
|
||||||
|
["Type:", " Null"],
|
||||||
|
["Silv", "ally"],
|
||||||
|
["Mini", "or"],
|
||||||
|
["Koma", "mala"],
|
||||||
|
["Turto", "nator"],
|
||||||
|
["Tegede", "maru"],
|
||||||
|
["Mimi", "kyu"],
|
||||||
|
["Brux", "ish"],
|
||||||
|
["Dram", "ampa"],
|
||||||
|
["Dhelm", "helmise"],
|
||||||
|
["Jang", "angmo-o"],
|
||||||
|
["Haka", "akamo-o"],
|
||||||
|
["Komm", "mo-o"],
|
||||||
|
["Tapu Ko", " Koko"],
|
||||||
|
["Tapu Le", " Lele"],
|
||||||
|
["Tapu Bu", " Bulu"],
|
||||||
|
["Tapu Fi", " Fini"],
|
||||||
|
["Cos", "smog"],
|
||||||
|
["Cosmo", "em"],
|
||||||
|
["Solga", "galeo"],
|
||||||
|
["Lun", "ala"],
|
||||||
|
["Nihi", "lego"],
|
||||||
|
["Buzz", "zwole"],
|
||||||
|
["Phero", "mosa"],
|
||||||
|
["Xurkit", "kitree"],
|
||||||
|
["Celeste", "steela"],
|
||||||
|
["Kart", "tana"],
|
||||||
|
["Guzz", "lord"],
|
||||||
|
["Necro", "ozma"],
|
||||||
|
["Magear", "gearna"],
|
||||||
|
["Marsha", "shadow"],
|
||||||
|
["Poip", "ole"],
|
||||||
|
["Naga", "nadel"],
|
||||||
|
["Staka", "taka"],
|
||||||
|
["Blace", "phalon"],
|
||||||
|
["Zera", "ora"],
|
||||||
|
["Melt", "tan"],
|
||||||
|
["Mel", "metal"],
|
||||||
|
["Groo", "ookey"],
|
||||||
|
["Thwack", "ckey"],
|
||||||
|
["Rilla", "boom"],
|
||||||
|
["Scor", "bunny"],
|
||||||
|
["Rab", "boob"],
|
||||||
|
["Cinder", "ace"],
|
||||||
|
["Sob", "obble"],
|
||||||
|
["Drizz", "zile"],
|
||||||
|
["Intel", "eleon"],
|
||||||
|
["Skwo", "ovet"],
|
||||||
|
["Greed", "dent"],
|
||||||
|
["Rooki", "dee"],
|
||||||
|
["Corvis", "squire"],
|
||||||
|
["Corvik", "knight"],
|
||||||
|
["Blip", "lipbug"],
|
||||||
|
["Dott", "ottler"],
|
||||||
|
["Orbee", "beetle"],
|
||||||
|
["Nick", "kit"],
|
||||||
|
["Thiev", "vul"],
|
||||||
|
["Gossi", "fleur"],
|
||||||
|
["Elde", "goss"],
|
||||||
|
["Wool", "loo"],
|
||||||
|
["Dub", "wool"],
|
||||||
|
["Chew", "ewtle"],
|
||||||
|
["Dred", "ednaw"],
|
||||||
|
["Yamp", "amper"],
|
||||||
|
["Bolt", "tund"],
|
||||||
|
["Roly", "coly"],
|
||||||
|
["Cark", "arkol"],
|
||||||
|
["Coal", "lossal"],
|
||||||
|
["App", "plin"],
|
||||||
|
["Flapp", "apple"],
|
||||||
|
["Apple", "tun"],
|
||||||
|
["Sili", "cobra"],
|
||||||
|
["Sanda", "aconda"],
|
||||||
|
["Cramo", "morant"],
|
||||||
|
["Arro", "rokuda"],
|
||||||
|
["Barra", "skewda"],
|
||||||
|
["Toxe", "xel"],
|
||||||
|
["Toxtri", "tricity"],
|
||||||
|
["Sizzli", "zlipede"],
|
||||||
|
["Centi", "skorch"],
|
||||||
|
["Clobbo", "pus"],
|
||||||
|
["Grapp", "ploct"],
|
||||||
|
["Sinis", "tea"],
|
||||||
|
["Poltea", "teageist"],
|
||||||
|
["Hat", "tenna"],
|
||||||
|
["Hatt", "trem"],
|
||||||
|
["Hatte", "rene"],
|
||||||
|
["Impi", "dimp"],
|
||||||
|
["Mor", "grem"],
|
||||||
|
["Grimm", "snarl"],
|
||||||
|
["Obsta", "goon"],
|
||||||
|
["Perr", "serker"],
|
||||||
|
["Curs", "ursola"],
|
||||||
|
["Sir", "irfetch'd"],
|
||||||
|
["Mr. R", " Rime"],
|
||||||
|
["Rune", "erigus"],
|
||||||
|
["Milc", "cery"],
|
||||||
|
["Alcre", "cremie"],
|
||||||
|
["Fal", "links"],
|
||||||
|
["Pinc", "curchin"],
|
||||||
|
["Sn", "nom"],
|
||||||
|
["Frosmo", "osmoth"],
|
||||||
|
["Ston", "journer"],
|
||||||
|
["Eis", "cue"],
|
||||||
|
["Indeed", "deedee"],
|
||||||
|
["Morp", "peko"],
|
||||||
|
["Cuf", "fant"],
|
||||||
|
["Copper", "rajah"],
|
||||||
|
["Dracoz", "cozolt"],
|
||||||
|
["Arctoz", "tozolt"],
|
||||||
|
["Dracov", "covish"],
|
||||||
|
["Arctov", "tovish"],
|
||||||
|
["Dura", "ludon"],
|
||||||
|
["Dreep", "eepy"],
|
||||||
|
["Drak", "kloak"],
|
||||||
|
["Draga", "pult"],
|
||||||
|
["Zaci", "cian"],
|
||||||
|
["Zama", "zenta"],
|
||||||
|
["Eterna", "natus"],
|
||||||
|
["Kub", "fu"],
|
||||||
|
["Urshi", "shifu"],
|
||||||
|
["Zaru", "rude"],
|
||||||
|
["Regie", "leki"],
|
||||||
|
["Regid", "drago"],
|
||||||
|
["Glast", "strier"],
|
||||||
|
["Spect", "ctrier"],
|
||||||
|
["Caly", "rex"],
|
||||||
|
["Wyr", "deer"],
|
||||||
|
["Kleav", "vor"],
|
||||||
|
["Ursa", "luna"],
|
||||||
|
["Bascu", "legion"],
|
||||||
|
["Sneas", "sler"],
|
||||||
|
["Over", "qwil"],
|
||||||
|
["Enamo", "morus"],
|
||||||
|
]
|
||||||
|
end
|
||||||
|
|
||||||
Binary file not shown.
Reference in New Issue
Block a user