From 851a4c743a62b7c634eb0154eb2bd23f11bd7974 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 6 Mar 2019 14:33:47 -0300 Subject: 20% chances of using a mercenary card will get a boxset back for you %%o --- db/re/item_db.conf | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'db') diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 889245e99..a726fc396 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -11737,6 +11737,8 @@ item_db: ( UseEffect: 23 // TODO FIXME: We should add to db/constants.conf instead of using numbers Script: <" mercenary_create 1192, 300000; + if (rand(1,5) == 4) + getitem MercBoxA, 1; "> }, { @@ -11753,6 +11755,8 @@ item_db: ( UseEffect: 23 // TODO FIXME: We should add to db/constants.conf instead of using numbers Script: <" mercenary_create 1193, 300000; + if (rand(1,5) == 4) + getitem MercBoxA, 1; "> }, @@ -11770,6 +11774,8 @@ item_db: ( UseEffect: 23 // TODO FIXME: We should add to db/constants.conf instead of using numbers Script: <" mercenary_create 1194, 300000; + if (rand(1,5) == 4) + getitem MercBoxA, 1; "> }, { @@ -11786,6 +11792,8 @@ item_db: ( UseEffect: 23 // TODO FIXME: We should add to db/constants.conf instead of using numbers Script: <" mercenary_create 1195, 300000; + if (rand(1,5) == 4) + getitem MercBoxA, 1; "> }, { @@ -11802,6 +11810,8 @@ item_db: ( UseEffect: 23 // TODO FIXME: We should add to db/constants.conf instead of using numbers Script: <" mercenary_create 1205, 300000; + if (rand(1,5) == 4) + getitem MercBoxA, 1; "> }, @@ -11819,6 +11829,8 @@ item_db: ( UseEffect: 23 // TODO FIXME: We should add to db/constants.conf instead of using numbers Script: <" mercenary_create 1196, 300000; + if (rand(1,5) == 4) + getitem MercBoxA, 1; "> }, { @@ -11835,6 +11847,8 @@ item_db: ( UseEffect: 23 // TODO FIXME: We should add to db/constants.conf instead of using numbers Script: <" mercenary_create 1197, 300000; + if (rand(1,5) == 4) + getitem MercBoxA, 1; "> }, { @@ -11851,6 +11865,8 @@ item_db: ( UseEffect: 23 // TODO FIXME: We should add to db/constants.conf instead of using numbers Script: <" mercenary_create 1198, 300000; + if (rand(1,5) == 4) + getitem MercBoxA, 1; "> }, @@ -11868,6 +11884,8 @@ item_db: ( UseEffect: 23 // TODO FIXME: We should add to db/constants.conf instead of using numbers Script: <" mercenary_create 1200, 300000; + if (rand(1,5) == 4) + getitem MercBoxA, 1; "> }, { @@ -11884,6 +11902,8 @@ item_db: ( UseEffect: 23 // TODO FIXME: We should add to db/constants.conf instead of using numbers Script: <" mercenary_create 1201, 300000; + if (rand(1,5) == 4) + getitem MercBoxA, 1; "> }, { @@ -11900,6 +11920,8 @@ item_db: ( UseEffect: 23 // TODO FIXME: We should add to db/constants.conf instead of using numbers Script: <" mercenary_create 1199, 300000; + if (rand(1,5) == 4) + getitem MercBoxA, 1; "> }, @@ -11917,6 +11939,8 @@ item_db: ( UseEffect: 23 // TODO FIXME: We should add to db/constants.conf instead of using numbers Script: <" mercenary_create 1203, 300000; + if (rand(1,5) == 4) + getitem MercBoxA, 1; "> }, { @@ -11933,6 +11957,8 @@ item_db: ( UseEffect: 23 // TODO FIXME: We should add to db/constants.conf instead of using numbers Script: <" mercenary_create 1204, 300000; + if (rand(1,5) == 4) + getitem MercBoxA, 1; "> }, { @@ -11949,6 +11975,8 @@ item_db: ( UseEffect: 23 // TODO FIXME: We should add to db/constants.conf instead of using numbers Script: <" mercenary_create 1202, 300000; + if (rand(1,5) == 4) + getitem MercBoxA, 1; "> }, -- cgit v1.2.3-60-g2f50