My first attempt at a text roguelike game.
Go to file
Rob Pearce a4ac951f15 - [+] remove "inscribe" spell for now.
- [+] beginner perception should let you see next to you.
- [+] fix trail directions when checking stairs
- [+] make labyrinth vault be a proper labyrinth shape
- [+] 'spark' should affect floor obs even if there is a lf there.
- [+] cursed scroll of awareness should blind you for 10-20 turns.
- [+] bug: monsters trying to flee through locked drainage grate.s
- [+] new god: Bjorn the battlelord
    - [+] Pray effects:
        - [+] bless weapon
        - [+] bezerk 
        - [+] true strike
        - [+] haste
    - [+] Likes: battles (ie. kill last enemy in lof)
    - [+] Dislike:
        - [+] calming
        - [+] poison
        - [+] magic (wands, spells etc)
        - [+] retreat (moving away with back turned) "Coward!"
    - [+] gifts:
        - [+] weapons, armour
    - [+] sacrifice:
        - [+] untouched battle spoils
        - [+] after dropping objects, add f_battlespoils if YOU killed
              the ownert.
        - [+] remove this if/when the object gets moved again
        - [+] splatter blood
    - [+] minor anger:
        - [+] rust your armour / weapon
    - [+] major anger:
        - [+] destroy your armour
        - [+] destroy your weapon
        - [+] summon lots of enemies
- [+] new god: Lumara - fem, magic
    - [+] likes:
        - [+] most things which train magic skills
            - [+] ie. casting spells
        - [+] using wands
        - [+] reading scrolls
    - [+] dislikes:
        - [+] missile weapons
    - [+] pray:
        - [+] restore mp if low
        - [+] identify books/scrolls
        - [+] remove curses
    - [+] gift:
        - [+] spellbooks
        - [+] manuals of spell schools
        - [+] extra mp
    - [+] angry minor:
        - [+] lose mp
        - [+] forget a spell
    - [+] angry:
        - [+] spells stop working (100% failure chance)
        - [+] forget all spells
        - [+] polymorph you into something bad
    - [+] sacrifice
        - [+] weapons / armour
2012-01-25 09:20:15 +00:00
data - [+] remove "inscribe" spell for now. 2012-01-25 09:20:15 +00:00
doc - [+] remove "inscribe" spell for now. 2012-01-25 09:20:15 +00:00
vaults - [+] remove "inscribe" spell for now. 2012-01-25 09:20:15 +00:00
Makefile - [+] CRASH in killflag() 2011-12-16 19:54:08 +00:00
ai.c - [+] remove "inscribe" spell for now. 2012-01-25 09:20:15 +00:00
ai.h - [+] in shops, show 'ESC when done, ? to describe/purchase' 2012-01-10 03:40:43 +00:00
attack.c - [+] remove "inscribe" spell for now. 2012-01-25 09:20:15 +00:00
attack.h - [+] increase damage for missiles 2012-01-24 20:38:59 +00:00
data.c - [+] remove "inscribe" spell for now. 2012-01-25 09:20:15 +00:00
data.h - [+] increase accuracy of blessed firearms ? 2012-01-18 23:11:55 +00:00
defs.h - [+] remove "inscribe" spell for now. 2012-01-25 09:20:15 +00:00
flag.c - [+] remove "inscribe" spell for now. 2012-01-25 09:20:15 +00:00
flag.h - [+] make ring of invisibility also drain your hp! 2012-01-12 01:28:07 +00:00
god.c - [+] remove "inscribe" spell for now. 2012-01-25 09:20:15 +00:00
god.h - [+] increase accuracy of blessed firearms ? 2012-01-18 23:11:55 +00:00
io.c - [+] remove "inscribe" spell for now. 2012-01-25 09:20:15 +00:00
io.h - [+] increase accuracy of blessed firearms ? 2012-01-18 23:11:55 +00:00
lf.c - [+] remove "inscribe" spell for now. 2012-01-25 09:20:15 +00:00
lf.h - [+] remove "inscribe" spell for now. 2012-01-25 09:20:15 +00:00
map.c - [+] increase damage for missiles 2012-01-24 20:38:59 +00:00
map.h - [+] replace "fireplace" with "brazier" 2012-01-17 20:46:23 +00:00
mod_ob.txt initial checkin 2010-12-02 01:17:54 +00:00
move.c - [+] remove "inscribe" spell for now. 2012-01-25 09:20:15 +00:00
move.h - [+] remove "inscribe" spell for now. 2012-01-25 09:20:15 +00:00
nexus.c - [+] remove "inscribe" spell for now. 2012-01-25 09:20:15 +00:00
nexus.h - [+] prevent ALL overlapping rooms! 2012-01-03 01:21:22 +00:00
object.h initial checkin 2010-12-02 01:17:54 +00:00
object_ideas.txt Updates 2011-01-31 19:16:13 +00:00
objects.c - [+] remove "inscribe" spell for now. 2012-01-25 09:20:15 +00:00
objects.h - [+] remove "inscribe" spell for now. 2012-01-25 09:20:15 +00:00
save.c - [+] remove "inscribe" spell for now. 2012-01-25 09:20:15 +00:00
save.h - [+] bug in movement speed display for monsters 2011-08-25 09:01:28 +00:00
shops.c - [+] weapon/armour shop: 2012-01-20 02:46:34 +00:00
shops.h - [+] weapon/armour shop: 2012-01-20 02:46:34 +00:00
spell.c - [+] remove "inscribe" spell for now. 2012-01-25 09:20:15 +00:00
spell.h - [+] remove "inscribe" spell for now. 2012-01-25 09:20:15 +00:00
text.c - [+] increase damage for missiles 2012-01-24 20:38:59 +00:00
text.h - [+] increase damage for missiles 2012-01-24 20:38:59 +00:00
vault.c - [+] when we restart map creatuion due to failed fix_reachability, 2012-01-12 05:16:01 +00:00
vault.h - [+] allies should always give out info without payment 2012-01-06 00:20:57 +00:00