summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusalva Jesusalva <jesusalva@themanaworld.org>2023-02-09 15:34:18 +0000
committerJesusalva Jesusalva <jesusalva@themanaworld.org>2023-02-09 15:34:18 +0000
commit8bdd1ba49000b9156068b89a04bc08f816c84a48 (patch)
tree04b5db248659fd3f9c8bc69531726af3eaab1908
parentc433800be8f115abcf35d3f2b83ad02429d8371a (diff)
parente06fe05da90b57b387b23e5b419652f96130771b (diff)
downloadserverdata-8bdd1ba49000b9156068b89a04bc08f816c84a48.tar.gz
serverdata-8bdd1ba49000b9156068b89a04bc08f816c84a48.tar.bz2
serverdata-8bdd1ba49000b9156068b89a04bc08f816c84a48.tar.xz
serverdata-8bdd1ba49000b9156068b89a04bc08f816c84a48.zip
Merge branch 'bonus' into 'master'
bAllStats, bAgiVit, bAgiDexStr, bDeadlyStrikeRate, bDeadlyStrikeAddRate See merge request legacy/serverdata!629
-rw-r--r--world/map/db/params.txt10
1 files changed, 6 insertions, 4 deletions
diff --git a/world/map/db/params.txt b/world/map/db/params.txt
index 62592a09..2ff72f97 100644
--- a/world/map/db/params.txt
+++ b/world/map/db/params.txt
@@ -170,8 +170,10 @@ bSPDrainRate 1062 // Adds a n/10% chance to receive x% of dealed dam
//bAddEff2 1067 // Adds a n/100% chance to cause status change x on self when attacking (bAddEff2,x,n;).
//bMagicDamageReturn 1068 // Adds a n% chance to reflect targetted magic spells back to the enemy that caused it (bMagicDamageReturn,n;).
//bRandomAttackIncrease 1069 // Adds a n% chance to inflict x% additional damage to the enemy with normal attack (bRandomAttackIncrease,x,n;).
-//bAllStats 1070 // Adds a n number in Strengh, Agility, Vitality, Intelligence, Dexterity and Luck (bAllStats,n;).
-//bAgiVit 1071 // Adds a n number in Agility and Vitality (bAgiVit,n;).
-//bAgiDexStr 1072 // Adds a n number in Agility, Dexterity and Strengh (bAgiDexStr,n;).
//bPerfectHide 1073 // A hidden character is no longer detected by monsters with 'detector' mode (bPerfectHide,1;).
-bSpeedCap 1087 // Caps speed to a certain value, faster is not posible but slower yes, if this bonus is on multiple items the highest value (slowest speed) is used
+bSpeedCap 1087 // Caps speed to a certain value, faster is not posible but slower yes, if this bonus is on multiple items the highest value (slowest speed) is used (bSpeedCap,n;).
+bAllStats 1088 // Adds a n number in Strengh, Agility, Vitality, Intelligence, Dexterity and Luck (bAllStats,n;).
+bAgiVit 1089 // Adds a n number in Agility and Vitality (bAgiVit,n;).
+bAgiDexStr 1090 // Adds a n number in Agility, Dexterity and Strengh (bAgiDexStr,n;).
+bDeadlyStrikeRate 1091 // Deadly attack probability n% and only the highest among all is applied (bDeadlyStrikeRate,n;).
+bDeadlyStrikeAddRate 1092 // A n% bonus of an deadly attack (bDeadlyStrikeAddRate,n;).