formatting
This commit is contained in:
parent
a7ed02ce2d
commit
9973693766
1 changed files with 6 additions and 2 deletions
|
|
@ -54,19 +54,23 @@ i'll try to remember to update the web version on my page at the end of every we
|
||||||
|
|
||||||
- (better) vault loot
|
- (better) vault loot
|
||||||
- moved over to using raws and atomised spawn tables into a bunch of sub-categories in the process, like wands, equipment, potions, etc. now there's options for rolling just out of subsets of items - useful for adding a specific spawn to a vault, or ensuring there's always an amount of food on a given level, etc. can also use this in the future for categorising groups of mobs, to only spawn x mobtype on a given map too.
|
- moved over to using raws and atomised spawn tables into a bunch of sub-categories in the process, like wands, equipment, potions, etc. now there's options for rolling just out of subsets of items - useful for adding a specific spawn to a vault, or ensuring there's always an amount of food on a given level, etc. can also use this in the future for categorising groups of mobs, to only spawn x mobtype on a given map too.
|
||||||

|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
- actions with directions
|
- actions with directions
|
||||||
- made a new runstate that prompts the player to pick a direction, and takes a function as an argument. after the player picks a direction, it calls the function with that direction as the args. right now it's being used for door stuff, but now it'll be super easy to make anything else that needs the same parameters
|
- made a new runstate that prompts the player to pick a direction, and takes a function as an argument. after the player picks a direction, it calls the function with that direction as the args. right now it's being used for door stuff, but now it'll be super easy to make anything else that needs the same parameters
|
||||||

|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
- ui stuff
|
- ui stuff
|
||||||
- there's a help screen now with controls, accessed with [?], and a death screen that actually logs some stuff
|
- there's a help screen now with controls, accessed with [?], and a death screen that actually logs some stuff
|
||||||
|
|
||||||

|

|
||||||
- finally, identical items in the inventory stack. i waited with this until figuring out a way that would work with extra parameters in the future like BUC. current solution is using a BTreeMap with a tuple containing the parameters that need to be the same (right now just the name) as the key, and the number of those items in the inventory as the value.
|
- finally, identical items in the inventory stack. i waited with this until figuring out a way that would work with extra parameters in the future like BUC. current solution is using a BTreeMap with a tuple containing the parameters that need to be the same (right now just the name) as the key, and the number of those items in the inventory as the value.
|
||||||
- wand uses are tracked now with a number of asterisks next to their name -- i'll change this once i add in identification
|
- wand uses are tracked now with a number of asterisks next to their name -- i'll change this once i add in identification
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue