## 선언 ## flash :=flash_screen_message more := force_more_message ## 다음장 보지 않기 ## show_more = false ## 변이 종료에 대한 경고 ## flash += your transformation is almost over. flash += your magical effects are unravelling. ## 조트 클락 ## always_show_zot = true $lab_gold_status=true ## 자동 탐험 딜레이 ## travel_delay = -1 ## 몬스터 하이트라이트 표시 ## tile_show_threat_levels = trivial easy tough nasty ## 깊은 물 탐험 금지 ## travel_avoid_terrain = deep water ## 30% 이하부터 HP 위험 표시 ## hp_warning = 30 ## 판데모니엄 룬 지역 다음장 표시 ## more += The mighty Pandemonium lord .* resides here ## 스킬 메뉴얼 디폴트, 시작시 m 눌러주기 ## default_manual_training = true { local need_skills_opened = true function ready() if you.turns() == 0 and need_skills_opened then need_skills_opened = false crawl.sendkeys("m") end end } ## 유니크 몬스터 다음장 표시 ## more += .*(Agnes|Aizul|Amaemon|Antaeus|Arachne|Asmodeus| Azrael|Bai suzhen|Blork the orc|Boris|Cerebov|Crazy Yiuf| Dispater|Dissolution|Donald|Dowan|Duvessa|Edmund|the Enchantress| Ereshkigal|Erica|Erolcha|Eustachio|Fannar|Frances| Frederick|Gastronok|Geryon|Gloorx Vloq|Grinder| Grum|Harold|Ignacio|Ijyb|Ilsuiw|Jessica|Jorgrun| Jory|Joseph|Josephine|Khufu|Kirke|the Lernaean hydra|Lom Lobon| Louise|Maggie|Mara|Margery|Maurice|Menkaure| Mennas|Mnoleg|Murray|Nergalle|Natasha|Nessos|Nikola| Pan|Pikel|Polyphemus|Prince Ribbit|Psyche|Purgy| Robin|Roxanne|the royal jelly|Rupert|Saint Roka|the Serpent of Hell|Sigmund| Snorg|Sojobo|Sonja|Terence|Tiamat|Urug| Vashnia|Vv|Xtahua).*comes? into view ## 왜곡 무기를 가진 몬스터 다음장 표시 ## more += It is wielding.*of distortion more += She is wielding.*of distortion more += He is wielding.*of distortion more += wielding.* distortion.* comes? into view ## 플레이어 타일을 몬스터 타일로 교체 ## tile_show_player_species = true ## 종족 랜덤 타일 ## { if you.race() == "Naga" then if not c_persist.overwrite_tile or (you.turns() == 0) then c_persist.overwrite_tile = "tile:Naga_" .. tostring(crawl.random_range(1,34)) end crawl.setopt("tile_player_tile = " .. c_persist.overwrite_tile) end } { if you.race() == "Djinni" then if not c_persist.overwrite_tile or (you.turns() == 0) then c_persist.overwrite_tile = "tile:Djinni_" .. tostring(crawl.random_range(1,8)) end crawl.setopt("tile_player_tile = " .. c_persist.overwrite_tile) end } { if you.race() == "Felid" then if not c_persist.overwrite_tile or (you.turns() == 0) then c_persist.overwrite_tile = "tile:felid_" .. tostring(crawl.random_range(1,10)) end crawl.setopt("tile_player_tile = " .. c_persist.overwrite_tile) end } { if you.race() == "Octopode" then if not c_persist.overwrite_tile or (you.turns() == 0) then c_persist.overwrite_tile = "tile:octopode_" .. tostring(crawl.random_range(1,5)) end crawl.setopt("tile_player_tile = " .. c_persist.overwrite_tile) end } { if you.race() == "Human" then if not c_persist.overwrite_tile or (you.turns() == 0) then c_persist.overwrite_tile = "tile:Human_" .. tostring(crawl.random_range(1,5)) end crawl.setopt("tile_player_tile = " .. c_persist.overwrite_tile) end } { if you.race() == "Minotaur" then if not c_persist.overwrite_tile or (you.turns() == 0) then c_persist.overwrite_tile = "tile:Minotaur_" .. tostring(crawl.random_range(1,4)) end crawl.setopt("tile_player_tile = " .. c_persist.overwrite_tile) end } { if you.race() == "Gargoyle" then if not c_persist.overwrite_tile or (you.turns() == 0) then c_persist.overwrite_tile = "tile:Gargoyle_" .. tostring(crawl.random_range(1,4)) end crawl.setopt("tile_player_tile = " .. c_persist.overwrite_tile) end } { if you.race() == "Ghoul" then if not c_persist.overwrite_tile or (you.turns() == 0) then c_persist.overwrite_tile = "tile:Ghoul_" .. tostring(crawl.random_range(1,3)) end crawl.setopt("tile_player_tile = " .. c_persist.overwrite_tile) end } { if you.race() == "Gnoll" then if not c_persist.overwrite_tile or (you.turns() == 0) then c_persist.overwrite_tile = "tile:Gnoll_" .. tostring(crawl.random_range(1,10)) end crawl.setopt("tile_player_tile = " .. c_persist.overwrite_tile) end } { if you.race() == "Demonspawn" then if not c_persist.overwrite_tile or (you.turns() == 0) then c_persist.overwrite_tile = "tile:Demonspawn_" .. tostring(crawl.random_range(1,5)) end crawl.setopt("tile_player_tile = " .. c_persist.overwrite_tile) end } { if you.race() == "Tengu" then if not c_persist.overwrite_tile or (you.turns() == 0) then c_persist.overwrite_tile = "tile:Tengu_" .. tostring(crawl.random_range(1,6)) end crawl.setopt("tile_player_tile = " .. c_persist.overwrite_tile) end } { if you.race() == "Barachi" then if not c_persist.overwrite_tile or (you.turns() == 0) then c_persist.overwrite_tile = "tile:Barachi_" .. tostring(crawl.random_range(1,4)) end crawl.setopt("tile_player_tile = " .. c_persist.overwrite_tile) end } sound_on = true sound_pack += https://osp.nemelex.cards/build/latest.zip:["init.txt"] one_SDL_sound_channel = true sound_fade_time = 0.5 sound_volume = 0.3 #$ lab_gold_status = true