mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
* please let this work (#1) * ho * pod nerfed by a pod main * sugone * yea * yer * lotsa stuff * tgui is pain * i don't know * maybe? * god kill me * tailed * wait no i fixed it wrong, this should be better * SCOPE CREEP BABEEEEEEEEEE * sins * mother of all omlettes jack * is it over? * ethereal colors because idk * i think that's it until we find out what else i broke cl ass clean up debug messages last one probably * Revert "i think that's it until we find out what else i broke" This reverts commit574b0e8b75. * last time with gusto * hhh * ho * pod nerfed by a pod main * yer * fix * Revert "fix" This reverts commit 979eddbaa8889a249cc9ff830109757af888e753. * Delete plantpeople.dm * Revert "Merge branch 'dna-blocks-but-like-good' of https://github.com/Chubbygummibear/Yogstation-TG into dna-blocks-but-like-good" This reverts commit1756ff2be6, reversing changes made to05f88bee81. * this shouldn't be in here * missed that * so many little things * please for the love of god work * that might be it * may the future not suffer as we have in the past * higher version because it only updates sometimes * works * reorder those cause yog is snowflake * updated * conflicting mutations fix * alright we're good to go AGAIN * glowy and extendo colors work again * please let this work (#1) * ho * pod nerfed by a pod main * sugone * yea * yer * lotsa stuff * tgui is pain * i don't know * maybe? * god kill me * tailed * wait no i fixed it wrong, this should be better * SCOPE CREEP BABEEEEEEEEEE * sins * mother of all omlettes jack * is it over? * ethereal colors because idk * i think that's it until we find out what else i broke cl ass clean up debug messages last one probably * Revert "i think that's it until we find out what else i broke" This reverts commit574b0e8b75. * last time with gusto * hhh * ho * pod nerfed by a pod main * yer * fix * Revert "fix" This reverts commit 979eddbaa8889a249cc9ff830109757af888e753. * Delete plantpeople.dm * Revert "Merge branch 'dna-blocks-but-like-good' of https://github.com/Chubbygummibear/Yogstation-TG into dna-blocks-but-like-good" This reverts commit1756ff2be6, reversing changes made to05f88bee81. * this shouldn't be in here * missed that * so many little things * please for the love of god work * that might be it * may the future not suffer as we have in the past * works * reorder those cause yog is snowflake * updated * conflicting mutations fix * alright we're good to go AGAIN * glowy and extendo colors work again * it compiles * the adds antags pr is the worst thing i've ever seen * Revert "the adds antags pr is the worst thing i've ever seen" This reverts commitb18dc91a34. * i need github to stop being a shit for 2 seconds * i didn't even need those god dammit * can i go now
34 lines
988 B
Plaintext
34 lines
988 B
Plaintext
//rune colors, for easy reference
|
|
#define RUNE_COLOR_TALISMAN "#0000FF"
|
|
#define RUNE_COLOR_TELEPORT "#551A8B"
|
|
#define RUNE_COLOR_OFFER "#FFFFFF"
|
|
#define RUNE_COLOR_DARKRED "#7D1717"
|
|
#define RUNE_COLOR_MEDIUMRED "#C80000"
|
|
#define RUNE_COLOR_BURNTORANGE "#CC5500"
|
|
#define RUNE_COLOR_RED "#FF0000"
|
|
#define RUNE_COLOR_EMP "#4D94FF"
|
|
#define RUNE_COLOR_SUMMON "#00FF00"
|
|
|
|
//blood magic
|
|
#define MAX_BLOODCHARGE 4
|
|
#define RUNELESS_MAX_BLOODCHARGE 1
|
|
/// percent before rise
|
|
#define CULT_RISEN 0.2
|
|
/// percent before ascend
|
|
#define CULT_ASCENDENT 0.4
|
|
#define BLOOD_SPEAR_COST 150
|
|
#define BLOOD_BARRAGE_COST 300
|
|
#define BLOOD_BEAM_COST 500
|
|
#define METAL_TO_CONSTRUCT_SHELL_CONVERSION 50
|
|
//screen locations
|
|
#define DEFAULT_BLOODSPELLS "6:-29,4:-2"
|
|
#define DEFAULT_BLOODTIP "14:6,14:27"
|
|
#define DEFAULT_TOOLTIP "6:-29,5:-2"
|
|
//misc
|
|
#define SOULS_TO_REVIVE 3
|
|
#define BLOODCULT_EYE "#FF0000"
|
|
//soulstone & construct themes
|
|
#define THEME_CULT "cult"
|
|
#define THEME_WIZARD "wizard"
|
|
#define THEME_HOLY "holy"
|