Skip to content
cable2999 edited this page May 26, 2017 · 3 revisions

Welcome to the riftshadow32 wiki!

Putting down random ideas and thoughts about future changes:

  1. Revamp Academy
  2. Create an item DB
  3. Create a formula for evaluating gear
  4. Fix limits and non-limits to meet criteria based on gear formula
  5. Make ranking more interesting/difficult without being punishing
  6. Bring Mob HP in line with Player HP.
  7. Give Mob's abilities in line with what they are.
  8. Adjust Mob level to reflect abilities and difficulties.
  9. More wandering/fast tracking mobs.
  10. Nuke XP on kill?
  11. Ability to buy XP with gold.
  12. Milestone XP for 1-20 to get people started
  13. Proceduraly generated content?
  14. Nuke MySQL: Can't do proper git branch/fork with shared database backend for some stuff
  15. Some way for player generated content. Probably gold based.
  16. What is the central tension? Is it between cabals? How do Mob's react? etc.
  17. Make law apply to PCs and NPCs.
    a. Works in Cimar with murder: https://github.com/cable2999/riftshadow32/commit/a1441f41055ab74f37459c1e8d68796aaf747075
  18. Different law progs based on city.
  19. Have map work on a grid system. Every room should have a unique 3d grid location.
  20. Autospoil: Detect non-obvious items like with holy light
  21. 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.
  22. Nuke stat allocation on creation. Just give max stats. a. Completed: https://github.com/cable2999/riftshadow32/commit/753dff3abdf3d18aee650040f71ef7a23ebc8a33
  23. Saves become more stat based? Like 5e?
  24. Paladin paths auto give like specs (at level 1?)
  25. Pledge/autoinduct for cabals.
  26. Lower command count. Collapse a bunch into use. Collapse cast/commune etc.
  27. Better starting prompt
  28. Better starting autos
  29. Allow bots
  30. Allow multi-char up to some limit (3?)
  31. Collapse cures light etc. into mend
  32. 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?
Clone this wiki locally