diff options
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 180 |
1 files changed, 174 insertions, 6 deletions
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"; + "> +}, ) |