mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-02 05:23:01 +00:00
Port: Merge pull request 6900 from VOREStation/vplk-overmap-events
Overmap Events
This commit is contained in:
@@ -14,4 +14,6 @@
|
||||
#define COLOR_ASSEMBLY_LBLUE "#5D99BE"
|
||||
#define COLOR_ASSEMBLY_BLUE "#38559E"
|
||||
#define COLOR_ASSEMBLY_PURPLE "#6F6192"
|
||||
#define COLOR_ASSEMBLY_HOT_PINK "#FF69B4"
|
||||
#define COLOR_ASSEMBLY_HOT_PINK "#FF69B4"
|
||||
|
||||
#define COLOR_ASTEROID_ROCK "#735555"
|
||||
|
||||
16
code/__defines/overmap.dm
Normal file
16
code/__defines/overmap.dm
Normal file
@@ -0,0 +1,16 @@
|
||||
//How far from the edge of overmap zlevel could randomly placed objects spawn
|
||||
#define OVERMAP_EDGE 2
|
||||
|
||||
#define SHIP_SIZE_TINY 1
|
||||
#define SHIP_SIZE_SMALL 2
|
||||
#define SHIP_SIZE_LARGE 3
|
||||
|
||||
//multipliers for max_speed to find 'slow' and 'fast' speeds for the ship
|
||||
#define SHIP_SPEED_SLOW 1/(40 SECONDS)
|
||||
#define SHIP_SPEED_FAST 3/(20 SECONDS)// 15 speed
|
||||
|
||||
#define OVERMAP_WEAKNESS_NONE 0
|
||||
#define OVERMAP_WEAKNESS_FIRE 1
|
||||
#define OVERMAP_WEAKNESS_EMP 2
|
||||
#define OVERMAP_WEAKNESS_MINING 4
|
||||
#define OVERMAP_WEAKNESS_EXPLOSIVE 8
|
||||
Reference in New Issue
Block a user