From 46c91fc3b4a6f84234117c09b46a76e8e9b41219 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 24 Dec 2021 10:22:30 -0300 Subject: Prepare 4 new scroll types based on Guild skills. Level C applies to all friendlies - covering homuns and mercs. Otherwise, Level C and Level B have similar effects, unlike Magnus Heal C --- db/re/item_db.conf | 180 +++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 174 insertions(+), 6 deletions(-) (limited to 'db/re') diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 91181b120..cc3d16010 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -19003,8 +19003,8 @@ item_db: ( AegisName: "ScrollMagnusHealA" Name: "Scroll Magnus Heal" Type: "IT_USABLE" - Buy: 25000 - Sell: 250 + Buy: 20000 + Sell: 200 Weight: 10 Refine: false Delay: 1500 @@ -19019,8 +19019,8 @@ item_db: ( AegisName: "ScrollMagnusHealB" Name: "Scroll Magnus Heal+" Type: "IT_USABLE" - Buy: 25000 - Sell: 250 + Buy: 40000 + Sell: 400 Weight: 10 Refine: false Delay: 1500 @@ -19035,8 +19035,8 @@ item_db: ( AegisName: "ScrollMagnusHealC" Name: "Scroll Magnus Heal++" Type: "IT_USABLE" - Buy: 25000 - Sell: 250 + Buy: 75000 + Sell: 750 Weight: 10 Refine: false Delay: 1500 @@ -19046,6 +19046,174 @@ item_db: ( callfunc "HUB_SkillInvoke"; "> }, +{ + Id: 8040 + AegisName: "ScrollAngelLightA" + Name: "Scroll Angel Light" + Type: "IT_USABLE" + Buy: 20000 + Sell: 200 + Weight: 10 + Refine: false + Delay: 1500 + Script: <" + callfunc "GD_regenerating", 1, "filter_sameguildorparty"; + "> +}, +{ + Id: 8041 + AegisName: "ScrollAngelLightB" + Name: "Scroll Angel Light+" + Type: "IT_USABLE" + Buy: 40000 + Sell: 400 + Weight: 10 + Refine: false + Delay: 1500 + Script: <" + callfunc "GD_regenerating", 5, "filter_sameguildorparty"; + "> +}, +{ + Id: 8042 + AegisName: "ScrollAngelLightC" + Name: "Scroll Angel Light++" + Type: "IT_USABLE" + Buy: 75000 + Sell: 750 + Weight: 10 + Refine: false + Delay: 1500 + Script: <" + callfunc "GD_regenerating", 5, "filter_friendly"; + "> +}, +{ + Id: 8043 + AegisName: "ScrollBattlePlansA" + Name: "Scroll Battle Plans" + Type: "IT_USABLE" + Buy: 20000 + Sell: 200 + Weight: 10 + Refine: false + Delay: 1500 + Script: <" + callfunc "GD_atkboost", 1, "filter_sameguildorparty"; + "> +}, +{ + Id: 8044 + AegisName: "ScrollBattlePlansB" + Name: "Scroll Battle Plans+" + Type: "IT_USABLE" + Buy: 40000 + Sell: 400 + Weight: 10 + Refine: false + Delay: 1500 + Script: <" + callfunc "GD_atkboost", 5, "filter_sameguildorparty"; + "> +}, +{ + Id: 8045 + AegisName: "ScrollBattlePlansC" + Name: "Scroll Battle Plans++" + Type: "IT_USABLE" + Buy: 75000 + Sell: 750 + Weight: 10 + Refine: false + Delay: 1500 + Script: <" + callfunc "GD_atkboost", 5, "filter_friendly"; + "> +}, +{ + Id: 8046 + AegisName: "ScrollDefenseBlessA" + Name: "Scroll Defense Bless" + Type: "IT_USABLE" + Buy: 20000 + Sell: 200 + Weight: 10 + Refine: false + Delay: 1500 + Script: <" + callfunc "GD_defboost", 1, "filter_sameguildorparty"; + "> +}, +{ + Id: 8047 + AegisName: "ScrollDefenseBlessB" + Name: "Scroll Defense Bless+" + Type: "IT_USABLE" + Buy: 40000 + Sell: 400 + Weight: 10 + Refine: false + Delay: 1500 + Script: <" + callfunc "GD_defboost", 5, "filter_sameguildorparty"; + "> +}, +{ + Id: 8048 + AegisName: "ScrollDefenseBlessC" + Name: "Scroll Defense Bless++" + Type: "IT_USABLE" + Buy: 75000 + Sell: 750 + Weight: 10 + Refine: false + Delay: 1500 + Script: <" + callfunc "GD_defboost", 5, "filter_friendly"; + "> +}, +{ + Id: 8049 + AegisName: "ScrollCriticalFortuneA" + Name: "Scroll Critical Fortune" + Type: "IT_USABLE" + Buy: 20000 + Sell: 200 + Weight: 10 + Refine: false + Delay: 1500 + Script: <" + callfunc "GD_critboost", 1, "filter_sameguildorparty"; + "> +}, +{ + Id: 8050 + AegisName: "ScrollCriticalFortuneB" + Name: "Scroll Critical Fortune+" + Type: "IT_USABLE" + Buy: 40000 + Sell: 400 + Weight: 10 + Refine: false + Delay: 1500 + Script: <" + callfunc "GD_critboost", 5, "filter_sameguildorparty"; + "> +}, +{ + Id: 8051 + AegisName: "ScrollCriticalFortuneC" + Name: "Scroll Critical Fortune++" + Type: "IT_USABLE" + Buy: 75000 + Sell: 750 + Weight: 10 + Refine: false + Delay: 1500 + Script: <" + callfunc "GD_critboost", 5, "filter_friendly"; + "> +}, ) -- cgit v1.2.3-60-g2f50