1# File: message.prf 2 3# 4# This file defines the default message colors. 5# 6# This file includes, if appropriate, various "sub-files". 7# 8# See "lib/help/command.txt" for more information. 9# 10# Format: 11# message:<message-type>:<color> 12 13# d - 0 - Black w - 1 - White s - 2 - Slate 14# o - 3 - Orange r - 4 - Red g - 5 - Green 15# b - 6 - Blue u - 7 - Umber D - 8 - Light Dark 16# W - 9 - Light Slate P - 10 - Light Purple y - 11 - yellow 17# R - 12 - Light Red G - 13 - Light Green B - 14 - Light Blue 18# U - 15 - Light Umber p - 16 - Purple v - 17 - Violet 19# t - 18 - Teal m - 19 - Mud Y - 20 - Light Yellow 20# i - 21 - Magenta-Pink T - 22 - Light Teal V - 23 - Light Violet 21# I - 24 - Light Pink M - 25 - Mustard z - 26 - Blue Slate 22# Z - 27 - Deep Light Blue 23 24# I included all possible message types here for future-proofing, 25# although some of them are only used as sound-effects at the moment. 26# sound.cfg can be found in /lib/sounds (Twilight). 27 28# MSG_GENERIC 29message:GENERIC:w 30 31# MSG_HIT 32message:HIT:w 33 34# MSG_MISS 35message:MISS:w 36 37# MSG_FLEE 38message:FLEE:w 39 40# MSG_DROP (sound only) 41message:DROP:w 42 43# MSG_KILL 44message:KILL:w 45 46# MSG_LEVEL 47message:LEVEL:w 48 49# MSG_DEATH 50message:DEATH:w 51 52# MSG_STUDY 53message:STUDY:w 54 55# MSG_TELEPORT (sound only) 56message:TELEPORT:w 57 58# MSG_SHOOT (sound only) 59message:SHOOT:w 60 61# MSG_QUAFF (sound only) 62message:QUAFF:w 63 64# MSG_ZAP_ROD (sound only) 65message:ZAP_ROD:w 66 67# MSG_WALK (unused) 68message:WALK:w 69 70# MSG_TPOTHER (sound only) 71message:TPOTHER:w 72 73# MSG_HITWALL 74message:HITWALL:w 75 76# MSG_EAT (sound only) 77message:EAT:w 78 79# MSG_STORE1 80message:STORE1:w 81 82# MSG_STORE2 83message:STORE2:w 84 85# MSG_STORE3 86message:STORE3:w 87 88# MSG_STORE4 89message:STORE4:w 90 91# MSG_DIG (sound only) 92message:DIG:w 93 94# MSG_OPENDOOR 95message:OPENDOOR:w 96 97# MSG_SHUTDOOR (sound only) 98message:SHUTDOOR:w 99 100# MSG_TPLEVEL 101message:TPLEVEL:w 102 103# MSG_BELL 104message:BELL:o 105 106# MSG_NOTHING_TO_OPEN 107message:NOTHING_TO_OPEN:w 108 109# MSG_LOCKPICK_FAIL 110message:LOCKPICK_FAIL:w 111 112# MSG_STAIRS_DOWN 113message:STAIRS_DOWN:w 114 115# MSG_HITPOINT_WARN 116message:HITPOINT_WARN:o 117 118# MSG_ACT_ARTIFACT 119message:ACT_ARTIFACT:w 120 121# MSG_USE_STAFF (sound only) 122message:USE_STAFF:w 123 124# MSG_DESTROY 125message:DESTROY:w 126 127# MSG_MON_HIT 128message:MON_HIT:w 129 130# MSG_MON_TOUCH 131message:MON_TOUCH:w 132 133# MSG_MON_PUNCH 134message:MON_PUNCH:w 135 136# MSG_MON_KICK 137message:MON_KICK:w 138 139# MSG_MON_CLAW 140message:MON_CLAW:w 141 142# MSG_MON_BITE 143message:MON_BITE:w 144 145# MSG_MON_STING 146message:MON_STING:w 147 148# MSG_MON_BUTT 149message:MON_BUTT:w 150 151# MSG_MON_CRUSH 152message:MON_CRUSH:w 153 154# MSG_MON_ENGULF 155message:MON_ENGULF:w 156 157# MSG_MON_CRAWL 158message:MON_CRAWL:w 159 160# MSG_MON_DROOL 161message:MON_DROOL:w 162 163# MSG_MON_SPIT 164message:MON_SPIT:w 165 166# MSG_MON_GAZE 167message:MON_GAZE:w 168 169# MSG_MON_WAIL 170message:MON_WAIL:w 171 172# MSG_MON_SPORE 173message:MON_SPORE:w 174 175# MSG_MON_BEG 176message:MON_BEG:w 177 178# MSG_MON_INSULT 179message:MON_INSULT:w 180 181# MSG_MON_MOAN 182message:MON_MOAN:w 183 184# MSG_RECOVER 185message:RECOVER:w 186 187# MSG_BLIND 188message:BLIND:w 189 190# MSG_CONFUSED 191message:CONFUSED:w 192 193# MSG_POISONED 194message:POISONED:w 195 196# MSG_AFRAID 197message:AFRAID:o 198 199# MSG_PARALYZED 200message:PARALYZED:w 201 202# MSG_DRUGGED 203message:DRUGGED:w 204 205# MSG_SPEED 206message:SPEED:w 207 208# MSG_SLOW 209message:SLOW:w 210 211# MSG_SHIELD 212message:SHIELD:w 213 214# MSG_BLESSED 215message:BLESSED:w 216 217# MSG_HERO 218message:HERO:w 219 220# MSG_BERSERK 221message:BERSERK:w 222 223# MSG_PROT_EVIL 224message:PROT_EVIL:w 225 226# MSG_INVULN 227message:INVULN:w 228 229# MSG_SEE_INVIS 230message:SEE_INVIS:w 231 232# MSG_INFRARED 233message:INFRARED:w 234 235# MSG_RES_ACID 236message:RES_ACID:w 237 238# MSG_RES_ELEC 239message:RES_ELEC:w 240 241# MSG_RES_FIRE 242message:RES_FIRE:w 243 244# MSG_RES_COLD 245message:RES_COLD:w 246 247# MSG_RES_POIS 248message:RES_POIS:w 249 250# MSG_STUN 251message:STUN:w 252 253# MSG_CUT 254message:CUT:w 255 256# MSG_STAIRS_UP 257message:STAIRS_UP:w 258 259# MSG_STORE_ENTER (unused) 260message:STORE_ENTER:w 261 262# MSG_STORE_LEAVE (unused) 263message:STORE_LEAVE:w 264 265# MSG_STORE_HOME (unused) 266message:STORE_HOME:w 267 268# MSG_MONEY1 269message:MONEY1:w 270 271# MSG_MONEY2 272message:MONEY2:w 273 274# MSG_MONEY3 275message:MONEY3:w 276 277# MSG_SHOOT_HIT 278message:SHOOT_HIT:w 279 280# MSG_STORE5 281message:STORE5:w 282 283# MSG_LOCKPICK 284message:LOCKPICK:w 285 286# MSG_DISARM 287message:DISARM:w 288 289# MSG_IDENT_BAD 290message:IDENT_BAD:w 291 292# MSG_IDENT_EGO 293message:IDENT_EGO:w 294 295# MSG_IDENT_ART 296message:IDENT_ART:w 297 298# MSG_BR_ELEMENTS 299# This is used as a generic breath.Another message type should be defined. 300message:BR_ELEMENTS:w 301 302# MSG_BR_FROST 303message:BR_FROST:w 304 305# MSG_BR_ELEC 306message:BR_ELEC:w 307 308# MSG_BR_ACID 309message:BR_ACID:w 310 311# MSG_BR_GAS 312message:BR_GAS:w 313 314# MSG_BR_FIRE 315message:BR_FIRE:w 316 317# MSG_BR_DISEN 318message:BR_DISEN:w 319 320# MSG_BR_CHAOS 321message:BR_CHAOS:w 322 323# MSG_BR_SHARDS 324message:BR_SHARDS:w 325 326# MSG_BR_SOUND 327message:BR_SOUND:w 328 329# MSG_BR_LIGHT 330message:BR_LIGHT:w 331 332# MSG_BR_DARK 333message:BR_DARK:w 334 335# MSG_BR_NETHER 336message:BR_NETHER:w 337 338# MSG_BR_NEXUS 339message:BR_NEXUS:w 340 341# MSG_BR_TIME 342message:BR_TIME:w 343 344# MSG_BR_INERTIA 345message:BR_INERTIA:w 346 347# MSG_BR_GRAVITY 348message:BR_GRAVITY:w 349 350# MSG_BR_PLASMA 351message:BR_PLASMA:w 352 353# MSG_BR_FORCE 354message:BR_FORCE:w 355 356# MSG_SUM_MONSTER 357message:SUM_MONSTER:w 358 359# MSG_SUM_ANGEL 360message:SUM_AINU:w 361 362# MSG_SUM_UNDEAD 363message:SUM_UNDEAD:w 364 365# MSG_SUM_ANIMAL 366message:SUM_ANIMAL:w 367 368# MSG_SUM_SPIDER 369message:SUM_SPIDER:w 370 371# MSG_SUM_HOUND 372message:SUM_HOUND:w 373 374# MSG_SUM_HYDRA 375message:SUM_HYDRA:w 376 377# MSG_SUM_DEMON 378message:SUM_DEMON:w 379 380# MSG_SUM_DRAGON 381message:SUM_DRAGON:w 382 383# MSG_SUM_HI_UNDEAD 384message:SUM_HI_UNDEAD:w 385 386# MSG_SUM_HI_DRAGON 387message:SUM_HI_DRAGON:w 388 389# MSG_SUM_HI_DEMON 390message:SUM_HI_DEMON:w 391 392# MSG_SUM_WRAITH 393message:SUM_WRAITH:w 394 395# MSG_SUM_UNIQUE 396message:SUM_UNIQUE:w 397 398# MSG_WIELD 399message:WIELD:w 400 401# MSG_CURSED 402message:CURSED:w 403 404# MSG_RUNE 405message:RUNE:w 406 407# MSG_HUNGRY 408message:HUNGRY:w 409 410# MSG_NOTICE 411message:NOTICE:w 412 413# MSG_AMBIENT_DAY (sound only) 414message:AMBIENT_DAY:w 415 416# MSG_AMBIENT_NITE (sound only) 417message:AMBIENT_NITE:w 418 419# MSG_AMBIENT_DNG1 (sound only) 420message:AMBIENT_DNG1:w 421 422# MSG_AMBIENT_DNG2 (sound only) 423message:AMBIENT_DNG2:w 424 425# MSG_AMBIENT_DNG3 (sound only) 426message:AMBIENT_DNG3:w 427 428# MSG_AMBIENT_DNG4 (sound only) 429message:AMBIENT_DNG4:w 430 431# MSG_AMBIENT_DNG5 (sound only) 432message:AMBIENT_DNG5:w 433 434# MSG_CREATE_TRAP 435message:CREATE_TRAP:w 436 437# MSG_SHRIEK 438message:SHRIEK:w 439 440# MSG_CAST_FEAR 441message:CAST_FEAR:w 442 443# MSG_HIT_GOOD 444message:HIT_GOOD:w 445 446# MSG_HIT_GREAT 447message:HIT_GREAT:w 448 449# MSG_HIT_SUPERB 450message:HIT_SUPERB:w 451 452# MSG_HIT_HI_GREAT 453message:HIT_HI_GREAT:w 454 455# MSG_HIT_HI_SUPERB 456message:HIT_HI_SUPERB:w 457 458# MSG_SPELL (sound only) 459message:SPELL:w 460 461# MSG_PRAYER (unused) 462message:PRAYER:w 463 464# MSG_KILL_UNIQUE 465message:KILL_UNIQUE:w 466 467# MSG_KILL_KING 468message:KILL_KING:w 469 470# MSG_DRAIN_STAT 471message:DRAIN_STAT:w 472 473# MSG_MULTIPLY (sound only) 474message:MULTIPLY:w 475 476message:BOLD:w 477 478?:1 479