summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-05-08 21:46:16 -0300
committerJesusaves <cpntb1@ymail.com>2024-05-08 21:46:16 -0300
commit0f03a9b50b80770a9006b97713e178743c887f38 (patch)
tree801e178f3dfbca604d3262bb16042ea811a00f7a /db
parentc07a974b11b741b0120f1fb2f921779a0d784857 (diff)
downloadserverdata-0f03a9b50b80770a9006b97713e178743c887f38.tar.gz
serverdata-0f03a9b50b80770a9006b97713e178743c887f38.tar.bz2
serverdata-0f03a9b50b80770a9006b97713e178743c887f38.tar.xz
serverdata-0f03a9b50b80770a9006b97713e178743c887f38.zip
Some nerfs players asked me to do, regarding splash, options, and drops
Well, some of these don't count as nerfs but whatever.
Diffstat (limited to 'db')
-rw-r--r--db/constants.conf5
-rw-r--r--db/item_options.conf2
-rw-r--r--db/re/item_db.conf1
3 files changed, 5 insertions, 3 deletions
diff --git a/db/constants.conf b/db/constants.conf
index 3a5de2d65..20814d94d 100644
--- a/db/constants.conf
+++ b/db/constants.conf
@@ -2437,8 +2437,9 @@ constants_db: {
PCBLOCK_HARD: 255 // Move+Attack+Skill+Item+Chat+Immune+SitStand+Commands
PCBLOCK_SOFT: 47 // Move+Attack+Skill+Item+Immune
CRAFT_MAXLV1: 200 // Moubootaur cap
- CRAFT_MAXLV2: 100 // Monster King cap
- CRAFT_MAXLV3: 50 // Fires of Steam cap
+ CRAFT_MAXLV2: 150 // Monster King cap
+ CRAFT_MAXLV3: 100 // Fires of Steam cap
+ CRAFT_MAXLV4: 50 // Town Siege cap
BCONFN_SPAWN: 70
BCONFD_SPAWN: 100
BCONFN_MOBHP: 95 // TODO: Maybe we don't want this constant? (ie. variable)
diff --git a/db/item_options.conf b/db/item_options.conf
index 542ca4097..7b1b314b0 100644
--- a/db/item_options.conf
+++ b/db/item_options.conf
@@ -1055,7 +1055,7 @@ item_options_db: (
{
Id: 187
Name: "IOPT_SPLASHDAMAGE"
- Script: <" bonus(bSplashAddRange, getequippedoptioninfo(IT_OPT_VALUE)); bonus(bAtkRate, -20); ">
+ Script: <" bonus(bSplashAddRange, getequippedoptioninfo(IT_OPT_VALUE)); bonus(bAtkRate, -20); bonus2(bExpAddRace, RC_All, -3); bonus(bCrit, -1); ">
},
{
Id: 188
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index cb0249191..b721e0963 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -8864,6 +8864,7 @@ item_db: (
Script: <"
bonus bSplashAddRange, 1; // Stackable!
bonus bAtkRate, -15; // The canon value is -20%
+ //bonus2(bExpAddRace, RC_All, -3); // Lower EXP Gain
">
OnUnequipScript: <"
callfunc "item_consumption", 2303;