Commit Graph

68 Commits

Author SHA1 Message Date
83a18cfd63 Improve effect system, including messages when effects wear off. 2023-10-14 22:23:06 +11:00
925deba57e Implement scavenge command 2023-10-06 22:32:15 +11:00
50f23e1c56 Implement corporate HQs 2023-10-01 16:34:25 +11:00
546f19d3cb More journals, including concept of ones for visiting a room 2023-09-27 23:22:37 +10:00
90a6b3f31b Add a hospital that can heal players who can't heal themselves 2023-09-26 22:33:41 +10:00
92d7b22921 Add wristpad hack concept - enhancements to characters.
And add one hidden in the computer museum.
2023-09-23 23:55:29 +10:00
6dc4a870fc Implement computer museum puzzle. 2023-09-20 23:56:28 +10:00
4467707d4a Start work on a new computer museum zone. The puzzle and reward are
still TODO.
2023-09-17 22:13:19 +10:00
704b760c52 Make water more thirst-quenching. 2023-09-15 21:32:04 +10:00
2beaf0d2af Slow down when urges are high.
Also fix a few issues with concurrency errors from the DB.
2023-09-14 22:52:24 +10:00
3e4e448404 Implement sit command. 2023-09-02 23:48:43 +10:00
3023b5317a Add a fill command to fill bottles etc... 2023-08-12 01:36:46 +10:00
fab18d604e Implement hunger, eating, and drinking. 2023-08-05 01:51:42 +10:00
590d4640dd Implement craft on benches
Initially just a stove
Also update Rust.
2023-07-24 22:46:50 +10:00
bfc1d4d4b5 Allow putting things in containers.
Includes rules on what you can place, and weight / capacity limits.
2023-07-16 13:37:29 +10:00
ea45530a39 Apply limits on carrying capacity, and make roboporter strong. 2023-07-11 21:23:34 +10:00
e83cc19698 Allow hiring NPCs (roboporters) to carry heavy stuff!
Note that I still have to implement carrying weight calculation, so it
isn't yet as useful as it will be eventually!
2023-07-06 22:34:01 +10:00
261151881d Refactor to move command queue to item.
This is the start of being able to implement following in a way that
works for NPCs, but it isn't finished yet. It does mean NPCs can do
things like climb immediately, and will make it far simpler for NPCs
to do other player-like actions in the future.
2023-06-20 22:53:46 +10:00
3292dcc13b Implement delete command to reset or destroy a character. 2023-06-07 22:38:46 +10:00
cf0d2f740b Apply dodge penalty from armour. 2023-05-28 21:59:09 +10:00
2747dddd90 Allow buying, wearing and removing clothes.
Step 2 will be to make clothes serve a functional purpose as armour.
2023-05-23 20:37:27 +10:00
79b0ed8540 Implement a climbing system. 2023-05-21 22:31:52 +10:00
078519be95 Add journal system
Also fix up bugs with navigation during death, and awarding payouts when
you don't get any XP.
2023-05-16 22:02:42 +10:00
936fcc6dde Refactor to make death more than a boolean (what organs left) 2023-04-23 22:31:31 +10:00
ed3d77dcbe Allow (un)installation of scanlocks. 2023-04-21 23:33:23 +10:00
62f5457d3a Open doors automatically on movement. 2023-04-16 22:12:19 +10:00
131512fbf6 Allow doors to open. 2023-04-16 01:54:03 +10:00
0ccf9a3adc Allow renting apartments at CoK building. 2023-04-08 23:51:18 +10:00
ff5e80398a Let people list their current consents. 2023-04-02 12:30:50 +10:00
7d1d6675b7 Allow corps to consent to fight each other.
Note it doesn't actually do anything yet - that's coming!
2023-03-27 22:41:39 +11:00
d35bbbad53 Implement messaging to corps. 2023-03-26 22:29:39 +11:00
cd0f9661d1 Add corp promote and corp info commands. 2023-03-26 00:51:21 +11:00
3bd0412e4a Allow people to join, leave, and fire from corps. 2023-03-25 00:58:19 +11:00
cb05843ee9 Add ability to invite people to corps. 2023-03-19 22:59:35 +11:00
8084b020c3 Show someones primary corp in who. 2023-03-19 15:41:48 +11:00
929a64f93e Allow creation of new corps. 2023-03-19 00:04:59 +11:00
b96fc2e772 Enable PvP fighting. 2023-03-13 15:23:07 +11:00
73d92e3074 Let items become something else on exhaustion. 2023-03-02 23:25:08 +11:00
caa3d84081 Allow checking score and status. 2023-02-26 22:34:26 +11:00
369b07474a Support paging. 2023-02-26 17:01:05 +11:00
863ba692f4 Possessions eventually expire if dropped in a public place. 2023-02-26 02:01:48 +11:00
385d2d1fd8 Implement use command for trauma kits. 2023-02-25 23:49:46 +11:00
70dae5b853 Look shows health and charges. 2023-02-23 22:55:02 +11:00
b28ea26d8a Use correct indefinite article in possession descriptions. 2023-02-20 00:02:29 +11:00
f21f574ebb Implement capacity limit system. 2023-02-03 23:26:24 +11:00
985f93ca08 Implement buying possessions. 2023-01-30 22:28:43 +11:00
2053c9cbb3 Add who command. 2023-01-28 23:00:53 +11:00
a3ea381438 Support player recloning + NPCs can wander and aggro. 2023-01-27 00:36:49 +11:00
e6e712e255 Make dead NPCs auto-respawn. 2023-01-23 22:52:01 +11:00
165f5671ac Implement health and death. 2023-01-22 22:43:44 +11:00