mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-04 19:01:17 +01:00
8f654dfcc7
* Kidan Warriors * Linters * Kidan mob AI adjustments and stat adjustments. Kidan Princess Megafauna * Bug spray vulnerability * Ragnarok props and kidan spear update * The ship * Fixes and adjustments * Map update * Linters
27 lines
998 B
Plaintext
27 lines
998 B
Plaintext
// Medal names
|
|
#define BOSS_KILL_MEDAL "Killer"
|
|
#define ALL_KILL_MEDAL "Exterminator" //Killing all of x type
|
|
#define BOSS_KILL_MEDAL_CRUSHER "Crusher"
|
|
|
|
//Defines for boss medals
|
|
#define BOSS_MEDAL_MINER "Blood-drunk Miner"
|
|
#define BOSS_MEDAL_BUBBLEGUM "Bubblegum"
|
|
#define BOSS_MEDAL_COLOSSUS "Colossus"
|
|
#define BOSS_MEDAL_DRAKE "Drake"
|
|
#define BOSS_MEDAL_HIEROPHANT "Hierophant"
|
|
#define BOSS_MEDAL_LEGION "Legion"
|
|
#define BOSS_MEDAL_TENDRIL "Tendril"
|
|
#define BOSS_MEDAL_ROBOT "Ancient Robot"
|
|
#define BOSS_MEDAL_PRINCESS "Princess Zrexx"
|
|
|
|
// Score names
|
|
#define HIEROPHANT_SCORE "Hierophants Killed"
|
|
#define BOSS_SCORE "Bosses Killed"
|
|
#define BUBBLEGUM_SCORE "Bubblegum Killed"
|
|
#define COLOSSUS_SCORE "Colossus Killed"
|
|
#define DRAKE_SCORE "Drakes Killed"
|
|
#define LEGION_SCORE "Legion Killed"
|
|
#define TENDRIL_CLEAR_SCORE "Tendrils Killed"
|
|
#define ROBOT_SCORE "Ancient Robots Killed"
|
|
#define PRINCESS_SCORE "Kidan Princesses Killed"
|