summaryrefslogtreecommitdiff
path: root/db/re/item_db.conf
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-24 10:22:30 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-24 10:22:30 -0300
commit46c91fc3b4a6f84234117c09b46a76e8e9b41219 (patch)
treef0ba05a04464f0cfa70b9123af2713eb486e78c4 /db/re/item_db.conf
parent562b1e1a94eda490d956933f78ed6502c87f5496 (diff)
downloadserverdata-46c91fc3b4a6f84234117c09b46a76e8e9b41219.tar.gz
serverdata-46c91fc3b4a6f84234117c09b46a76e8e9b41219.tar.bz2
serverdata-46c91fc3b4a6f84234117c09b46a76e8e9b41219.tar.xz
serverdata-46c91fc3b4a6f84234117c09b46a76e8e9b41219.zip
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
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r--db/re/item_db.conf180
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";
+ ">
+},
)