Created
April 15, 2022 10:28
-
-
Save Thynix/0ed91d892311be32ec2ef083e4212664 to your computer and use it in GitHub Desktop.
Demeo House Rules
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Name": "(Custom) Arbor Rockets", | |
"Description": "0 Action Cost and 3 damage for Sorcerer's Zap, long torches, no respawns.", | |
"Rules": [ | |
{ | |
"Rule": "AbilityActionCostAdjusted", | |
"Config": { | |
"Zap": false | |
} | |
}, | |
{ | |
"Rule": "AbilityDamageAdjusted", | |
"Config": { "Zap": 3 } | |
}, | |
{ | |
"Rule": "StatusEffectConfig", | |
"Config": { | |
"effectStateType": "TorchPlayer", | |
"durationTurns": 30 | |
}, | |
}, | |
{ | |
"Rule": "EnemyRespawnDisabled", | |
"Config": true | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment