summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/re/item_db.conf38
-rw-r--r--maps/re/009-1.mcachebin830 -> 869 bytes
2 files changed, 19 insertions, 19 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 48b6e00a5..e6055038e 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -181,8 +181,8 @@ item_db: (
Sprite: 0
UseEffect: "EFFECT_HEAL"
Script: <"
- @min = 25;
- @max = 40;
+ @min = 35;
+ @max = 50;
@delay = 3;
@type = 1;
doevent "rand_sc_heal::OnUse";
@@ -234,8 +234,8 @@ item_db: (
Sprite: 0
UseEffect: "EFFECT_HEAL"
Script: <"
- @min = 30;
- @max = 50;
+ @min = 40;
+ @max = 60;
@delay = 5;
@type = 1;
doevent "rand_sc_heal::OnUse";
@@ -260,8 +260,8 @@ item_db: (
Sprite: 0
UseEffect: "EFFECT_HEAL"
Script: <"
- @min = 7;
- @max = 13;
+ @min = 12;
+ @max = 20;
@delay = 2;
@type = 1;
doevent "rand_sc_heal::OnUse";
@@ -312,8 +312,8 @@ item_db: (
Sprite: 0
UseEffect: "EFFECT_HEAL"
Script: <"
- @min = 12;
- @max = 23;
+ @min = 22;
+ @max = 33;
@delay = 3;
@type = 1;
doevent "rand_sc_heal::OnUse";
@@ -364,8 +364,8 @@ item_db: (
Sprite: 0
UseEffect: "EFFECT_HEAL"
Script: <"
- @min = 75;
- @max = 100;
+ @min = 80;
+ @max = 110;
@delay = 5;
@type = 1;
doevent "rand_sc_heal::OnUse";
@@ -1016,8 +1016,8 @@ item_db: (
Sprite: 0
UseEffect: "EFFECT_HEAL"
Script: <"
- @min = 10;
- @max = 1000;
+ @min = 80;
+ @max = 200;
@delay = 3;
@type = 1;
doevent "rand_sc_heal::OnUse";
@@ -1042,8 +1042,8 @@ item_db: (
Sprite: 0
UseEffect: "EFFECT_HEAL"
Script: <"
- @min = 4;
- @max = 400;
+ @min = 60;
+ @max = 140;
@delay = 3;
@type = 1;
doevent "rand_sc_heal::OnUse";
@@ -1080,8 +1080,8 @@ item_db: (
AegisName: "Beer"
Name: "Beer"
Type: "IT_HEALING"
- Buy: 50
- Sell: 25
+ Buy: 200
+ Sell: 50
Weight: 4
Gender: "SEX_ANY"
WeaponLv: 0
@@ -1094,8 +1094,8 @@ item_db: (
Sprite: 0
UseEffect: "EFFECT_HEAL"
Script: <"
- @min = 4;
- @max = 400;
+ @min = 150;
+ @max = 300;
@delay = 3;
@type = 1;
doevent "rand_sc_heal::OnUse";
@@ -2052,7 +2052,7 @@ item_db: (
noauction: true
}
Script: <"
- setarray .@r, StrangeCoin, Bread, Cheese;
+ setarray .@r, StrangeCoin, Bread, Cheese, Aquada;
.@n=rand(getarraysize(.@r));
if (.@n > 0)
diff --git a/maps/re/009-1.mcache b/maps/re/009-1.mcache
index b9a46d43a..660b25a75 100644
--- a/maps/re/009-1.mcache
+++ b/maps/re/009-1.mcache
Binary files differ