My first attempt at a text roguelike game.
Go to file
Rob Pearce fa9071ab69 - [+] bug: mammoan warrior with spear not agile enough to use starting
weapon!
- [+] new option when chatting:
    - [+] "care to trade knowledge?"
        - [+] works if:
            - [+] you have a skill which they don't know (or a spell
                  which they don't know)
                - [+] otherwise "there is nothing you can teach me."
            - [+] AND ONE OF
            - [+] works if they know a spell which you don't know (but
                  are able to learn)
            - [+] works if they have the same skills as you, but better,
            - [+] works if they have the a skill which you don't, AND
                  they are >= adept
                - [+] otherwise "i fear there is nothing useful i can
                      teach you"
        - [+] TEST
        - [+] can only do this once per person ("i have nothign more i
              can teach you")
        - [+] if high speech, you can pick what to learn. otherwise
              it's random.
        - [+] bug: human rogue asking to learn 'summon weapon' but not
              skilled in summoning!!!
        - [+] TEST AGAIN!
- [+] speech skill determines what you can ask people about!
    - [+] nov:any dangers?
    - [+] beg:any useful items around?
    - [+] ad:trade knowledge? 
    - [+] sk:join me?
    - [+] (but make skillchecks harder otherwise by the time you get
          the rigth speech skill level, you'll always pass!)
2012-01-21 00:35:04 +00:00
data - [+] weapon/armour shop: 2012-01-20 02:46:34 +00:00
doc - [+] increase accuracy of blessed firearms ? 2012-01-18 23:11:55 +00:00
vaults - [+] replace "fireplace" with "brazier" 2012-01-17 20:46:23 +00:00
Makefile - [+] CRASH in killflag() 2011-12-16 19:54:08 +00:00
ai.c - [+] replace "fireplace" with "brazier" 2012-01-17 20:46:23 +00:00
ai.h - [+] in shops, show 'ESC when done, ? to describe/purchase' 2012-01-10 03:40:43 +00:00
attack.c - [+] weapon/armour shop: 2012-01-20 02:46:34 +00:00
attack.h - [+] make ring of invisibility also drain your hp! 2012-01-12 01:28:07 +00:00
data.c - [+] bug: mammoan warrior with spear not agile enough to use starting 2012-01-21 00:35:04 +00:00
data.h - [+] increase accuracy of blessed firearms ? 2012-01-18 23:11:55 +00:00
defs.h - [+] bug: mammoan warrior with spear not agile enough to use starting 2012-01-21 00:35:04 +00:00
flag.c - [+] make ring of invisibility also drain your hp! 2012-01-12 01:28:07 +00:00
flag.h - [+] make ring of invisibility also drain your hp! 2012-01-12 01:28:07 +00:00
god.c - [+] monsters vulnerable to lightning 2012-01-19 03:42:10 +00:00
god.h - [+] increase accuracy of blessed firearms ? 2012-01-18 23:11:55 +00:00
io.c - [+] bug: mammoan warrior with spear not agile enough to use starting 2012-01-21 00:35:04 +00:00
io.h - [+] increase accuracy of blessed firearms ? 2012-01-18 23:11:55 +00:00
lf.c - [+] bug: mammoan warrior with spear not agile enough to use starting 2012-01-21 00:35:04 +00:00
lf.h - [+] bug: mammoan warrior with spear not agile enough to use starting 2012-01-21 00:35:04 +00:00
map.c - [+] weapon/armour shop: 2012-01-20 02:46:34 +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 - [+] monsters vulnerable to lightning 2012-01-19 03:42:10 +00:00
move.h added bazaar vault. 2011-12-09 00:37:02 +00:00
nexus.c - [+] increase accuracy of blessed firearms ? 2012-01-18 23:11:55 +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 - [+] weapon/armour shop: 2012-01-20 02:46:34 +00:00
objects.h - [+] monsters vulnerable to lightning 2012-01-19 03:42:10 +00:00
save.c - [+] in shops, show 'ESC when done, ? to describe/purchase' 2012-01-10 03:40:43 +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 - [+] bug: mammoan warrior with spear not agile enough to use starting 2012-01-21 00:35:04 +00:00
spell.h - [+] weapon skill of sk_skilled or high gives you a chance to block 2011-12-12 16:40:17 +00:00
text.c - [+] replace "fireplace" with "brazier" 2012-01-17 20:46:23 +00:00
text.h - [+] replace "fireplace" with "brazier" 2012-01-17 20:46:23 +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