Skip to content

Instantly share code, notes, and snippets.

@Thynix
Created April 15, 2022 10:28
Show Gist options
  • Save Thynix/0ed91d892311be32ec2ef083e4212664 to your computer and use it in GitHub Desktop.
Save Thynix/0ed91d892311be32ec2ef083e4212664 to your computer and use it in GitHub Desktop.
Demeo House Rules
{
"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