From 09ec109cb3543163cf18e9aa7d8d27d103213b2e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 25 Feb 2021 18:27:11 -0300 Subject: Due to new art, the standard Mercenary Boxsets may, indeed, give you 2 cards. The second card will almost always be of same rarity as the boxset itself. --- db/re/item_db.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'db') diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 8d61499d1..4ea3a03c1 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -15442,6 +15442,8 @@ item_db: ( .@v5=6250; } callfunc "merc_boxset", .@v1, .@v2, .@v3, .@v4, .@v5; + if (rand(10000) < (REBIRTH+1)*BaseLevel) + callfunc "merc_boxset", 5, 4, 3, 2, 10000; "> }, { @@ -15463,6 +15465,8 @@ item_db: ( } Script: <" callfunc "merc_boxset", 100, 600, 2100, 5600, 4400; + if (rand(10000) < (REBIRTH+1)*BaseLevel) + callfunc "merc_boxset", 5, 4, 3, 10000, 1; "> }, { @@ -15484,6 +15488,8 @@ item_db: ( } Script: <" callfunc "merc_boxset", 200, 1200, 4200, 9200, 800; + if (rand(10000) < (REBIRTH+1)*BaseLevel) + callfunc "merc_boxset", 5, 4, 10000, 2, 1; "> }, { @@ -15505,6 +15511,8 @@ item_db: ( } Script: <" callfunc "merc_boxset", 400, 1600, 5800, 7200, 600; + if (rand(10000) < (REBIRTH+1)*BaseLevel) + callfunc "merc_boxset", 5, 10000, 3, 2, 1; "> }, { @@ -15526,6 +15534,8 @@ item_db: ( } Script: <" callfunc "merc_boxset", 1000, 5400, 5700, 3200, 300; + if (rand(10000) < (REBIRTH+1)*BaseLevel) + callfunc "merc_boxset", 10000, 4, 3, 2, 1; "> }, { -- cgit v1.2.3-60-g2f50