mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
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
|