summaryrefslogtreecommitdiff
path: root/db/re/item_db.conf
diff options
context:
space:
mode:
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r--db/re/item_db.conf46
1 files changed, 43 insertions, 3 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 1ed902abd..6c33c831c 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -11887,9 +11887,10 @@ item_db: (
Type: "IT_WEAPON"
Buy: 900000
Sell: 2000
- Weight: 1000
- Atk: 232
+ Weight: 360
+ Atk: 240
Matk: 0
+ Range: 1
Loc: "EQP_HAND_R"
WeaponLv: 1
EquipLv: 60
@@ -11911,7 +11912,46 @@ item_db: (
id5040: 1
}
Script: <"
- bonus bAtk,(BaseLevel-60);
+ bonus bAtk,(BaseLevel-60)*3;
+ ">
+},
+{
+ Id: 3537
+ AegisName: "PowerfulLightsaber"
+ Name: "PowerfulLightsaber"
+ Type: "IT_WEAPON"
+ Buy: 900000
+ Sell: 2000
+ Weight: 380
+ Atk: 300
+ Matk: 0
+ Range: 2
+ Loc: ["EQP_HAND_R", "EQP_HAND_L"]
+ WeaponLv: 1
+ EquipLv: 60
+ Refine: true
+ Subtype: "W_KATAR"
+ Slots: 1
+ 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
+ }
+ Script: <"
+ bonus bAtk,(BaseLevel-60)*4;
+ bonus bAgi, -(BaseLevel/10);
+ bonus bDex, -(BaseLevel/10);
+ bonus bDef, -(BaseLevel*8/10);
+ bonus bCritical, BaseLevel/5;
">
},
// Insert new weapons above this line