mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-26 01:11:54 +00:00
* dantalion * my sanity melts * I am a front end engineer * first review pass Co-authored-by: Farie82 <farie82@users.noreply.github.com> Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> * review pass part 2 * fixes and polishes * review * sprites thanks to ramon * todo and power reshuffle * styling + fix * steel review * thrall commune fixes + polish * I hate som * runtime fix + dethrall message * balance patch + jobban support * I clicked on the file bundle and this commit took so long to handle * review Co-authored-by: Farie82 <farie82@users.noreply.github.com> * review Co-authored-by: Farie82 <farie82@users.noreply.github.com> * "last change they say" Co-authored-by: Farie82 <farie82@users.noreply.github.com> * cool animation * AA review Co-authored-by: Farie82 <farie82@users.noreply.github.com> Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
13 lines
812 B
Plaintext
13 lines
812 B
Plaintext
#define SUBCLASS_HEMOMANCER /datum/vampire_subclass/hemomancer
|
|
#define SUBCLASS_GARGANTUA /datum/vampire_subclass/gargantua
|
|
#define SUBCLASS_UMBRAE /datum/vampire_subclass/umbrae
|
|
#define SUBCLASS_DANTALION /datum/vampire_subclass/dantalion
|
|
#define SUBCLASS_ANCIENT /datum/vampire_subclass/ancient
|
|
|
|
#define BLOOD_DRAIN_LIMIT 200 // the amount of blood a vampire can drain from a person.
|
|
#define FULLPOWER_DRAINED_REQUIREMENT 8 // the number of people you need to suck to become full powered.
|
|
#define FULLPOWER_BLOODTOTAL_REQUIREMENT 1000 // the amount of blood you need to suck to get full power.
|
|
|
|
#define VAMPIRE_NULLIFICATION_CAP 120 // the maximum amount a vampire can be nullified naturally.
|
|
#define VAMPIRE_COMPLETE_NULLIFICATION 100 // the point of nullification where vampires can no longer use abilities.
|