Skip to content

Commit dd68d4c

Browse files
Standing-StormBlueflowerss
authored andcommitted
Merge pull request CleverRaven#82987 from Standing-Storm/sunburn-dhampir
[Xedra Evolved] Add Sun-seared dhampir Weakness
1 parent 003e287 commit dd68d4c

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

data/mods/Xedra_Evolved/jmath.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
"type": "jmath_function",
276276
"id": "dhampir_total_weaknesses",
277277
"num_args": 0,
278-
"return": "u_has_trait('DHAMPIR_WEAKNESS_SUN_SENSITIVITY') + u_has_trait('DHAMPIR_WEAKNESS_SLOW_HEALING') + u_has_trait('DHAMPIR_WEAKNESS_ANIMAL_DISCORD') + u_has_trait('DHAMPIR_WEAKNESS_WATER_PAIN') + u_has_trait('DHAMPIR_WEAKNESS_CORPSELIKE_PALLOR') + u_has_trait('DHAMPIR_WEAKNESS_BLOODTHIRST') + u_has_trait('DHAMPIR_WEAKNESS_SLOWER_BLOOD_GAIN') + u_has_trait('DHAMPIR_WEAKNESS_OVERWHELMING_ARROGANCE')"
278+
"return": "u_has_trait('DHAMPIR_WEAKNESS_SUN_SENSITIVITY') + u_has_trait('DHAMPIR_WEAKNESS_SLOW_HEALING') + u_has_trait('DHAMPIR_WEAKNESS_ANIMAL_DISCORD') + u_has_trait('DHAMPIR_WEAKNESS_WATER_PAIN') + u_has_trait('DHAMPIR_WEAKNESS_CORPSELIKE_PALLOR') + u_has_trait('DHAMPIR_WEAKNESS_BLOODTHIRST') + u_has_trait('DHAMPIR_WEAKNESS_SLOWER_BLOOD_GAIN') + u_has_trait('DHAMPIR_WEAKNESS_OVERWHELMING_ARROGANCE') + u_has_trait('DHAMPIR_WEAKNESS_BURNED_BY_THE_SUN')"
279279
},
280280
{
281281
"type": "jmath_function",

data/mods/Xedra_Evolved/mutations/dhampir_eocs.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,8 @@
187187
"DHAMPIR_WEAKNESS_BLOODTHIRST",
188188
"DHAMPIR_WEAKNESS_OVERWHELMING_ARROGANCE",
189189
"DHAMPIR_WEAKNESS_SLOWER_BLOOD_GAIN",
190-
"DHAMPIR_WEAKNESS_LOWER_KCAL_FROM_FOOD"
190+
"DHAMPIR_WEAKNESS_LOWER_KCAL_FROM_FOOD",
191+
"DHAMPIR_WEAKNESS_BURNED_BY_THE_SUN"
191192
],
192193
"type": "mutation",
193194
"true_eocs": [ "EOC_DHAMPIR_GAIN_NEW_WEAKNESS_MESSAGE" ],

data/mods/Xedra_Evolved/mutations/mutations.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@
532532
"type": "mutation",
533533
"id": "DHAMPIR_WEAKNESS_LOWER_KCAL_FROM_FOOD",
534534
"name": { "str": "Weakness: Thirst of the Damned" },
535-
"points": -2,
535+
"points": -3,
536536
"description": "Fresh blood has an energy that mortal food simply cannot compare to. You gain 33% reduced kcal from the food you eat, but additional calories from drinking blood.",
537537
"purifiable": false,
538538
"valid": false,
@@ -547,6 +547,16 @@
547547
"purifiable": false,
548548
"valid": false
549549
},
550+
{
551+
"type": "mutation",
552+
"id": "DHAMPIR_WEAKNESS_BURNED_BY_THE_SUN",
553+
"name": { "str": "Weakness: Sun-Seared" },
554+
"points": -5,
555+
"description": "Your tainted blood flows so strongly that you have inherited the vampire's vulnerability to sunlight. Unless you cover any exposed flesh, the sun will burn you slowly to ash.",
556+
"purifiable": false,
557+
"valid": false,
558+
"flags": [ "SUNBURN" ]
559+
},
550560
{
551561
"type": "mutation",
552562
"id": "VAMPIRE",

0 commit comments

Comments
 (0)