Skip to content

Commit

Permalink
added antipaladin fcb
Browse files Browse the repository at this point in the history
  • Loading branch information
Holic75 committed Dec 6, 2020
1 parent 4937560 commit bad2b7d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ZFavoredClass/Core.cs
Original file line number Diff line number Diff line change
Expand Up @@ -992,15 +992,15 @@ static void addExtraSelectionFavoredClassBonus()
addFavoredClassBonus(createFeatureCopy(Psychic.phrenic_amplification, "Gain 1/6 of a new phrenic amplification.", 3), null, Psychic.psychic_class, 6, half_elf, drow);


var cruelty_fcb = createFeatureCopy(Antipaladin.cruelty, "Gain 1/4 of a new cruelty.", 4);
var cruelty_fcb = createFeatureCopy(Antipaladin.cruelty, "Gain 1/4 of a new cruelty.", 5);
cruelty_fcb.AddComponents(Common.prerequisiteNoArchetype(Antipaladin.insinuator),
Common.prerequisiteNoArchetype(Antipaladin.iron_tyrant)
);
addFavoredClassBonus(cruelty_fcb, null, Antipaladin.antipaladin_class, 5, drow);
addFavoredClassBonus(cruelty_fcb, null, Antipaladin.antipaladin_class, 4, drow);

var greeds_fcb = createFeatureCopy(Antipaladin.greeds, "Gain 1/4 of a new greed.", 4);
var greeds_fcb = createFeatureCopy(Antipaladin.greeds, "Gain 1/4 of a new greed.", 5);
greeds_fcb.AddComponent(Common.createPrerequisiteArchetypeLevel(Antipaladin.insinuator, 1));
addFavoredClassBonus(greeds_fcb, null, Antipaladin.antipaladin_class, 5, drow);
addFavoredClassBonus(greeds_fcb, null, Antipaladin.antipaladin_class, 4, drow);
}


Expand Down

0 comments on commit bad2b7d

Please sign in to comment.