User:A1/BeneficialCorpseRC

From NetHackWiki
Jump to navigation Jump to search
# ---CORPSE MANAGEMENT---

# ==============================================================================
# 1. CRITICAL & STAT GAIN (MAGENTA)
# ==============================================================================
MENUCOLOR=".*(lizard|wraith) corpse.*"=magenta&bold

# --- AUTOPICKUP EXCEPTION (Always Grab)
AUTOPICKUP_EXCEPTION="<*lizard corpse"
AUTOPICKUP_EXCEPTION="<*wraith corpse"

# ==============================================================================
# 2. SAFE & BENEFICIAL (GREEN) - Pure upside, safe to eat fresh.
# ==============================================================================
MENUCOLOR=".*(floating eye|flesh golem|mind flayer) corpse.*"=green
MENUCOLOR=".*(troll|winter wolf|hell hound|shrieker|centipede|newt) corpse.*"=green
MENUCOLOR=".*(cave spider|unicorn|elf|yeti|ice troll|fire ant) corpse.*"=green
MENUCOLOR=".*(pyrolisk|electric eel|quivering blob) corpse.*"=green
MENUCOLOR=".*(fire|frost|storm) giant corpse.*"=green
MENUCOLOR=".*(red|white|blue|black|orange) dragon corpse.*"=green
MENUCOLOR=".*(red|golden) naga.*corpse.*"=green
MENUCOLOR=".*lichen corpse.*"=green

# --- AUTOPICKUP EXCEPTION (Always Grab Safe Resistance Sources)
AUTOPICKUP_EXCEPTION="<*floating eye corpse"
AUTOPICKUP_EXCEPTION="<*cave spider corpse"
AUTOPICKUP_EXCEPTION="<*shrieker corpse"
AUTOPICKUP_EXCEPTION="<*newt corpse"

# ==============================================================================
# 3. CONDITIONAL / CAUTION (YELLOW) - Has a downside, but worth the risk.
# ==============================================================================
# Acidic Oozes/Puddings (Deals HP Damage)
MENUCOLOR=".*(gelatinous cube|gray ooze|blue jelly) corpse.*"=yellow
MENUCOLOR=".*pudding.*corpse.*"=yellow
MENUCOLOR=".*pudding glob.*"=yellow
MENUCOLOR=".*acid blob.*corpse.*"=yellow

# Teleportitis / Status Effects (Stun, Aggravate, etc.)
MENUCOLOR=".*(tengu|nymph|leprechaun|stalker|red mold|brown mold) corpse.*"=yellow

# --- AUTOPICKUP EXCEPTION (Grab conditional high-value items)
AUTOPICKUP_EXCEPTION="<*tengu corpse"
#AUTOPICKUP_EXCEPTION="<*acid blob corpse"
AUTOPICKUP_EXCEPTION="<*lichen corpse" # Lichen is safe, but listed here again for simplicity.

# ==============================================================================
# 4. POISONOUS RESISTANCE SOURCES (ORANGE) - EAT ONLY WITH POISON RES!
# ==============================================================================
MENUCOLOR=".*(killer bee|queen bee|giant beetle|scorpion) corpse.*"=orange
MENUCOLOR=".*(snake|pit viper|cobra|giant spider|xan) corpse.*"=orange
MENUCOLOR=".*(green dragon|guardian naga) corpse.*"=orange

# --- AUTOPICKUP EXCEPTION (Leave poisonous items on the floor to avoid accidents)
# Do not uncomment these lines unless you have permanent poison resistance!
# AUTOPICKUP_EXCEPTION="<*green dragon corpse"
# AUTOPICKUP_EXCEPTION="<*killer bee corpse"

# ==============================================================================
# 5. INSTANT DEATH CORPSES (RED) - DO NOT EAT!
# ==============================================================================
MENUCOLOR=".*(cockatrice|chickatrice|medusa|green slime) corpse.*"=red&bold
MENUCOLOR=".*green slime glob.*"=red&bold