PageRenderTime 45ms CodeModel.GetById 14ms RepoModel.GetById 0ms app.codeStats 0ms

/src/list-object-flags.h

https://github.com/NickMcConnell/Beleriand
C Header | 42 lines | 33 code | 1 blank | 8 comment | 0 complexity | e82ce2634e2b5cff9530c957146d228e MD5 | raw file
  1. /* list-object-flags.h - object flags
  2. *
  3. * Changing flag order will break savefiles. There is a hard-coded limit of
  4. * 32 flags, due to 4 bytes of storage for item flags in the savefile. Flags
  5. * below start from 1 on line 11, so a flag's sequence number is its line
  6. * number minus 10.
  7. */
  8. /* symbol message */
  9. OF(NONE, "")
  10. OF(THROWING, "")
  11. OF(PERFECT_BALANCE, "")
  12. OF(SUSTAIN_STR, "Your %s glows.")
  13. OF(SUSTAIN_INT, "Your %s glows.")
  14. OF(SUSTAIN_WIS, "Your %s glows.")
  15. OF(SUSTAIN_DEX, "Your %s glows.")
  16. OF(SUSTAIN_CON, "Your %s glows.")
  17. OF(SUSTAIN_CHR, "Your %s glows.")
  18. OF(SLOW_DIGEST, "You feel your %s slow your metabolism.")
  19. OF(FEATHER, "Your %s slows your fall.")
  20. OF(REGEN, "You feel your %s speed up your recovery.")
  21. OF(TELEPATHY, "")
  22. OF(SEE_INVIS, "")
  23. OF(FREE_ACT, "Your %s glows.")
  24. OF(HOLD_LIFE, "Your %s glows.")
  25. OF(SEEING, "")
  26. OF(FEARLESS, "")
  27. OF(LIGHT, "")
  28. OF(TWO_HANDED_REQ, "")
  29. OF(TWO_HANDED_DES, "")
  30. OF(BLESSED, "")
  31. OF(IMPACT, "")
  32. OF(ACID_PROOF, "")
  33. OF(ELEC_PROOF, "")
  34. OF(FIRE_PROOF, "")
  35. OF(COLD_PROOF, "")
  36. OF(SHOW_MODS, "")
  37. OF(SHOW_CURSE, "")
  38. OF(PERMA_CURSE, "")
  39. OF(FRAGILE, "")
  40. OF(DARKNESS, "")
  41. OF(CHAOTIC, "")