-
Notifications
You must be signed in to change notification settings - Fork 0
Ideas
cable2999 edited this page May 26, 2017
·
3 revisions
Welcome to the riftshadow32 wiki!
Putting down random ideas and thoughts about future changes:
- Revamp Academy
- Create an item DB
- Create a formula for evaluating gear
- Fix limits and non-limits to meet criteria based on gear formula
- Make ranking more interesting/difficult without being punishing
- Bring Mob HP in line with Player HP.
- Give Mob's abilities in line with what they are.
- Adjust Mob level to reflect abilities and difficulties.
- More wandering/fast tracking mobs.
- Nuke XP on kill?
- Ability to buy XP with gold.
- Milestone XP for 1-20 to get people started
- Proceduraly generated content?
- Nuke MySQL: Can't do proper git branch/fork with shared database backend for some stuff
- Some way for player generated content. Probably gold based.
- What is the central tension? Is it between cabals? How do Mob's react? etc.
- Make law apply to PCs and NPCs.
a. Works in Cimar with murder: https://github.com/cable2999/riftshadow32/commit/a1441f41055ab74f37459c1e8d68796aaf747075 - Different law progs based on city.
- Have map work on a grid system. Every room should have a unique 3d grid location.
- Autospoil: Detect non-obvious items like with holy light
- Don't hide info in general, but don't spoil for those that don't want. If it is open source, wtf is the point.
- Nuke stat allocation on creation. Just give max stats. a. Completed: https://github.com/cable2999/riftshadow32/commit/753dff3abdf3d18aee650040f71ef7a23ebc8a33
- Saves become more stat based? Like 5e?
- Paladin paths auto give like specs (at level 1?)
- Pledge/autoinduct for cabals.
- Lower command count. Collapse a bunch into use. Collapse cast/commune etc.
- Better starting prompt
- Better starting autos
- Allow bots
- Allow multi-char up to some limit (3?)
- Collapse cures light etc. into mend
- Collapse cause light etc. into harm?
Dockerize riftshadow32:
- Allows for easier development/testing as anyone can more quickly spin up the container to test and develop code?
- Gets around the mysql issue by building that into the container allowing for proper git branching at container level that won't fubar the database?