beginscenscript; // CREATURE TYPES begindefinecreature 9; // base creature // This slot stores the base unedited creature. // Used for importation. cr_size = 128; cr_default_script = "basicnpc"; cr_statistic 0 = 1; cr_statistic 1 = 1; cr_statistic 2 = 1; cr_statistic 3 = 1; begindefinecreature 0; cr_name = "Shaper"; cr_graphic_template = 110; cr_max_health = 20; cr_max_energy = 20; cr_max_essence = 10; cr_regen_rate = 2; cr_energy_regen_rate = 2; cr_walk_speed = 100; //base_speed; cr_base_level = 1; cr_sound_when_slain = 127; // These are all of the main character's combat abils. // Abilities used in town are handled in hardcode cr_abil_num 0 = 0; // punch //cr_abil_level 0 = 1; cr_abil_step_of_launch 0 = 8; cr_abil_anim_in_reverse 0 = 1; cr_abil_num 1 = 3; cr_abil_level 1 = 1; cr_abil_step_of_launch 1 = 8; cr_abil_anim_in_reverse 1 = 1; begindefinecreature 1; cr_base_level = 25; cr_graphic_coloradj = 17; cr_default_strategy = 1; cr_regen_rate = 6; cr_abil_num 1 = 5; cr_abil_level 1 = 3; begindefinecreature 2; cr_base_level = 40; cr_name = "Master Hoge"; cr_graphic_coloradj = 512; cr_walk_speed = 24; cr_abil_num 0 = 164; cr_abil_num 1 = 7; begindefinecreature 3; import = 0; cr_name = "Guardian"; cr_graphic_template = 100; cr_max_health = 24; cr_max_energy = 20; cr_max_essence = 40; cr_regen_rate = 2; cr_energy_regen_rate = 2; cr_walk_speed = 100; //base_speed; cr_base_level = 1; cr_sound_when_slain = 127; cr_graphic_appearadj = -1; cr_bonus_aps = 0; cr_default_strategy = 0; begindefinecreature 4; cr_base_level = 25; cr_graphic_coloradj = 17; cr_graphic_template = 101; cr_regen_rate = 6; cr_walk_speed = 24; cr_abil_num 0 = 2; // sword attack cr_abil_num 1 = 54; begindefinecreature 5; cr_name = "Alwan"; cr_base_level = 4; cr_graphic_coloradj = 1024; cr_regen_rate = 0; cr_walk_speed = 100; //base_speed; cr_abil_num 1 = -1; cr_abil_level 0 = 5; begindefinecreature 6; import = 0; cr_name = "Agent"; cr_graphic_template = 120; cr_max_health = 20; cr_max_energy = 20; cr_max_essence = 10; cr_regen_rate = 2; cr_energy_regen_rate = 2; cr_walk_speed = 100; //base_speed; cr_base_level = 1; cr_sound_when_slain = 106; cr_abil_level 1 = 3; begindefinecreature 7; cr_base_level = 25; cr_graphic_coloradj = 256; cr_graphic_template = 121; cr_regen_rate = 6; cr_default_strategy = 1; cr_abil_num 0 = 2; cr_abil_level 0 = 1; cr_abil_num 1 = 4; begindefinecreature 8; cr_base_level = 4; cr_name = "Greta"; cr_graphic_coloradj = 512; cr_abil_level 0 = 5; cr_walk_speed = 100; cr_abil_num 1 = 3; // Begin Fyora begindefinecreature 10; // PC created fyora // imported for all fyora types import = 9; cr_name = "Fyora"; cr_graphic_template = 11; cr_max_health = 25; cr_max_energy = 20; cr_max_essence = 0; //cr_natural_armor = 4; cr_regen_rate = 2; cr_energy_regen_rate = 2; cr_walk_speed = 100; //base_speed; cr_base_level = 2; cr_creature_type = 1; cr_sound_when_slain = 111; cr_default_attitude = 1; cr_default_strategy = 1; cr_default_courage = 70; cr_resistances 2 = 30; cr_abil_num 0 = 1; // bite attack cr_abil_level 0 = 2; cr_abil_step_of_launch 0 = 7; cr_abil_anim_in_reverse 0 = 1; cr_abil_num 1 = 3; cr_abil_level 1 = 4; cr_abil_step_of_launch 1 = 7; cr_abil_anim_in_reverse 1 = 1; cr_abil_time_per_step 1 = 1; cr_abil_casting_sound 1 = 157; begindefinecreature 11; // Basic friendly fyora cr_default_attitude = 2; cr_walk_speed = 24; cr_abil_level 0 = 0; cr_abil_level 1 = 2; begindefinecreature 12; // Basic hostile fyora cr_name = "Rogue Fyora"; cr_graphic_coloradj = 16; cr_default_attitude = 4; cr_max_health = 10; cr_walk_speed = 24; cr_base_level = 3; cr_graphic_coloradj = 512; cr_start_item 0 = 420; cr_start_item_chance 0 = 1; //cr_abil_level 0 = 1; cr_abil_level 1 = 2; begindefinecreature 13; cr_name = "Enraged Fyora"; cr_default_attitude = 4; cr_max_health = 20; cr_walk_speed = 24; cr_base_level = 8; cr_graphic_coloradj = 1024; begindefinecreature 14; cr_name = "Warped Fyora"; cr_base_level = 12; cr_walk_speed = 24; cr_graphic_coloradj = 16; begindefinecreature 15; cr_name = "Charged Fyora"; cr_base_level = 18; cr_walk_speed = 24; cr_graphic_appearadj = 2; cr_start_item 0 = 130; cr_start_item_chance 0 = 1; begindefinecreature 17; // PC created cryoa import = 10; cr_name = "Cryoa"; cr_graphic_coloradj = 1; cr_base_level = 8; cr_max_energy = 400; cr_walk_speed = 100; //base_speed; cr_resistances 2 = 0; cr_resistances 6 = 30; cr_abil_num 1 = 17; begindefinecreature 18; // enemy cryoa cr_name = "Rogue Cryoa"; cr_default_attitude = 4; cr_graphic_coloradj = 17; cr_walk_speed = 24; cr_base_level = 13; begindefinecreature 19; // enemy cryoa cr_name = "Pit-Bred Cryoa"; cr_base_level = 22; cr_graphic_coloradj = 257; cr_walk_speed = 24; cr_abil_level 1 = 4; begindefinecreature 20; // pc created thahd // base for all thahd imports import = 9; cr_name = "Thahd"; cr_graphic_template = 13; cr_max_health = 60; cr_regen_rate = 2; cr_walk_speed = 100; //base_speed; cr_base_level = 4; cr_creature_type = 1; cr_default_attitude = 1; cr_default_courage = 90; cr_sound_when_slain = 183; cr_resistances 0 = 30; cr_abil_num 0 = 0; // punch attack cr_abil_level 0 = 3; cr_abil_step_of_launch 0 = 3; cr_abil_anim_in_reverse 0 = 1; begindefinecreature 21; // friendly thahd cr_default_attitude = 2; cr_walk_speed = 24; begindefinecreature 22; // hostile thahd cr_name = "Rogue Thahd"; cr_max_health = 10; cr_graphic_coloradj = 256; cr_walk_speed = 24; cr_default_attitude = 4; cr_base_level = 3; cr_start_item 0 = 171; cr_start_item_chance 0 = 5; cr_start_item 1 = 2; cr_start_item_chance 1 = 10; begindefinecreature 23; // cr_name = "Brutal Thahd"; cr_base_level = 9; cr_walk_speed = 24; cr_graphic_coloradj = 16; cr_max_health = 50; cr_start_item_chance 1 = 25; begindefinecreature 25; // cr_name = "Thahd Shade"; //cr_natural_armor = 6; cr_nimbleness = 20; cr_base_level = 16; cr_walk_speed = 100; cr_graphic_appearadj = 1; cr_graphic_coloradj = 0; cr_stain_when_slain = -1; cr_creature_type = 3; cr_regen_rate = 5; cr_resistances 6 = 100; cr_abil_level 0 = 2; begindefinecreature 26; // import = 22; cr_name = "Charged Thahd"; cr_base_level = 20; cr_graphic_appearadj = 3; cr_nimbleness = 20; cr_walk_speed = 24; cr_regen_rate = 5; cr_resistances 1 = 50; cr_start_item 0 = 38; cr_start_item_chance 0 = 1; cr_start_item 1 = 4; begindefinecreature 27; // 3 funky thahds import = 22; cr_name = "Unstable Thahd"; cr_walk_speed = 24; cr_base_level = 12; cr_graphic_coloradj = 1; cr_effect_when_slain = -1; cr_regen_rate = 8; cr_resistances 1 = 80; cr_resistances 4 = 80; cr_resistances 5 = 80; begindefinecreature 28; cr_walk_speed = 24; cr_graphic_coloradj = 4; cr_effect_when_slain = 28; begindefinecreature 29; cr_walk_speed = 24; cr_graphic_coloradj = 18; cr_effect_when_slain = 21; begindefinecreature 30;// pc created Artila // base for all Artila imports import = 9; cr_name = "Artila"; cr_graphic_template = 12; cr_max_health = 10; cr_max_energy = 100; cr_regen_rate = 4; cr_energy_regen_rate = 4; cr_walk_speed = 100; //base_speed; cr_base_level = 4; cr_creature_type = 1; cr_default_attitude = 1; cr_default_strategy = 2; cr_default_courage = 70; cr_sound_when_slain = 153; cr_resistances 1 = 50; cr_resistances 5 = 50; cr_abil_num 0 = 1; // bite attack cr_abil_level 0 = 2; cr_abil_step_of_launch 0 = 8; cr_abil_num 1 = 4; // Searer cr_abil_level 1 = 4; cr_abil_step_of_launch 1 = 8; cr_abil_casting_sound 1 = 122; begindefinecreature 31; // friendly Artila cr_default_attitude = 2; cr_walk_speed = 24; cr_abil_level 0 = 0; cr_abil_level 1 = 2; begindefinecreature 32; // hostile Artila cr_name = "Rogue Artila"; cr_default_attitude = 4; cr_max_health = 5; cr_walk_speed = 24; cr_base_level = 5; cr_graphic_coloradj = 256; cr_start_item 0 = 423; cr_start_item_chance 0 = 1; cr_abil_level 1 = 0; begindefinecreature 33; cr_name = "Plated Artila"; cr_base_level = 12; cr_max_health = 40; cr_walk_speed = 24; cr_graphic_coloradj = 16; begindefinecreature 34; cr_name = "Searing Artila"; cr_base_level = 18; cr_max_health = 10; cr_default_courage = 70; cr_regen_rate = 10; cr_energy_regen_rate = 12; cr_nimbleness = 20; cr_creature_type = 3; cr_default_attitude = 4; cr_graphic_coloradj = 25; cr_walk_speed = 100; cr_abil_level 0 = 0; cr_abil_level 1 = 0; begindefinecreature 35; cr_name = "Charged Artila"; cr_base_level = 26; cr_graphic_coloradj = 16; cr_graphic_appearadj = 256; cr_walk_speed = 24; cr_resistances 1 = 100; cr_start_item 0 = 161; cr_start_item_chance 0 = 1; begindefinecreature 36; cr_name = "Inferno Worm"; cr_base_level = 22; cr_graphic_coloradj = 18; cr_graphic_appearadj = 4; cr_walk_speed = 24; cr_resistances 2 = 100; cr_abil_num 1 = 164; cr_abil_level 1 = 0; begindefinecreature 40;// pc created Ornk // base for all Ornk imports import = 9; cr_name = "Ornk"; cr_graphic_template = 19; cr_max_health = 18; cr_regen_rate = 2; cr_walk_speed = 100; cr_base_level = 1; cr_creature_type = 1; cr_default_attitude = 3; cr_default_script = "ornk"; cr_start_item 0 = 251; cr_start_item_chance 0 = 75; cr_start_item 1 = 251; cr_start_item_chance 1 = 75; cr_start_item 2 = 251; cr_start_item_chance 2 = 75; cr_default_courage = 40; cr_abil_num 0 = 1; // bite attack cr_abil_level 0 = 4; cr_abil_step_of_launch 0 = 3; cr_abil_anim_in_reverse 0 = 1; begindefinecreature 41; // friendly Ornk cr_graphic_coloradj = 8; cr_walk_speed = 24; cr_default_attitude = 2; begindefinecreature 42; // hostile Ornk //cr_name = "Rogue Ornk"; cr_graphic_coloradj = 16; cr_default_attitude = 4; cr_walk_speed = 24; cr_effect_when_slain = 20; cr_default_script = "basicnpc"; begindefinecreature 43; cr_name = "Oozebeast"; cr_graphic_coloradj = 18; cr_base_level = 25; cr_default_strategy = 1; cr_resistances 5 = 100; cr_abil_num 1 = 162; cr_abil_level 1 = 0; cr_abil_step_of_launch 1 = 3; begindefinecreature 44; import = 42; cr_name = "Detonating Beast"; cr_graphic_coloradj = 384; cr_base_level = 10; cr_effect_when_slain = 32; // 45 major npcs begindefinecreature 45; import = 1; cr_name = "Litalia"; cr_base_level = 40; cr_walk_speed = 24; cr_abil_num 0 = 85; cr_abil_num 1 = 166; cr_abil_num 2 = 62; cr_abil_level 2 = 1; cr_sound_when_slain = 106; cr_abil_step_of_launch 2 = 8; cr_abil_anim_in_reverse 2 = 1; begindefinecreature 50; // base servile // base for all Servile imports import = 9; cr_name = "Servile"; cr_graphic_template = 14; cr_max_health = 25; cr_regen_rate = 2; cr_walk_speed = 14; cr_base_level = 3; cr_creature_type = 1; cr_default_attitude = 2; cr_default_script = "talknpc"; cr_resistances 0 = 15; cr_start_item 0 = 1; cr_start_item_chance 0 = 75; cr_start_item 1 = 2; cr_start_item_chance 1 = 5; cr_start_item 2 = 10; cr_start_item_chance 2 = 40; cr_start_item 3 = 61; cr_start_item_chance 3 = 40; cr_start_item 4 = 140; cr_start_item_chance 4 = 40; cr_start_item 5 = 171; cr_start_item_chance 5 = 5; cr_abil_num 0 = 0; // punch attack cr_abil_step_of_launch 0 = 8; cr_abil_anim_in_reverse 0 = 1; begindefinecreature 51; // servile cr_graphic_coloradj = 1024; begindefinecreature 52; // servile cr_graphic_coloradj = 256; begindefinecreature 53; // Guard servile cr_name = "Guard Servile"; cr_base_level = 20; cr_graphic_coloradj = 0; cr_default_script = "guard"; cr_graphic_template = 72; cr_resistances 0 = 30; cr_start_item 0 = 2; cr_start_item 3 = 62; cr_start_item 5 = 170; cr_abil_num 0 = 2; // sword attack cr_abil_level 0 = 5; cr_abil_num 1 = 20; // javelin cr_abil_level 1 = 4; cr_abil_step_of_launch 1 = 7; cr_abil_anim_in_reverse 1 = 1; cr_abil_time_per_step 1 = 1; begindefinecreature 54; // rogue servile cr_name = "Rogue Servile"; cr_default_attitude = 4; cr_base_level = 2; cr_default_script = "basicnpc"; cr_graphic_coloradj = 256; cr_start_item 0 = 1; begindefinecreature 55; // warrior servile cr_name = "Warrior Servile"; cr_graphic_coloradj = 16; cr_default_attitude = 2; cr_base_level = 14; cr_default_script = "talknpc"; cr_start_item 0 = 2; cr_abil_level 0 = 7; cr_abil_level 1 = 6; begindefinecreature 56; cr_name = "Servile Defender"; cr_base_level = 20; cr_graphic_coloradj = 272; begindefinecreature 57; cr_name = "War-Bred Servile"; cr_base_level = 24; cr_graphic_coloradj = 1; cr_start_item 2 = 112; cr_start_item 0 = 3; cr_abil_level 0 = 9; cr_abil_level 1 = 8; cr_abil_num 1 = 54; // thorns begindefinecreature 58; import = 51; cr_name = "Servile Icecaster"; cr_base_level = 18; cr_default_strategy = 2; cr_max_health = 60; cr_graphic_coloradj = 20; cr_resistances 1 = 50; cr_resistances 2 = 50; cr_resistances 6 = 50; cr_abil_num 1 = 17; cr_abil_step_of_launch 1 = 7; cr_abil_anim_in_reverse 1 = 1; cr_abil_time_per_step 1 = 1; begindefinecreature 59; cr_name = "Servile Mindcaster"; cr_graphic_coloradj = 18; cr_abil_num 0 = 84; cr_abil_num 1 = 4; cr_abil_num 2 = 13; cr_abil_step_of_launch 2 = 7; cr_abil_anim_in_reverse 2 = 1; cr_abil_time_per_step 2 = 1; begindefinecreature 60; cr_name = "Servile Cultist"; cr_graphic_coloradj = 256; cr_base_level = 21; cr_abil_num 1 = 5; begindefinecreature 61; import = 56; cr_name = "Servile Vat Tech"; cr_base_level = 28; cr_graphic_coloradj = 656; cr_resistances 2 = 90; cr_resistances 4 = 90; cr_resistances 5 = 90; cr_resistances 6 = 90; cr_abil_num 0 = 82; cr_abil_num 1 = -1; begindefinecreature 62; import = 56; cr_name = "Servile Power Tech"; cr_base_level = 28; cr_graphic_coloradj = 400; cr_resistances 1 = 90; cr_resistances 2 = 90; cr_abil_num 0 = 84; begindefinecreature 63; import = 56; cr_base_level = 28; cr_graphic_coloradj = 1168; cr_name = "Plated Servile"; cr_resistances 0 = 90; cr_abil_num 0 = 86; begindefinecreature 70; // pc created Roamer // base for all Roamer imports import = 9; cr_name = "Roamer"; cr_graphic_template = 17; cr_max_health = 25; cr_max_energy = 250; cr_regen_rate = 2; cr_walk_speed = 100; //base_speed; cr_base_level = 10; cr_creature_type = 1; cr_default_attitude = 1; cr_default_courage = 90; cr_sound_when_slain = 130; cr_resistances 0 = 20; cr_resistances 5 = 50; cr_abil_num 0 = 1; // bite attack cr_abil_level 0 = 2; cr_abil_step_of_launch 0 = 8; cr_abil_anim_in_reverse 0 = 1; cr_abil_casting_sound 0 = 102; cr_abil_num 1 = 4; // spit cr_abil_level 1 = 2; cr_abil_step_of_launch 1 = 7; cr_abil_anim_in_reverse 1 = 1; cr_abil_time_per_step 1 = 1; cr_abil_casting_sound 1 = 182; begindefinecreature 71; // friendly Roamer cr_default_attitude = 2; begindefinecreature 72; // hostile Roamer cr_name = "Rogue Roamer"; cr_base_level = 8; cr_graphic_coloradj = 256; cr_default_attitude = 4; cr_walk_speed = 24; cr_start_item 0 = 426; cr_start_item_chance 0 = 1; cr_statistic 0 = 1; cr_abil_num 1 = -1; begindefinecreature 73; // hostile Roamer cr_name = "Rabid Roamer"; cr_base_level = 12; cr_graphic_coloradj = 512; cr_walk_speed = 24; cr_abil_num 1 = 4; // spit begindefinecreature 74; // hostile Roamer cr_name = "Unstable Roamer"; cr_base_level = 4; cr_max_health = 5; cr_effect_when_slain = 24; cr_graphic_coloradj = 2; cr_walk_speed = 24; cr_start_item 0 = -1; cr_abil_num 1 = -1; begindefinecreature 75; import = 72; cr_name = "Guardian Roamer"; cr_graphic_coloradj = 17; cr_base_level = 20; cr_regen_rate = 10; cr_walk_speed = 24; cr_abil_num 0 = 81; // venemous bite attack begindefinecreature 76; // pc created unstable Roamer import = 74; cr_name = "Pyroroamer"; cr_default_attitude = 1; cr_max_health = 0; cr_walk_speed = 100; //base_speed; begindefinecreature 77; import = 72; cr_name = "Icebreath Roamer"; cr_graphic_coloradj = 1; cr_base_level = 13; cr_regen_rate = 10; cr_walk_speed = 24; cr_abil_num 1 = 17; // ice breath begindefinecreature 80; import = 9; cr_name = "Rogue Worm"; cr_graphic_template = 93; cr_max_health = 1; cr_regen_rate = 2; cr_walk_speed = 24; cr_base_level = 1; cr_creature_type = 0; cr_default_attitude = 4; cr_default_courage = 70; cr_sound_when_slain = 202; cr_default_aggression = 75; cr_abil_num 0 = 1; // bite attack cr_abil_level 0 = 1; cr_abil_step_of_launch 0 = 8; cr_abil_anim_in_reverse 0 = 0; cr_abil_casting_sound 0 = 203; begindefinecreature 81; cr_name = "Fiery Worm"; cr_base_level = 2; cr_graphic_coloradj = 4; cr_default_strategy = 2; cr_walk_speed = 24; cr_abil_num 1 = 3; // firebolt cr_abil_level 1 = 1; cr_abil_step_of_launch 1 = 7; cr_abil_anim_in_reverse 1 = 0; cr_abil_casting_sound 1 = 157; begindefinecreature 82; cr_name = "Slimy Worm"; cr_base_level = 3; cr_graphic_coloradj = 1024; cr_abil_num 0 = 81; cr_abil_level 0 = 1; cr_walk_speed = 24; cr_default_strategy = 0; cr_abil_num 1 = -1; begindefinecreature 83; cr_name = "Spawned Worm"; cr_base_level = 5; cr_default_strategy = 18; cr_abil_num 0 = 1; cr_abil_level 0 = 5; begindefinecreature 84; import = 80; cr_name = "Oozing Worm"; cr_base_level = 17; cr_abil_num 0 = 81; cr_effect_when_slain = 21; cr_graphic_coloradj = 4; cr_resistances 4 = 100; cr_resistances 5 = 100; begindefinecreature 85; import = 9; cr_name = "Rogue Crawler"; cr_graphic_template = 94; cr_max_health = 5; cr_regen_rate = 2; cr_walk_speed = 24; cr_base_level = 3; cr_creature_type = 0; cr_default_attitude = 4; cr_default_courage = 70; cr_sound_when_slain = 202; cr_default_aggression = 75; cr_abil_num 0 = 1; // bite attack cr_abil_level 0 = 0; cr_abil_step_of_launch 0 = 8; cr_abil_anim_in_reverse 0 = 1; cr_abil_casting_sound 0 = 203; begindefinecreature 86; cr_name = "Spiny Crawler"; cr_base_level = 3; cr_graphic_coloradj = 4; cr_walk_speed = 24; cr_abil_num 1 = 50; // spine cr_abil_step_of_launch 1 = 7; cr_abil_anim_in_reverse 1 = 1; cr_abil_casting_sound 1 = 204; begindefinecreature 87; cr_name = "Icy Crawler"; cr_base_level = 7; cr_graphic_coloradj = 2; cr_walk_speed = 24; cr_abil_num 1 = 17; // ice begindefinecreature 88; cr_name = "Spawned Crawler"; cr_graphic_coloradj = 1028; cr_abil_num 0 = 1; // bite attack cr_abil_level 0 = 3; cr_walk_speed = 24; cr_abil_num 1 = -1; begindefinecreature 89; import = 85; cr_name = "Oozing Crawler"; cr_base_level = 19; cr_graphic_coloradj = 1024; cr_walk_speed = 24; cr_abil_num 0 = 81; cr_abil_level 0 = 5; cr_resistances 4 = 90; cr_resistances 5 = 90; begindefinecreature 90;// pc created Vlish // base for all Vlish imports import = 9; cr_name = "Vlish"; cr_graphic_template = 18; cr_max_health = 25; cr_max_energy = 0; cr_max_essence = 0; cr_regen_rate = 2; cr_energy_regen_rate = 6; cr_walk_speed = 100; //base_speed; cr_base_level = 12; cr_creature_type = 1; cr_default_attitude = 1; cr_default_courage = 70; cr_sound_when_slain = 108; cr_resistances 0 = 30; cr_resistances 1 = 80; cr_resistances 2 = 50; cr_resistances 4 = 50; cr_abil_num 0 = 80; // sting attack cr_abil_level 0 = 4; cr_abil_step_of_launch 0 = 8; cr_abil_anim_in_reverse 0 = 1; cr_abil_num 1 = 64; // slow attack cr_abil_level 1 = 3; cr_abil_step_of_launch 1 = 8; cr_abil_anim_in_reverse 1 = 1; begindefinecreature 91; // friendly Vlish cr_default_attitude = 2; cr_walk_speed = 24; cr_abil_level 0 = 2; cr_abil_level 1 = 1; begindefinecreature 92; // hostile Vlish cr_name = "Rogue Vlish"; cr_default_attitude = 4; cr_max_health = 1; cr_base_level = 12; cr_walk_speed = 24; cr_default_strategy = 1; cr_graphic_coloradj = 256; cr_start_item 0 = 428; cr_start_item_chance 0 = 1; begindefinecreature 93; // vlish 2 cr_name = "Submission Vlish"; cr_graphic_coloradj = 512; cr_walk_speed = 24; cr_abil_num 1 = 10; // stun begindefinecreature 94; // vlish 3 cr_name = "Terror Vlish"; cr_graphic_coloradj = 1024; cr_walk_speed = 100; cr_abil_num 1 = 60; // terror cr_abil_num 2 = 13; // terror attack cr_abil_level 2 = 1; cr_abil_step_of_launch 2 = 8; cr_abil_anim_in_reverse 2 = 1; begindefinecreature 95; // hostile Vlish // imported for other chartming vlishes cr_name = "Corrupting Vlish"; cr_base_level = 15; cr_walk_speed = 24; cr_default_attitude = 4; cr_max_health = 80; cr_default_courage = 100; cr_default_strategy = 3; cr_regen_rate = 5; cr_graphic_coloradj = 20; cr_statistic 2 = 8; cr_abil_num 2 = 62; // charm attack cr_abil_level 2 = 1; cr_abil_step_of_launch 2 = 8; cr_abil_anim_in_reverse 2 = 1; begindefinecreature 96; // Spectral Vlish, dazes import = 93; cr_name = "Spectral Vlish"; cr_base_level = 18; cr_walk_speed = 24; cr_max_health = 30; cr_default_courage = 70; cr_graphic_appearadj = 1; cr_graphic_coloradj = 0; cr_stain_when_slain = -1; cr_regen_rate = 5; cr_default_strategy = 2; cr_resistances 6 = 100; cr_abil_num 1 = 10; cr_abil_num 2 = 170; // AE daze attack cr_abil_level 2 = 1; cr_abil_step_of_launch 2 = 8; cr_abil_anim_in_reverse 2 = 1; cr_start_item 0 = 235; cr_start_item_chance 0 = 7; cr_start_item 1 = 236; cr_start_item_chance 1 = 7; cr_start_item 2 = 237; cr_start_item_chance 2 = 7; cr_start_item 3 = 238; cr_start_item_chance 3 = 7; begindefinecreature 97; // higher level poison vlish import = 92; cr_base_level = 20; cr_graphic_coloradj = 272; cr_walk_speed = 24; begindefinecreature 98; // higher level stun vlish import = 93; cr_base_level = 20; cr_graphic_coloradj = 528; cr_walk_speed = 24; begindefinecreature 99; // higher level terror vlish import = 94; cr_base_level = 20; cr_walk_speed = 100; cr_graphic_coloradj = 1040; begindefinecreature 100;// pc created clawbug // base for all clawbug imports import = 9; cr_name = "Clawbug"; cr_graphic_template = 16; cr_max_health = 35; cr_max_energy = 0; cr_max_essence = 0; cr_regen_rate = 4; cr_walk_speed = 100; //base_speed; cr_base_level = 10; cr_creature_type = 1; cr_default_attitude = 1; cr_default_courage = 90; cr_sound_when_slain = 148; cr_resistances 0 = 40; cr_resistances 4 = 100; cr_abil_num 0 = 0; // sting attack cr_abil_level 0 = 4; cr_abil_step_of_launch 0 = 5; cr_abil_anim_in_reverse 0 = 1; cr_abil_casting_sound 0 = 184; begindefinecreature 101; // friendly clawbug cr_default_attitude = 2; cr_walk_speed = 24; begindefinecreature 102; // hostile clawbug cr_name = "Rogue Clawbug"; cr_walk_speed = 24; cr_default_attitude = 4; cr_base_level = 10; cr_graphic_coloradj = 256; //cr_abil_level 0 = 1; begindefinecreature 103; cr_name = "Plated Bug"; cr_base_level = 16; //cr_natural_armor = 8; cr_max_health = 10; cr_bonus_aps = 2; cr_graphic_coloradj = 16; cr_walk_speed = 100; //base_speed; cr_abil_level 0 = 0; begindefinecreature 104; cr_name = "Stinging Clawbug"; cr_base_level = 24; cr_walk_speed = 24; cr_bonus_aps = 5; cr_graphic_coloradj = 17; cr_abil_num 0 = 80; // sting attack begindefinecreature 105; cr_name = "Redshell Clawbug"; cr_base_level = 20; cr_max_health = 90; cr_bonus_aps = 2; cr_walk_speed = 24; cr_graphic_coloradj = 272; cr_resistances 2 = 100; cr_resistances 4 = 100; cr_resistances 5 = 100; cr_abil_num 0 = 83; begindefinecreature 110;// spawner // base for all spawner imports import = 9; cr_name = "Spawner"; cr_graphic_template = 70; cr_max_health = 100; cr_max_energy = 0; cr_max_essence = 0; cr_regen_rate = 4; cr_walk_speed = 0; cr_base_level = 8; cr_creature_type = 1; cr_default_attitude = 4; cr_multiple_facings = 0; cr_default_script = "spawner"; cr_sound_when_slain = 148; cr_resistances 0 = 25; cr_resistances 2 = 25; cr_resistances 6 = 25; cr_start_item 0 = 4; cr_start_item_chance 0 = 75; cr_start_item 1 = 6; cr_start_item_chance 1 = 75; cr_start_item 2 = 7; cr_start_item_chance 2 = 75; cr_default_courage = 100; begindefinecreature 111; cr_base_level = 16; //cr_natural_armor = 10; cr_graphic_coloradj = 2; cr_regen_rate = 6; cr_max_health = 200; begindefinecreature 112; cr_base_level = 26; //cr_natural_armor = 15; cr_max_health = 300; cr_regen_rate = 20; cr_graphic_coloradj = 3; cr_graphic_appearadj = 2; begindefinecreature 115;// Servant Mind import = 9; cr_name = "Servant Mind"; cr_graphic_template = 91; cr_max_health = 200; cr_regen_rate = 4; cr_walk_speed = 0; cr_base_level = 25; cr_creature_type = 1; cr_multiple_facings = 0; cr_sound_when_slain = 148; cr_default_script = "servmind"; cr_resistances 0 = 50; cr_resistances 1 = 75; cr_resistances 4 = 80; cr_resistances 7 = 80; cr_abil_num 0 = 85; cr_abil_level 0 = 5; cr_abil_step_of_launch 0 = 8; cr_abil_anim_in_reverse 0 = 1; cr_abil_num 1 = 5; // orbs attack cr_abil_level 1 = 2; cr_abil_step_of_launch 1 = 3; cr_abil_anim_in_reverse 1 = 1; begindefinecreature 118; cr_name = "Warped Creator"; cr_base_level = 14; cr_max_health = 400; cr_graphic_template = 92; cr_abil_num 0 = 86; cr_abil_level 0 = 0; cr_abil_step_of_launch 0 = 8; cr_abil_anim_in_reverse 0 = 1; cr_resistances 7 = 25; cr_abil_num 1 = -1; begindefinecreature 119; import = 45; cr_name = "Shaper Shadow"; cr_base_level = 1; cr_max_health = 1; cr_graphic_appearadj = 1; cr_walk_speed = 24; cr_abil_num 0 = -1; cr_abil_num 1 = -1; begindefinecreature 120;// Turret // base for all Turret imports import = 9; cr_name = "Turret"; cr_graphic_template = 71; cr_max_health = 25; cr_max_energy = 0; cr_max_essence = 0; cr_regen_rate = 5; cr_walk_speed = 0; cr_base_level = 5; cr_creature_type = 3; cr_default_attitude = 4; cr_default_script = "turret"; cr_default_courage = 100; cr_sound_when_slain = 149; cr_resistances 0 = 25; cr_resistances 7 = 60; cr_start_item 0 = 110; cr_start_item_chance 0 = 75; cr_start_item 1 = 110; cr_start_item_chance 1 = 75; cr_abil_num 0 = 50; // thorn attack cr_abil_level 0 = 0; cr_abil_step_of_launch 0 = 3; cr_abil_anim_in_reverse 0 = 1; begindefinecreature 121; cr_name = "Venom Turret"; cr_base_level = 8; cr_graphic_coloradj = 16; cr_start_item 0 = 111; cr_start_item 1 = 111; cr_resistances 4 = 100; cr_abil_num 0 = 52; begindefinecreature 122; cr_name = "Burning Turret"; cr_base_level = 12; cr_graphic_coloradj = 1; cr_resistances 4 = 0; cr_resistances 5 = 100; cr_start_item 0 = 112; cr_start_item 1 = 112; cr_abil_num 0 = 54; begindefinecreature 123; cr_name = "Submission Turret"; cr_base_level = 18; cr_graphic_coloradj = 17; cr_resistances 1 = 100; cr_resistances 5 = 50; cr_start_item 0 = 113; cr_start_item_chance 0 = 40; cr_start_item 1 = 113; cr_start_item_chance 1 = 40; cr_abil_num 0 = 56; begindefinecreature 124; cr_name = "Reaper Turret"; cr_base_level = 26; cr_graphic_coloradj = 0; cr_graphic_appearadj = 4; cr_start_item 0 = 114; cr_start_item_chance 0 = 50; cr_start_item 1 = 114; cr_start_item_chance 1 = 10; cr_resistances 1 = 0; cr_resistances 5 = 0; cr_abil_num 0 = 58; cr_abil_level 0 = 0; cr_abil_casting_sound 0 = 129; begindefinecreature 127; import = 118; cr_name = "Mighty Creator"; cr_base_level = 25; cr_max_health = 1000; cr_graphic_template = 92; cr_graphic_appearadj = 2; cr_resistances 7 = 80; cr_abil_num 0 = 86; cr_abil_level 0 = 0; cr_abil_step_of_launch 0 = 8; cr_abil_anim_in_reverse 0 = 1; cr_abil_num 1 = 7; begindefinecreature 130;// Scout import = 9; cr_name = "Fighter"; cr_graphic_template = 78; cr_max_health = 20; cr_regen_rate = 4; cr_walk_speed = 24; //base_speed; cr_base_level = 14; cr_creature_type = 2; cr_default_attitude = 2; cr_default_courage = 75; cr_statistic 6 = 2; cr_statistic 7 = 2; cr_resistances 0 = 40; cr_resistances 1 = 25; cr_resistances 2 = 25; cr_resistances 6 = 25; cr_start_item 0 = 2; cr_start_item_chance 0 = 75; cr_start_item 1 = 110; cr_start_item_chance 1 = 25; cr_start_item 2 = 118; cr_start_item_chance 2 = 25; cr_start_item 3 = 220; cr_start_item_chance 3 = 25; cr_abil_num 0 = 2; cr_abil_level 0 = 5; cr_abil_step_of_launch 0 = 8; cr_abil_anim_in_reverse 0 = 1; begindefinecreature 131;// warrior cr_name = "Warrior"; cr_base_level = 22; cr_regen_rate = 6; //cr_natural_armor = 15; cr_max_health = 50; cr_walk_speed = 24; cr_graphic_coloradj = 1; cr_default_strategy = 1; cr_statistic 6 = 5; cr_statistic 7 = 3; cr_abil_level 0 = 0; cr_abil_level 0 = 6; cr_abil_num 1 = 50; // thorns cr_abil_level 1 = 4; cr_abil_step_of_launch 1 = 8; cr_abil_anim_in_reverse 1 = 1; cr_start_item 0 = 3; cr_start_item_chance 0 = 75; cr_start_item 1 = 111; cr_start_item_chance 1 = 25; cr_start_item 2 = 119; cr_start_item_chance 2 = 25; cr_start_item 3 = 224; cr_start_item_chance 3 = 30; begindefinecreature 132; cr_name = "Elite Warrior"; cr_max_health = 100; cr_walk_speed = 24; cr_base_level = 30; cr_default_strategy = 1; cr_abil_level 0 = 8; begindefinecreature 133; cr_name = "Blademaster"; cr_max_health = 200; cr_base_level = 40; cr_graphic_coloradj = 4; cr_default_strategy = 0; cr_walk_speed = 24; cr_abil_num 1 = -1; begindefinecreature 134; cr_name = "Guard"; cr_base_level = 25; cr_default_script = "guard"; cr_walk_speed = 24; cr_graphic_coloradj = 0; cr_default_strategy = 1; cr_abil_num 0 = 2; // sword attack //cr_abil_level 0 = 1; cr_abil_num 1 = 54; // baton cr_abil_level 1 = 4; cr_abil_step_of_launch 1 = 7; cr_abil_anim_in_reverse 1 = 1; cr_abil_time_per_step 1 = 1; begindefinecreature 140;// Specter import = 9; cr_name = "Specter"; cr_graphic_template = 76; cr_max_health = 0; cr_regen_rate = 4; cr_walk_speed = 24; cr_base_level = 12; cr_creature_type = 3; cr_default_attitude = 4; cr_default_courage = 100; cr_graphic_appearadj = 1; cr_stain_when_slain = -1; cr_nimbleness = 10; cr_sound_when_slain = 168; cr_statistic 2 = 4; cr_resistances 0 = 30; cr_resistances 5 = 100; cr_resistances 6 = 100; cr_resistances 7 = 80; cr_start_item 0 = 17; cr_start_item_chance 0 = 1; cr_start_item 1 = 185; cr_start_item_chance 1 = 1; cr_abil_num 0 = 82; cr_abil_level 0 = 4; cr_abil_step_of_launch 0 = 8; cr_abil_anim_in_reverse 0 = 1; begindefinecreature 141;// Specter cr_name = "Specter Sage"; cr_graphic_coloradj = 16; cr_nimbleness = 25; cr_default_strategy = 3; cr_base_level = 16; cr_abil_num 1 = 64; // slow ray cr_abil_level 1 = 1; cr_abil_step_of_launch 1 = 8; cr_abil_anim_in_reverse 1 = 1; cr_abil_num 2 = 62; // charm attack cr_abil_level 2 = 1; cr_abil_step_of_launch 2 = 8; cr_abil_anim_in_reverse 2 = 1; begindefinecreature 142; import = 9; cr_name = "Warrior Specter"; cr_graphic_template = 101; cr_base_level = 20; cr_nimbleness = 10; cr_default_strategy = 0; cr_graphic_coloradj = 256; cr_graphic_appearadj = 1; cr_default_attitude = 4; cr_walk_speed = 24; cr_abil_num 0 = 2; cr_abil_level 0 = 0; begindefinecreature 143; cr_name = "Icy Specter"; cr_graphic_template = 76; cr_base_level = 25; cr_graphic_coloradj = 1024; cr_abil_num 0 = 84; begindefinecreature 144; cr_name = "Infernal Specter"; cr_graphic_template = 112; cr_regen_rate = 30; cr_walk_speed = 0; cr_graphic_coloradj = 272; cr_abil_num 0 = 85; cr_abil_num 1 = 7; begindefinecreature 145; import = 141; cr_name = "Ghost"; cr_base_level = 20; cr_graphic_template = 81; cr_abil_num 2 = 13; begindefinecreature 146; cr_graphic_template = 82; cr_abil_num 2 = 15; begindefinecreature 147; cr_graphic_template = 83; cr_abil_num 1 = 64; cr_abil_num 2 = -1; begindefinecreature 148; cr_graphic_template = 84; cr_abil_num 1 = 160; cr_abil_num 2 = -1; begindefinecreature 150; // Battle Alpha // base for all Battle Alpha imports import = 9; cr_name = "Battle Alpha"; cr_graphic_template = 73; cr_max_health = 60; cr_regen_rate = 5; cr_walk_speed = 100; //base_speed; cr_base_level = 20; cr_creature_type = 1; cr_default_attitude = 1; cr_default_courage = 80; cr_sound_when_slain = 183; cr_statistic 0 = 2; cr_resistances 0 = 40; cr_resistances 2 = 20; cr_resistances 6 = 20; cr_abil_num 0 = 0; // punch attack cr_abil_level 0 = 7; cr_abil_step_of_launch 0 = 3; cr_abil_anim_in_reverse 0 = 1; begindefinecreature 151; // friendly cr_default_attitude = 2; cr_walk_speed = 24; begindefinecreature 152; // hostile cr_name = "Rogue Battle Alpha"; cr_default_attitude = 4; cr_max_health = 80; cr_walk_speed = 24; cr_graphic_coloradj = 256; cr_start_item 0 = 31; cr_start_item_chance 0 = 50; cr_start_item 1 = 32; cr_start_item_chance 1 = 30; cr_abil_level 0 = 5; begindefinecreature 153; cr_name = "Wounded Battle Alpha"; cr_max_health = 10; cr_abil_level 0 = 2; cr_walk_speed = 24; cr_graphic_coloradj = 0; begindefinecreature 157; // hostile import = 150; cr_name = "Battle Beta"; cr_graphic_coloradj = 1; cr_base_level = 26; cr_regen_rate = 8; cr_walk_speed = 100; begindefinecreature 158; // hostile cr_name = "Rogue Battle Beta"; cr_default_attitude = 4; cr_walk_speed = 24; cr_graphic_coloradj = 272; cr_start_item 0 = 31; cr_start_item_chance 0 = 50; cr_start_item 1 = 33; cr_start_item_chance 1 = 30; cr_start_item 2 = 2; cr_start_item_chance 2 = 30; begindefinecreature 159; // hostile cr_name = "Battle Gamma"; cr_base_level = 32; cr_graphic_appearadj = 4; cr_walk_speed = 24; //cr_natural_armor = 40; cr_abil_level 0 = 9; begindefinecreature 160; // Glaahk // base for all Glaahk imports import = 9; cr_name = "Glaahk"; cr_graphic_template = 75; cr_max_health = 40; cr_regen_rate = 6; cr_walk_speed = 100; //base_speed; cr_base_level = 20; cr_creature_type = 1; cr_default_attitude = 1; cr_default_courage = 85; cr_sound_when_slain = 185; cr_statistic 2 = 5; cr_resistances 0 = 30; cr_resistances 1 = 80; cr_start_item 0 = 66; cr_start_item_chance 0 = 2; cr_abil_num 0 = 84; // stun attack cr_abil_level 0 = 10; cr_abil_step_of_launch 0 = 6; cr_abil_anim_in_reverse 0 = 1; begindefinecreature 161; // friendly Glaahk cr_default_attitude = 2; begindefinecreature 162; cr_name = "Rogue Glaahk"; cr_graphic_coloradj = 16; cr_default_attitude = 4; cr_walk_speed = 24; cr_start_item 0 = 424; cr_start_item_chance 0 = 1; begindefinecreature 165; // Ur-Glaahk import = 160; cr_name = "Ur-Glaahk"; cr_base_level = 30; cr_walk_speed = 100; //base_speed; cr_graphic_coloradj = 1; begindefinecreature 166; cr_name = "Rogue Ur-Glaahk"; cr_graphic_coloradj = 17; cr_default_attitude = 4; cr_walk_speed = 24; begindefinecreature 170;// outsider mage import = 9; cr_name = "Mage"; cr_graphic_template = 77; cr_max_health = 50; cr_regen_rate = 5; cr_energy_regen_rate = 10; cr_walk_speed = 24; //base_speed; cr_base_level = 24; cr_creature_type = 2; cr_default_attitude = 4; cr_default_courage = 75; cr_default_strategy = 2; cr_start_item 0 = 4; cr_start_item_chance 0 = 90; cr_start_item 1 = 95; cr_start_item_chance 1 = 10; cr_resistances 1 = 80; cr_resistances 2 = 50; cr_resistances 5 = 40; cr_resistances 6 = 50; cr_abil_num 0 = 83; cr_abil_level 0 = 10; cr_abil_step_of_launch 0 = 8; cr_abil_anim_in_reverse 0 = 1; cr_abil_num 1 = 5; cr_abil_level 1 = 5; cr_abil_step_of_launch 1 = 8; cr_abil_anim_in_reverse 1 = 1; begindefinecreature 171;// outsider mage friendly cr_default_attitude = 1; cr_walk_speed = 24; cr_default_script = "talknpc"; begindefinecreature 172; import = 170; cr_name = "Wizard"; cr_base_level = 36; cr_graphic_coloradj = 256; cr_walk_speed = 24; cr_abil_num 1 = 7; begindefinecreature 173; cr_name = "Researcher"; cr_base_level = 30; cr_default_strategy = 3; cr_walk_speed = 24; cr_abil_num 2 = 62; cr_abil_level 2 = 1; cr_abil_step_of_launch 2 = 8; cr_abil_anim_in_reverse 2 = 1; begindefinecreature 174; cr_name = "Lankan"; cr_graphic_template = 83; cr_graphic_coloradj = 0; cr_walk_speed = 24; begindefinecreature 180;// Pylon // base for all pylon imports import = 9; cr_name = "Pylon"; cr_graphic_template = 74; cr_max_health = 30; cr_max_energy = 0; cr_max_essence = 0; cr_regen_rate = 8; cr_energy_regen_rate = 5; cr_walk_speed = 0; cr_base_level = 20; cr_creature_type = 3; cr_default_attitude = 4; cr_default_script = "pylon"; cr_default_courage = 100; cr_creature_type = 3; cr_graphic_appearadj = 2; cr_effect_when_slain = 23; cr_stain_when_slain = -1; cr_sound_when_slain = 135; cr_multiple_facings = 0; cr_bonus_aps = 4; cr_start_item 0 = 2; cr_start_item_chance 0 = 75; cr_start_item 1 = 2; cr_start_item_chance 1 = 75; cr_start_item 2 = 2; cr_start_item_chance 2 = 75; cr_resistances 0 = 60; cr_resistances 1 = 30; cr_resistances 2 = 70; cr_resistances 5 = 20; cr_resistances 6 = 90; cr_resistances 7 = 90; cr_abil_num 0 = 85; cr_abil_level 0 = 5; cr_abil_step_of_launch 0 = 8; cr_abil_anim_in_reverse 0 = 1; cr_abil_num 1 = 5; // orbs attack cr_abil_level 1 = 10; cr_abil_step_of_launch 1 = 3; cr_abil_anim_in_reverse 1 = 1; begindefinecreature 181;// Pylon cr_base_level = 30; cr_graphic_coloradj = 1; cr_abil_level 1 = 16; begindefinecreature 182;// Pylon cr_name = "Energy Spire"; cr_base_level = 10; cr_graphic_coloradj = 2; cr_bonus_aps = 0; cr_abil_level 0 = 3; cr_abil_level 1 = 3; // spinecore begindefinecreature 184; // base for all Turret imports import = 9; cr_name = "Spinecore Bud"; cr_graphic_template = 90; cr_multiple_facings = 0; cr_walk_speed = 0; cr_base_level = 1; cr_max_health = 30; cr_creature_type = 3; cr_default_attitude = 4; cr_default_script = "nullnpc"; cr_sound_when_slain = 148; begindefinecreature 183; cr_max_health = 80; begindefinecreature 185; import = 120; cr_name = "Spinecore"; cr_default_script = "spinecore"; cr_base_level = 12; cr_bonus_aps = 2; cr_graphic_template = 89; cr_multiple_facings = 0; cr_max_health = 80; cr_resistances 0 = 30; begindefinecreature 186; import = 121; cr_name = "Venomous Spinecore"; cr_default_script = "spinecore"; cr_base_level = 14; cr_bonus_aps = 2; cr_graphic_template = 89; cr_multiple_facings = 0; cr_resistances 4 = 100; begindefinecreature 187; import = 122; cr_name = "Burning Spinecore"; cr_default_script = "spinecore"; cr_base_level = 16; cr_bonus_aps = 2; cr_graphic_template = 89; cr_multiple_facings = 0; cr_resistances 5 = 100; begindefinecreature 188; import = 123; cr_name = "Stunning Spinecore"; cr_default_script = "spinecore"; cr_base_level = 20; cr_bonus_aps = 2; cr_graphic_template = 89; cr_multiple_facings = 0; cr_resistances 1 = 100; cr_resistances 4 = 0; cr_resistances 5 = 0; begindefinecreature 189; import = 124; cr_name = "Reaper Spinecore"; cr_default_script = "spinecore"; cr_base_level = 24; cr_bonus_aps = 2; cr_graphic_template = 89; cr_multiple_facings = 0; cr_resistances 1 = 0; begindefinecreature 190; // Drayk // base for all Drayk imports import = 9; cr_name = "Drayk"; cr_graphic_template = 79; cr_max_health = 60; cr_regen_rate = 5; cr_walk_speed = 100; //base_speed; cr_base_level = 24; cr_creature_type = 1; cr_default_attitude = 1; cr_default_courage = 90; cr_default_strategy = 0; cr_missile_firing_height = -7; cr_sound_when_slain = 150; cr_resistances 0 = 40; cr_resistances 2 = 80; cr_abil_num 0 = 1; // bite attack cr_abil_level 0 = 8; cr_abil_step_of_launch 0 = 3; cr_abil_anim_in_reverse 0 = 1; cr_abil_casting_sound 0 = 102; cr_abil_num 1 = 16; // fire attack cr_abil_level 1 = 2; cr_abil_step_of_launch 1 = 3; cr_abil_anim_in_reverse 1 = 1; cr_abil_casting_sound 1 = 157; begindefinecreature 191; // friendly cr_default_attitude = 2; cr_max_health = 120; cr_walk_speed = 24; begindefinecreature 192; // hostile cr_name = "Rogue Drayk"; cr_walk_speed = 24; cr_default_attitude = 4; cr_graphic_coloradj = 256; cr_start_item 0 = 4; cr_start_item_chance 0 = 75; cr_start_item 1 = 2; cr_start_item_chance 1 = 75; cr_start_item 2 = 3; cr_start_item_chance 2 = 50; cr_start_item 3 = 421; cr_start_item_chance 3 = 1; begindefinecreature 195; // cryodrayk import = 190; cr_name = "Cryodrayk"; cr_base_level = 28; cr_default_strategy = 1; cr_regen_rate = 8; cr_walk_speed = 100; //base_speed; cr_graphic_coloradj = 2; cr_abil_num 1 = 17; // ice attack cr_resistances 2 = 20; cr_resistances 6 = 80; begindefinecreature 196; // cryodrayk cr_name = "Rogue Cryodrayk"; cr_default_attitude = 4; cr_graphic_coloradj = 18; cr_walk_speed = 24; begindefinecreature 200; import = 9; cr_name = "Rat"; cr_graphic_template = 80; cr_max_health = 5; cr_regen_rate = 2; cr_walk_speed = 24; cr_base_level = 1; cr_creature_type = 0; cr_default_attitude = 4; cr_default_courage = 70; cr_sound_when_slain = 186; cr_abil_num 0 = 1; // bite attack cr_abil_level 0 = 1; cr_abil_step_of_launch 0 = 8; cr_abil_anim_in_reverse 0 = 1; cr_abil_casting_sound 0 = 12; begindefinecreature 201; cr_name = "Giant Rat"; cr_base_level = 3; cr_walk_speed = 24; begindefinecreature 202; cr_name = "Fierce Rat"; cr_walk_speed = 24; cr_base_level = 9; cr_graphic_coloradj = 16; begindefinecreature 203; cr_name = "Experimental Rat"; cr_base_level = 20; cr_walk_speed = 24; cr_graphic_coloradj = 18; begindefinecreature 204; cr_name = "Rabid Rat"; cr_walk_speed = 24; cr_base_level = 14; cr_graphic_coloradj = 17; cr_abil_num 0 = 81; // poison bite attack begindefinecreature 205; cr_name = "Brain Rat"; cr_base_level = 18; cr_walk_speed = 24; cr_default_strategy = 2; cr_graphic_coloradj = 20; cr_abil_num 1 = 172; cr_abil_level 1 = 30; cr_abil_step_of_launch 1 = 8; cr_abil_anim_in_reverse 1 = 1; begindefinecreature 206; import = 200; cr_name = "Swamp Rat"; cr_base_level = 15; cr_walk_speed = 24; cr_default_strategy = 0; cr_graphic_coloradj = 512; cr_abil_num 0 = 81; // poison bite attack begindefinecreature 207; import = 203; cr_name = "Pulsating Rat"; cr_base_level = 20; cr_walk_speed = 24; cr_graphic_coloradj = 18; cr_effect_when_slain = 32; cr_abil_level 0 = 12; begindefinecreature 210; import = 9; cr_name = "Townsman"; cr_graphic_template = 81; cr_max_health = 25; cr_base_level = 1; cr_default_attitude = 2; cr_default_script = "talknpc"; cr_default_courage = 0; cr_walk_speed = 24; cr_abil_num 0 = 0; // punch attack cr_abil_level 0 = 1; cr_abil_step_of_launch 0 = 3; //cr_abil_anim_in_reverse 0 = 0; begindefinecreature 211; cr_graphic_template = 83; begindefinecreature 212; cr_name = "Townswoman"; cr_graphic_template = 82; cr_walk_speed = 24; begindefinecreature 213; cr_graphic_template = 84; begindefinecreature 220; import = 9; cr_name = "Golem"; cr_base_level = 24; cr_graphic_template = 87; //cr_natural_armor = 20; cr_max_health = 100; cr_walk_speed = 24; cr_stain_when_slain = 2; //cr_natural_armor = 30; cr_sound_when_slain = 187; cr_default_courage = 100; cr_bonus_aps = 2; cr_resistances 0 = 50; cr_resistances 1 = 40; cr_resistances 2 = 70; cr_resistances 4 = 100; cr_resistances 6 = 90; cr_resistances 7 = 80; cr_abil_num 0 = 0; // punch attack cr_abil_level 0 = 10; cr_abil_step_of_launch 0 = 6; cr_abil_anim_in_reverse 0 = 1; begindefinecreature 221; cr_name = "Damaged Golem"; cr_max_health = 200; cr_graphic_appearadj = 1024; begindefinecreature 222; cr_name = "Misshaped Golem"; cr_base_level = 40; cr_max_health = 500; cr_graphic_appearadj = 2; cr_creature_type = 1; cr_statistic 6 = 1; cr_statistic 7 = 1; cr_abil_num 1 = 166; cr_abil_level 1 = 8; cr_abil_step_of_launch 1 = 6; cr_abil_anim_in_reverse 1 = 1; begindefinecreature 225; // Drakon // base for all Drakon imports import = 9; cr_name = "Drakon"; cr_graphic_template = 85; cr_max_health = 300; cr_max_energy = 500; cr_regen_rate = 8; cr_base_level = 35; cr_walk_speed = 100; //base_speed; cr_creature_type = 1; cr_default_attitude = 1; cr_default_courage = 92; cr_default_strategy = 1; cr_sound_when_slain = 150; cr_statistic 6 = 8; cr_statistic 7 = 3; cr_resistances 0 = 40; cr_resistances 2 = 70; cr_resistances 7 = 50; cr_abil_num 0 = 1; cr_abil_step_of_launch 0 = 3; cr_abil_anim_in_reverse 0 = 1; cr_abil_level 0 = 13; cr_abil_casting_sound 0 = 102; cr_abil_num 1 = 5; cr_abil_level 1 = 13; cr_abil_step_of_launch 1 = 3; cr_abil_anim_in_reverse 1 = 1; cr_abil_casting_sound 1 = 157; begindefinecreature 226; // friendly cr_default_attitude = 2; begindefinecreature 227; // hostile cr_name = "Rogue Drakon"; cr_graphic_coloradj = 256; cr_default_attitude = 4; cr_start_item 0 = 422; cr_start_item_chance 0 = 1; begindefinecreature 228; import = 226; cr_name = "Ur-Drakon"; cr_default_attitude = 1; cr_base_level = 40; cr_graphic_coloradj = 4; cr_default_courage = 100; cr_walk_speed = 100; //base_speed; cr_statistic 0 = 7; cr_resistances 1 = 70; cr_abil_num 1 = 7; begindefinecreature 229; cr_name = "Rogue Ur-Drakon"; cr_default_attitude = 4; cr_graphic_coloradj = 260; cr_walk_speed = 24; cr_start_item 0 = 422; cr_start_item_chance 0 = 1; begindefinecreature 232; // Gazer // base for all Gazer imports import = 9; cr_name = "Gazer"; cr_graphic_template = 86; cr_max_health = 180; cr_max_energy = 500; cr_regen_rate = 12; cr_base_level = 32; cr_creature_type = 1; cr_walk_speed = 100; //base_speed; cr_default_attitude = 1; cr_default_courage = 90; cr_default_strategy = 2; cr_sound_when_slain = 130; cr_statistic 2 = 10; cr_statistic 7 = 3; cr_statistic 22 = 10; cr_resistances 1 = 80; cr_resistances 2 = 50; cr_resistances 6 = 50; cr_resistances 7 = 50; cr_abil_num 0 = 85; cr_abil_step_of_launch 0 = 3; cr_abil_anim_in_reverse 0 = 1; cr_abil_level 1 = 10; cr_abil_num 1 = 166; cr_abil_step_of_launch 1 = 3; cr_abil_anim_in_reverse 1 = 1; cr_abil_level 1 = 10; cr_abil_num 2 = 168; cr_abil_step_of_launch 2 = 3; cr_abil_anim_in_reverse 2 = 1; cr_abil_level 2 = 10; begindefinecreature 233; // friendly cr_default_attitude = 2; cr_walk_speed = 24; begindefinecreature 234; // hostile cr_name = "Rogue Gazer"; cr_graphic_coloradj = 16; cr_default_attitude = 4; cr_walk_speed = 24; cr_start_item 0 = 425; cr_start_item_chance 0 = 1; begindefinecreature 235; import = 233; cr_name = "Eyebeast"; cr_default_attitude = 1; cr_base_level = 38; cr_max_health = 300; cr_graphic_coloradj = 4; cr_walk_speed = 100; cr_abil_num 0 = 87; cr_abil_num 1 = 164; cr_abil_level 2 = 14; cr_abil_level 1 = 1; begindefinecreature 236; cr_name = "Rogue Eyebeast"; cr_graphic_coloradj = 256; cr_default_attitude = 4; cr_walk_speed = 24; cr_start_item 0 = 425; cr_start_item_chance 0 = 1; begindefinecreature 240; // Rotghroth // base for all Rotghroth imports import = 9; cr_name = "Rotghroth"; cr_graphic_template = 88; cr_max_health = 250; cr_regen_rate = 12; cr_base_level = 32; cr_walk_speed = 100; //base_speed; cr_creature_type = 1; cr_default_attitude = 1; cr_default_courage = 95; cr_sound_when_slain = 185; cr_statistic 0 = 5; cr_statistic 1 = 5; cr_statistic 6 = 6; cr_statistic 7 = 3; cr_resistances 0 = 50; cr_resistances 4 = 80; cr_resistances 5 = 80; cr_resistances 7 = 50; cr_abil_num 0 = 83; cr_abil_step_of_launch 0 = 3; cr_abil_anim_in_reverse 0 = 1; cr_abil_level 0 = 14; begindefinecreature 241; // friendly cr_default_attitude = 2; cr_walk_speed = 24; begindefinecreature 242; // hostile cr_name = "Rogue Rotghroth"; cr_default_attitude = 4; cr_graphic_coloradj = 256; cr_walk_speed = 24; cr_start_item 0 = 427; cr_start_item_chance 0 = 1; begindefinecreature 243; cr_name = "Rotdhizon"; cr_default_attitude = 1; cr_base_level = 38; cr_walk_speed = 100; //base_speed; cr_graphic_coloradj = 4; cr_max_health = 400; begindefinecreature 244; cr_name = "Rogue Rotdhizon"; cr_graphic_coloradj = 20; cr_default_attitude = 4; cr_walk_speed = 24; cr_abil_level 0 = 20; begindefinecreature 250; // exploding plants import = 120; cr_name = "Flaming Shrub"; cr_graphic_coloradj = 2; cr_base_level = 22; cr_max_health = 120; cr_graphic_template = 90; cr_multiple_facings = 0; cr_resistances 2 = 100; cr_abil_num 0 = -1; cr_abil_num 1 = 164; cr_abil_level 1 = 6; begindefinecreature 251; cr_name = "Spraying Shrub"; cr_graphic_coloradj = 4; cr_max_health = 120; cr_graphic_template = 90; cr_multiple_facings = 0; cr_resistances 2 = 0; cr_resistances 6 = 100; cr_abil_num 1 = 162; begindefinecreature 252; cr_name = "Swamp Shrub"; cr_base_level = 10; cr_max_health = 40; cr_abil_num 1 = 161; cr_abil_level 1 = 1; // ITEM TYPES begindefineitem 0; // basic import item, clears values it_graphic_template = 50; // money begindefineitem 1; it_name = "Coins"; it_graphic_template = 50; it_graphic_sheet = 0; it_which_icon_ground = 0; it_which_icon_inven = 0; it_variety = 14; it_charges = 5; it_value = 1; it_weight = 1; begindefineitem 2; it_charges = 20; it_which_icon_ground = 1; it_which_icon_inven = 1; begindefineitem 3; it_graphic_template = 51; it_graphic_sheet = 1; it_which_icon_ground = 15; it_which_icon_inven = 15; it_charges = 50; begindefineitem 4; it_name = "Gemstone"; it_variety = 11; it_graphic_template = 50; it_graphic_sheet = 2; it_which_icon_ground = 7; it_which_icon_inven = 8; it_charges = 1; it_value = 200; it_extra_description = 8; begindefineitem 5; import = 0; it_name = "Flawed Crystal"; it_graphic_sheet = 3; it_which_icon_ground = 14; it_which_icon_inven = 15; it_variety = 11; it_weight = 20; it_charges = 1; it_value = 25; begindefineitem 6; it_name = "Lovely Crystal"; it_value = 60; it_graphic_coloradj = 2; begindefineitem 7; it_name = "Beautiful Crystal"; it_value = 120; it_graphic_coloradj = 4; // robes begindefineitem 10; // Imported for all cloaks import = 0; it_name = "Cloak"; it_variety = 1; it_protection = 2; it_value = 5; it_weight = 20; it_can_augment = 1; it_graphic_template = 51; it_graphic_sheet = 3; it_which_icon_ground = 0; it_which_icon_inven = 1; begindefineitem 11; it_name = "Fine Cloak"; it_protection = 4; it_value = 20; it_graphic_coloradj = 256; begindefineitem 12; it_name = "Shaped Fiber Cloak"; it_value = 800; it_protection = 6; it_graphic_coloradj = 512; it_stats_to_affect 0 = 202; it_stats_addition 0 = 1; begindefineitem 13; it_name = "Drakon Skin Cloak"; it_value = 5000; it_protection = 8; it_graphic_coloradj = 1024; begindefineitem 14; import = 10; it_name = "Fyoraskin Cloak"; it_protection = 4; it_value = 400; it_stats_to_affect 0 = 206; it_stats_addition 0 = 5; it_which_icon_ground = 2; it_which_icon_inven = 3; it_graphic_coloradj = 4; begindefineitem 15; it_name = "Coated Cloak"; it_stats_to_affect 0 = 205; it_stats_addition 0 = 5; it_graphic_coloradj = 0; it_value = 200; begindefineitem 16; it_name = "Polar Fur Cloak"; it_stats_to_affect 0 = 212; it_stats_addition 0 = 5; it_graphic_coloradj = 2; begindefineitem 17; import = 10; it_name = "Agent Cloak"; it_protection = 3; it_value = 2000; it_stats_to_affect 0 = 9; it_stats_addition 0 = 1; it_stats_to_affect 1 = 10; it_stats_addition 1 = 1; it_stats_to_affect 2 = 11; it_stats_addition 2 = 1; it_stats_to_affect 3 = 12; it_stats_addition 3 = 1; it_extra_description = -1; begindefineitem 18; import = 10; it_name = "Guardian Cloak"; it_protection = 8; it_value = 2000; it_stats_to_affect 0 = 4; it_stats_addition 0 = 1; it_stats_to_affect 1 = 5; it_stats_addition 1 = 1; it_stats_to_affect 2 = 6; it_stats_addition 2 = 1; it_stats_to_affect 3 = 7; it_stats_addition 3 = 1; it_extra_description = -1; it_which_icon_ground = 2; it_which_icon_inven = 3; it_graphic_coloradj = 4; it_graphic_coloradj = 128; begindefineitem 19; it_name = "Symbiotic Cloak"; it_protection = 5; it_value = 2000; it_stats_to_affect 0 = 3; it_stats_addition 0 = 2; begindefineitem 20; import = 10; it_name = "Infiltrator Cloak"; it_value = 500; it_stats_to_affect 0 = 20; it_stats_addition 0 = 1; it_stats_to_affect 1 = 21; it_stats_addition 1 = 1; it_stats_to_affect 2 = 204; it_stats_addition 2 = 2; it_graphic_coloradj = 128; begindefineitem 21; import = 10; it_name = "Deadeye Cloak"; it_value = 800; it_stats_to_affect 0 = 5; it_stats_addition 0 = 2; it_graphic_coloradj = 1; // tunic/chest armor begindefineitem 24; // Imported for all robes import = 0; it_name = "Robe"; it_graphic_sheet = 0; it_which_icon_ground = 6; it_which_icon_inven = 7; it_variety = 1; it_protection = 6; it_value = 10; it_weight = 50; it_can_augment = 1; it_extra_description = 9; begindefineitem 25; it_name = "Fine Robe"; it_protection = 10; it_value = 40; it_graphic_coloradj = 16; begindefineitem 26; import = 24; it_name = "Grounded Robe"; it_value = 200; it_stats_to_affect 0 = 205; it_stats_addition 0 = 5; it_graphic_coloradj = 512; begindefineitem 27; import = 24; it_name = "Shaper Robe"; it_protection = 6; it_value = 2000; it_stats_to_affect 0 = 15; it_stats_addition 0 = 1; it_stats_to_affect 1 = 16; it_stats_addition 1 = 1; it_stats_to_affect 2 = 17; it_stats_addition 2 = 1; it_stats_to_affect 3 = 18; it_stats_addition 3 = 1; it_extra_description = -1; it_graphic_coloradj = 256; begindefineitem 27; import = 24; it_name = "Specter Robe"; it_value = 2000; it_protection = 10; it_stats_to_affect 0 = 205; it_stats_addition 0 = 4; it_stats_to_affect 1 = 211; it_stats_addition 1 = 15; it_stats_to_affect 3 = 206; it_stats_addition 3 = -2; it_pet_stats_to_affect 0 = 210; it_pet_stats_addition 0 = 10; it_extra_description = -1; it_graphic_coloradj = 1024; begindefineitem 28; import = 24; it_name = "Transference Robe"; it_protection = 6; it_value = 2000; it_stats_to_affect 0 = 0; it_stats_addition 0 = -2; it_stats_to_affect 1 = 1; it_stats_addition 1 = -2; it_stats_to_affect 2 = 3; it_stats_addition 2 = -2; it_pet_stats_to_affect 0 = 0; it_pet_stats_addition 0 = 2; it_pet_stats_to_affect 1 = 1; it_pet_stats_addition 1 = 2; it_pet_stats_to_affect 2 = 3; it_pet_stats_addition 2 = 2; it_extra_description = -1; it_graphic_coloradj = 128; begindefineitem 29; import = 25; it_name = "Twice-Blessed Robe"; it_value = 3000; it_stats_to_affect 0 = 9; it_stats_addition 0 = 2; it_pet_stats_to_affect 0 = 210; it_pet_stats_addition 0 = 15; it_graphic_coloradj = 512; begindefineitem 30; // Imported for all armor import = 0; it_name = "Tunic"; it_graphic_sheet = 0; it_which_icon_ground = 4; it_which_icon_inven = 5; it_variety = 2; it_protection = 4; it_value = 5; it_weight = 20; it_can_augment = 1; begindefineitem 31; it_name = "Chitin Armor"; it_graphic_sheet = 0; it_which_icon_ground = 8; it_which_icon_inven = 9; it_protection = 10; it_value = 20; it_weight = 100; it_stats_to_affect 0 = 211; it_stats_addition 0 = 10; begindefineitem 32; it_name = "Chainmail Vest"; it_graphic_sheet = 1; it_which_icon_ground = 12; it_which_icon_inven = 13; it_protection = 16; it_value = 150; it_weight = 125; it_stats_to_affect 0 = 211; it_stats_addition 0 = 20; it_stats_to_affect 1 = 202; it_stats_addition 1 = -1; begindefineitem 33; it_name = "Iron Breastplate"; it_graphic_sheet = 0; it_which_icon_ground = 14; it_which_icon_inven = 15; it_protection = 22; it_value = 300; it_weight = 150; it_stats_to_affect 0 = 211; it_stats_addition 0 = 30; it_stats_to_affect 1 = 202; it_stats_addition 1 = -2; begindefineitem 34; it_name = "Steel Breastplate"; it_protection = 28; it_value = 700; it_weight = 180; it_stats_to_affect 0 = 211; it_stats_addition 0 = 40; it_stats_to_affect 1 = 202; it_stats_addition 1 = -3; it_graphic_template = 51; it_graphic_sheet = 1; it_which_icon_ground = 11; it_which_icon_inven = 12; begindefineitem 35; it_name = "Shaped Breastplate"; it_protection = 34; it_weight = 200; it_value = 1500; it_stats_to_affect 0 = 211; it_stats_addition 0 = 50; it_stats_to_affect 1 = 202; it_stats_addition 1 = -4; it_graphic_coloradj = 1; begindefineitem 36; import = 30; it_name = "Artila Skin Tunic"; it_protection = 6; it_value = 250; it_stats_to_affect 0 = 9; it_stats_addition 0 = 2; it_stats_to_affect 1 = 10; it_stats_addition 1 = -1; it_graphic_coloradj = 256; begindefineitem 37; it_name = "Vlish Skin Tunic"; it_stats_to_affect 0 = 10; it_stats_to_affect 1 = 11; it_graphic_coloradj = 512; begindefineitem 38; it_name = "Thahd Skin Tunic"; it_stats_to_affect 0 = 4; it_stats_to_affect 1 = 2; it_graphic_coloradj = 1024; begindefineitem 39; import = 31; it_name = "Fibrous Breastplate"; it_value = 1000; it_protection = 20; it_stats_to_affect 0 = 211; it_stats_addition 0 = 45; it_stats_to_affect 1 = 202; it_stats_addition 1 = -3; it_stats_to_affect 2 = 205; it_stats_addition 2 = 12; it_stats_to_affect 3 = 206; it_stats_addition 3 = -5; it_graphic_coloradj = 16; begindefineitem 40; import = 31; it_name = "Quicksilver Chitin"; it_value = 800; it_stats_to_affect 1 = 201; it_stats_addition 1 = 1; it_stats_to_affect 2 = 12; it_stats_addition 2 = -2; it_graphic_coloradj = 1024; begindefineitem 41; import = 32; it_name = "Quicksilver Chain"; it_value = 1600; it_stats_to_affect 2 = 201; it_stats_addition 2 = 1; it_stats_to_affect 3 = 12; it_stats_addition 3 = -2; it_graphic_coloradj = 1024; begindefineitem 42; import = 35; it_name = "Quicksilver Plate"; it_value = 3000; it_stats_to_affect 2 = 201; it_stats_addition 2 = 1; it_stats_to_affect 3 = 1; it_stats_addition 3 = 1; it_graphic_coloradj = 1024; begindefineitem 43; import = 32; it_name = "Ruby Breastplate"; it_value = 500; it_stats_to_affect 2 = 206; it_stats_addition 2 = 8; it_graphic_coloradj = 256; begindefineitem 44; import = 32; it_name = "Grounding Vest"; it_value = 3000; it_stats_to_affect 2 = 205; it_stats_addition 2 = 10; it_pet_stats_to_affect 0 = 205; it_pet_stats_addition 0 = 10; it_graphic_coloradj = 1024; begindefineitem 45; import = 31; it_name = "Vat Chitin"; it_protection = 12; it_value = 200; it_weight = 100; it_stats_to_affect 1 = 207; it_stats_addition 1 = 5; it_stats_to_affect 2 = 208; it_stats_addition 2 = 5; it_graphic_coloradj = 512; begindefineitem 46; import = 35; it_name = "Drakonian Plate"; it_value = 4000; it_stats_to_affect 2 = 208; it_stats_addition 2 = 15; it_stats_to_affect 3 = 205; it_stats_addition 3 = 15; it_graphic_coloradj = 17; begindefineitem 47; import = 34; it_name = "Charmed Plate"; it_value = 2000; it_stats_to_affect 2 = 22; it_stats_addition 2 = 5; it_stats_to_affect 3 = 204; it_stats_addition 3 = 8; begindefineitem 48; import = 31; it_name = "Crystal Woven Chitin"; it_value = 600; it_protection = 12; it_stats_to_affect 0 = 211; it_stats_addition 0 = 20; it_stats_to_affect 2 = 12; it_stats_addition 2 = 1; it_graphic_coloradj = 1; begindefineitem 49; import = 30; it_name = "Infiltrator Vest"; it_value = 600; it_stats_to_affect 0 = 20; it_stats_addition 0 = 1; it_stats_to_affect 1 = 21; it_stats_addition 1 = 1; it_stats_to_affect 2 = 204; it_stats_addition 2 = 2; begindefineitem 50; import = 31; it_name = "Farsight Chitin"; it_value = 1000; it_stats_to_affect 1 = 5; it_stats_addition 1 = 3; it_graphic_coloradj = 2; begindefineitem 51; import = 35; it_name = "Puresteel Plate"; it_protection = 40; it_value = 4000; it_graphic_coloradj = 320; it_weight = 220; begindefineitem 52; import = 31; it_name = "Essence Chitin"; it_value = 3000; it_protection = 20; it_stats_to_affect 0 = 15; it_stats_addition 0 = 1; it_stats_to_affect 1 = 16; it_stats_addition 1 = 1; it_stats_to_affect 2 = 17; it_stats_addition 2 = 1; it_stats_to_affect 3 = 18; it_stats_addition 3 = 1; it_graphic_coloradj = 4; begindefineitem 53; import = 31; it_name = "Shaper True Chitin"; it_value = 6000; it_protection = 24; it_pet_stats_to_affect 0 = 0; it_pet_stats_addition 0 = 2; it_pet_stats_to_affect 1 = 1; it_pet_stats_addition 1 = 2; it_pet_stats_to_affect 2 = 2; it_pet_stats_addition 2 = 2; it_graphic_coloradj = 64; // melee weapons begindefineitem 60; import = 0; it_name = "Stick"; it_graphic_sheet = 0; it_which_icon_ground = 2; it_which_icon_inven = 3; it_variety = 3; it_ability = 0; it_level = 1; it_value = 0; it_weight = 20; begindefineitem 61; // imported for blades it_name = "Dagger"; it_graphic_template = 51; it_graphic_sheet = 4; it_which_icon_ground = 0; it_which_icon_inven = 1; it_ability = 2; it_level = 2; it_value = 20; it_weight = 40; it_can_augment = 1; begindefineitem 62; it_name = "Bronze Sword"; it_which_icon_ground = 2; it_which_icon_inven = 3; it_level = 3; it_value = 40; it_weight = 60; begindefineitem 63; it_name = "Iron Sword"; it_which_icon_ground = 5; it_which_icon_inven = 4; it_level = 5; it_value = 100; begindefineitem 64; it_name = "Steel Sword"; it_which_icon_ground = 13; it_which_icon_inven = 12; it_level = 7; it_value = 250; begindefineitem 65; it_name = "Shaped Blade"; it_which_icon_ground = 7; it_which_icon_inven = 6; it_weight = 70; it_level = 10; it_value = 700; begindefineitem 66; import = 61; it_name = "Steel Dagger"; it_level = 4; it_value = 40; it_which_icon_ground = 9; it_which_icon_inven = 8; begindefineitem 67; import = 61; it_name = "Stunning Blade"; it_level = 6; it_value = 250; it_ability = 84; it_graphic_coloradj = 16; begindefineitem 68; import = 61; it_name = "Shielding Knife"; it_level = 4; it_value = 300; it_protection = 6; it_graphic_coloradj = 1024; begindefineitem 69; import = 66; it_name = "Living Knife"; it_level = 7; it_value = 500; it_pet_stats_to_affect 0 = 0; it_pet_stats_addition 0 = 2; it_pet_stats_to_affect 0 = 1; it_pet_stats_addition 0 = 2; it_graphic_coloradj = 1; begindefineitem 70; import = 61; it_name = "Bonding Knife"; it_level = 7; it_value = 600; it_protection = 4; it_stats_to_affect 0 = 0; it_stats_addition 0 = -2; it_stats_to_affect 1 = 1; it_stats_addition 1 = -2; it_stats_to_affect 2 = 2; it_stats_addition 2 = -2; it_stats_to_affect 3 = 3; it_stats_addition 3 = 4; it_graphic_coloradj = 512; begindefineitem 71; import = 63; it_name = "Singing Rapier"; it_value = 1000; it_stats_to_affect 0 = 6; it_stats_addition 0 = 2; it_stats_to_affect 1 = 7; it_stats_addition 1 = 1; it_graphic_coloradj = 256; begindefineitem 72; import = 61; it_name = "Tek's Spectral Dirk"; it_level = 8; it_value = 3000; it_stats_to_affect 0 = 200; it_stats_addition 0 = 6; it_stats_to_affect 1 = 204; it_stats_addition 1 = 6; it_stats_to_affect 2 = 211; it_stats_addition 2 = 15; it_graphic_sheet = 3; it_which_icon_ground = 15; it_which_icon_inven = 14; begindefineitem 73; import = 65; it_value = 2000; it_name = "Guardian Claymore"; it_stats_to_affect 0 = 0; it_stats_addition 0 = 2; it_stats_to_affect 1 = 6; it_stats_addition 1 = 2; it_pet_stats_to_affect 0 = 0; it_pet_stats_addition 0 = 2; it_graphic_coloradj = 256; it_graphic_template = 50; it_graphic_sheet = 7; it_which_icon_ground = 9; it_which_icon_inven = 8; begindefineitem 74; import = 64; it_value = 2000; it_name = "Charmed Falchion"; it_stats_to_affect 0 = 22; it_stats_addition 0 = 5; it_stats_to_affect 1 = 204; it_stats_addition 1 = 2; it_which_icon_ground = 11; it_which_icon_inven = 10; begindefineitem 75; import = 62; it_value = 500; it_name = "Empathy Blade"; it_stats_to_affect 0 = 1; it_stats_addition 0 = -1; it_pet_stats_to_affect 0 = 0; it_pet_stats_addition 0 = 1; it_pet_stats_to_affect 1 = 1; it_pet_stats_addition 1 = 1; it_graphic_sheet = 3; it_which_icon_ground = 15; it_which_icon_inven = 14; it_graphic_coloradj = 256; begindefineitem 76; import = 65; it_name = "Flaming Sword"; it_level = 11; it_stats_to_affect 0 = 206; it_stats_addition 0 = 10; it_stats_to_affect 1 = 202; it_stats_addition 1 = 2; it_value = 1800; it_which_icon_ground = 15; it_which_icon_inven = 14; begindefineitem 77; it_name = "Oozing Sword"; it_ability = 83; it_stats_to_affect 0 = 208; it_stats_addition 0 = 10; it_stats_to_affect 1 = 202; it_stats_addition 1 = 1; it_graphic_coloradj = 4; begindefineitem 78; it_name = "Frozen Blade"; it_ability = 86; it_stats_to_affect 0 = 212; it_stats_addition 0 = 10; it_stats_to_affect 1 = 202; it_stats_addition 1 = 3; it_graphic_coloradj = 1; begindefineitem 79; import = 65; it_name = "Puresteel Blade"; it_level = 13; it_value = 2500; it_graphic_sheet = 3; it_which_icon_ground = 12; it_which_icon_inven = 13; begindefineitem 80; import = 65; it_name = "Spectral Rapier"; it_level = 11; it_value = 2500; it_stats_to_affect 0 = 7; it_stats_addition 0 = 1; it_stats_to_affect 1 = 208; it_stats_addition 1 = 10; it_stats_to_affect 2 = 211; it_stats_addition 2 = 10; begindefineitem 81; import = 65; it_name = "Puresteel Soulblade"; it_level = 15; it_value = 5000; it_stats_to_affect 0 = 7; it_stats_addition 0 = 2; it_stats_to_affect 1 = 6; it_stats_addition 1 = 1; it_graphic_sheet = 3; it_which_icon_ground = 12; it_which_icon_inven = 13; it_graphic_coloradj = 256; begindefineitem 82; import = 65; it_name = "Koerner's Blade"; it_value = 0; begindefineitem 87; import = 0; it_name = "Brown Spore Baton"; it_graphic_sheet = 7; it_which_icon_ground = 10; it_which_icon_inven = 11; it_variety = 15; it_charges = 12; it_value = 2; it_weight = 10; it_stats_to_affect 0 = 100; it_stats_addition 0 = 1; it_extra_description = 10; begindefineitem 88; it_name = "Green Spore Baton"; it_stats_addition 0 = 2; it_graphic_coloradj = 512; begindefineitem 89; it_name = "Red Spore Baton"; it_stats_addition 0 = 3; it_graphic_coloradj = 1024; // missile weapons // the value for reloadable weapons should be twice the cost of one clip of ammo begindefineitem 90; import = 0; it_name = "Thorn Baton"; it_graphic_sheet = 3; it_which_icon_ground = 4; it_which_icon_inven = 5; it_variety = 3; it_ability = 50; it_level = 2; it_value = 24; it_weight = 25; it_charges = 6; it_extra_description = 11; begindefineitem 91; it_name = "Venom Baton"; it_ability = 52; it_value = 60; it_level = 6; it_graphic_coloradj = 512; begindefineitem 92; it_name = "Acid Baton"; it_ability = 54; it_value = 120; it_level = 6; it_graphic_sheet = 7; it_which_icon_ground = 12; it_which_icon_inven = 13; begindefineitem 93; it_name = "Submission Baton"; it_ability = 56; it_value = 180; it_level = 6; it_graphic_sheet = 3; it_which_icon_ground = 4; it_which_icon_inven = 5; it_graphic_coloradj = 256; begindefineitem 94; it_name = "Reaper Baton"; it_ability = 58; it_value = 360; it_level = 7; it_graphic_sheet = 7; it_which_icon_ground = 12; it_which_icon_inven = 13; // wands begindefineitem 95; // Imported for all wands it_name = "Fiery Wand"; it_graphic_sheet = 8; it_which_icon_ground = 12; it_which_icon_inven = 13; it_weight = 30; it_ability = 3; it_value = 20; it_level = 8; it_charges = 6; it_extra_description = 12; begindefineitem 96; it_name = "Discipline Wand"; it_level = 8; it_value = 50; it_ability = 25; it_graphic_sheet = 3; it_which_icon_ground = 10; it_which_icon_inven = 11; begindefineitem 97; it_name = "Terror Wand"; it_level = 6; it_value = 50; it_ability = 13; it_graphic_template = 51; it_graphic_sheet = 2; it_which_icon_ground = 13; it_which_icon_inven = 14; begindefineitem 98; it_name = "Null Wand"; it_level = 8; it_value = 100; it_ability = 10; it_which_icon_ground = 12; it_which_icon_inven = 11; begindefineitem 99; import = 95; it_name = "Jeweled Wand"; it_level = 12; it_value = 200; it_ability = 7; it_graphic_sheet = 8; it_which_icon_ground = 12; it_which_icon_inven = 13; it_graphic_coloradj = 256; begindefineitem 100; it_name = "Sparkling Wand"; it_level = 7; it_value = 100; it_ability = 168; it_graphic_coloradj = 2; begindefineitem 101; it_name = "Wand of the Inferno"; it_value = 200; it_ability = 164; it_graphic_coloradj = 4; begindefineitem 102; it_name = "Corrupting Baton"; it_graphic_sheet = 8; it_which_icon_ground = 14; it_which_icon_inven = 15; it_ability = 162; it_level = 14; it_graphic_template = 51; it_graphic_sheet = 2; it_which_icon_ground = 13; it_which_icon_inven = 14; it_graphic_coloradj = 16; begindefineitem 103; it_name = "Wand of Death"; it_ability = 166; it_which_icon_ground = 12; it_which_icon_inven = 11; // 110 ammo begindefineitem 110; import = 0; it_name = "Thorns"; it_graphic_sheet = 3; it_which_icon_ground = 6; it_which_icon_inven = 7; it_variety = 10; it_ability = 50; it_value = 10; it_weight = 1; it_charges = 1; it_extra_description = 13; begindefineitem 111; it_name = "Venom Thorns"; it_ability = 52; it_value = 20; it_graphic_coloradj = 512; begindefineitem 112; it_name = "Acid Thorns"; it_ability = 54; it_value = 40; it_graphic_sheet = 7; it_which_icon_ground = 14; it_which_icon_inven = 15; it_graphic_coloradj = 512; begindefineitem 113; it_name = "Submission Thorns"; it_ability = 56; it_value = 60; it_graphic_sheet = 3; it_which_icon_ground = 6; it_which_icon_inven = 7; it_graphic_coloradj = 256; begindefineitem 114; it_name = "Reapers"; it_ability = 58; it_value = 180; it_graphic_sheet = 7; it_which_icon_ground = 14; it_which_icon_inven = 15; // 117- flung items begindefineitem 118; import = 0; it_name = "Javelins"; it_graphic_sheet = 2; it_which_icon_ground = 9; it_which_icon_inven = 10; it_variety = 12; it_ability = 20; it_level = 4; it_value = 2; it_weight = 10; it_charges = 6; it_extra_description = 14; begindefineitem 119; it_name = "Steel Javelins"; it_level = 6; it_value = 10; it_graphic_coloradj = 16; begindefineitem 117; it_name = "Shaped Lance"; it_level = 10; it_value = 50; it_graphic_coloradj = 1024; begindefineitem 120; it_name = "Icy Crystal"; it_variety = 9; it_graphic_template = 51; it_graphic_sheet = 5; it_which_icon_ground = 2; it_which_icon_inven = 3; it_ability = 17; it_charges = 1; it_weight = 2; it_value = 10; it_extra_description = 15; it_level = 7; it_graphic_coloradj = 1; begindefineitem 121; it_name = "Spray Crystal"; it_ability = 5; it_value = 30; it_which_icon_ground = 0; it_which_icon_inven = 1; it_graphic_coloradj = 0; begindefineitem 122; it_name = "Ensnaring Crystal"; it_ability = 10; it_value = 30; it_graphic_coloradj = 4; begindefineitem 123; it_name = "Swarm Crystal"; it_ability = 7; it_value = 60; it_which_icon_ground = 2; it_which_icon_inven = 3; it_graphic_coloradj = 0; begindefineitem 124; it_name = "Madness Gem"; it_ability = 172; it_level = 15; it_value = 60; it_graphic_coloradj = 2; // 125 shields/right hand begindefineitem 125; // imported for all shields import = 0; it_name = "Wooden Shield"; it_graphic_template = 51; it_graphic_sheet = 6; it_which_icon_ground = 0; it_which_icon_inven = 1; it_variety = 4; it_protection = 6; it_weight = 80; it_value = 10; begindefineitem 126; it_name = "Iron Shield"; it_which_icon_ground = 2; it_which_icon_inven = 3; it_protection = 8; it_weight = 120; it_value = 40; begindefineitem 127; it_name = "Steel Shield"; it_which_icon_ground = 4; it_which_icon_inven = 5; it_protection = 10; it_weight = 120; it_value = 100; it_graphic_coloradj = 128; begindefineitem 128; it_name = "Shaped Shield"; it_which_icon_ground = 8; it_which_icon_inven = 9; it_protection = 12; it_weight = 160; it_value = 300; begindefineitem 129; it_name = "Puresteel Shield"; it_protection = 16; it_value = 3000; it_graphic_coloradj = 256; begindefineitem 130; import = 126; it_name = "Fyoraskin Shield"; it_value = 600; it_stats_to_affect 0 = 206; it_stats_addition 0 = 10; it_graphic_coloradj = 256; begindefineitem 131; import = 127; it_name = "Fibrous Shield"; it_value = 750; it_stats_to_affect 0 = 211; it_stats_addition 0 = 15; it_stats_to_affect 1 = 205; it_stats_addition 1 = 5; it_stats_to_affect 2 = 206; it_stats_addition 2 = -2; it_which_icon_ground = 6; it_which_icon_inven = 7; begindefineitem 132; import = 126; it_name = "Reflecting Shield"; it_value = 400; it_stats_to_affect 0 = 204; it_stats_addition 0 = 3; it_graphic_coloradj = 128; begindefineitem 133; import = 127; it_name = "Clawbug Carapace"; it_value = 400; it_stats_to_affect 0 = 207; it_stats_addition 0 = 10; it_which_icon_ground = 6; it_which_icon_inven = 7; it_graphic_coloradj = 2; begindefineitem 134; it_name = "Glaahk Shield"; it_stats_to_affect 0 = 211; it_stats_addition 0 = 40; it_protection = 8; it_weight = 120; it_value = 700; it_graphic_coloradj = 4; begindefineitem 135; import = 128; it_name = "Stasis Shield"; it_value = 7000; it_stats_to_affect 0 = 211; it_stats_addition 0 = 40; it_stats_to_affect 1 = 210; it_stats_addition 1 = 10; it_pet_stats_to_affect 0 = 211; it_pet_stats_addition 0 = 40; it_pet_stats_to_affect 1 = 210; it_pet_stats_addition 1 = 20; it_which_icon_ground = 8; it_which_icon_inven = 9; begindefineitem 136; import = 128; it_name = "Infiltrator Shield"; it_value = 1000; it_stats_to_affect 0 = 21; it_stats_addition 0 = 1; it_stats_to_affect 1 = 202; it_stats_addition 1 = 1; it_stats_to_affect 2 = 211; it_stats_addition 2 = 10; it_graphic_coloradj = 1; begindefineitem 137; it_name = "Quicksilver Bulwark"; it_value = 5000; it_stats_to_affect 0 = 201; it_stats_addition 0 = 1; it_graphic_coloradj = 64; begindefineitem 138; import = 125; it_name = "Shield of Warmth"; it_value = 250; it_stats_to_affect 1 = 212; it_stats_addition 1 = 10; it_graphic_coloradj = 1024; begindefineitem 139; import = 126; it_name = "Shining Shield"; it_value = 500; it_stats_to_affect 0 = 20; it_stats_addition 0 = 2; it_pet_stats_to_affect 0 = 210; it_pet_stats_addition 0 = 15; it_graphic_coloradj = 34; // 140 boots begindefineitem 140; // imported for all feet items import = 0; it_name = "Sandals"; it_graphic_sheet = 1; it_which_icon_ground = 4; it_which_icon_inven = 5; it_variety = 6; it_protection = 2; it_weight = 10; it_value = 4; it_can_augment = 1; begindefineitem 141; it_name = "Boots"; it_graphic_sheet = 1; it_which_icon_ground = 6; it_which_icon_inven = 7; it_protection = 4; it_weight = 30; it_value = 10; begindefineitem 142; it_name = "Heavy Boots"; it_protection = 6; it_weight = 40; it_value = 20; it_graphic_coloradj = 16; begindefineitem 143; it_name = "Shaped Boots"; it_protection = 8; it_weight = 60; it_value = 100; it_which_icon_ground = 11; it_which_icon_inven = 10; begindefineitem 144; it_name = "Quicksilver Sandals"; it_protection = 2; it_value = 2500; it_stats_to_affect 0 = 201; it_stats_addition 0 = 1; it_stats_to_affect 1 = 0; it_stats_addition 1 = -2; it_which_icon_ground = 14; it_which_icon_inven = 15; begindefineitem 145; import = 141; it_name = "Spectral Boots"; it_protection = 3; it_value = 500; it_stats_to_affect 0 = 205; it_stats_addition 0 = 5; it_pet_stats_to_affect 0 = 205; it_pet_stats_addition 0 = 5; it_stats_to_affect 0 = 208; it_stats_addition 0 = 5; it_pet_stats_to_affect 0 = 208; it_pet_stats_addition 0 = 5; it_graphic_coloradj = 1024; begindefineitem 146; import = 140; it_name = "Nimble Sandals"; it_stats_to_affect 0 = 1; it_stats_addition 0 = 1; it_value = 200; begindefineitem 147; import = 141; it_name = "Clover Boots"; it_stats_to_affect 0 = 22; it_stats_addition 0 = 3; it_value = 400; it_graphic_coloradj = 512; begindefineitem 148; import = 140; it_name = "Samaritan Sandals"; it_stats_to_affect 0 = 18; it_stats_addition 0 = 2; it_value = 600; it_graphic_coloradj = 1; begindefineitem 149; import = 141; it_name = "Grounded Boots"; it_value = 100; it_stats_to_affect 0 = 205; it_stats_addition 0 = 5; it_graphic_coloradj = 272; begindefineitem 150; it_name = "Vat Boots"; it_stats_to_affect 0 = 207; it_stats_addition 0 = 5; it_stats_to_affect 1 = 208; it_stats_addition 1 = 5; it_graphic_coloradj = 528; begindefineitem 151; import = 143; it_name = "Stability Boots"; it_value = 2500; it_stats_to_affect 0 = 1; it_stats_addition 0 = 1; it_stats_to_affect 1 = 211; it_stats_addition 1 = 40; it_graphic_coloradj = 2; begindefineitem 152; import = 143; it_name = "Puresteel Boots"; it_protection = 14; it_value = 1000; it_graphic_coloradj = 1; begindefineitem 153; it_name = "Gazer Skin Sandals"; it_protection = 20; it_value = 3000; it_stats_to_affect 0 = 204; it_stats_addition 0 = 10; it_stats_to_affect 1 = 211; it_stats_addition 1 = 30; it_which_icon_ground = 14; it_which_icon_inven = 15; it_graphic_coloradj = 1; // 155 belts begindefineitem 155; // imported for all belts import = 0; it_name = "Belt"; it_graphic_sheet = 1; it_which_icon_ground = 8; it_which_icon_inven = 9; it_variety = 7; it_protection = 2; it_weight = 30; it_value = 10; it_can_augment = 1; begindefineitem 156; it_name = "Studded Belt"; it_protection = 4; it_weight = 60; it_value = 25; it_graphic_coloradj = 16; begindefineitem 157; it_name = "Girdle of Strength"; it_stats_to_affect 0 = 0; it_stats_addition 0 = 1; it_pet_stats_to_affect 0 = 0; it_pet_stats_addition 0 = 1; it_value = 400; it_graphic_coloradj = 2; begindefineitem 158; it_name = "Girdle of Nimbleness"; it_stats_to_affect 0 = 1; it_pet_stats_to_affect 0 = 1; it_graphic_coloradj = 4; begindefineitem 159; it_name = "Girdle of Insight"; it_stats_to_affect 0 = 2; it_pet_stats_to_affect 0 = 2; it_graphic_coloradj = 1; begindefineitem 160; it_name = "Girdle of Endurance"; it_stats_to_affect 0 = 3; it_pet_stats_to_affect 0 = 3; it_graphic_coloradj = 128; begindefineitem 161; import = 155; it_name = "Student's Belt"; it_stats_to_affect 0 = 2; it_stats_addition 0 = 1; it_stats_to_affect 1 = 205; it_stats_addition 1 = 5; it_value = 200; begindefineitem 162; import = 156; it_name = "Shaped Belt"; it_protection = 6; it_weight = 50; it_value = 200; it_which_icon_ground = 2; it_which_icon_inven = 3; begindefineitem 163; it_name = "Puresteel Belt"; it_protection = 8; it_value = 1000; it_graphic_coloradj = 256; begindefineitem 164; import = 155; it_name = "Girdle of Might"; it_protection = 5; it_stats_to_affect 0 = 0; it_stats_addition 0 = 2; it_pet_stats_to_affect 0 = 0; it_pet_stats_addition 0 = 2; it_value = 1000; it_which_icon_ground = 2; it_which_icon_inven = 3; it_graphic_coloradj = 2; begindefineitem 165; it_name = "Girdle of Avoidance"; it_stats_to_affect 0 = 1; it_pet_stats_to_affect 0 = 1; it_graphic_coloradj = 4; begindefineitem 166; it_name = "Girdle of Genius"; it_stats_to_affect 0 = 2; it_pet_stats_to_affect 0 = 2; it_graphic_coloradj = 1; begindefineitem 167; it_name = "Girdle of Life"; it_stats_to_affect 0 = 3; it_pet_stats_to_affect 0 = 3; it_graphic_coloradj = 128; begindefineitem 168; import = 156; it_name = "Oozing Belt"; it_stats_to_affect 0 = 0; it_stats_addition 0 = -2; it_pet_stats_to_affect 0 = 0; it_pet_stats_addition 0 = 3; it_pet_stats_to_affect 1 = 1; it_pet_stats_addition 1 = 3; it_value = 1400; it_graphic_coloradj = 272; begindefineitem 169; it_name = "Sharing Belt"; it_stats_to_affect 0 = 1; it_stats_addition 0 = -2; it_pet_stats_to_affect 0 = 0; it_pet_stats_addition 0 = 2; it_pet_stats_to_affect 1 = 1; it_pet_stats_addition 1 = 2; it_value = 800; it_graphic_coloradj = 528; // 170 rings begindefineitem 170; // imported for all rings import = 0; it_name = "Gold Ring"; it_graphic_sheet = 2; it_which_icon_ground = 4; it_which_icon_inven = 6; it_variety = 5; it_weight = 1; it_value = 200; it_can_augment = 1; begindefineitem 171; it_name = "Platinum Ring"; it_value = 500; it_which_icon_ground = 11; it_which_icon_inven = 5; begindefineitem 172; import = 170; it_name = "Shielding Band"; it_protection = 4; it_which_icon_inven = 6; it_stats_to_affect 0 = 211; it_stats_addition 0 = 10; it_value = 200; it_graphic_coloradj = 16; begindefineitem 173; it_name = "Armor Band"; it_protection = 6; it_which_icon_inven = 6; it_stats_addition 0 = 15; it_value = 2000; it_graphic_coloradj = 2; begindefineitem 174; it_name = "Impervious Band"; it_protection = 10; it_stats_addition 0 = 20; it_stats_to_affect 1 = 204; it_stats_addition 1 = 5; it_value = 4000; it_graphic_coloradj = 18; begindefineitem 175; it_name = "Chilling Band"; it_protection = 2; it_stats_to_affect 0 = 206; it_stats_addition 0 = 15; it_stats_to_affect 1 = -1; it_value = 500; it_which_icon_ground = 11; it_which_icon_inven = 5; it_graphic_coloradj = 1; begindefineitem 176; it_name = "Static Band"; it_stats_to_affect 0 = 205; it_graphic_coloradj = 128; begindefineitem 177; it_name = "Ivory Band"; it_value = 1000; it_stats_to_affect 0 = 207; it_stats_addition 0 = 25; it_graphic_coloradj = 32; begindefineitem 178; it_name = "Warmth Ring"; it_stats_to_affect 0 = 212; it_stats_addition 0 = 25; it_graphic_coloradj = 2; begindefineitem 179; it_name = "Mica Band"; it_stats_to_affect 0 = 208; it_stats_to_affect 1 = 207; it_stats_addition 1 = 15; it_graphic_coloradj = 4; // 180 gauntlets begindefineitem 180; // imported for all glove items import = 0; it_name = "Gloves"; it_graphic_sheet = 2; it_which_icon_ground = 0; it_which_icon_inven = 1; it_variety = 8; it_protection = 2; it_weight = 10; it_value = 4; it_extra_description = 16; begindefineitem 181; it_name = "Gauntlets"; it_protection = 3; it_weight = 30; it_value = 15; it_graphic_coloradj = 16; begindefineitem 182; it_name = "Steel Gauntlets"; it_graphic_sheet = 2; it_which_icon_ground = 14; it_which_icon_inven = 15; it_protection = 4; it_weight = 30; it_value = 50; it_which_icon_ground = 14; it_which_icon_inven = 15; begindefineitem 183; it_name = "Shaped Gauntlets"; it_protection = 6; it_weight = 60; it_value = 250; it_graphic_coloradj = 16; begindefineitem 184; import = 180; it_name = "Carnelian Gloves"; it_value = 200; it_stats_to_affect 0 = 9; it_stats_addition 0 = 1; it_stats_to_affect 1 = 10; it_stats_addition 1 = 1; it_graphic_coloradj = 256; begindefineitem 185; import = 180; it_name = "Miner's Gloves"; it_value = 400; it_protection = 5; it_stats_to_affect 0 = 207; it_stats_addition 0 = 5; it_stats_to_affect 1 = 211; it_stats_addition 1 = 15; it_graphic_coloradj = 1; begindefineitem 186; import = 182; it_name = "Thrusting Gauntlets"; it_value = 800; it_stats_to_affect 0 = 7; it_stats_addition 0 = 1; it_stats_to_affect 1 = 203; it_stats_addition 1 = 2; it_graphic_coloradj = 512; begindefineitem 187; import = 180; it_name = "Tinker's Gloves"; it_value = 400; it_stats_to_affect 0 = 21; it_stats_addition 0 = 2; it_graphic_coloradj = 512; begindefineitem 188; import = 181; it_name = "Gloves of the Hammer"; it_value = 4000; it_protection = 8; it_stats_to_affect 0 = 0; it_stats_addition 0 = 2; it_stats_to_affect 1 = 6; it_stats_addition 1 = 1; it_stats_to_affect 2 = 7; it_stats_addition 2 = 1; it_graphic_coloradj = 64; begindefineitem 189; import = 181; it_name = "Ornkskin Gauntlets"; it_value = 4000; it_stats_to_affect 0 = 0; it_stats_addition 0 = 2; it_stats_to_affect 1 = 3; it_stats_addition 1 = 2; it_graphic_coloradj = 1024; // 190 general objects begindefineitem 190; import = 0; it_name = "Rock"; it_graphic_sheet = 2; it_which_icon_ground = 2; it_which_icon_inven = 3; it_variety = 11; it_value = 0; it_weight = 10; it_charges = 1; it_extra_description = 22; begindefineitem 191; it_name = "Bag of Meal"; it_graphic_sheet = 5; it_which_icon_ground = 3; it_which_icon_inven = 4; it_weight = 70; it_value = 10; it_extra_description = 23; begindefineitem 192; it_name = "Stone Blocks"; it_graphic_sheet = 4; it_which_icon_ground = 8; it_which_icon_inven = 9; it_weight = 50; it_value = 0; it_extra_description = -1; begindefineitem 193; it_name = "Pitcher"; it_graphic_sheet = 5; it_which_icon_ground = 2; it_which_icon_inven = 1; it_weight = 10; it_value = 2; it_charges = 0; begindefineitem 194; it_name = "Bones"; it_which_icon_ground = 0; it_which_icon_inven = 0; it_extra_description = 17; it_value = 0; begindefineitem 195; it_name = "Skull"; it_graphic_template = 51; it_graphic_sheet = 2; it_which_icon_ground = 15; it_which_icon_inven = 15; begindefineitem 196; it_name = "Pot"; it_graphic_sheet = 8; it_which_icon_ground = 4; it_which_icon_inven = 5; it_extra_description = -1; it_value = 4; begindefineitem 197; it_name = "Mug"; it_graphic_template = 50; it_graphic_sheet = 5; it_which_icon_ground = 5; it_which_icon_inven = 6; it_extra_description = -1; it_value = 1; begindefineitem 198; it_name = "Trowel"; it_which_icon_ground = 7; it_which_icon_inven = 8; begindefineitem 199; it_name = "Hammer"; it_which_icon_ground = 9; it_which_icon_inven = 10; begindefineitem 200; it_name = "Limb"; it_which_icon_ground = 11; it_which_icon_inven = 12; it_extra_description = 18; it_value = 0; begindefineitem 201; it_name = "Beaker"; it_graphic_sheet = 4; it_which_icon_ground = 1; it_which_icon_inven = 0; it_extra_description = 19; it_value = 15; begindefineitem 202; it_name = "Metal Bowl"; it_which_icon_ground = 3; it_which_icon_inven = 2; it_value = 8; begindefineitem 203; it_name = "Shackles"; it_which_icon_ground = 5; it_which_icon_inven = 4; it_extra_description = 20; it_value = 2; begindefineitem 204; it_name = "Hatchet"; it_which_icon_ground = 6; it_which_icon_inven = 7; it_extra_description = 24; begindefineitem 205; it_name = "Bowl"; it_graphic_sheet = 6; it_which_icon_ground = 6; it_which_icon_inven = 7; it_charges = 0; it_extra_description = 25; begindefineitem 206; it_name = "Spoon"; it_which_icon_ground = 4; it_which_icon_inven = 5; it_value = 1; begindefineitem 207; it_name = "Whip"; it_which_icon_ground = 2; it_which_icon_inven = 3; it_extra_description = 20; it_value = 6; begindefineitem 208; it_name = "Trash"; it_which_icon_ground = 8; it_which_icon_inven = 8; it_extra_description = 21; it_value = 0; begindefineitem 209; it_which_icon_ground = 9; it_which_icon_inven = 9; begindefineitem 210; it_name = "Tools"; it_graphic_sheet = 4; it_which_icon_ground = 14; it_which_icon_inven = 15; it_extra_description = 26; it_value = 20; begindefineitem 211; it_name = "Basket"; it_which_icon_ground = 13; it_which_icon_inven = 12; it_extra_description = -1; it_value = 1; begindefineitem 212; it_name = "Research Notes"; it_which_icon_ground = 10; it_which_icon_inven = 11; it_charges = 1; it_value = 50; it_extra_description = 6; begindefineitem 213; it_name = "Broken Baton"; it_graphic_sheet = 1; it_which_icon_ground = 0; it_which_icon_inven = 1; it_charges = 0; it_value = 0; it_extra_description = 7; begindefineitem 214; it_name = "Mined Crystal"; it_graphic_sheet = 3; it_which_icon_ground = 14; it_which_icon_inven = 15; it_charges = 1; it_value = 30; it_extra_description = 5; begindefineitem 215; it_name = "Shaper Equipment"; it_graphic_sheet = 7; it_which_icon_ground = 2; it_which_icon_inven = 2; it_charges = 1; it_value = 70; it_extra_description = 27; it_weight = 30; begindefineitem 216; it_which_icon_ground = 3; it_which_icon_inven = 3; begindefineitem 217; it_name = "Lamp"; it_which_icon_ground = 1; it_which_icon_inven = 0; it_value = 3; it_extra_description = -1; begindefineitem 219; import = 190; it_name = "Dried Herbs"; it_graphic_template = 51; it_graphic_sheet = 9; it_which_icon_ground = 7; it_which_icon_inven = 6; it_graphic_coloradj = 512; it_charges = 1; it_value = 40; it_weight = 5; it_extra_description = 32; // 220 pods, spores begindefineitem 220; // imported for all pods import = 0; it_name = "Healing Pod"; it_graphic_template = 50; it_graphic_sheet = 3; it_which_icon_ground = 2; it_which_icon_inven = 3; it_variety = 9; it_charges = 1; it_weight = 1; it_ability = 201; it_value = 30; it_level = 5; it_extra_description = 2; begindefineitem 221; it_name = "Curing Pod"; it_ability = 211; it_level = 15; it_graphic_sheet = 8; it_which_icon_ground = 0; it_which_icon_inven = 1; begindefineitem 222; it_name = "Speed Pod"; it_ability = 216; it_value = 40; it_level = 7; it_which_icon_ground = 2; it_which_icon_inven = 3; begindefineitem 223; it_name = "Essence Pod"; it_ability = 220; it_level = 25; it_value = 70; it_which_icon_ground = 4; it_which_icon_inven = 5; begindefineitem 224; import = 220; it_name = "Major Healing Pod"; it_value = 100; it_level = 12; it_graphic_sheet = 3; it_which_icon_ground = 2; it_which_icon_inven = 3; it_graphic_coloradj = 16; begindefineitem 225; it_name = "Shielding Pod"; it_ability = 226; it_value = 70; it_level = 4; it_graphic_sheet = 8; it_which_icon_ground = 0; it_which_icon_inven = 1; it_graphic_coloradj = 16; begindefineitem 226; import = 220; it_name = "Restoration Potion"; it_value = 400; it_level = 30; it_graphic_template = 51; it_graphic_sheet = 7; it_which_icon_ground = 3; it_which_icon_inven = 2; begindefineitem 227; import = 220; it_name = "Battle Pod"; it_value = 75; it_level = 6; it_ability = 231; it_graphic_sheet = 8; it_which_icon_ground = 4; it_which_icon_inven = 5; it_graphic_coloradj = 16; begindefineitem 228; import = 220; it_name = "Armor Potion"; it_value = 150; it_level = 6; it_ability = 180; it_graphic_template = 51; it_graphic_sheet = 7; it_which_icon_ground = 7; it_which_icon_inven = 6; begindefineitem 231; import = 170; it_name = "Forbidden Band"; it_stats_to_affect 0 = 0; it_stats_addition 0 = 1; it_stats_to_affect 1 = 1; it_stats_addition 1 = 1; it_stats_to_affect 2 = 2; it_stats_addition 2 = 1; it_stats_to_affect 3 = 3; it_stats_addition 3 = 1; it_value = 4000; it_graphic_sheet = 2; it_which_icon_ground = 11; it_which_icon_inven = 12; it_graphic_coloradj = 1; begindefineitem 232; import = 170; it_name = "Shaper's Boon"; it_pet_stats_to_affect 0 = 0; it_pet_stats_addition 0 = 1; it_pet_stats_to_affect 1 = 1; it_pet_stats_addition 1 = 1; it_pet_stats_to_affect 2 = 2; it_pet_stats_addition 2 = 1; it_pet_stats_to_affect 3 = 3; it_pet_stats_addition 3 = 1; it_value = 4000; it_graphic_sheet = 2; it_which_icon_ground = 11; it_which_icon_inven = 12; it_graphic_coloradj = 4; begindefineitem 233; import = 127; it_name = "Agent's Shelter"; it_value = 4000; it_stats_to_affect 0 = 210; it_stats_addition 0 = 20; it_stats_to_affect 1 = 211; it_stats_addition 1 = 15; it_stats_to_affect 2 = 12; it_stats_addition 2 = 1; it_stats_to_affect 3 = 1; it_stats_addition 3 = 2; begindefineitem 234; import = 172; it_name = "Arcane Band"; it_which_icon_inven = 6; it_protection = 6; it_stats_to_affect 0 = 208; it_stats_addition 0 = 10; it_stats_to_affect 1 = 211; it_stats_addition 1 = 12; it_pet_stats_to_affect 0 = 200; it_pet_stats_addition 0 = 6; it_value = 3000; it_graphic_sheet = 2; it_which_icon_ground = 4; it_which_icon_inven = 13; begindefineitem 235; // spores import = 220; it_name = "Healing Spores"; it_graphic_template = 50; it_graphic_sheet = 3; it_which_icon_ground = 8; it_which_icon_inven = 9; it_ability = 202; it_value = 50; it_extra_description = 3; begindefineitem 236; it_name = "Curing Spores"; it_ability = 212; it_level = 12; it_graphic_sheet = 8; it_which_icon_ground = 6; it_which_icon_inven = 7; begindefineitem 237; it_name = "Speed Spores"; it_ability = 217; it_value = 80; it_level = 7; it_which_icon_ground = 8; it_which_icon_inven = 9; begindefineitem 238; it_name = "Major Healing Spores"; it_ability = 202; it_value = 150; it_level = 12; it_graphic_sheet = 8; it_which_icon_ground = 10; it_which_icon_inven = 11; it_graphic_coloradj = 0; begindefineitem 239; it_name = "Shielding Spores"; it_ability = 227; it_value = 100; it_level = 4; it_graphic_coloradj = 512; begindefineitem 240; it_name = "Restoration Spores"; it_ability = 202; it_value = 800; it_level = 30; it_graphic_sheet = 3; it_which_icon_ground = 8; it_which_icon_inven = 9; it_graphic_coloradj = 1024; // AUGMENTING RODS 245 begindefineitem 245; import = 220; it_variety = 15; it_name = "Rod of Succor"; it_which_icon_ground = 12; it_which_icon_inven = 13; it_weight = 10; it_ability = 202; it_value = 100; it_charges = 6; it_level = 15; it_extra_description = 29; begindefineitem 246; it_name = "Rod of Alacrity"; it_ability = 217; it_level = 10; it_graphic_coloradj = 1; begindefineitem 247; it_name = "Rod of Defenses"; it_ability = 227; it_graphic_coloradj = 2; begindefineitem 248; it_name = "Rod of Battle"; it_ability = 232; it_graphic_coloradj = 256; // FOOD begindefineitem 250; import = 220; it_name = "Fruit"; it_graphic_sheet = 6; it_which_icon_ground = 10; it_which_icon_inven = 11; it_weight = 5; it_ability = 204; it_value = 2; it_level = 2; it_extra_description = 1; begindefineitem 251; it_name = "Meat"; it_which_icon_ground = 12; it_which_icon_inven = 13; begindefineitem 252; it_name = "Vegetable"; it_which_icon_ground = 14; it_which_icon_inven = 15; begindefineitem 253; it_name = "Bread"; it_graphic_sheet = 5; it_which_icon_ground = 15; it_which_icon_inven = 15; begindefineitem 254; it_name = "Mushrooms"; it_graphic_template = 51; it_graphic_sheet = 6; it_which_icon_ground = 10; it_which_icon_inven = 10; begindefineitem 255; // Imported for all robes import = 0; it_name = "Living Tool"; it_graphic_sheet = 5; it_which_icon_ground = 13; it_which_icon_inven = 14; it_variety = 13; it_charges = 1; it_value = 30; it_weight = 10; it_extra_description = 4; // More incidental items begindefineitem 260; // imported for other crap items that stack in inven import = 0; it_name = "Pitcher"; it_graphic_sheet = 9; it_which_icon_ground = 0; it_which_icon_inven = 1; it_variety = 11; it_value = 2; it_weight = 10; it_charges = 0; begindefineitem 261; it_name = "Bolt of Cloth"; it_which_icon_ground = 2; it_which_icon_inven = 3; it_value = 40; it_charges = 1; begindefineitem 262; it_name = "Bar of Iron"; it_which_icon_ground = 4; it_which_icon_inven = 5; it_value = 30; it_charges = 1; it_weight = 80; begindefineitem 263; // imported for other crap items that don't stack in inven import = 260; it_name = "Bucket"; it_charges = 0; it_which_icon_ground = 6; it_which_icon_inven = 7; begindefineitem 264; it_name = "Amphora"; it_which_icon_ground = 8; it_which_icon_inven = 9; begindefineitem 265; it_name = "Golden Goblet"; it_which_icon_ground = 10; it_which_icon_inven = 11; it_value = 200; it_weight = 30; begindefineitem 266; import = 260; it_name = "Plate"; it_which_icon_ground = 12; it_which_icon_inven = 13; begindefineitem 267; it_name = "Sheet of Paper"; it_which_icon_ground = 14; it_which_icon_inven = 15; it_value = 12; it_weight = 2; it_charges = 1; begindefineitem 268; it_name = "Dice"; it_graphic_template = 51; it_graphic_sheet = 0; it_which_icon_ground = 0; it_which_icon_inven = 0; it_charges = 0; begindefineitem 269; it_name = "Scalpel"; it_which_icon_ground = 1; it_which_icon_inven = 1; begindefineitem 270; it_name = "Thread"; it_which_icon_ground = 2; it_which_icon_inven = 3; it_value = 5; it_charges = 1; begindefineitem 271; it_name = "Trowel"; it_which_icon_ground = 4; it_which_icon_inven = 4; it_value = 4; it_charges = 0; begindefineitem 272; it_name = "Pen and Ink"; it_which_icon_ground = 5; it_which_icon_inven = 5; begindefineitem 273; it_name = "Candle"; it_which_icon_ground = 6; it_which_icon_inven = 6; it_value = 2; it_weight = 5; begindefineitem 274; it_name = "Lamp"; it_which_icon_ground = 7; it_which_icon_inven = 7; it_value = 12; it_weight = 10; begindefineitem 275; it_name = "Potted Plant"; it_which_icon_ground = 12; it_which_icon_inven = 12; it_value = 12; it_weight = 50; begindefineitem 276; it_name = "Clay Jug"; it_graphic_sheet = 1; it_which_icon_ground = 0; it_which_icon_inven = 0; it_value = 2; it_weight = 20; begindefineitem 277; it_name = "Clay Pot"; it_which_icon_ground = 1; it_which_icon_inven = 1; begindefineitem 278; it_name = "Teapot"; it_which_icon_ground = 2; it_which_icon_inven = 2; it_value = 5; it_weight = 10; begindefineitem 279; it_name = "Mug"; it_which_icon_ground = 3; it_which_icon_inven = 3; it_value = 3; begindefineitem 280; it_name = "Teacup"; it_which_icon_ground = 4; it_which_icon_inven = 4; begindefineitem 281; it_name = "Boardgame"; it_which_icon_ground = 5; it_which_icon_inven = 5; it_value = 12; it_weight = 30; begindefineitem 282; it_name = "Saw"; it_which_icon_ground = 8; it_which_icon_inven = 8; it_value = 7; it_weight = 20; begindefineitem 283; it_name = "Board"; it_which_icon_ground = 9; it_which_icon_inven = 9; it_value = 1; it_weight = 100; begindefineitem 284; import = 250; it_name = "Cake"; it_graphic_template = 51; it_graphic_sheet = 1; it_which_icon_ground = 7; it_which_icon_inven = 7; begindefineitem 285; it_name = "Kabob"; it_which_icon_ground = 10; it_which_icon_inven = 10; begindefineitem 286; import = 260; it_name = "Cauldron"; it_graphic_template = 51; it_graphic_sheet = 0; it_which_icon_ground = 10; it_which_icon_inven = 10; it_weight = 200; begindefineitem 287; it_name = "Puresteel Ring"; it_graphic_sheet = 2; it_which_icon_ground = 3; it_which_icon_inven = 2; begindefineitem 288; import = 260; it_name = "Mandrake Tincture"; it_graphic_sheet = 5; it_which_icon_ground = 2; it_which_icon_inven = 1; it_value = 500; it_charges = 1; begindefineitem 289; it_name = "Demon's Bile"; it_graphic_coloradj = 4; it_value = 750; begindefineitem 290; import = 260; it_name = "Saltweed"; it_graphic_template = 51; it_graphic_sheet = 0; it_which_icon_ground = 14; it_which_icon_inven = 15; it_value = 250; it_weight = 2; it_charges = 1; begindefineitem 291; it_name = "Wiry Moss"; it_which_icon_ground = 11; it_which_icon_inven = 13; // Special item quest items begindefineitem 292; import = 263; it_name = "Pure Crystal Shard"; it_graphic_template = 50; it_graphic_sheet = 3; it_which_icon_ground = 14; it_which_icon_inven = 15; it_value = 0; it_graphic_coloradj = 144; it_weight = 5; begindefineitem 293; it_name = "Purified Essence"; it_graphic_template = 51; it_graphic_sheet = 2; it_which_icon_ground = 9; it_which_icon_inven = 10; it_value = 0; it_graphic_coloradj = 4; begindefineitem 294; it_name = "Solidified Flame"; it_graphic_coloradj = 0; begindefineitem 295; it_name = "Unmelting Ice"; it_graphic_coloradj = 1; begindefineitem 296; it_name = "Deep Crystal"; it_graphic_sheet = 2; it_which_icon_ground = 0; it_which_icon_inven = 1; it_graphic_coloradj = 4; begindefineitem 297; it_name = "Claw of a Demon"; it_graphic_sheet = 0; it_which_icon_ground = 9; it_which_icon_inven = 8; it_graphic_coloradj = 20; begindefineitem 298; it_name = "Blood Poison"; it_graphic_sheet = 7; it_which_icon_ground = 5; it_which_icon_inven = 4; it_graphic_coloradj = 1; begindefineitem 299; it_name = "Deep Focus Orb"; it_graphic_sheet = 2; it_which_icon_ground = 0; it_which_icon_inven = 1; it_graphic_coloradj = 2; begindefineitem 300; it_name = "Perfect Drakon Skin"; it_graphic_sheet = 2; it_which_icon_ground = 5; it_which_icon_inven = 6; it_graphic_coloradj = 16; begindefineitem 301; it_name = "Crystalline Fibers"; it_graphic_sheet = 9; it_which_icon_ground = 7; it_which_icon_inven = 6; it_graphic_coloradj = 1024; begindefineitem 302; it_name = "Purifying Elixir"; it_graphic_sheet = 7; it_which_icon_ground = 3; it_which_icon_inven = 2; it_graphic_coloradj = 64; begindefineitem 303; import = 35; it_name = "Emerald Chestguard"; it_protection = 50; it_value = 5000; it_stats_to_affect 0 = 201; it_stats_addition 0 = 2; it_stats_to_affect 1 = 203; it_stats_addition 1 = 2; it_stats_to_affect 2 = 204; it_stats_addition 2 = 2; it_stats_to_affect 3 = 211; it_stats_addition 3 = 18; it_pet_stats_addition 3 = 10; begindefineitem 304; import = 162; it_name = "Creator's Belt"; it_protection = 20; it_value = 5000; it_pet_stats_to_affect 0 = 0; it_pet_stats_addition 0 = 2; it_pet_stats_to_affect 1 = 1; it_pet_stats_addition 1 = 2; it_pet_stats_to_affect 2 = 2; it_pet_stats_addition 2 = 2; it_pet_stats_to_affect 3 = 3; it_pet_stats_addition 3 = 2; begindefineitem 305; import = 170; it_name = "Infiltrator's Ring"; it_value = 5000; it_stats_to_affect 0 = 1; it_stats_addition 0 = 2; it_stats_to_affect 1 = 20; it_stats_addition 1 = 2; it_stats_to_affect 2 = 21; it_stats_addition 2 = 2; it_stats_to_affect 3 = 22; it_stats_addition 3 = 2; it_graphic_sheet = 2; it_which_icon_ground = 11; it_which_icon_inven = 12; begindefineitem 306; import = 128; it_name = "All-Protector"; it_value = 5000; it_stats_to_affect 0 = 204; it_stats_addition 0 = 5; it_stats_to_affect 1 = 211; it_stats_addition 1 = 20; it_stats_to_affect 2 = 203; it_stats_addition 2 = 2; begindefineitem 307; import = 173; it_name = "Avenger's Ring"; it_value = 5000; it_stats_to_affect 1 = 4; it_stats_addition 1 = 2; it_stats_to_affect 2 = 6; it_stats_addition 2 = 4; begindefineitem 308; import = 128; it_name = "Essence Aegis"; it_value = 5000; it_stats_to_affect 0 = 12; it_stats_addition 0 = 2; it_stats_to_affect 1 = 18; it_stats_addition 1 = 2; it_stats_to_affect 2 = 2; it_stats_addition 2 = 1; begindefineitem 309; import = 32; it_name = "Crystalline Shroud"; it_graphic_coloradj = 64; it_value = 5000; it_stats_to_affect 0 = 201; it_stats_addition 0 = 2; it_stats_to_affect 1 = 211; it_stats_addition 1 = 30; it_stats_to_affect 2 = 204; it_stats_addition 2 = 12; it_pet_stats_to_affect 0 = 0; it_pet_stats_addition 0 = 3; begindefineitem 310; import = 162; it_name = "Lightning Girdle"; it_value = 5000; it_graphic_coloradj = 128; it_stats_to_affect 0 = 201; it_stats_addition 0 = 1; it_stats_to_affect 1 = 7; it_stats_addition 1 = 3; it_stats_to_affect 2 = 1; it_stats_addition 2 = 2; begindefineitem 317; import = 180; it_name = "No-Stone Bracelet"; it_graphic_template = 50; it_graphic_sheet = 7; it_which_icon_ground = 7; it_which_icon_inven = 6; it_protection = 0; it_weight = 10; it_value = 0; it_extra_description = 30; begindefineitem 318; it_name = "One-Stone Bracelet"; it_protection = 2; it_stats_to_affect 0 = 15; it_stats_addition 0 = 1; it_graphic_coloradj = 512; begindefineitem 319; it_name = "Two-Stone Bracelet"; it_protection = 3; it_stats_to_affect 1 = 16; it_stats_addition 1 = 1; it_graphic_coloradj = 1024; begindefineitem 320; it_name = "Three-Stone Bracelet"; it_protection = 4; it_stats_to_affect 2 = 17; it_stats_addition 2 = 1; it_graphic_coloradj = 256; begindefineitem 321; it_name = "Four-Stone Bracelet"; it_protection = 7; it_pet_stats_to_affect 0 = 3; it_pet_stats_addition 0 = 1; it_stats_addition 0 = 2; it_extra_description = -1; it_graphic_coloradj = 272; begindefineitem 322; it_name = "Bejeweled Bracelet"; it_protection = 10; it_pet_stats_to_affect 1 = 0; it_pet_stats_addition 1 = 1; it_pet_stats_to_affect 2 = 1; it_pet_stats_addition 2 = 1; it_stats_addition 1 = 2; it_stats_addition 2 = 2; it_graphic_coloradj = 64; begindefineitem 323; import = 142; it_name = "Swamp Boots"; it_stats_to_affect 0 = 207; it_stats_addition 0 = 10; it_value = 700; it_graphic_coloradj = 512; begindefineitem 324; import = 176; it_name = "Rat Tail Band"; it_stats_to_affect 0 = 207; it_stats_addition 0 = 6; it_stats_to_affect 1 = 202; it_stats_addition 1 = 1; it_value = 700; it_graphic_coloradj = 512; begindefineitem 325; import = 12; it_name = "Ratskin Shawl"; it_protection = 4; it_stats_to_affect 0 = 207; it_stats_addition 0 = 6; it_value = 700; it_graphic_coloradj = 512; begindefineitem 326; import = 190; it_name = "Left Entry Bracelet"; it_graphic_template = 50; it_graphic_sheet = 7; it_which_icon_ground = 7; it_which_icon_inven = 6; it_extra_description = 28; it_graphic_coloradj = 64; begindefineitem 327; it_name = "Right Entry Bracelet"; begindefineitem 330; // imported for charms import = 0; it_name = "Lucky Charm"; it_graphic_template = 51; it_graphic_sheet = 0; it_which_icon_ground = 0; it_which_icon_inven = 0; it_variety = 11; it_value = 600; it_weight = 10; it_abil_work_in_pack = 1; it_stats_to_affect 0 = 22; it_stats_addition 0 = 1; begindefineitem 331; it_name = "Physician's Charm"; it_which_icon_ground = 1; it_which_icon_inven = 1; it_value = 1000; it_stats_to_affect 0 = 18; it_stats_addition 0 = 1; it_graphic_coloradj = 1; begindefineitem 332; it_name = "Skein of Wisdom"; it_which_icon_ground = 2; it_which_icon_inven = 3; it_stats_to_affect 0 = 2; it_graphic_coloradj = 1; begindefineitem 333; it_name = "Clawbug Charm"; it_which_icon_ground = 9; it_which_icon_inven = 8; it_stats_to_affect 0 = 207; it_stats_addition 0 = 8; it_graphic_coloradj = 0; begindefineitem 334; it_name = "Fyora Fang Charm"; it_stats_to_affect 0 = 206; it_stats_addition 0 = 3; it_graphic_coloradj = 256; begindefineitem 335; // improtedf for other charms it_name = "Charm of Mental Focus"; it_graphic_sheet = 1; it_which_icon_ground = 6; it_which_icon_inven = 6; it_value = 2500; it_stats_to_affect 0 = 12; it_stats_addition 0 = 1; it_stats_to_affect 1 = 210; it_stats_addition 1 = 8; it_pet_stats_to_affect 0 = 210; it_pet_stats_addition 0 = 8; begindefineitem 336; it_name = "Infiltrator's Charm"; it_stats_to_affect 0 = 20; it_stats_to_affect 1 = 21; it_stats_addition 1 = 1; it_graphic_coloradj = 2; begindefineitem 337; it_name = "Blademaster Charm"; it_graphic_sheet = 2; it_which_icon_ground = 0; it_which_icon_inven = 1; it_stats_to_affect 0 = 6; it_stats_to_affect 1 = 202; it_stats_addition 1 = 1; it_graphic_coloradj = 4; begindefineitem 338; it_name = "Puresteel Charm"; it_stats_to_affect 0 = 0; it_stats_to_affect 1 = 203; it_graphic_coloradj = 128; begindefineitem 339; it_name = "Essence Charm"; it_stats_to_affect 0 = 2; it_stats_to_affect 1 = 204; it_stats_addition 1 = 3; it_graphic_coloradj = 64; begindefineitem 340; import = 330; it_name = "Gruesome Charm"; it_graphic_template = 51; it_graphic_sheet = 2; it_which_icon_ground = 7; it_which_icon_inven = 8; it_value = 1500; it_stats_to_affect 0 = 3; it_stats_addition 0 = -2; it_stats_to_affect 1 = 2; it_stats_addition 1 = 2; it_stats_to_affect 2 = 1; it_stats_addition 2 = 2; begindefineitem 341; import = 335; it_name = "Omnicharm"; it_value = 7500; it_stats_to_affect 0 = 0; it_stats_addition 0 = 1; it_stats_to_affect 1 = 1; it_stats_addition 1 = 1; it_stats_to_affect 2 = 2; it_stats_addition 2 = 1; it_stats_to_affect 3 = 3; it_stats_addition 3 = 1; it_pet_stats_to_affect 0 = -1; it_graphic_coloradj = 18; begindefineitem 342; import = 334; it_name = "Cryoa Claw Charm"; it_stats_to_affect 0 = 212; it_stats_addition 0 = 3; it_graphic_coloradj = 1; begindefineitem 344; import = 183; it_name = "Puresteel Gauntlets"; it_protection = 8; it_value = 2500; it_graphic_coloradj = 256; begindefineitem 345; it_name = "Putrefied Gauntlets"; it_protection = 8; it_value = 5000; it_stats_to_affect 0 = 0; it_stats_addition 0 = -2; it_stats_to_affect 1 = 1; it_stats_addition 1 = -2; it_stats_to_affect 2 = 208; it_stats_addition 2 = 20; it_stats_to_affect 3 = 12; it_stats_addition 3 = 4; it_graphic_coloradj = 64; begindefineitem 346; import = 170; it_name = "Projection Band"; it_pet_stats_to_affect 0 = 200; it_pet_stats_addition 0 = 2; it_pet_stats_to_affect 1 = 204; it_pet_stats_addition 1 = 2; it_value = 500; it_graphic_sheet = 2; it_which_icon_ground = 4; it_which_icon_inven = 13; it_graphic_coloradj = 16; begindefineitem 347; it_name = "Deflection Band"; it_pet_stats_addition 0 = 12; it_pet_stats_addition 1 = 2; it_value = 2500; it_graphic_coloradj = 128; begindefineitem 348; import = 180; it_name = "Gloves of the Rock"; it_protection = 5; it_value = 2000; it_graphic_coloradj = 128; it_stats_to_affect 0 = 3; it_stats_addition 0 = 4; // 350 legs begindefineitem 350; // imported for all legs items import = 0; it_name = "Pants"; it_graphic_template = 51; it_graphic_sheet = 5; it_which_icon_ground = 10; it_which_icon_inven = 11; it_variety = 17; it_protection = 2; it_weight = 10; it_value = 8; //it_extra_description = 16; begindefineitem 351; it_name = "Leather Pants"; it_protection = 3; it_value = 30; it_weight = 30; it_graphic_coloradj = 128; it_can_augment = 1; begindefineitem 352; it_name = "Leather Vambraces"; it_which_icon_ground = 15; it_which_icon_inven = 14; it_protection = 4; it_value = 100; it_weight = 70; it_stats_to_affect 0 = 211; it_stats_addition 0 = 6; it_stats_to_affect 1 = 202; it_stats_addition 1 = -1; it_graphic_coloradj = 0; begindefineitem 353; it_name = "Plate Vambraces"; it_which_icon_ground = 13; it_which_icon_inven = 12; it_protection = 6; it_weight = 100; it_value = 300; it_stats_addition 0 = 2; it_stats_addition 1 = -2; begindefineitem 354; it_name = "Essence Vambraces"; it_protection = 9; it_value = 800; it_weight = 130; it_stats_addition 0 = 3; it_stats_addition 1 = -1; it_graphic_coloradj = 128; begindefineitem 355; it_name = "Puresteel Vambraces"; it_which_icon_ground = 15; it_which_icon_inven = 14; it_protection = 11; it_weight = 150; it_value = 2500; it_stats_addition 0 = 4; it_stats_addition 1 = -1; it_graphic_coloradj = 2; begindefineitem 356; import = 350; it_name = "Swamp Pants"; it_value = 200; it_stats_to_affect 0 = 207; it_stats_addition 0 = 5; it_graphic_coloradj = 4; begindefineitem 357; import = 352; it_name = "Pustulent Vambraces"; it_graphic_coloradj = 4; it_value = 500; it_stats_to_affect 2 = 208; it_stats_addition 2 = 8; begindefineitem 358; it_name = "Cryoaskin Vambraces"; it_graphic_coloradj = 1; it_value = 800; it_stats_to_affect 2 = 212; it_stats_addition 2 = 10; begindefineitem 359; import = 354; it_name = "Blasted Vambraces"; it_value = 3000; it_stats_to_affect 2 = 0; it_stats_addition 2 = 1; it_stats_to_affect 3 = 7; it_stats_addition 3 = 2; it_graphic_coloradj = 64; begindefineitem 360; import = 352; it_name = "Gazerskin Vambraces"; it_graphic_coloradj = 20; it_value = 4000; it_stats_to_affect 0 = 211; it_stats_addition 0 = 10; it_stats_to_affect 1 = 4; it_stats_addition 1 = 2; it_pet_stats_to_affect 0 = 211; it_pet_stats_addition 0 = 10; it_pet_stats_to_affect 1 = 210; it_pet_stats_addition 1 = 10; // 365 necks begindefineitem 365; // imported for some neck items import = 0; it_name = "Silver Necklace"; it_graphic_template = 51; it_graphic_sheet = 7; it_which_icon_ground = 14; it_which_icon_inven = 11; it_variety = 16; it_weight = 4; it_value = 40; it_extra_description = 33; begindefineitem 366; // imported for some neck items it_name = "Gold Necklace"; it_which_icon_ground = 15; it_which_icon_inven = 13; it_value = 200; begindefineitem 367; it_name = "Blessed Bauble"; it_protection = 2; it_value = 250; it_which_icon_ground = 14; it_which_icon_inven = 12; begindefineitem 368; it_name = "Stability Bauble"; it_protection = 0; it_stats_to_affect 0 = 211; it_stats_addition 0 = 8; it_which_icon_ground = 14; it_which_icon_inven = 12; begindefineitem 369; it_name = "Tinker's Bauble"; it_value = 400; it_stats_to_affect 0 = 21; it_stats_addition 0 = 1; it_graphic_coloradj = 1; begindefineitem 370; it_name = "Guardian Stone"; it_protection = 2; it_value = 600; it_stats_to_affect 0 = 6; it_stats_addition 0 = 1; it_graphic_coloradj = 2; begindefineitem 371; it_name = "Tribal Fetish"; it_value = 600; it_which_icon_ground = 15; it_which_icon_inven = 8; it_stats_to_affect 0 = 11; it_stats_addition 0 = 1; begindefineitem 372; it_name = "Black Pearl Talisman"; it_value = 1000; it_protection = 4; it_which_icon_ground = 15; it_which_icon_inven = 9; it_stats_to_affect 0 = 16; it_stats_addition 0 = 1; it_stats_to_affect 1 = 17; it_stats_addition 1 = 1; begindefineitem 373; import = 366; it_name = "Blessed Necklace"; it_which_icon_ground = 15; it_which_icon_inven = 9; it_value = 1200; it_protection = 2; it_stats_to_affect 0 = 206; it_stats_addition 0 = 10; it_stats_to_affect 1 = 212; it_stats_addition 1 = 10; it_pet_stats_to_affect 0 = 206; it_pet_stats_addition 0 = 10; it_pet_stats_to_affect 1 = 212; it_pet_stats_addition 1 = 10; it_graphic_coloradj = 64; begindefineitem 374; it_name = "Ruby Necklace"; it_which_icon_ground = 14; it_which_icon_inven = 10; it_stats_to_affect 0 = 206; it_stats_addition 0 = 5; it_stats_to_affect 1 = 205; it_stats_addition 1 = 10; it_pet_stats_to_affect 0 = 206; it_pet_stats_addition 0 = 5; it_pet_stats_to_affect 1 = 205; it_pet_stats_addition 1 = 10; it_graphic_coloradj = 0; begindefineitem 375; it_name = "Runed Jade Necklace"; it_stats_to_affect 0 = 207; it_stats_addition 0 = 10; it_stats_to_affect 1 = 208; it_stats_addition 1 = 10; it_pet_stats_to_affect 0 = 207; it_pet_stats_addition 0 = 10; it_pet_stats_to_affect 1 = 208; it_pet_stats_addition 1 = 10; it_graphic_coloradj = 4; begindefineitem 376; import = 366; it_name = "Puresteel Necklace"; it_value = 3000; it_protection = 6; it_stats_to_affect 0 = 4; it_stats_addition 0 = 1; it_stats_to_affect 0 = 9; it_stats_addition 0 = 1; it_stats_to_affect 0 = 15; it_stats_addition 0 = 1; it_graphic_coloradj = 17; begindefineitem 377; import = 366; it_name = "Demon Fang Talisman"; it_which_icon_ground = 15; it_which_icon_inven = 8; it_value = 4000; it_protection = 4; it_stats_to_affect 0 = 204; it_stats_addition 0 = 6; it_pet_stats_to_affect 0 = 204; it_pet_stats_addition 0 = 10; it_graphic_coloradj = 64; begindefineitem 378; import = 365; it_name = "Talisman of Might"; it_value = 4000; it_stats_to_affect 0 = 0; it_stats_addition 0 = 4; it_graphic_coloradj = 16; // 385 augmentations begindefineitem 385; import = 4; it_name = "Blessing Crystal"; it_graphic_template = 51; it_graphic_sheet = 9; it_which_icon_ground = 9; it_which_icon_inven = 8; it_charges = 0; it_value = 100; it_stats_to_affect 0 = 220; it_stats_addition 0 = 1; begindefineitem 386; it_name = "Runed Ruby"; it_stats_to_affect 0 = 221; it_value = 200; it_which_icon_ground = 11; it_which_icon_inven = 10; it_graphic_coloradj = 1; begindefineitem 387; it_name = "Charging Stone"; it_stats_to_affect 0 = 222; it_graphic_sheet = 2; it_which_icon_ground = 0; it_which_icon_inven = 1; it_graphic_coloradj = 0; it_value = 200; begindefineitem 388; it_name = "Runed Amethyst"; it_stats_to_affect 0 = 223; it_graphic_sheet = 9; it_which_icon_ground = 11; it_which_icon_inven = 10; it_value = 200; begindefineitem 389; it_name = "Ivory Skull"; it_graphic_sheet = 2; it_which_icon_ground = 15; it_which_icon_inven = 15; it_stats_to_affect 0 = 224; it_value = 300; it_graphic_coloradj = 128; begindefineitem 390; it_name = "Runed Onyx"; it_graphic_sheet = 9; it_which_icon_ground = 14; it_which_icon_inven = 15; it_stats_to_affect 0 = 225; it_value = 400; it_graphic_coloradj = 64; begindefineitem 391; it_name = "Tiny Orb of Mist"; it_graphic_sheet = 9; it_which_icon_ground = 13; it_which_icon_inven = 12; it_stats_to_affect 0 = 226; it_value = 500; it_graphic_coloradj = 0; begindefineitem 392; it_name = "Steel Spine"; it_graphic_sheet = 0; it_which_icon_ground = 9; it_which_icon_inven = 8; it_stats_to_affect 0 = 227; it_value = 500; it_graphic_coloradj = 128; begindefineitem 393; it_name = "Reviving Crystal"; it_graphic_sheet = 9; it_which_icon_ground = 13; it_which_icon_inven = 12; it_stats_to_affect 0 = 228; it_value = 750; it_graphic_coloradj = 128; begindefineitem 394; it_name = "Golden Crystal"; it_graphic_sheet = 9; it_which_icon_ground = 14; it_which_icon_inven = 15; it_stats_to_affect 0 = 229; it_value = 800; it_graphic_coloradj = 0; // more crap items begindefineitem 400; import = 263; it_name = "Scissors"; it_graphic_template = 51; it_graphic_sheet = 8; it_which_icon_ground = 0; it_which_icon_inven = 1; it_value = 4; begindefineitem 401; it_name = "Pillow"; it_which_icon_ground = 2; it_which_icon_inven = 2; it_value = 2; it_weight = 10; begindefineitem 402; it_name = "Towel"; it_which_icon_ground = 3; it_which_icon_inven = 3; begindefineitem 403; it_name = "Pot"; it_which_icon_ground = 4; it_which_icon_inven = 5; it_value = 3; begindefineitem 404; it_name = "Goblet"; it_which_icon_ground = 6; it_which_icon_inven = 7; it_value = 15; begindefineitem 405; it_name = "Rolling Pin"; it_which_icon_ground = 8; it_which_icon_inven = 9; it_value = 3; begindefineitem 406; it_name = "Ale"; it_which_icon_ground = 10; it_which_icon_inven = 10; it_value = 12; begindefineitem 407; it_name = "Wine"; it_which_icon_ground = 11; it_which_icon_inven = 11; begindefineitem 408; it_name = "Broken Sword"; it_which_icon_ground = 13; it_which_icon_inven = 12; it_value = 0; it_weight = 50; begindefineitem 409; it_name = "Broom"; it_which_icon_ground = 15; it_which_icon_inven = 14; it_value = 3; begindefineitem 410; it_name = "Mop"; it_graphic_sheet = 9; it_which_icon_ground = 3; it_which_icon_inven = 0; begindefineitem 411; it_name = "Shovel"; it_which_icon_ground = 4; it_which_icon_inven = 1; it_value = 8; begindefineitem 412; it_name = "Pick"; it_which_icon_ground = 5; it_which_icon_inven = 2; begindefineitem 413; it_name = "Rope"; it_graphic_template = 51; it_graphic_sheet = 6; it_which_icon_ground = 15; it_which_icon_inven = 15; begindefineitem 420; import = 260; it_name = "Perfect Fyora Scale"; it_graphic_template = 51; it_graphic_sheet = 6; it_which_icon_ground = 14; it_which_icon_inven = 13; it_value = 100; it_charges = 1; it_graphic_coloradj = 8; begindefineitem 421; it_name = "Perfect Drayk Scale"; it_graphic_coloradj = 16; it_value = 400; begindefineitem 422; it_name = "Perfect Drakon Scale"; it_graphic_coloradj = 272; it_value = 1000; begindefineitem 423; it_name = "Artila Eye"; it_graphic_sheet = 5; it_which_icon_ground = 9; it_which_icon_inven = 8; it_graphic_coloradj = 0; it_value = 200; begindefineitem 424; it_name = "Glaahk Eye"; it_graphic_coloradj = 4; it_value = 400; begindefineitem 425; it_name = "Eyebeast Eye"; it_graphic_coloradj = 2; it_value = 1200; begindefineitem 426; it_name = "Roamer Fang"; it_graphic_sheet = 5; it_which_icon_ground = 5; it_which_icon_inven = 4; it_graphic_coloradj = 0; it_value = 100; begindefineitem 427; it_name = "Rotghroth Fang"; it_graphic_coloradj = 4; it_value = 1000; begindefineitem 428; it_name = "Vlish Tentacle"; it_graphic_sheet = 5; it_which_icon_ground = 7; it_which_icon_inven = 6; it_graphic_coloradj = 0; it_value = 200; begindefineitem 430; import = 212; it_name = "Meeting the Sholai"; it_charges = 0; it_value = 0; it_extra_description = -1; begindefineitem 431; it_name = "Artila Techniques"; begindefineitem 435; import = 171; it_name = "Perfected Ring"; begindefineitem 436; import = 128; it_name = "Perfected Shield"; begindefineitem 437; import = 35; it_name = "Perfected Plate"; begindefineitem 438; import = 162; it_name = "Perfected Belt"; begindefineitem 439; import = 170; it_name = "Genomic Ring"; it_pet_stats_to_affect 0 = 0; it_pet_stats_addition 0 = 100; it_pet_stats_to_affect 1 = 1; it_pet_stats_addition 1 = 100; it_pet_stats_to_affect 2 = 2; it_pet_stats_addition 2 = 100; it_pet_stats_to_affect 3 = 3; it_pet_stats_addition 3 = 100; it_value = 4000; it_graphic_sheet = 2; it_which_icon_ground = 11; it_which_icon_inven = 12; it_graphic_coloradj = 4; begindefineitem 440; import = 35; it_name = "Genomic Plate"; it_protection = 100; it_value = 10000; it_stats_to_affect 0 = 201; it_stats_addition 0 = 10; it_stats_to_affect 1 = 203; it_stats_addition 1 = 2; it_stats_to_affect 2 = 204; it_stats_addition 2 = 2; it_weight = 1; begindefineitem 441; import = 65; it_level = 1000; it_value = 30000; it_name = "Genomic Sword"; it_stats_to_affect 0 = 0; it_stats_addition 0 = 20; it_stats_to_affect 1 = 6; it_stats_addition 1 = 2; it_pet_stats_to_affect 0 = 0; it_pet_stats_addition 0 = 20; it_graphic_coloradj = 256; it_graphic_template = 50; it_graphic_sheet = 7; it_which_icon_ground = 9; it_which_icon_inven = 8; it_weight = 1; begindefineitem 442; import = 0; it_name = "Mental Focus"; it_graphic_template = 51; it_graphic_sheet = 2; it_which_icon_ground = 0; it_which_icon_inven = 1; it_variety = 11; it_value = 600; it_weight = 1; it_graphic_coloradj = 64; it_stats_to_affect 0 = 2; it_stats_addition 0 = 200; it_pet_stats_to_affect 0 = 2; it_pet_stats_addition 0 = 20; it_abil_work_in_pack = 1;