luciensadi / AwakeMUD

The Community Edition fork of the 'Awakened Worlds' Shadowrun 3 MUD codebase.
Other
55 stars 31 forks source link

Prep for drone only exit #622

Closed UndeadNappist closed 2 years ago

UndeadNappist commented 2 years ago

Make a new room, flag as ROOM_FREEWAY and shove an astral barrier in the way. Make another exit one-way to the neophyte parking lot. You now have a one-way exit for the drone.

luciensadi commented 2 years ago

Drone-only exits have a lot of prerequisite work that need to be done to make them functional.

The need for this exit stems from weight limits in chargen, so why not just remove weight limits in chargen and give people a warning when they're exceeding them?

UndeadNappist commented 2 years ago

Drone-only exits have a lot of prerequisite work that need to be done to make them functional.

  • A vehicle claim area in the neophyte guild that only allows claiming drone titles
  • A way to ensure that you lose control of vehicles once they leave the guild
  • A way to ensure that you can't resume control vehicles once they leave the guild
  • A proc to drop the value of all items on the drone to zero once they pass that barrier

The need for this exit stems from weight limits in chargen, so why not just remove weight limits in chargen and give people a warning when they're exceeding them?

Sounds good to me, I'll give that a shot.