From e4303c63ce2bcd17f7a366d01f98310cf81572c8 Mon Sep 17 00:00:00 2001 From: Dydzio Date: Tue, 25 Jul 2023 17:13:02 +0200 Subject: [PATCH] Add json entries for missing bonuses --- config/bonuses.json | 58 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 57 insertions(+), 1 deletion(-) diff --git a/config/bonuses.json b/config/bonuses.json index 3b55de5b8..66b22babd 100644 --- a/config/bonuses.json +++ b/config/bonuses.json @@ -35,6 +35,14 @@ } }, + "BLOCKS_RANGED_RETALIATION": + { + "graphics": + { + "icon": "zvs/Lib1.res/RANGEDBLOCK" + } + }, + "BLOCKS_RETALIATION": { "graphics": @@ -100,6 +108,14 @@ } }, + "DESTRUCTION": + { + "graphics": + { + "icon": "zvs/Lib1.res/DESTROYER" + } + }, + "DOUBLE_DAMAGE_CHANCE": { "graphics": @@ -168,7 +184,15 @@ "icon": "zvs/Lib1.res/FireShield" } }, - + + "FIRST_STRIKE": + { + "graphics": + { + "icon": "zvs/Lib1.res/FIRSTSTRIKE" + } + }, + "FEAR": { "graphics": @@ -396,6 +420,14 @@ "hidden": true }, + "RANGED_RETALIATION": + { + "graphics": + { + "icon": "zvs/Lib1.res/RANGEDCOUNTER" + } + }, + "RECEPTIVE": { "graphics": @@ -427,6 +459,14 @@ "icon": "zvs/Lib1.res/E_SHOOT" } }, + + "SHOOTS_ALL_ADJACENT": + { + "graphics": + { + "icon": "zvs/Lib1.res/AREASHOT" + } + }, "SOUL_STEAL": { @@ -492,6 +532,14 @@ } }, + "SUMMON_GUARDIANS": + { + "graphics": + { + "icon": "zvs/Lib1.res/SUMMONGUARDS" + } + }, + "TWO_HEX_ATTACK_BREATH": { "graphics": @@ -543,6 +591,14 @@ { "icon": "zvs/Lib1.res/E_SPWATER1" } + }, + + "WIDE_BREATH": + { + "graphics": + { + "icon": "zvs/Lib1.res/MEGABREATH" + } } }