mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Co-authored-by: CHOMPStation2 <chompsation2@gmail.com> Co-authored-by: Selis <selis@xynolabs.com>
16 lines
456 B
Plaintext
16 lines
456 B
Plaintext
#define VORE_SOUND_FALLOFF 0.1
|
|
#define VORE_SOUND_RANGE 3
|
|
|
|
#define HOLO_ORIGINAL_COLOR null //Original hologram color: "#7db4e1"
|
|
#define HOLO_HARDLIGHT_COLOR "#d97de0"
|
|
#define HOLO_ORIGINAL_ALPHA 120
|
|
#define HOLO_HARDLIGHT_ALPHA 200
|
|
|
|
#define BELLIES_MAX 40
|
|
#define BELLIES_NAME_MIN 2
|
|
#define BELLIES_NAME_MAX 40
|
|
#define BELLIES_DESC_MAX 4096
|
|
#define FLAVOR_MAX 400
|
|
|
|
#define VORE_VERSION 2 //This is a Define so you don't have to worry about magic numbers.
|