Untitled
unknown
plain_text
a year ago
7.0 kB
4
Indexable
skills = { [1] = { [{1, 5}] = { [SKILL_LEVEL] = 100, [SKILL_MAGLEVEL] = 80, [SKILL_SHIELD] = 40 }, [{3, 7}] = { [SKILL_LEVEL] = 100, [SKILL_MAGLEVEL] = 15, [SKILL_DISTANCE] = 85, [SKILL_SHIELD] = 60 }, [{4, 8}] = { [SKILL_LEVEL] = 100, [SKILL_MAGLEVEL] = 10, [SKILL_CLUB] = 80, [SKILL_AXE] = 80, [SKILL_SWORD] = 80, [SKILL_SHIELD] = 75 }, } }, player_equipment = { [1] = { [{1, 5}] = { [CONST_SLOT_BACKPACK] = {item = "orange backpack", subitems = { [1] = {item = "purple backpack", subitems = { {item = "god flowers", amount = 2}, {item = "health potion", amount = 1}, {item = "great mana potion", amount = 1} }}, [2] = {item = "brown mushroom", amount = 50}, [3] = {item = "shovel", amount = 1}, [4] = {item = "rope", amount = 1}, [5] = {item = "machete", amount = 1}, [6] = {item = "sudden death rune", amount = 1}, [7] = {item = "magic wall rune", amount = 1}, [8] = {item = "fire field rune", amount = 1}, [9] = {item = "destroy field rune", amount = 1} }}, [CONST_SLOT_HEAD] = {item = "hat of the mad"}, [CONST_SLOT_NECKLACE] = {item = "stone skin amulet", amount = 5}, [CONST_SLOT_ARMOR] = {item = "focus cape"}, [CONST_SLOT_RIGHT] = {item = "demon shield"}, [CONST_SLOT_LEFT] = {item = "wand of voodoo"}, [CONST_SLOT_LEGS] = {item = "blue legs"}, [CONST_SLOT_FEET] = {item = "boots of haste"} }, [{2, 6}] = { [CONST_SLOT_BACKPACK] = {item = "orange backpack", subitems = { [1] = {item = "purple backpack", subitems = { {item = "god flowers", amount = 2}, {item = "health potion", amount = 1}, {item = "great mana potion", amount = 1} }}, [2] = {item = "brown mushroom", amount = 50}, [3] = {item = "shovel", amount = 1}, [4] = {item = "rope", amount = 1}, [5] = {item = "machete", amount = 1}, [6] = {item = "sudden death rune", amount = 1}, [7] = {item = "magic wall rune", amount = 1}, [8] = {item = "fire field rune", amount = 1}, [9] = {item = "destroy field rune", amount = 1}, [10] = {item = "paralyse rune", amount = 1} }}, [CONST_SLOT_HEAD] = {item = "hat of the mad"}, [CONST_SLOT_NECKLACE] = {item = "stone skin amulet", amount = 5}, [CONST_SLOT_ARMOR] = {item = "focus cape"}, [CONST_SLOT_RIGHT] = {item = "demon shield"}, [CONST_SLOT_LEFT] = {item = "underworld rod"}, [CONST_SLOT_LEGS] = {item = "blue legs"}, [CONST_SLOT_FEET] = {item = "boots of haste"} }, [{3, 7}] = { [CONST_SLOT_BACKPACK] = {item = "orange backpack", subitems = { [1] = {item = "purple backpack", subitems = { {item = "god flowers", amount = 2}, {item = "strong health potion", amount = 1}, {item = "mana potion", amount = 1} }}, [2] = {item = "brown mushroom", amount = 50}, [3] = {item = "shovel", amount = 1}, [4] = {item = "rope", amount = 1}, [5] = {item = "machete", amount = 1}, [6] = {item = "sudden death rune", amount = 1}, [7] = {item = "magic wall rune", amount = 1}, [8] = {item = "fire field rune", amount = 1}, [9] = {item = "destroy field rune", amount = 1} }}, [CONST_SLOT_HEAD] = {item = "royal helmet"}, [CONST_SLOT_NECKLACE] = {item = "stone skin amulet", amount = 5}, [CONST_SLOT_ARMOR] = {item = "paladin armor"}, [CONST_SLOT_RIGHT] = {item = "demon shield"}, [CONST_SLOT_LEFT] = {item = "royal spear"}, [CONST_SLOT_LEGS] = {item = "blue legs"}, [CONST_SLOT_FEET] = {item = "boots of haste"} }, [{4, 8}] = { [CONST_SLOT_BACKPACK] = {item = "orange backpack", subitems = { [1] = {item = "purple backpack", subitems = { {item = "god flowers", amount = 2}, {item = "great health potion", amount = 1}, {item = "mana potion", amount = 1} }}, [2] = {item = "brown mushroom", amount = 50}, [3] = {item = "shovel", amount = 1}, [4] = {item = "rope", amount = 1}, [5] = {item = "machete", amount = 1}, [6] = {item = "sudden death rune", amount = 1}, [7] = {item = "magic wall rune", amount = 1}, [8] = {item = "fire field rune", amount = 1}, [9] = {item = "destroy field rune", amount = 1} }}, [CONST_SLOT_HEAD] = {item = "royal helmet"}, [CONST_SLOT_NECKLACE] = {item = "stone skin amulet", amount = 5}, [CONST_SLOT_ARMOR] = {item = "dragon scale mail"}, [CONST_SLOT_RIGHT] = {item = "demon shield"}, [CONST_SLOT_LEFT] = {item = "bright sword"}, [CONST_SLOT_LEGS] = {item = "crown legs"}, [CONST_SLOT_FEET] = {item = "boots of haste"} } } },
Editor is loading...