ability_slot += berserk:B ability_slot += potion petition:P include +=HDamage.rc include +=HDAForceMore.rc include +=HDAColors.rc default_manual_training = true { function choose_single_skill(sk) you.train_skill(sk, 1) skill_list = {"Fighting","Short Blades","Long Blades","Axes","Maces & Flails", "Polearms","Staves","Unarmed Combat","Bows","Crossbows", "Throwing","Slings","Armour","Dodging","Shields","Spellcasting", "Conjurations","Hexes","Charms","Summonings","Necromancy", "Translocations","Transmutations","Fire Magic","Ice Magic", "Air Magic","Earth Magic","Poison Magic","Invocations", "Evocations","Stealth"} for i,sk2 in ipairs(skill_list) do if sk ~= sk2 then you.train_skill(sk2, 0) end end end function wskill() weap = items.equipped_at("Weapon") if weap then return weap.weap_skill else return "Unarmed Combat" end end function ready() if you.turns() == 0 then if you.race() == "Spriggan" then choose_single_skill("Spellcasting") else choose_single_skill(wskill()) end end end } ### General ### explore_auto_rest = true #autofight_throw = true #autofight_throw_nomove = true autofight_stop = 50 autopickup_starting_ammo = true pickup_thrown = true chunks_autopickup = true explore_greedy = true explore_wall_bias = 1 auto_butcher = true easy_eat_chunks = true auto_eat_chunks = true confirm_butcher = never show_more = false ### Force mores ### more := force_more_message more += LOW HITPOINT more += You feel like a meek peon again more += You have got your breath back more += Your skin stops crawling more += Your transformation is almost over more += calcifying dust hits you more += crystal spear hits you more += feel a terrible chill more += is wielding .*distortion more += is wielding .*electrocution more += mighty Pandemonium lord more += skill increases more += skill increases to more += strangely unstable more += strikes you in flight more += watched by something more += wracked with pain more += you are burned terribly more += you convulse more += you have finished your manual of more += you have got your breath back more += you have mastered ### Inscriptions ### ai := autoinscribe ai += throwing net:!f ai += potions? of mutation:!q ai += potions? of degeneration:!q!q ai += potions? of lignification:!q ai += scrolls? of torment:!r ai += scrolls? of vulnerability:!r ai += scrolls? of silence:!r ai += scrolls? of noise:!r!r ai += scrolls? of summoning:!r ai += staff of (conjuration|energy|wizardry|power):!a ai += amulet of faith:!P : if you.god() ~= "Lugonu" then ai += weapon .*distort:!w : end : if you.god() == "Fedhas" then ai += fruits?:!e : end : if you.race() ~= "Mummy" then ai += weapon .*vamp:!w : end : if you.race() ~= "Vampire" then item_slot += potions? of blood:+q : end