Change arcane jammer so it only has a chance of preventing spells

This commit is contained in:
Electroblob77
2020-05-31 23:16:57 +01:00
parent 31eed1cb48
commit ef222e66f2
5 changed files with 61 additions and 11 deletions
@@ -113,7 +113,8 @@
"misc.book_open": {"category": "player", "sounds": ["ebwizardry:book"]},
"misc.freeze": {"category": "spells", "sounds": ["ebwizardry:freeze"]},
"misc.spell_fail": {"category": "spells", "sounds": ["random/fizz"]},
"spell.agility": {"category": "spells", "sounds": ["ebwizardry:heal"]},
"spell.arc": {"category": "spells", "sounds": ["ebwizardry:arc1", "ebwizardry:arc2", "ebwizardry:arc3"]},
"spell.arcane_jammer": {"category": "spells", "sounds": ["ebwizardry:effect1", "ebwizardry:effect2"]},
@@ -18,6 +18,7 @@
"cooldown": 50,
"base_properties": {
"range": 10,
"effect_duration": 300
"effect_duration": 300,
"effect_strength": 0
}
}