diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-12-29 14:40:09 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-12-29 14:40:09 -0300 |
commit | 9be2fefee7ca23e6bab5b611cc87b00e6b91a2c1 (patch) | |
tree | cf3acbd17b27eb89376679aefd0960064b43ae87 /db | |
parent | 8dd7244357f4d70f9601f67159b34c277b9e83dc (diff) | |
download | serverdata-9be2fefee7ca23e6bab5b611cc87b00e6b91a2c1.tar.gz serverdata-9be2fefee7ca23e6bab5b611cc87b00e6b91a2c1.tar.bz2 serverdata-9be2fefee7ca23e6bab5b611cc87b00e6b91a2c1.tar.xz serverdata-9be2fefee7ca23e6bab5b611cc87b00e6b91a2c1.zip |
Reconfigure [Blacksmith Axe]. It now can have 2 cards inserted, but not
from same type.
Also, blind chance: 10% → 40%
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 6f2935219..d7a1696c9 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -11452,7 +11452,7 @@ item_db: ( EquipLv: 60 Refine: true Subtype: "W_2HMACE" - Slots: 1 + Slots: 2 AllowCards: { id5022: 1 id5023: 1 @@ -11470,7 +11470,7 @@ item_db: ( Script: <" bonus bAtk,(BaseLevel-60)*2; bonus bCritical, 12; - bonus2 bAddEff,Eff_Blind,10; + bonus2 bAddEff,Eff_Blind,40; bonus2 bAddMonsterDropChainItem,ITMCHAIN_ORE,RC_Mineral; "> }, |