Skip to content

Random space structures

Rob Nelson requested to merge pull/8683/vaults into Bleeding-Edge

Created by: unid15

  • At the beginning of each round, a random number of pre-mapped structures (later - vaults) is placed around the map
  • Exact amount is rand(1,(number of possible vaults)), maximum amount is 10 (unless somebody adds more areas)
  • Vaults are stored in maps/randomVaults/ as .dmm files
  • The vaults are only placed in designated areas around the map
  • Each area can only house one vault inside
  • This PR includes 5 high quality vaults: stash in an asteroid (guns=toys), ice cream truck crash, hivebot factory, clown base, ruined RUST generator by @PJB3005
  • Ice cream truck crash has 3 temp guns (guarded by 6 polar bears)
  • Asteroid stash has some chest mimics and a bat helmet
  • Hivebot factory has three superglue bottles, a fireaxe, an assault rifle and a syndicate flaregun. The assault rifle is guarded by tons of hivebots, superglue is guarded by two cyber horrors. Fireaxe and syndicate flaregun are hidden in a tiny r-wall room with a cyberhorror.
  • Clown base has a bunch of powerful banana peels, a buttbot, H.O.N.K weapons and a genuine clown PDA hidden

STATUS:

  • works and 100% tested
  • vaults may still need some work

Merge request reports