From 5ec3585e02d86283e30bf535ecbe8874c9a7fc99 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 24 Aug 2018 10:41:14 -0300 Subject: Fix bugs. Mostly that, but Mogguns are not a coal monster. Of course, I did NOT review any change, but mogguns somehow caught my attention. We already have plenty coal monsters. Moggun must drop something - anything - else. Even the [Ice Gladius] is allowed there. --- db/re/item_db.conf | 51 ++++++++++++++++++++++++++++++++------------------- 1 file changed, 32 insertions(+), 19 deletions(-) (limited to 'db/re/item_db.conf') diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 0c227eb8c..92d40ae97 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -2364,25 +2364,25 @@ item_db: ( Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" - switch (rand(1,3)) { - case 1: - .@mid=CloverPatch; - break; - case 2: - .@mid=ChagashroomField; - break; - default: - .@mid=PlushroomField; - break; - } - .@am=rand(1,2); - .@name$=strmobinfo(1, .@mid); + switch (rand(1,3)) { + case 1: + .@mid=CloverPatch; + break; + case 2: + .@mid=ChagashroomField; + break; + default: + .@mid=PlushroomField; + break; + } + .@am=rand(1,2); + .@name$=strmobinfo(1, .@mid); if (@useType == 1) { if (!getmapxy(.@map$, .@x, .@y, 0)) { monster(.@map$, .@x, .@y, .@name$, .@mid, .@am); //$TREE_PLANTED=$TREE_PLANTED+1; // Not a tree.... right? } - } + } "> }, { @@ -8431,7 +8431,7 @@ item_db: ( ViewSprite: 2944 BuyingStore: true Script: <" - bonus2 bAddEle,Ele_Water,10; + bonus2 bAddEle,Ele_Water,10; "> }, { @@ -8658,8 +8658,8 @@ item_db: ( } Script: <" bonus bCriticalRate,100; - bonus2 bSubEle,Ele_Holy,-25; - bonus2 bSubEle,Ele_Dark,25; + bonus2 bSubEle,Ele_Holy,-25; + bonus2 bSubEle,Ele_Dark,25; "> }, { @@ -9701,7 +9701,7 @@ item_db: ( { Id: 4000 AegisName: "PiouEgg" - Name: "Piou egg" + Name: "Piou Egg" Type: "IT_PETEGG" Buy: 30000 Sell: 1000 @@ -9714,7 +9714,7 @@ item_db: ( { Id: 4001 AegisName: "BhopEgg" - Name: "Bhopper egg" + Name: "Bhopper Egg" Type: "IT_PETEGG" Buy: 90000 Sell: 4000 @@ -9789,6 +9789,19 @@ item_db: ( bpet; "> }, +{ + Id: 4007 + AegisName: "ForestShroomEgg" + Name: "Forest Shroom Egg" + Type: "IT_PETEGG" + Buy: 30000 + Sell: 1000 + Weight: 300 + KeepAfterUse: true + Script: <" + bpet; + "> +}, // // Dyes -- cgit v1.2.3-60-g2f50