diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-15 16:56:45 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-15 16:56:45 -0300 |
commit | 047abec57f583263e4ad6877ac023cd963909def (patch) | |
tree | 0749ab7e619a0f0f96120677a62d1fc69356fa12 | |
parent | 4a2266d782825d528489fe1a33b403bacf57cab6 (diff) | |
download | serverdata-047abec57f583263e4ad6877ac023cd963909def.tar.gz serverdata-047abec57f583263e4ad6877ac023cd963909def.tar.bz2 serverdata-047abec57f583263e4ad6877ac023cd963909def.tar.xz serverdata-047abec57f583263e4ad6877ac023cd963909def.zip |
Lightbringer is more powerful than all other weapons - two slots, max two same cards
-rw-r--r-- | db/re/item_db.conf | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index f3b087f6f..36916a467 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -11562,20 +11562,20 @@ item_db: ( EquipLv: 1 Refine: true Subtype: "W_1HSWORD" - Slots: 1 + Slots: 2 AllowCards: { - id5022: 1 - id5023: 1 - id5024: 1 - id5025: 1 - id5026: 1 - id5027: 1 - id5028: 1 - id5029: 1 - id5037: 1 - id5038: 1 - id5039: 1 - id5040: 1 + id5022: 2 + id5023: 2 + id5024: 2 + id5025: 2 + id5026: 2 + id5027: 2 + id5028: 2 + id5029: 2 + id5037: 2 + id5038: 2 + id5039: 2 + id5040: 2 } // Equipment level is 1 on purpose. Less level = less worthy = more damage by wielding Trade: { |