Add new bloodfledge quirk

Adds the Sanguine Metabolism quirk. This is a lite version of Bloodsucker Fledgling with no special powers.
This commit is contained in:
Darius
2024-10-25 02:37:34 -04:00
parent 40302dcff3
commit 77920896a8
4 changed files with 64 additions and 0 deletions
@@ -21,4 +21,8 @@
// BLOCKED: Mechanic
// Bloodsuckers have NO_THIRST trait.
list("Thirsty","Bloodsucker Fledgling"),
// BLOCKED: Duplicate, mechanic
// This is a lite version of the same quirk.
list("Sanguine Metabolism","Bloodsucker Fledgling")
))