mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-18 04:41:27 +01:00
f7f206d697
FASTER BETTER
11 lines
257 B
Plaintext
11 lines
257 B
Plaintext
//Some defines for the rogue miner.
|
|
#define RM_STARTING_DIFF 100
|
|
|
|
#define RM_DIFF_DECAY_TIME 18000
|
|
#define RM_DIFF_DECAY_AMT -50
|
|
|
|
#define RM_DIFF_VALUE_MOB 20
|
|
#define RM_DIFF_VALUE_MOB_HARD 15
|
|
#define RM_DIFF_VALUE_MOB_BOSS 100
|
|
#define RM_DIFF_VALUE_ORE 10
|