PokeBot-GenerationIII/storage/itemlist.lua

63 lines
987 B
Lua

ItemList = {}
ItemList.items = {
masterball = 1,
ultraball = 2,
bright_powder = 3,
greatball = 4,
pokeball = 5,
--teru_sama = 6,
bicycle = 7,
moon_stone = 8,
antidote = 9,
burn_heal = 10,
ice_heal = 11,
awakening = 12,
paralyze_heal = 13,
full_restore = 14,
max_potion = 15,
hyper_potion = 16,
super_potion = 17,
potion = 18,
escape_rope = 19,
repel = 20,
--carbos = 38,
rare_candy = 32,
--helix_fossil = 42,
--nugget = 49,
--pokedoll = 51,
super_repel = 42,
--fresh_water = 60,
--soda_pop = 61,
coin_case = 54,
--pokeflute = 73,
--ether = 80,
--max_ether = 81,
--elixer = 82,
--x_accuracy = 46,
--x_speed = 67,
--x_special = 68,
--horn_drill = 207,
--bubblebeam = 211,
--water_gun = 212,
--ice_beam = 213,
--thunderbolt = 224,
--earthquake = 226,
--dig = 228,
--tm34 = 234,
--rock_slide = 248,
}
ItemList.moves = {
cut = 15,
fly = 19,
surf = 57,
strength = 70,
teleport = 100,
watefall = 127,
whirlpool = 250,
}
--return ItemList