From b111f67737140d67e3aa9a05fb9c65ed6d803518 Mon Sep 17 00:00:00 2001 From: silverwizard Date: Sat, 20 Apr 2024 23:22:30 -0400 Subject: [PATCH] Fixed Femme/Homme Fatale cost --- src/data/dark_elf/traits.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/dark_elf/traits.json b/src/data/dark_elf/traits.json index ab8c61f..df0dc31 100644 --- a/src/data/dark_elf/traits.json +++ b/src/data/dark_elf/traits.json @@ -10,7 +10,7 @@ "desc": "The Deceptive trait acts as a call-on for Sleight of Hand and Falsehood. However this trait so infuses the liar, he has a hard time telling the truth. Deceptive also incurs a +1 Ob penalty to Oratory, Command tests and a +2 Ob to Ugly Truth or Litany of Fools." }, "Femme Fatale/Homme Fatale": { - "cost": 1, + "cost": 2, "type": "call_on", "desc": "Call-on for Seduction." }, @@ -55,4 +55,4 @@ "type": "die", "desc": "If the Dark Elf character is defeated in a Duel of Wits or a Fight and lives to tell the tale, they may FoRK their Spite into all rolls bent on avenging themselves against their enemy. Humiliating or murdering the enemy–getting revenge upon them–immediately earns the player a bonus persona point, for a total of two: one for a personal goal and one for Vengeful. The Vengeful trait also requires that the Dark Elf have a close relationship with a non-spiteful Elf or a mortal human. It can be familial, romantic or fraternal in nature–but it must be close. It must rankle the Dark Elf that they still live that way." } -} \ No newline at end of file +}