summaryrefslogtreecommitdiff
path: root/db/re/item_db.conf
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-06-15 18:25:16 -0300
committerJesusaves <cpntb1@ymail.com>2019-06-15 18:25:16 -0300
commit9d9c724d831c1331f3bdf0874b8d2618bd4489e5 (patch)
treeb0697b9e3f09f63419419f5d4fbb4ad6eb77031f /db/re/item_db.conf
parentacc6d940981631d85197334874f26791428e0606 (diff)
downloadserverdata-9d9c724d831c1331f3bdf0874b8d2618bd4489e5.tar.gz
serverdata-9d9c724d831c1331f3bdf0874b8d2618bd4489e5.tar.bz2
serverdata-9d9c724d831c1331f3bdf0874b8d2618bd4489e5.tar.xz
serverdata-9d9c724d831c1331f3bdf0874b8d2618bd4489e5.zip
Update Merc. Cards
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r--db/re/item_db.conf116
1 files changed, 112 insertions, 4 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index d42978ae6..dc10b4aa1 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -12762,8 +12762,8 @@ item_db: (
},
{
Id: 7511
- AegisName: "MercCard_DragonStar"
- Name: "Dragon Star Card"
+ AegisName: "MercCard_Lilanna"
+ Name: "Lilanna Card"
Type: "IT_USABLE"
Buy: 70000
Sell: 3500
@@ -12778,6 +12778,42 @@ item_db: (
getitem MercBoxA, 1;
">
},
+{
+ Id: 7512
+ AegisName: "MercCard_Woody"
+ Name: "Woody Card"
+ Type: "IT_USABLE"
+ Buy: 70000
+ Sell: 3500
+ Weight: 5
+ Refine: false
+ ViewSprite: 7512
+ Delay: 500
+ UseEffect: 23 // TODO FIXME: We should add to db/constants.conf instead of using numbers
+ Script: <"
+ mercenary_create 1191, 600000;
+ if (rand(1,5) == 4)
+ getitem MercBoxA, 1;
+ ">
+},
+{
+ Id: 7513
+ AegisName: "MercCard_Xanthem"
+ Name: "Xanthem Card"
+ Type: "IT_USABLE"
+ Buy: 70000
+ Sell: 3500
+ Weight: 5
+ Refine: false
+ ViewSprite: 7513
+ Delay: 500
+ UseEffect: 23 // TODO FIXME: We should add to db/constants.conf instead of using numbers
+ Script: <"
+ mercenary_create 1210, 600000;
+ if (rand(1,5) == 4)
+ getitem MercBoxA, 1;
+ ">
+},
{
Id: 7530
@@ -12817,8 +12853,8 @@ item_db: (
},
{
Id: 7532
- AegisName: "MercCard_Swezanne"
- Name: "Swezanne Card"
+ AegisName: "MercCard_DragonStar"
+ Name: "Dragon Star Card"
Type: "IT_USABLE"
Buy: 60000
Sell: 3000
@@ -12833,6 +12869,24 @@ item_db: (
getitem MercBoxA, 1;
">
},
+{
+ Id: 7533
+ AegisName: "MercCard_Swezanne"
+ Name: "Swezanne Card"
+ Type: "IT_USABLE"
+ Buy: 60000
+ Sell: 3000
+ Weight: 5
+ Refine: false
+ ViewSprite: 7533
+ Delay: 500
+ UseEffect: 23 // TODO FIXME: We should add to db/constants.conf instead of using numbers
+ Script: <"
+ mercenary_create 1209, 600000;
+ if (rand(1,5) == 4)
+ getitem MercBoxA, 1;
+ ">
+},
{
Id: 7550
@@ -12888,6 +12942,24 @@ item_db: (
getitem MercBoxA, 1;
">
},
+{
+ Id: 7553
+ AegisName: "MercCard_Arthur"
+ Name: "Arthur Card"
+ Type: "IT_USABLE"
+ Buy: 50000
+ Sell: 2500
+ Weight: 5
+ Refine: false
+ ViewSprite: 7553
+ Delay: 500
+ UseEffect: 23 // TODO FIXME: We should add to db/constants.conf instead of using numbers
+ Script: <"
+ mercenary_create 1208, 600000;
+ if (rand(1,5) == 4)
+ getitem MercBoxA, 1;
+ ">
+},
{
Id: 7570
@@ -12943,6 +13015,24 @@ item_db: (
getitem MercBoxA, 1;
">
},
+{
+ Id: 7573
+ AegisName: "MercCard_EarthWitch"
+ Name: "Earth Witch Card"
+ Type: "IT_USABLE"
+ Buy: 40000
+ Sell: 2000
+ Weight: 5
+ Refine: false
+ ViewSprite: 7573
+ Delay: 500
+ UseEffect: 23 // TODO FIXME: We should add to db/constants.conf instead of using numbers
+ Script: <"
+ mercenary_create 1207, 600000;
+ if (rand(1,5) == 4)
+ getitem MercBoxA, 1;
+ ">
+},
{
Id: 7590
@@ -12998,6 +13088,24 @@ item_db: (
getitem MercBoxA, 1;
">
},
+{
+ Id: 7593
+ AegisName: "MercCard_Rosa"
+ Name: "Rosa Card"
+ Type: "IT_USABLE"
+ Buy: 30000
+ Sell: 1500
+ Weight: 5
+ Refine: false
+ ViewSprite: 7593
+ Delay: 500
+ UseEffect: 23 // TODO FIXME: We should add to db/constants.conf instead of using numbers
+ Script: <"
+ mercenary_create 1206, 600000;
+ if (rand(1,5) == 4)
+ getitem MercBoxA, 1;
+ ">
+},
)