@@ -61,7 +61,7 @@ The [Settings Reference](../docs/SettingsReference.md) contains lists of all dif
6161 "Rule" : " AbilityActionCostAdjusted" ,
6262 "Config" : {
6363 "Zap" : false ,
64- "CourageShanty " : false ,
64+ "StrengthenCourage " : false ,
6565 "Heal" : true
6666 }
6767 },
@@ -159,7 +159,7 @@ The [Settings Reference](../docs/SettingsReference.md) contains lists of all dif
159159 {
160160 "Rule" : " AbilityRandomPieceList" ,
161161 "Config" : {
162- "BeastWhisperer " : [
162+ "NaturesCall " : [
163163 " GoblinRanger" ,
164164 " Slime"
165165 ]
@@ -256,7 +256,7 @@ The [Settings Reference](../docs/SettingsReference.md) contains lists of all dif
256256 {
257257 "Rule" : " CardChestAdditionOverridden" ,
258258 "Config" : {
259- "HeroSorcerer" : [" Strength" , " Speed" , " Bone" , " Fireball" , " Freeze" , " SodiumHydroxide" , " Teleport" , " GodssFury " , " RevealPath" ],
259+ "HeroSorcerer" : [" Strength" , " Speed" , " Bone" , " Fireball" , " Freeze" , " SodiumHydroxide" , " Teleport" , " GodsFury " , " RevealPath" ],
260260 "HeroGuardian" : [" Whirlwind" , " Charge" , " CallCompanion" , " Heal" ]
261261 }
262262 },
@@ -633,16 +633,16 @@ The [Settings Reference](../docs/SettingsReference.md) contains lists of all dif
633633 },
634634 ```
635635
636- #### __ PartyElectricityDamageOverridden __ : Electrical damage between players is zeroed
637- - Electricity Damage from friendly fire is zeroed
636+ #### __ PartyDamageOverridden __ : Electrical damage between players is zeroed and doesn't stun them
637+ - Electricity Damage from friendly fire is zeroed and doesn't stun
638638 - To configure:
639- - Specify ` true ` to remove player on player electrical damage.
639+ - Specify ` true ` to remove player on player electrical damage and stun .
640640
641- ###### _ Example JSON config for PartyElectricityDamageOverridden _
641+ ###### _ Example JSON config for PartyDamageOverridden _
642642
643643 ``` json
644644 {
645- "Rule" : " PartyElectricityDamageOverridden " ,
645+ "Rule" : " PartyDamageOverridden " ,
646646 "Config" : true
647647 },
648648 ```
0 commit comments