Skip to content

Instantly share code, notes, and snippets.

@matfournier
Created March 2, 2020 06:18
Show Gist options
  • Save matfournier/22de1b101f56a4458209fe7a102b9a58 to your computer and use it in GitHub Desktop.
Save matfournier/22de1b101f56a4458209fe7a102b9a58 to your computer and use it in GitHub Desktop.
crawl.rc
##### Crawl Init file ###############################################
# For descriptions of all options, as well as some more in-depth information
# on setting them, consult the file
# options_guide.txt
# in your /docs directory. If you can't find it, the file is also available
# online at:
# https://github.com/crawl/crawl/blob/master/crawl-ref/docs/options_guide.txt
#
# Crawl uses the first file of the following list as its option file:
# * init.txt in the -rcdir directory (if specified)
# * .crawlrc in the -rcdir directory (if specified)
# * init.txt (in the Crawl directory)
# * ~/.crawl/init.txt (Unix only)
# * ~/.crawlrc (Unix only)
# * ~/init.txt (Unix only)
# * settings/init.txt (in the Crawl directory)
##### Some basic explanation of option syntax #######################
# Lines beginning with '#' are comments. The basic syntax is:
#
# field = value or field.subfield = value
#
# Only one specification is allowed per line.
#
# The terms are typically case-insensitive except in the fairly obvious
# cases (the character's name and specifying files or directories when
# on a system that has case-sensitive filenames).
#
# White space is stripped from the beginning and end of the line, as
# well as immediately before and after the '='. If the option allows
# multiple comma/semicolon-separated terms (such as
# autopickup_exceptions), all whitespace around the separator is also
# trimmed. All other whitespace is left intact.
#
# There are three broad types of Crawl options: true/false values (booleans),
# arbitrary values, and lists of values. The first two types use only the
# simple =, with later options - which includes your options that are different
# from the defaults - overriding earlier ones. List options allow using +=, ^=,
# -=, and = to append, prepend, remove, and reset, respectively. Usually you will
# want to use += to add to a list option. Lastly, there is := which you can use
# to create an alias, like so:
# ae := autopickup_exceptions
# From there on, 'ae' will be treated as if it you typed autopickup_exceptions,
# so you can save time typing it.
#
##### Other files ###################################################
# You can include other files from your options file using the 'include'
# option. Crawl will treat it as if you copied the whole text of that file
# into your options file in that spot. You can uncomment some of the following
# lines by removing the beginning '#' to include some of the other files in
# this folder.
# Some useful, more advanced options, implemented in LUA.
include = advanced_optioneering.txt
include += HDamage.rc
default_manual_training = true
stop = Your transformation is almost over.
easy_eat_chunks = true
auto_eat_chunks = true
show_more = false
autofight_stop = 75
confirm_butcher = never
hp_warning = 50
travel_avoid_terrain = shallow water
sort_menus = inv: true : equipped, identified, basename, qualname, charged
autofight_stop = 65
default_show_all_skills = true
hp_colour = 70:yellow, 50:red
pickup_mode=multi
explore_delay=-1
travel_delay=-1
show_travel_trail=true
explore_auto_rest = true
warn_hatches = true
##############
# Autopickup #
##############
# autopickup = $?!:"/%}|\
ae := autopickup_exceptions
# autopickup artifacts
ae += <artefact
ae ^= <scroll.*immolation.
ae ^= <scroll.*vulnerability.
ae += >scroll of amnesia
ae += >scroll of holy word
ae ^= <potion.*lignification.
ae += >wand of random effects
# ae += >wand of paralysis
# ae += >wand of lightning
# ae += >wand of confusion
# ae += >wand of digging
# ae += >wand of disintegration
# ae += >wand of polymorph
# ae += >wand of flame
# ae += >wand of enslavement
ae += <phantom mirror
ae += >ring of stealth
ae += >ring of positive energy
ae += >ring of fire
ae += >ring of ice
ae += >ring of magical power
ae += >ring of strength
ae += >ring of intelligence
ae += >ring of dexterity
ae += >ring of wizardry
## STOPS
stop := runrest_stop_message
ignore := runrest_ignore_message
: if you.god() == "Jiyva" then
ignore += Jiyva gurgles merrily
ignore += Jiyva appreciates your sacrifice
ignore += Jiyva says: Divide and consume
ignore += You hear.*splatter
: end
ignore ^= You feel.*sick
ignore += disappears in a puff of smoke
ignore += engulfed in a cloud of smoke
ignore += standing in the rain
ignore += engulfed in white fluffiness
ignore += safely over a trap
ignore += A.*toadstool withers and dies
ignore += toadstools? grow
ignore += You walk carefully through the
ignore += chunks of flesh in your inventory.*rotted away
runrest_ignore_poison = 5:10
runrest_ignore_monster += ^butterfly:1
# Bad things
stop += You fall through a shaft
stop += An alarm trap emits a blaring wail
stop += (blundered into a|invokes the power of) Zot
stop += A huge blade swings out and slices into you!
stop += flesh start
stop += (starving|feel devoid of blood)
stop += wrath finds you
stop += lose consciousness
stop += watched by something
stop += appears from out of your range of vision
# Expiring effects
stop += You feel yourself slow down
stop += less insulated
stop += You are starting to lose your buoyancy
stop += You lose control over your flight
stop += Your hearing returns
stop += Your transformation is almost over
stop += back to life
stop += uncertain
stop += time is quickly running out
stop += life is in your own hands
stop += is no longer charmed
stop += You start to feel a little slower
stop += You are no longer
: if you.race() == "Ghoul" then
stop += smell.*(rott(ing|en)|decay)
stop += something tasty in your inventory
: end
flash_screen_message += You feel strangely unstable
flash_screen_message += Strange energies course through your body
####################
# Autoinscriptions #
####################
ai := autoinscribe
ai += (vampiric):!w
ai += (bad|dangerous)_item.*potion:!q
ai += (bad|dangerous)_item.*scroll:!r
ai += of faith:!P
ai += rod of:!a
ai += lightning rod:!a
ai += [^r]staff of (conj|energy|power|wizardry):!a
ai += manual of:!d
ai += dispersal:!f
ai += tome of Destruction:!d
ai += throwing net:!f
ai += curare:!f
ai += needle of (frenzy|paralysis|sleeping|confusion):!f
ai += ( ration):!d
ai += figurine:!*
: if you.god() ~= "Lugonu" then
ai += (distortion):!w
:end
ai += of identify:@r1
ai += remove curse:@r2
ai += curing:@q1
ai += potions? of heal wounds:@q2
ai += wand of heal wounds:@v2
ai += wand of hasting:@v3
ai += potions? of haste:@q3
ai += scrolls? of teleportation:@r4
ai += wand of teleportation:@v4
ai += potions? of blood:@q0
#####################
# Table of Contents #
#####################
# 1. Dungeon Features
# 2. Failure
# 3. Bad Things
# 4. Translocations
# 5. Expiring Effects
# 6. Religion
# 7. Hell Effects
# 8. Monsters
# 9. Skills
# 10. Distortion
# Set Alias
more := force_more_message
####################
# Dungeon Features #
####################
# Abyssal Rune
more += Found .* abyssal rune of Zot
# Entrances, Exits, and Arrivals
more += Found a frozen archway
more += Found a gateway leading out of the Abyss
more += Found a labyrinth entrance
more += Found a staircase to the Ecumenical Temple
more += The mighty Pandemonium lord.*resides here
# Portal Timers
more += distant snort
more += interdimensional caravan
more += invites you to visit
more += oppressive heat
more += roar of battle
more += sound of rushing water
more += The drain falls to bits
more += There is an entrance to a bailey on this level
more += tolling of a bell
more += wave of frost
# Traps
more += (blundered into a|invokes the power of) Zot
more += A huge blade swings out and slices into you
more += An alarm trap emits a blaring wail
more += The power of Zot is invoked against you
more += You (become entangled|are caught) in (a|the) (web|net)
more += You fall through a shaft
more += You stumble into the trap
# Other
more += Another plant grows acid sacs
more += One of the plants suddenly grows acid sacs
more += The walls and floor vibrate strangely for a moment
more += You are suddenly pulled into a different region
more += You have a vision of.*gates?
###########
# Failure #
###########
more += do not work when you're silenced
more += sense of stasis
more += Something interferes with your magic
more += The rod doesn't have enough magic points
more += The spell fizzles
more += The writing blurs in front of your eyes
more += The.*is unaffected
more += This potion can/'t work under stasis
more += This wand has no charges
more += too hungry
more += You are held in a net
more += You are too injured to fight blindly
more += You can't gag anything down
more += You can't unwield
more += You cannot cast spells when silenced
more += You cannot cast spells while unable to breathe
more += You cannot teleport right now
more += You don't have any such object
more += You don't have enough magic
more += You don't.* that spell
more += You fail to use your ability
more += You have no appropriate body parts free
more += You have no means to grasp a wand firmly enough
more += You haven't enough magic at the moment
more += You miscast
more += Your amulet of stasis
more += Your attempt to break free
more += Your body armour is too heavy
#############################
# Bad and Unexpected Things #
#############################
# Bad things happening to you
more += corrodes your equipment
more += Your corrosive artefact corrodes you
more += are blown away by the wind
more += dispelling energy hits you
more += infuriates you
more += lose consciousness
more += mark forms upon you
more += MASSIVE DAMAGE
more += Ouch! That really hurt!
more += silver sears you
more += Space bends around you
more += Space warps horribly around you
more += surroundings become eerily quiet
more += Terrible wounds (open|spread) all over you
more += The acid corrodes your
more += The air around.*erupts in flames
more += The air twists around and violently strikes you in flight
more += You shudder from the earth-shattering force
more += The arrow of dispersal hits you[^r]
more += The barbed spikes become lodged in your body
more += The barbed spikes dig painfully into your body as you move
more += The blast of calcifying dust hits you[^r]
more += The poison in your body grows stronger
more += The pull of.*song draws you forwards
more += The.*engulfs you in water
more += The.*grabs you[^r]
more += You (are|feel) drained
more += You are (blasted|electrocuted)
more += You are blown backwards
more += You are burned terribly
more += You are encased in ice
more += You are engulfed in calcifying dust
more += You are engulfed in dark miasma
more += You are engulfed in mutagenic fog
more += You are knocked back
more += You are mesmerised
more += You are slowing down
more += You are trampled
more += You convulse
more += You feel a (horrible|terrible) chill
more += You feel haunted
more += You feel your flesh.*rot
more += You feel your power drain away
more += You feel your power leaking away
more += You stumble backwards
more += You.*re (confused|more confused|too confused)
more += You.*re lethally poisoned
more += Your body is wracked with pain
more += Your damage is reflected back at you
more += Your limbs are stiffening
more += Your magical defenses are stripped away
more += Your?.*suddenly stops? moving
# Monsters doing bad things
more += A tree reaches out and hits you!
more += Agitated ravens fly out from beneath the
more += begins to recite a word of recall
more += Being near the torpor snail leaves you feeling lethargic
more += cast banishment
more += cast paralyse
more += cast Torment
more += goes berserk
more += The moth of wrath goads something on
more += is duplicated
more += is no longer invulnerable
more += Its appearance distorts for a moment
more += Mara seems to draw the.*out of itself
more += Mara shimmers
more += Miasma billows from the
more += shoots a curare
more += stands defiantly in death's doorway
more += steals.*your
more += swoops through the air toward you
more += The forest starts to sway and rumble
more += The jumping spider pounces on you [^but]
more += The octopode crusher throws you
more += The shadow imp is revulsed by your support of nature
more += The water nymph flows with the water
more += The.*offers itself to Yredelemnul
more += The.*seems to speed up
more += The.*shudders
more += There is a horrible\, sudden wrenching feeling in your soul
more += Vines fly forth from the trees!
more += You are hit by a branch
more += You feel you are being watched by something
more += Your magical defenses are stripped away
more += \'s.*reflects
more += Something.*(hits|misses) you(?!r)
# Unexpected situations
more += A magical barricade bars your way
more += Done waiting
more += doors? slams? shut
more += It doesn't seem very happy
more += Mutagenic energies flood into your body
more += Some monsters swap places
more += (starving|devoid of blood)
more += (The|Your).*falls away!
more += The divine light dispels your darkness!
more += The walls disappear
more += There is a sealed passage
more += You are wearing\:
more += You can now
more += You cannot afford.*fee
more += You feel (dopey|clumsy|weak)
more += You feel a genetic drift
more += You feel monstrous
more += You feel your rage building
more += You have disarmed
more += You have finished your manual
more += You have reached level
more += You need to eat something NOW
more += You stop (a|de)scending the stairs
more += You turn into a fleshy mushroom
more += Your body shudders with the violent release of wild energies
more += Your guardian golem overheats
more += your magic stops regenerating
more += Your scales start
more += your.*devoured
more += Your?.*can no longer
more += Green shoots are pushing up through the earth
# Things getting better
stop += contamination has completely
more += You can move again
more += You slip out of the net
more += You.*and break free
more += Your fit of retching subsides
more += seems mollified
##################
# Translocations #
##################
# Teleporting
more += You blink
more += You.*teleport [^f]
more += You feel strangely (unstable|stable)
more += You feel your translocation being delayed
more += Your surroundings flicker
more += Your surroundings seem slightly different
more += Your surroundings suddenly seem different
# -Tele
more += You cannot blink right now
more += You cannot teleport right now
more += You feel.*firmly anchored in space
more += You are no longer firmly anchored in space
####################
# Expiring Effects #
####################
# God Abilities
# Divine Shield (The Shining One)
Your divine shield starts to fade.
Your divine shield fades away.
# Jelly Prayer (Jiyva)
Your prayer is over.
# Mirror Damage (Yredelemnul)
more += dark mirror aura disappears
# Player Spells
# Aura of Abjuration
stop += Your aura of abjuration expires
# Death's Door
more += time is quickly running out
more += life is in your own
# Enslavement
more += is no longer charmed
# Flight
more += You are starting to lose your buoyancy
stop += You lose control over your flight
# Haste
more += Your extra speed is starting to run out
more += You feel yourself slow down
# Invisibility
more += You feel more conspicuous
more += You flicker for a moment
more += You flicker back
# Ozocubu's Armour and Condensation Shield
more += Your icy (shield|armour) evaporates
more += Your.*(shield|armour) melts away
# Phase Shift
more += You feel closer to the material plane
more += You are firmly grounded in the material plane once more
# Repel/Deflect
stop += missiles spell is about to expire
more += You feel less protected from missiles
# Shroud of Golubria
stop += shroud begins to fray
stop += shroud unravels
more += Your shroud falls apart
# Silence
more += Your hearing returns
# Swiftness
stop += start to feel a little slower
more += You feel sluggish
# Transmutations
more += Your transformation is almost over
more += You have a feeling this form
more += Your skin feels tender
more += You feel yourself come back to life
# Other
# Potion of Resistance
more += You start to feel less resistant.
more += Your resistance to elements expires
############
# Religion #
############
# Gifts or abilities are ready
# Dithmenos
more += You are shrouded in an aura of darkness
more += You now sometimes bleed smoke
more += You.*no longer.*bleed smoke
more += Your shadow no longer tangibly mimics your actions
more += Your shadow now sometimes tangibly mimics your actions
# Gozag
more += will now duplicate a non-artefact item
# Jiyva
more += will now unseal the treasures of the Slime Pits
# Kikubaaqudgha
more += Kikubaaqudgha will now enhance your necromancy
# Lugonu
more += Lugonu will now corrupt your weapon
# Qazlal
more += resistances upon receiving elemental damage
more += You are surrounded by a storm which can block enemy attacks
# Ru
more += you are ready to make a new sacrifice
# Sif Muna
more += Sif Muna is protecting you from the effects of miscast magic
# The Shining One
more += The Shining One will now bless
# Zin
more += will now cure all your mutations
# You Screwed Up
more += is no longer ready
# Poor Decisions
more += You really shouldn't be using
# Wrath
more += Nemelex gives you another card to finish dealing
more += Fedhas invokes the elements against you
more += Lugonu sends minions to punish you
more += Okawaru sends forces against you
more += wrath finds you
# Xom Effects
more += staircase.*moves
more += is too large for the net to hold
# Other
more += Jiyva alters your body
: if you.god() == "Xom" then
more += god:
: end
: if not string.find(you.god(), "Jiyva") then
more += splits in two
:end
################
# Hell Effects #
################
more += A gut-wrenching scream fills the air
more += Brimstone rains from above
more += Die\, mortal
more += Leave now\, before it is too late
more += Something frightening happens
more += Trespassers are not welcome here
more += We do not forgive those who trespass against us
more += We have you now
more += You do not belong in this place
more += You feel a terrible foreboding
more += You feel lost and a long\, long way from home
more += You hear diabolical laughter
more += You hear words spoken in a strange and terrible language
more += You sense a hostile presence
more += You sense an ancient evil watching you
more += You shiver with fear
more += You smell brimstone
more += You suddenly feel all small and vulnerable
more += You will not leave this place
############
# Monsters #
############
# Arriving Unexpectedly
more += appears in a shower of sparks
more += appears out of thin air
more += comes (up|down) the stairs
more += Something appears in a flash of light
more += The.*is a mimic
more += You sense the presence of something unfriendly
more += The.*answers the.*call
more += Wisps of shadow swirl around
more += Shadows whirl around
# Item Use
more += drinks a potion
more += evokes.*(amulet|ring)
more += reads a scroll
more += zaps a (wand|rod)
# Uniques
more += 27-headed.*(comes? into view|opens the|appears? from)
more += Agnes.*(comes? into view|opens the|appears? from)
more += Aizul.*(comes? into view|opens the|appears? from)
more += Antaeus.*(comes? into view|opens the|appears? from)
more += Arachne.*(comes? into view|opens the|appears? from)
more += Asmodeus.*(comes? into view|opens the|appears? from)
more += Asterion.*(comes? into view|opens the|appears? from)
more += Azrael.*(comes? into view|opens the|appears? from)
more += Blork the orc.*(comes? into view|opens the|appears? from)
more += Boris.*(comes? into view|opens the|appears? from)
more += Cerebov.*(comes? into view|opens the|appears? from)
more += Crazy Yiuf.*(comes? into view|opens the|appears? from)
more += Dispater.*(comes? into view|opens the|appears? from)
more += Dissolution.*(comes? into view|opens the|appears? from)
more += Donald.*(comes? into view|opens the|appears? from)
more += Dowan.*(comes? into view|opens the|appears? from)
more += Duvessa.*(comes? into view|opens the|appears? from)
more += Edmund.*(comes? into view|opens the|appears? from)
more += Enchantress.*(comes? into view|opens the|appears? from)
more += Ereshkigal.*(comes? into view|opens the|appears? from)
more += Erica.*(comes? into view|opens the|appears? from)
more += Erolcha.*(comes? into view|opens the|appears? from)
more += Eustachio.*(comes? into view|opens the|appears? from)
more += Fannar.*(comes? into view|opens the|appears? from)
more += Frances.*(comes? into view|opens the|appears? from)
more += Francis.*(comes? into view|opens the|appears? from)
more += Frederick.*(comes? into view|opens the|appears? from)
more += Gastronok.*(comes? into view|opens the|appears? from)
more += Geryon.*(comes? into view|opens the|appears? from)
more += Gloorx Vloq.*(comes? into view|opens the|appears? from)
more += Grinder.*(comes? into view|opens the|appears? from)
more += Grum.*(comes? into view|opens the|appears? from)
more += Harold.*(comes? into view|opens the|appears? from)
more += Ignacio.*(comes? into view|opens the|appears? from)
more += Ijyb.*(comes? into view|opens the|appears? from)
more += Ilsuiw.*(comes? into view|opens the|appears? from)
more += Jorgrun.*(comes? into view|opens the|appears? from)
more += Jory.*(comes? into view|opens the|appears? from)
more += Jessica.*(comes? into view|opens the|appears? from)
more += Joseph.*(comes? into view|opens the|appears? from)
more += Josephine.*(comes? into view|opens the|appears? from)
more += Jozef.*(comes? into view|opens the|appears? from)
more += Khufu.*(comes? into view|opens the|appears? from)
more += Kirke.*(comes? into view|opens the|appears? from)
more += Lamia.*(comes? into view|opens the|appears? from)
more += Lom Lobon.*(comes? into view|opens the|appears? from)
more += Louise.*(comes? into view|opens the|appears? from)
more += Mara.*(comes? into view|opens the|appears? from)
more += Margery.*(comes? into view|opens the|appears? from)
more += Maud.*(comes? into view|opens the|appears? from)
more += Maurice.*(comes? into view|opens the|appears? from)
more += Menkaure.*(comes? into view|opens the|appears? from)
more += Mennas.*(comes? into view|opens the|appears? from)
more += Mnoleg.*(comes? into view|opens the|appears? from)
more += Murray.*(comes? into view|opens the|appears? from)
more += Natasha.*(comes? into view|opens the|appears? from)
more += Nergalle.*(comes? into view|opens the|appears? from)
more += Nessos.*(comes? into view|opens the|appears? from)
more += Nikola.*(comes? into view|opens the|appears? from)
more += Norris.*(comes? into view|opens the|appears? from)
more += Pikel.*(comes? into view|opens the|appears? from)
more += Polyphemus.*(comes? into view|opens the|appears? from)
more += Prince Ribbit.*(comes? into view|opens the|appears? from)
more += Psyche.*(comes? into view|opens the|appears? from)
more += Purgy.*(comes? into view|opens the|appears? from)
more += Robin.*(comes? into view|opens the|appears? from)
more += Roxanne.*(comes? into view|opens the|appears? from)
more += Rupert.*(comes? into view|opens the|appears? from)
more += Saint Roka.*(comes? into view|opens the|appears? from)
more += Sigmund.*(comes? into view|opens the|appears? from)
more += Snorg.*(comes? into view|opens the|appears? from)
more += Sojobo.*(comes? into view|opens the|appears? from)
more += Sonja.*(comes? into view|opens the|appears? from)
more += Terence.*(comes? into view|opens the|appears? from)
more += The Lernaean hydra.*(comes? into view|opens the|appears? from)
more += The royal jelly.*(comes? into view|opens the|appears? from)
more += The Serpent of Hell.*(comes? into view|opens the|appears? from)
more += Tiamat.*(comes? into view|opens the|appears? from)
more += Urug.*(comes? into view|opens the|appears? from)
more += Vashnia.*(comes? into view|opens the|appears? from)
more += Wiglaf.*(comes? into view|opens the|appears? from)
more += Xtahua.*(comes? into view|opens the|appears? from)
# Malmutate enemies
more += .*Shining Eye.*(comes? into view|opens the|appears? from)
more += .*Neqoxec.*(comes? into view|opens the|appears? from)
more += .*Cacodemon.*(comes? into view|opens the|appears? from)
more += .*wretched star.*comes? into view
more += .*Orbs? of Fire.*(comes? into view|opens the|appears? from)
# Misc dangerous enemies
more += .*player ghost.* comes? into view
more += .*Hellion.*(comes? into view|opens the|appears? from)
more += .*Hell Sentinel.*(comes? into view|opens the|appears? from)
more += .*shrikes? (?!zombie|skeleton).*(comes? into view|opens the|appears? from)
more += .*spark wasps? (?!zombie|skeleton).*(comes? into view|opens the|appears? from)
more += .*juggernaut.*(comes? into view|opens the|appears? from)
more += .*Executioner.*(comes? into view|opens the|appears? from)
more += .*('s|s') ghost.*(comes? into view|opens the|appears? from)
more += .*Deep elf demonologist.*(comes? into view|opens the|appears? from)
more += .*Iron giant.*(comes? into view|opens the|appears? from)
# Torment enemies
more += .*Fiend.*(comes? into view|opens the|appears? from)
more += .*Tzitzim.*(comes? into view|opens the|appears? from)
more += .*lurking horror.*comes? into view
more += .*Tormentor.*(comes? into view|opens the|appears? from)
more += .*Greater Mumm.*(comes? into view|opens the|appears? from)
more += .*Mummy Priest.*(comes? into view|opens the|appears? from)
more += .*Curse Toe.*(comes? into view|opens the|appears? from)
more += .*Curse Skull.*(comes? into view|opens the|appears? from)
# Paralysis enemies
more += .*Ancient Lich.*(comes? into view|opens the|appears? from)
more += .*Lich.*(comes? into view|opens the|appears? from)
more += .*Giant Eyeball.*(comes? into view|opens the|appears? from)
more += .*Ogre Mage.*(comes? into view|opens the|appears? from)
more += .*a Wizard.*(comes? into view|opens the|appears? from)
more += .*orc sorcerer.*(comes? into view|opens the|appears? from)
more += .*sphinx.*(comes? into view|opens the|appears? from)
more += .*Great orbs? of eyes.*(comes? into view|opens the|appears? from)
more += .*Vampire knight.*(comes? into view|opens the|appears? from)
# Low level baddies
: if you.xl() <= 10 then
more += .*Gnoll.*(comes? into view|opens the|appears? from)
more += .*Adder.*(comes? into view|opens the|appears? from)
more += .*Orc wizard.*(comes? into view|opens the|appears? from)
more += .*Orc priest.*(comes? into view|opens the|appears? from)
more += .*Orc warrior.*(comes? into view|opens the|appears? from)
more += .*Wyvern.*(comes? into view|opens the|appears? from)
more += .*Killer bees? (?!zombie|skeleton).*(comes? into view|opens the|appears? from)
more += .*Ogre.*(comes? into view|opens the|appears? from)
more += .*sky beast.*(comes? into view|opens the|appears? from)
more += .*centaurs? (?!zombie|skeleton).*(comes? into view|opens the|appears? from)
more += .*is wielding.*of (electrocution|venom)
: end
##########
# Skills #
##########
more += Your Shields skill increases to level (4|6|9|15|21|25)
more += Your Short Blades skill increases to level (10|12|14)
more += Your Long Blades skill increases to level (14|16|18|24)
more += Your Maces & Flails skill increases to level (12|16|20|22)
more += Your Axes skill increases to level (16|18|20|26)
more += Your Polearms skill increases to level (14|16|20|26)
more += Your Staves skill increases to level (12|14)
more += Your Evocations skill increases to level (6|10|15)
more += Your Invocations skill increases to level (6|10)
##############
# Distortion #
##############
more += hits you.*(distortion|chaos)
more += warns you.*of (distortion|chaos)
more += is wielding.*of (distortion|chaos)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment