//////////
// Mice //
//////////

// _MP_ Quick lookups for cross-references
var _MP_NONE=0, _MP_PHYS1=1, _MP_TACT1=2, _MP_GHOST=3, _MP_SHAD1=4, _MP_SCHEZ=5, _MP_MCHEZ=6, _MP_MDOJO=7, _MP_ASSN=8, _MP_ARCN1=9,
    _MP_ACLYT=10, _MP_HYDR1=11, _MP_PHYS2=12, _MP_PHYS3=13, _MP_TACT2=14, _MP_HYDR2=15, _MP_SHAD2=16, _MP_DRAGN=17, _MP_DRAC1=18, _MP_PARE1=19;
mice_power_mods=[
//None, Physical, Shadow, Tactical, Arcane, Hydro, Forgotten, Draconic, Parental
  [0,    0,    0,    0,    0,    0,    0,    0,    0], // _MP_NONE
  [0,    1,    1,    1,    1,    1,    0,    0,    1], // _MP_PHYS1 
  [0,    1,    0, 1.75,    0,    1,    0,    0,    1], // _MP_TACT1
  [0,    0,    2, 0.25,    1,    0,    1,    0,    0], // _MP_GHOST - Ghost
  [0, 0.25,    2, 0.25,    1,    0,    1,    0,    0], // _MP_SHAD1
  [0,  0.5,    0, 1.75,    0,    1,    0,    0,    1], // _MP_SCHEZ - Students of Cheese
  [0, 0.25,    0, 1.75,    0,    1,    0,    0,    1], // _MP_MCHEZ - Masters of Cheese
  [0,    0,    0, 1.75,    0,    1,    0,    0,    1], // _MP_MDOJO - Master of Dojo
  [0,    0,    0, 1.75,    0,    1,    0,    0,    1], // _MP_ASSN - Assassin
  [0,    0,    1,    0,    2,    0,    1,    0,    0], // _MP_ARCN1
  [0,    0,    0,    0, 0.04,    0,    1,    0,    0], // _MP_ACLYT - Acolyte
  [0,    1,    0, 0.75,    0, 1.75,    0,    0,    1], // _MP_HYDR1
  [0,    1,    0,    1,    0,    1,    0,    0,    1], // _MP_PHYS2 - Tribal Isle Common Mice
  [0,    1,    0,    0,    0,    0,    0,    0,    0], // _MP_PHYS3 - Derr Mice
  [0,    0,    0, 1.75,    0,    0,    0,    0,    0], // _MP_TACT2 - Nerg Mice
  [0,    0,    0,    0,    0, 1.75,    0,    0,    0], // _MP_HYDR2 - Elub Mice
  [0,    0,    2,    0,    0,    0,    0,    0,    0], // _MP_SHAD2 - Jungle of Dread Mice
  [0,    0,    0,    0,    0,    0,    0,    2,    0], // _MP_DRAGN - Dragon
  [0,    1,    1,    1,    1,    1,    0,    1,    0], // _MP_DRAC1
  [0,    0,    0,    0,    0,    0,    0,    0,    1]  // _MP_PARE1
];

// mice_raw allows us to insert and modify mice easily and reference their IDs without having to read through lots of commas.
mice_raw=[
// ID, Name, Power, Points, Gold, [trap type modifiers (refer to trap types)]
  [0,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [1,"White Mouse",1,70,100,mice_power_mods[_MP_PHYS1]],
  [2,"Grey Mouse",1,90,125,mice_power_mods[_MP_PHYS1]],
  [3,"Brown Mouse",1,115,150,mice_power_mods[_MP_PHYS1]],
  [4,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [5,"Dwarf Mouse",210,225,450,mice_power_mods[_MP_TACT1]],
  [6,"Steel Mouse",595,270,500,mice_power_mods[_MP_PHYS1]],
  [7,"Granite Mouse",635,285,525,mice_power_mods[_MP_PHYS1]],
  [8,"Bionic Mouse",680,300,550,mice_power_mods[_MP_PHYS1]],
  [9,"Gold Mouse",720,600,1200,mice_power_mods[_MP_PHYS1]],
  [10,"Diamond Mouse",765,1200,600,mice_power_mods[_MP_PHYS1]],
  [11,"Ninja Mouse",1270,2750,350,mice_power_mods[_MP_TACT1]],
  [12,"Pirate Mouse",1270,350,2750,mice_power_mods[_MP_TACT1]],
  [13,"Zombie Mouse",2295,2700,2700,mice_power_mods[_MP_PHYS1]],
  [14,"Leprechaun Mouse",26990,0,10,mice_power_mods[_MP_PHYS1]],
  [15,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [16,"Rockstar Mouse",2995,0,10,mice_power_mods[_MP_PHYS1]],
  [17,"Mobster Mouse",20355,0,10,mice_power_mods[_MP_PHYS1]],
  [18,"Burglar Mouse",4010,1420,1250,mice_power_mods[_MP_PHYS1]],
  [19,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [20,"Monster Mouse",15740,9100,9100,mice_power_mods[_MP_PHYS1]],
  [21,"Mutated White Mouse",255,250,475,mice_power_mods[_MP_PHYS1]],
  [22,"Mutated Grey Mouse",275,275,500,mice_power_mods[_MP_PHYS1]],
  [23,"Ghost Mouse",2295,3590,3590,mice_power_mods[_MP_GHOST]],
  [24,"Bat Mouse",2295,3375,3000,mice_power_mods[_MP_PHYS1]],
  [25,"Mummy Mouse",4015,4725,3750,mice_power_mods[_MP_SHAD1]],
  [26,"Ravenous Zombie Mouse",4570,5400,5400,mice_power_mods[_MP_SHAD1]],
  [27,"Mole Mouse",550,550,500,mice_power_mods[_MP_PHYS1]],
  [28,"Vampire Mouse",6805,2700,900,mice_power_mods[_MP_SHAD1]],
  [29,"Black Widow Mouse",4010,480,10,mice_power_mods[_MP_PHYS1]],
  [30,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [31,"Master Burglar Mouse",25400,0,10,mice_power_mods[_MP_PHYS1]],
  [32,"Archer Mouse",4080,4500,750,mice_power_mods[_MP_TACT1]],
  [33,"Kung Fu Mouse",5695,4750,800,mice_power_mods[_MP_TACT1]],
  [34,"Samurai Mouse",6600,5000,850,mice_power_mods[_MP_TACT1]],
  [35,"Student of the Cheese Claw Mouse",6865,6250,450,mice_power_mods[_MP_SCHEZ]],
  [36,"Lycan Mouse",14205,9250,5500,mice_power_mods[_MP_SHAD1]],
  [37,"Student of the Cheese Fang Mouse",6865,6250,450,mice_power_mods[_MP_SCHEZ]],
  [38,"Student of the Cheese Belt Mouse",6865,6250,450,mice_power_mods[_MP_SCHEZ]],
  [39,"Master of the Cheese Belt Mouse",13350,7200,900,mice_power_mods[_MP_MCHEZ]],
  [40,"Master of the Cheese Fang Mouse",13350,7200,900,mice_power_mods[_MP_MCHEZ]],
  [41,"Master of the Cheese Claw Mouse",13350,7200,900,mice_power_mods[_MP_MCHEZ]],
  [42,"Hollowhead Mouse",735,875,900,mice_power_mods[_MP_PHYS1]],
  [43,"Master of the Dojo Mouse",31300,15925,27300,mice_power_mods[_MP_MDOJO]],
  [44,"Hapless Mouse",570,50,70,mice_power_mods[_MP_TACT1]],
  [45,"Assassin Mouse",13130,5000,3400,mice_power_mods[_MP_ASSN]],
  [46,"Elf Mouse",765,900,750,mice_power_mods[_MP_PHYS1]],
  [47,"Abominable Snow Mouse",1485,1750,1750,mice_power_mods[_MP_PHYS1]],
  [48,"Worker Mouse",635,300,2200,mice_power_mods[_MP_TACT1]],
  [49,"Monk Mouse",6600,5250,950,mice_power_mods[_MP_TACT1]],
  [50,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [51,"Nibbler Mouse",785,1100,900,mice_power_mods[_MP_PHYS1]],
  [52,"Spider Mouse",5215,5200,3375,mice_power_mods[_MP_ARCN1]],
  [53,"Scavenger Mouse",5215,3375,5200,mice_power_mods[_MP_ARCN1]],
  [54,"Ooze Mouse",5215,5500,5400,mice_power_mods[_MP_ARCN1]],
  [55,"Keeper Mouse",3485,3950,3900,mice_power_mods[_MP_ARCN1]],
  [56,"Golem Mouse",6865,7920,4500,mice_power_mods[_MP_ARCN1]],
  [57,"Acolyte Mouse",39245,31850,36390,mice_power_mods[_MP_ACLYT]],
  [58,"Cupid Mouse",680,875,900,mice_power_mods[_MP_PHYS1]],
  [59,"Skeleton Mouse",3170,2392,960,mice_power_mods[_MP_ARCN1]],
  [60,"Spectre Mouse",5215,5600,5600,mice_power_mods[_MP_ARCN1]],
  [61,"Wight Mouse",13735,8750,900,mice_power_mods[_MP_ARCN1]],
  [62,"Lich Mouse",20460,12200,8700,mice_power_mods[_MP_ARCN1]],
  [63,"Keeper's Assistant Mouse",3275,3170,1920,mice_power_mods[_MP_ARCN1]],
  [64,"Gorgon Mouse",9450,1400,2800,mice_power_mods[_MP_ARCN1]],
  [65,"Birthday Mouse",765,900,750,mice_power_mods[_MP_PHYS1]],
  [66,"Gargoyle Mouse",4985,5600,2800,mice_power_mods[_MP_ARCN1]],
  [67,"Gate Guardian Mouse",7510,2800,1400,mice_power_mods[_MP_ARCN1]],
  [68,"Reaper Mouse",11570,8700,1200,mice_power_mods[_MP_ARCN1]],
  [69,"Sylvan Mouse",200,275,425,mice_power_mods[_MP_PHYS1]],
  [70,"Treant Mouse",760,1300,600,mice_power_mods[_MP_PHYS1]],
  [71,"Moosker Mouse",45,80,125,mice_power_mods[_MP_PHYS1]],
  [72,"Shaman Mouse",755,600,1300,mice_power_mods[_MP_PHYS1]],
  [73,"Glitchpaw Mouse",785,1200,1200,mice_power_mods[_MP_PHYS1]],
  [74,"Bear Mouse",700,310,575,mice_power_mods[_MP_PHYS1]],
  [75,"Wicked Witch of Whisker Woods Mouse",1260,400,2700,mice_power_mods[_MP_PHYS1]],
  [76,"Elven Princess Mouse",1270,2700,400,mice_power_mods[_MP_PHYS1]],
  [77,"Goblin Mouse",2285,3500,3500,mice_power_mods[_MP_SHAD1]],
  [78,"Wiggler Mouse",90,100,150,mice_power_mods[_MP_PHYS1]],
  [79,"Troll Mouse",14425,8190,8190,mice_power_mods[_MP_PHYS1]],
  [80,"Foxy Mouse",1645,1650,1500,mice_power_mods[_MP_TACT1]],
  [81,"Eagle Owl Mouse",2295,5300,2250,mice_power_mods[_MP_TACT1]],
  [82,"Water Nymph Mouse",4270,4725,790,mice_power_mods[_MP_TACT1]],
  [83,"Tiger Mouse",6695,5500,935,mice_power_mods[_MP_TACT1]],
  [84,"Centaur Mouse",5690,3800,960,mice_power_mods[_MP_TACT1]],
  [85,"Nomad Mouse",13130,3400,5000,mice_power_mods[_MP_TACT1]],
  [86,"Cyclops Mouse",2295,2800,2800,mice_power_mods[_MP_PHYS1]],
  [87,"Frog Mouse",590,325,400,mice_power_mods[_MP_PHYS1]],
  [88,"Fairy Mouse",6695,5775,930,mice_power_mods[_MP_TACT1]],
  [89,"Harpy Mouse",14515,11100,3100,mice_power_mods[_MP_SHAD1]],
  [90,"Chameleon Mouse",635,250,550,mice_power_mods[_MP_PHYS1]],
  [91,"Pinchy Mouse",635,325,400,mice_power_mods[_MP_HYDR1]],
  [92,"Briegull Mouse",635,360,440,mice_power_mods[_MP_TACT1]],
  [93,"Shelder Mouse",1270,2600,300,mice_power_mods[_MP_HYDR1]],
  [94,"Shipwrecked Mouse",1485,2100,90,mice_power_mods[_MP_HYDR1]],
  [95,"Salt Water Snapper Mouse",1650,1980,1200,mice_power_mods[_MP_HYDR1]],
  [96,"Mermouse",3300,2400,600,mice_power_mods[_MP_HYDR1]],
  [97,"Buccaneer Mouse",4535,4290,2750,mice_power_mods[_MP_TACT1]],
  [98,"Siren Mouse",5465,5200,600,mice_power_mods[_MP_HYDR1]],
  [99,"Captain Mouse",6865,6500,5000,mice_power_mods[_MP_TACT1]],
  [100,"Leviathan Mouse",13555,6910,2880,mice_power_mods[_MP_HYDR1]],
  [101,"Hydra Mouse",18030,9640,5760,mice_power_mods[_MP_HYDR1]],
  [102,"Squeaken Mouse",13185,5528,3455,mice_power_mods[_MP_HYDR1]],
  [103,"Swabbie Mouse",570,70,50,mice_power_mods[_MP_HYDR1]],
  [104,"Cook Mouse",2660,4090,90,mice_power_mods[_MP_HYDR1]],
  [105,"Bottled Mouse",3605,3360,660,mice_power_mods[_MP_HYDR1]],
  [106,"Wordsmith Mouse",2525,720,800,mice_power_mods[_MP_PHYS2]],
  [107,"Trailblazer Mouse",2090,790,880,mice_power_mods[_MP_PHYS2]],
  [108,"Healer Mouse",3055,855,975,mice_power_mods[_MP_PHYS2]],
  [109,"Grunt Mouse",3825,910,3075,mice_power_mods[_MP_PHYS3]],
  [110,"Spellbinder Mouse",4440,3200,5400,mice_power_mods[_MP_PHYS3]],
  [111,"Mintaka Mouse",6670,4500,5100,mice_power_mods[_MP_PHYS3]],
  [112,"Seer Mouse",7380,5000,6120,mice_power_mods[_MP_PHYS3]],
  [113,"Renegade Mouse",7900,550,7350,mice_power_mods[_MP_PHYS3]],
  [114,"Aged Mouse",7985,6910,4000,mice_power_mods[_MP_PHYS3]],
  [115,"Guardian Mouse",9980,7600,7500,mice_power_mods[_MP_PHYS3]],
  [116,"Gladiator Mouse",11910,8365,8250,mice_power_mods[_MP_PHYS3]],
  [117,"Derr Chieftain Mouse",15740,10035,12280,mice_power_mods[_MP_PHYS3]],
  [118,"Narrator Mouse",1900,900,600,mice_power_mods[_MP_TACT1]],
  [119,"Pathfinder Mouse",2095,990,660,mice_power_mods[_MP_TACT1]],
  [120,"Caretaker Mouse",2300,1100,725,mice_power_mods[_MP_TACT1]],
  [121,"Finder Mouse",3360,3550,1935,mice_power_mods[_MP_TACT2]],
  [122,"Beast Tamer Mouse",4235,5000,3125,mice_power_mods[_MP_TACT2]],
  [123,"Alnilam Mouse",7845,6190,3200,mice_power_mods[_MP_TACT2]],
  [124,"Conjurer Mouse",8565,6875,4500,mice_power_mods[_MP_TACT2]],
  [125,"Conqueror Mouse",9375,7560,3200,mice_power_mods[_MP_TACT2]],
  [126,"Grandfather Mouse",9500,8640,720,mice_power_mods[_MP_TACT2]],
  [127,"Defender Mouse",12015,9505,4200,mice_power_mods[_MP_TACT2]],
  [128,"Slayer Mouse",13970,10455,4200,mice_power_mods[_MP_TACT2]],
  [129,"Nerg Chieftain Mouse",17020,12545,9400,mice_power_mods[_MP_TACT2]],
  [130,"Taleweaver Mouse",2000,1090,99,mice_power_mods[_MP_HYDR1]],
  [131,"Scout Mouse",2200,1190,110,mice_power_mods[_MP_HYDR1]],
  [132,"Alchemist Mouse",2415,1310,125,mice_power_mods[_MP_HYDR1]],
  [133,"Pack Mouse",2390,6000,908,mice_power_mods[_MP_HYDR2]],
  [134,"Mystic Mouse",4080,7500,2000,mice_power_mods[_MP_HYDR2]],
  [135,"Alnitak Mouse",7685,8170,2560,mice_power_mods[_MP_HYDR2]],
  [136,"Soothsayer Mouse",8410,9075,3600,mice_power_mods[_MP_HYDR2]],
  [137,"Vanquisher Mouse",9210,9980,2560,mice_power_mods[_MP_HYDR2]],
  [138,"Elder Mouse",10200,11405,645,mice_power_mods[_MP_HYDR2]],
  [139,"Protector Mouse",12985,12545,3360,mice_power_mods[_MP_HYDR2]],
  [140,"Champion Mouse",15740,13800,3360,mice_power_mods[_MP_HYDR2]],
  [141,"Elub Chieftain Mouse",19220,16560,7250,mice_power_mods[_MP_HYDR2]],
  [142,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [143,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [144,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [145,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [146,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [147,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [148,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [149,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [150,"Primal Mouse",19220,16450,5800,mice_power_mods[_MP_SHAD2]],
  [151,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [152,"Fetid Swamp Mouse",19220,19110,5150,mice_power_mods[_MP_SHAD2]],
  [153,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [154,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [155,"Stonework Warrior Mouse",19220,24670,4510,mice_power_mods[_MP_SHAD2]],
  [156,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [157,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [158,"Jurassic Mouse",20460,39470,6490,mice_power_mods[_MP_SHAD2]],
  [159,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [160,"Chitinous Mouse",22990,44405,5845,mice_power_mods[_MP_SHAD2]],
  [161,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [162,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [163,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [164,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [165,"Magma Carrier Mouse",22990,49335,7181,mice_power_mods[_MP_SHAD2]],
  [166,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [167,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [168,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [169,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [170,"Giant Snail Mouse",1515,5750,547,mice_power_mods[_MP_SHAD1]],
  [171,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [172,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [173,"Sorcerer Mouse",5215,6200,350,mice_power_mods[_MP_ARCN1]],
  [174,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [175,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [176,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [177,"Terror Knight Mouse",5715,8393,202,mice_power_mods[_MP_SHAD1]],
  [178,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [179,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [180,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [181,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [182,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [183,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [184,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [185,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [186,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [187,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [188,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [189,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [190,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [191,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [192,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [193,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [194,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [195,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [196,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [197,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [198,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [199,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [200,"Dragon Mouse",75215,74200,39940,mice_power_mods[_MP_DRAGN]],
  [201,"Whelpling Mouse",1280,1310,12280,mice_power_mods[_MP_DRAC1]],
  [202,"Draconic Warden Mouse",13185,12895,1245,mice_power_mods[_MP_DRAC1]],
  [203,"Candy Cane Mouse",45,600,600,mice_power_mods[_MP_PHYS1]],
  [204,"Present Mouse",90,900,900,mice_power_mods[_MP_PHYS1]],
  [205,"Ornament Mouse",905,900,2600,mice_power_mods[_MP_PHYS1]],
  [206,"Stocking Mouse",1190,900,300,mice_power_mods[_MP_PHYS1]],
  [207,"Christmas Tree Mouse",500,2600,1200,mice_power_mods[_MP_PHYS1]],
  [208,"Scrooge Mouse",1400,70,3000,mice_power_mods[_MP_PHYS1]],
  [209,"Nutcracker Mouse",600,3000,300,mice_power_mods[_MP_PHYS1]],
  [210,"Toy Mouse",1,500,500,mice_power_mods[_MP_PHYS1]],
  [211,"Frozen Mouse",100,300,300,mice_power_mods[_MP_PHYS1]],
  [212,"Frosty Snow Mouse",575,600,300,mice_power_mods[_MP_PHYS1]],
  [213,"New Year's Mouse",770,2200,200,mice_power_mods[_MP_PHYS1]],
  [214,"Hope Mouse",10,1000,1000,mice_power_mods[_MP_PHYS1]],
  [215,"Romeo Mouse",2995,1000,1200,mice_power_mods[_MP_PHYS1]],
  [216,"Romeno Mouse",1,0,300,mice_power_mods[_MP_PHYS1]],
  [217,"Costumed Tiger Mouse",1200,1602,888,mice_power_mods[_MP_PHYS1]],
  [218,"Dumpling Chef Mouse",2000,2886,3000,mice_power_mods[_MP_PHYS1]],
  [219,"Red Envelope Mouse",885,887,221,mice_power_mods[_MP_PHYS1]],
  [220,"Terrible Twos Mouse",385,800,1100,mice_power_mods[_MP_PARE1]],
  [221,"Dojo Sensei Mouse",89830,28665,34500,mice_power_mods[_MP_TACT1]],
  [222,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [223,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [224,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [225,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [226,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [227,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [228,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [229,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [230,"Silth Mouse",60020,25450,15200,mice_power_mods[_MP_HYDR1]],
  [231,"Curious Chemist Mouse",805,2400,400,mice_power_mods[_MP_PHYS1]],
  [232,"Subterranean Mouse",9520,11000,5800,mice_power_mods[_MP_PHYS1]],
  [233,"Miner Mouse",3440,5350,2000,mice_power_mods[_MP_PHYS1]],
  [234,"Industrious Digger Mouse",1160,3510,890,mice_power_mods[_MP_PHYS1]],
  [235,"Big Bad Burroughs Mouse",51145,22700,24500,mice_power_mods[_MP_PHYS1]],
  [236,"Itty-Bitty Burroughs Mouse",8255,10000,4000,mice_power_mods[_MP_PHYS1]],
  [237,"Stone Cutter Mouse",2095,4360,1800,mice_power_mods[_MP_PHYS1]],
  [238,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [239,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [240,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [241,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [242,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [243,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [244,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [245,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [246,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [247,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [248,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [249,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [250,"Nugget Mouse",905,6875,551,mice_power_mods[_MP_PHYS1]],
  [251,"Rock Muncher Mouse",1160,2750,875,mice_power_mods[_MP_PHYS1]],
  [252,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [253,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [254,"Empty",0,0,0,mice_power_mods[_MP_NONE]],
  [255,"Demolitions Mouse",2305,4700,1900,mice_power_mods[_MP_PHYS1]],
  [256,"Lambent Crystal Mouse",7985,9000,3000,mice_power_mods[_MP_PHYS1]],
  [257,"Core Sample Mouse",1000,2600,1000,mice_power_mods[_MP_PHYS1]],
  [258,"Riptide Mouse",0,0,0,mice_power_mods[_MP_NONE]],
  [259,"Davy Jones Mouse",0,0,0,mice_power_mods[_MP_NONE]],
  [260,"Swarm of Pigmy Mice",0,0,0,mice_power_mods[_MP_NONE]],
  [261,"Enslaved Spirit Mouse",0,0,0,mice_power_mods[_MP_NONE]],
  [262,"Twisted Fiend Mouse",0,0,0,mice_power_mods[_MP_NONE]],
  [263,"Brimstone Mouse",0,0,0,mice_power_mods[_MP_NONE]],
  [264,"Balack the Banished Mouse",0,0,0,mice_power_mods[_MP_NONE]],
  [265,"Elub Lich Mouse",0,0,0,mice_power_mods[_MP_NONE]],
  [266,"Derr Lich Mouse",0,0,0,mice_power_mods[_MP_NONE]],
  [267,"Nerg Lich Mouse",0,0,0,mice_power_mods[_MP_NONE]],
  [268,"Wound Up White Mouse",0,0,0,mice_power_mods[_MP_NONE]],
  [269,"Hapless Marionette Mouse",0,0,0,mice_power_mods[_MP_NONE]],
  [270,"Toy Sylvan Mouse",0,0,0,mice_power_mods[_MP_NONE]],
  [271,"Impersonator Mouse",0,0,0,mice_power_mods[_MP_NONE]],
  [272,"Lockpick Mouse",0,0,0,mice_power_mods[_MP_NONE]],
  [273,"Escape Artist Mouse",0,0,0,mice_power_mods[_MP_NONE]],
  [274,"Clockwork Samurai Mouse",0,0,0,mice_power_mods[_MP_NONE]],
  [275,"Flying Mouse",0,0,0,mice_power_mods[_MP_NONE]],
  [276,"Bandit Mouse",0,0,0,mice_power_mods[_MP_NONE]],
  [277,"Puppet Master Mouse",0,0,0,mice_power_mods[_MP_NONE]],
  [278,"Sock Puppet Ghost Mouse",0,0,0,mice_power_mods[_MP_NONE]],
  [279,"Fencer Mouse",0,0,0,mice_power_mods[_MP_NONE]],
  [280,"Page Mouse",0,0,0,mice_power_mods[_MP_NONE]],
  [281,"Stealth Mouse",0,0,0,mice_power_mods[_MP_NONE]],
  [282,"Cowbell Mouse",0,0,0,mice_power_mods[_MP_NONE]],
  [283,"Berserker Mouse",0,0,0,mice_power_mods[_MP_NONE]],
  [284,"Rogue Mouse",0,0,0,mice_power_mods[_MP_NONE]],
  [285,"Longtail Mouse",0,0,0,mice_power_mods[_MP_NONE]],
  [286,"Knight Mouse",0,0,0,mice_power_mods[_MP_NONE]],
  [287,"Phalanx Mouse",0,0,0,mice_power_mods[_MP_NONE]],
  [288,"Drummer Mouse",0,0,0,mice_power_mods[_MP_NONE]],
  [289,"Cavalier Mouse",0,0,0,mice_power_mods[_MP_NONE]],
  [290,"Dancer Mouse",0,0,0,mice_power_mods[_MP_NONE]],
  [291,"Black Mage Mouse",0,0,0,mice_power_mods[_MP_NONE]],
  [292,"Fiddler Mouse",0,0,0,mice_power_mods[_MP_NONE]],
  [293,"Necromancer Mouse",0,0,0,mice_power_mods[_MP_NONE]],
  [294,"Terra Mouse",0,0,0,mice_power_mods[_MP_NONE]],
  [295,"Ignis Mouse",0,0,0,mice_power_mods[_MP_NONE]],
  [296,"Guquin Player Mouse",0,0,0,mice_power_mods[_MP_NONE]],
  [297,"Zephyr Mouse",0,0,0,mice_power_mods[_MP_NONE]],
  [298,"Aquos Mouse",0,0,0,mice_power_mods[_MP_NONE]],
  [299,"Sacred Shrine Mouse",0,0,0,mice_power_mods[_MP_NONE]],
  [300,"White Mage Mouse",0,0,0,mice_power_mods[_MP_NONE]],
  [301,"Paladin Mouse",0,0,0,mice_power_mods[_MP_NONE]],
  [302,"Fiend Mouse",0,0,0,mice_power_mods[_MP_NONE]],
  [303,"Eclipse Mouse",0,0,0,mice_power_mods[_MP_NONE]]
];

// Populate mice related arrays
var n_mice=mice_raw.length;
var mice=new Array(n_mice);
var mice_power=new Array(n_mice);
var micepoints=new Array(n_mice);
var micegold=new Array(n_mice);
var mice_power_mods=new Array(n_mice);
for (i=0; i<n_mice; i++)
  {
  mice[i]=mice_raw[i][1];
  mice_power[i]=mice_raw[i][2];
  micepoints[i]=mice_raw[i][3];
  micegold[i]=mice_raw[i][4];
  mice_power_mods[i]=mice_raw[i][5];
  }

// Finds the mouseId from the Mouse Name
function getMouseId(mouseName)
  {
  return getIndexFromStringArray(mouseName, mice);
  }
