From 9d9c724d831c1331f3bdf0874b8d2618bd4489e5 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 15 Jun 2019 18:25:16 -0300 Subject: Update Merc. Cards --- db/re/item_db.conf | 116 +++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 112 insertions(+), 4 deletions(-) (limited to 'db') 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; + "> +}, ) -- cgit v1.2.3-60-g2f50