summaryrefslogtreecommitdiff
path: root/world/map/db/item_db.conf
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/db/item_db.conf')
-rw-r--r--world/map/db/item_db.conf2161
1 files changed, 1811 insertions, 350 deletions
diff --git a/world/map/db/item_db.conf b/world/map/db/item_db.conf
index 239d4067..d079e53e 100644
--- a/world/map/db/item_db.conf
+++ b/world/map/db/item_db.conf
@@ -174,6 +174,10 @@ item_db: (
Refine: false
ViewSprite: 529
Subtype: "A_ARROW"
+ Script: <"
+ //set @AmmoType, AMMO_BOW; // @TMWA
+ //callfunc "CheckAmmo"; // @TMWA
+ ">
},
{
Id: 530
@@ -184,6 +188,7 @@ item_db: (
Sell: 1000
Weight: 600
Atk: 50
+ Matk: -5
Range: 5
Slots: 0
Loc: ["EQP_HAND_L", "EQP_HAND_R"]
@@ -199,7 +204,9 @@ item_db: (
Id1282: 1
}
Script: <"
- bonus bMatkRate, -5;
+ bonus bMatkRate, -5; // @EVOL2
+ //set @LauncherType, AMMO_BOW; // @TMWA
+ //callfunc "CheckLauncher"; // @TMWA
">
},
{
@@ -229,6 +236,7 @@ item_db: (
Sell: 5000
Weight: 1200
Atk: 70
+ Matk: -7
Range: 5
Slots: 0
Loc: ["EQP_HAND_L", "EQP_HAND_R"]
@@ -244,7 +252,9 @@ item_db: (
Id1282: 1
}
Script: <"
- bonus bMatkRate, -7;
+ bonus bMatkRate, -7; // @EVOL2
+ //set @LauncherType, AMMO_BOW; // @TMWA
+ //callfunc "CheckLauncher"; // @TMWA
">
},
{
@@ -426,8 +436,8 @@ item_db: (
Script: <"
callfunc "UnreleasedItem", EQI_HAND_R;
bonus bDoubleAddRate, 40;
- bonus bHit, -25;
- bonus bCritical, -25;
+ bonus bHit, -25;
+ bonus bCritical, -25;
">
},
{
@@ -460,6 +470,7 @@ item_db: (
Sell: 4000
Weight: 1200
Atk: 85
+ Matk: -10
Range: 7
Slots: 0
Loc: ["EQP_HAND_L", "EQP_HAND_R"]
@@ -478,7 +489,46 @@ item_db: (
Id1282: 1
}
Script: <"
- bonus bMatkRate, -10;
+ bonus bMatkRate, -10; // @EVOL2
+ //set @LauncherType, AMMO_BOW; // @TMWA
+ //callfunc "CheckLauncher"; // @TMWA
+ ">
+},
+{
+ Id: 609
+ AegisName: "ImperialBow"
+ Name: "Imperial Bow"
+ Type: "IT_WEAPON"
+ Buy: 101000
+ Sell: 40000
+ Weight: 900
+ Atk: 110
+ Matk: -9
+ Range: 6
+ Slots: 0
+ Loc: ["EQP_HAND_L", "EQP_HAND_R"]
+ WeaponLv: 1
+ EquipLv: 90
+ Refine: false
+ ViewSprite: 1
+ Subtype: "W_BOW"
+ AllowAmmo: {
+ Id529: 1
+ Id762: 1
+ Id1199: 1
+ Id1282: 1
+ }
+ OnEquipScript: <"
+ callfunc "RequireStat", bDex, 80, EQI_HAND_R;
+ ">
+ Script: <"
+ bonus bMatkRate, -9; // @EVOL2
+ bonus2 bHPDrainRate, 100, 4;
+ bonus bCriticalDef, 10;
+ bonus bFlee, 10;
+ bonus bAspdRate, 10;
+ //set @LauncherType, AMMO_BOW; // @TMWA
+ //callfunc "CheckLauncher"; // @TMWA
">
},
{
@@ -500,14 +550,17 @@ item_db: (
Subtype: "W_2HAXE"
OnEquipScript: <"
callfunc "NoBowItem", EQI_HAND_R;
- if (readparam(bInt) > 1)
- unequip(EQI_HAND_R);
+ if (readparam(bInt) > 1) // @EVOL2
+ unequip(EQI_HAND_R); // @EVOL2
+ //set @bStat, Int; // @TMWA
+ //set @maxbStatVal, 1; // @TMWA
+ //callfunc "RequireMaxStat"; // @TMWA
">
Script: <"
- bonus bDoubleAddRate, 50;
- bonus bSpeedAddRate, 10;
- bonus bHit, -20;
- bonus bCritical, -25;
+ bonus bDoubleAddRate, 50;
+ bonus bSpeedAddRate, 10;
+ bonus bHit, -20;
+ bonus bCritical, -25;
">
},
{
@@ -550,6 +603,7 @@ item_db: (
Subtype: "W_1HSWORD"
Script: <"
bonus bDoubleAddRate, 5;
+ bonus bHit, 3;
">
},
{
@@ -675,8 +729,12 @@ item_db: (
ViewSprite: 1
Subtype: "W_1HSWORD"
Script: <"
- callfunc "UnreleasedItem", EQI_HAND_R;
- bonus bDoubleAddRate, 30;
+ bonus bMaxHP, 50;
+ bonus2 bHPDrainRate, 100, 5;
+ bonus bCriticalDef, 2;
+ bonus bStr, 1;
+ bonus bAspdRate, 1;
+ bonus bHit, 5;
">
},
{
@@ -722,6 +780,33 @@ item_db: (
">
},
{
+ Id: 590
+ AegisName: "DragonSword"
+ Name: "Dragon Sword"
+ Type: "IT_WEAPON"
+ Buy: 8000
+ Sell: 4000
+ Weight: 100
+ Atk: 141
+ Def: -2
+ Range: 1
+ Slots: 0
+ Loc: "EQP_HAND_R"
+ WeaponLv: 1
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 1
+ Subtype: "W_1HSWORD"
+ Script: <"
+ bonus bMaxHP, -100;
+ bonus2 bHPDrainRate, 100, -1;
+ bonus bCriticalDef, -2;
+ bonus bStr, 5;
+ bonus bAspdRate, 2;
+ bonus bHit, 5;
+ ">
+},
+{
Id: 591
AegisName: "LongSword"
Name: "LongSword"
@@ -792,7 +877,7 @@ item_db: (
Buy: 100
Sell: 50
Weight: 1200
- Atk: 75
+ Atk: 100
Range: 2
Slots: 0
Loc: ["EQP_HAND_L", "EQP_HAND_R"]
@@ -811,6 +896,7 @@ item_db: (
Sell: 2000
Weight: 1000
Atk: 50
+ Matk: 10
Range: 1
Slots: 0
Loc: ["EQP_HAND_L", "EQP_HAND_R"]
@@ -823,9 +909,36 @@ item_db: (
callfunc "RequireStat", bInt, 60, EQI_HAND_R;
">
Script: <"
- bonus bMatkRate, 10;
- if (getskilllv(SKILL_CONFRINGO))
- addtoskill(SKILL_CONFRINGO, 1, 2);
+ bonus bMatkRate, 10; // @EVOL2
+ if (getskilllv(SKILL_CONFRINGO)) // @EVOL2
+ addtoskill(SKILL_CONFRINGO, 1, 2); // @EVOL2
+ ">
+},
+{
+ Id: 1170
+ AegisName: "SweetTooth"
+ Name: "Sweet Tooth"
+ Type: "IT_WEAPON"
+ Buy: 4000
+ Sell: 2000
+ Weight: 1000
+ Atk: 50
+ Matk: 15
+ Range: 1
+ Slots: 0
+ Loc: ["EQP_HAND_L", "EQP_HAND_R"]
+ WeaponLv: 1
+ EquipLv: 1
+ Refine: false
+ ViewSprite: 1
+ Subtype: "W_2HSTAFF"
+ OnEquipScript: <"
+ callfunc "RequireStat", bInt, 60, EQI_HAND_R;
+ ">
+ Script: <"
+ bonus bMatkRate, 15; // @EVOL2
+ if (getskilllv(SKILL_CONFRINGO)) // @EVOL2
+ addtoskill(SKILL_CONFRINGO, 1, 2); // @EVOL2
">
},
{
@@ -837,6 +950,7 @@ item_db: (
Sell: 200
Weight: 100
Atk: 1
+ Matk: 5
Range: 1
Slots: 0
Loc: "EQP_HAND_R"
@@ -849,7 +963,7 @@ item_db: (
callfunc "RequireStat", bInt, 5, EQI_HAND_R;
">
Script: <"
- bonus bMatkRate, 5;
+ bonus bMatkRate, 5; // @EVOL2
">
},
{
@@ -868,6 +982,8 @@ item_db: (
Subtype: "A_ARROW"
Script: <"
bonus bCritical, 20;
+ //set @AmmoType, AMMO_BOW; // @TMWA
+ //callfunc "CheckAmmo"; // @TMWA
">
},
{
@@ -900,6 +1016,7 @@ item_db: (
Sell: 40000
Weight: 900
Atk: 140
+ Matk: -9
Range: 6
Slots: 0
Loc: ["EQP_HAND_L", "EQP_HAND_R"]
@@ -918,13 +1035,15 @@ item_db: (
callfunc "RequireStat", bDex, 80, EQI_HAND_R;
">
Script: <"
- bonus2 bHPDrainRate, 100, -2;
- bonus bAspdRate, 20;
- bonus bMaxHP, -150;
- bonus bSpeedAddRate, 10;
- bonus bDefRate, -40;
- bonus bDef2Rate, -35;
- bonus bMatkRate, -9;
+ bonus2 bHPDrainRate, 100, -2;
+ bonus bAspdRate, 20;
+ bonus bMaxHP, -150;
+ bonus bSpeedAddRate, 20;
+ bonus bDefRate, -40;
+ bonus bDef2Rate, -35;
+ bonus bMatkRate, -9; // @EVOL2
+ //set @LauncherType, AMMO_BOW; // @TMWA
+ //callfunc "CheckLauncher"; // @TMWA
">
},
{
@@ -947,6 +1066,10 @@ item_db: (
AllowAmmo: {
Id904: 1
}
+ Script: <"
+ //set @LauncherType, AMMO_SLING; // @TMWA
+ //callfunc "CheckLauncher"; // @TMWA
+ ">
},
{
Id: 904
@@ -962,6 +1085,10 @@ item_db: (
Refine: false
ViewSprite: 904
Subtype: "A_ARROW"
+ Script: <"
+ //set @AmmoType, AMMO_SLING; // @TMWA
+ //callfunc "CheckAmmo"; // @TMWA
+ ">
},
{
Id: 906
@@ -994,6 +1121,10 @@ item_db: (
Refine: false
ViewSprite: 1199
Subtype: "A_ARROW"
+ Script: <"
+ //set @AmmoType, AMMO_BOW; // @TMWA
+ //callfunc "CheckAmmo"; // @TMWA
+ ">
},
{
Id: 1200
@@ -1004,6 +1135,7 @@ item_db: (
Sell: 500
Weight: 20
Atk: 20
+ Matk: -2
Range: 5
Slots: 0
Loc: ["EQP_HAND_L", "EQP_HAND_R"]
@@ -1019,7 +1151,9 @@ item_db: (
Id1282: 1
}
Script: <"
- bonus bMatkRate, -2;
+ bonus bMatkRate, -2; // @EVOL2
+ //set @LauncherType, AMMO_BOW; // @TMWA
+ //callfunc "CheckLauncher"; // @TMWA
">
},
{
@@ -1074,6 +1208,8 @@ item_db: (
Subtype: "A_ARROW"
Script: <"
bonus bCritical, 1;
+ //set @AmmoType, AMMO_BOW; // @TMWA
+ //callfunc "CheckAmmo"; // @TMWA
">
},
{
@@ -1090,6 +1226,72 @@ item_db: (
Refine: false
ViewSprite: 5260
Subtype: "A_SHELL"
+ Script: <"
+ //set @AmmoType, AMMO_XMAS; // @TMWA
+ //callfunc "CheckAmmo"; // @TMWA
+ ">
+},
+{
+ Id: 5289
+ AegisName: "ArmorBreaker"
+ Name: "Armor Breaker Arrow"
+ Type: "IT_AMMO"
+ Buy: 90
+ Sell: 40
+ Weight: 2
+ Atk: -120
+ Slots: 0
+ Loc: "EQP_AMMO"
+ Refine: false
+ ViewSprite: 5289
+ Subtype: "A_ARROW"
+ Script: <"
+ bonus bCritical, 75;
+ //set @AmmoType, AMMO_BOW; // @TMWA
+ //callfunc "CheckAmmo"; // @TMWA
+ ">
+},
+{
+ Id: 5290
+ AegisName: "SilverArrow"
+ Name: "Silver Arrow"
+ Type: "IT_AMMO"
+ Buy: 60
+ Sell: 30
+ Weight: 1
+ Atk: 65
+ Slots: 0
+ Loc: "EQP_AMMO"
+ Refine: false
+ ViewSprite: 5290
+ Subtype: "A_ARROW"
+ Script: <"
+ bonus bCritical, 1;
+ bonus bAtkRange, 2;
+ //set @AmmoType, AMMO_BOW; // @TMWA
+ //callfunc "CheckAmmo"; // @TMWA
+ ">
+},
+{
+ Id: 5291
+ AegisName: "ThornArrow"
+ Name: "Thorn Arrow"
+ Type: "IT_AMMO"
+ Buy: 90
+ Sell: 40
+ Weight: 1
+ Atk: 65
+ Slots: 0
+ Loc: "EQP_AMMO"
+ Refine: false
+ ViewSprite: 5291
+ Subtype: "A_ARROW"
+ Script: <"
+ bonus bCritical, 10;
+ bonus bHit, 25;
+ //set @AmmoType, AMMO_BOW; // @TMWA
+ //callfunc "CheckAmmo"; // @TMWA
+ ">
},
{
Id: 5261
@@ -1111,6 +1313,10 @@ item_db: (
AllowAmmo: {
Id5260: 1
}
+ Script: <"
+ //set @LauncherType, AMMO_XMAS; // @TMWA
+ //callfunc "CheckLauncher"; // @TMWA
+ ">
},
{
Id: 5284
@@ -1135,6 +1341,10 @@ item_db: (
Nouse: {
override: 1
}
+ Script: <"
+ //set @LauncherType, AMMO_SLING; // @TMWA
+ //callfunc "CheckLauncher"; // @TMWA
+ ">
},
/* Rings & Accessories */
@@ -1160,12 +1370,14 @@ item_db: (
Buy: 10000
Sell: 5000
Weight: 1
+ Matk: 5
Def: 0
Slots: 0
Loc: "EQP_ACC_L"
Refine: false
ViewSprite: 742
Script: <"
+ bonus bMatkRate, 5; // @EVOL2
bonus bLuk, 1;
">
},
@@ -1177,11 +1389,15 @@ item_db: (
Buy: 800
Sell: 250
Weight: 50
+ Matk: 5
Def: 0
Slots: 0
Loc: "EQP_ACC_L"
Refine: false
ViewSprite: 749
+ Script: <"
+ bonus bMatkRate, 5; // @EVOL2
+ ">
},
{
Id: 829
@@ -1191,12 +1407,14 @@ item_db: (
Buy: 10000
Sell: 1000
Weight: 10
+ Matk: 5
Def: 0
Slots: 0
Loc: "EQP_ACC_L"
Refine: false
ViewSprite: 829
Script: <"
+ bonus bMatkRate, 5; // @EVOL2
bonus bLuk, 1;
">
},
@@ -1208,12 +1426,14 @@ item_db: (
Buy: 20000
Sell: 2000
Weight: 10
+ Matk: 5
Def: 0
Slots: 0
Loc: "EQP_ACC_L"
Refine: false
ViewSprite: 830
Script: <"
+ bonus bMatkRate, 5; // @EVOL2
bonus bLuk, 2;
">
},
@@ -1225,12 +1445,14 @@ item_db: (
Buy: 30000
Sell: 3000
Weight: 10
+ Matk: 5
Def: 0
Slots: 0
Loc: "EQP_ACC_L"
Refine: false
ViewSprite: 831
Script: <"
+ bonus bMatkRate, 5; // @EVOL2
bonus bLuk, 3;
">
},
@@ -1242,12 +1464,14 @@ item_db: (
Buy: 40000
Sell: 4000
Weight: 10
+ Matk: 5
Def: 0
Slots: 0
Loc: "EQP_ACC_L"
Refine: false
ViewSprite: 832
Script: <"
+ bonus bMatkRate, 5; // @EVOL2
bonus bLuk, 4;
">
},
@@ -1259,12 +1483,14 @@ item_db: (
Buy: 5000
Sell: 2500
Weight: 100
+ Matk: 5
Def: 0
Slots: 0
Loc: "EQP_ACC_L"
Refine: false
ViewSprite: 865
Script: <"
+ bonus bMatkRate, 5; // @EVOL2
bonus bMaxSP, 30;
">
},
@@ -1285,7 +1511,7 @@ item_db: (
ViewSprite: 879
Script: <"
bonus bMaxHPrate, 15;
- bonus bHPrecovRate, 65;
+ bonus bHPrecovRate, 60;
">
},
{
@@ -1313,12 +1539,13 @@ item_db: (
Buy: 0
Sell: 0
Weight: 0
+ Matk: 100
Slots: 0
Loc: "EQP_ACC_L"
Refine: false
ViewSprite: 1244
Script: <"
- bonus bMatkRate, 10;
+ bonus bMatkRate, 100; // @EVOL2
bonus bMdef, 30;
">
},
@@ -1451,7 +1678,10 @@ item_db: (
Loc: "EQP_ACC_L"
Refine: false
ViewSprite: 677
-},
+ Script: <"
+ bonus bMaxHP, 50;
+ bonus bHPrecovRate, 25;
+ ">},
{
Id: 5252
AegisName: "GuardianWings"
@@ -1491,6 +1721,7 @@ item_db: (
Buy: 1000
Sell: 1
Weight: 1
+ Matk: 22
Def: 0
Slots: 0
Loc: "EQP_ARMOR"
@@ -1498,9 +1729,10 @@ item_db: (
ViewSprite: 5272
Script: <"
bonus bInt, 1;
- bonus bMatkRate, 1;
+ bonus bMatkRate, 22; // @EVOL2
bonus bMaxSP, 55;
- bonus bMdef, 11;
+ bonus bMdef, 22;
+ bonus bSPrecovRate, 33;
">
},
{
@@ -1522,6 +1754,7 @@ item_db: (
bonus bCritical, 5;
bonus bAspdRate, 5;
">
+ //Disabled: true // @TMWA
},
{
Id: 5269
@@ -1542,6 +1775,7 @@ item_db: (
bonus bDoubleAddRate, 5;
bonus bHit, 25;
">
+ //Disabled: true // @TMWA
},
/* Boots */
{
@@ -1552,11 +1786,15 @@ item_db: (
Buy: 2000
Sell: 500
Weight: 80
+ Matk: -2
Def: 2
Slots: 0
Loc: "EQP_SHOES"
Refine: false
ViewSprite: 528
+ Script: <"
+ bonus bMatkRate, -2; // @EVOL2
+ ">
},
{
Id: 655
@@ -1566,11 +1804,15 @@ item_db: (
Buy: 5000
Sell: 600
Weight: 50
+ Matk: -3
Def: 3
Slots: 0
Loc: "EQP_SHOES"
Refine: false
ViewSprite: 655
+ Script: <"
+ bonus bMatkRate, -3; // @EVOL2
+ ">
},
{
Id: 734
@@ -1580,11 +1822,15 @@ item_db: (
Buy: 20000
Sell: 3000
Weight: 25
+ Matk: -10
Def: 3
Slots: 0
Loc: "EQP_SHOES"
Refine: false
ViewSprite: 734
+ Script: <"
+ bonus bMatkRate, -10; // @EVOL2
+ ">
},
{
Id: 735
@@ -1594,11 +1840,15 @@ item_db: (
Buy: 2000
Sell: 500
Weight: 10
+ Matk: 1
Def: 1
Slots: 0
Loc: "EQP_SHOES"
Refine: false
ViewSprite: 735
+ Script: <"
+ bonus bMatkRate, 1; // @EVOL2
+ ">
},
{
Id: 757
@@ -1608,6 +1858,7 @@ item_db: (
Buy: 7000
Sell: 2000
Weight: 10
+ Matk: -3
Def: 3
Slots: 0
Loc: "EQP_SHOES"
@@ -1616,7 +1867,7 @@ item_db: (
Script: <"
callfunc "BrawlingItem", EQI_SHOES;
bonus bAgi, 4;
- bonus bMatkRate, -1;
+ bonus bMatkRate, -3; // @EVOL2
">
},
{
@@ -1627,11 +1878,15 @@ item_db: (
Buy: 8000
Sell: 500
Weight: 30
+ Matk: -2
Def: 1
Slots: 0
Loc: "EQP_SHOES"
Refine: false
ViewSprite: 792
+ Script: <"
+ bonus bMatkRate, -2; // @EVOL2
+ ">
},
{
Id: 876
@@ -1641,13 +1896,14 @@ item_db: (
Buy: 19000
Sell: 2000
Weight: 550
+ Matk: -22
Def: 5
Slots: 0
Loc: "EQP_SHOES"
Refine: false
ViewSprite: 876
Script: <"
- bonus bMatkRate, -4;
+ bonus bMatkRate, -22; // @EVOL2
">
},
{
@@ -1658,11 +1914,15 @@ item_db: (
Buy: 2000
Sell: 500
Weight: 30
+ Matk: 1
Def: 1
Slots: 0
Loc: "EQP_SHOES"
Refine: false
ViewSprite: 2150
+ Script: <"
+ bonus bMatkRate, 1; // @EVOL2
+ ">
},
{
Id: 2151
@@ -1672,11 +1932,15 @@ item_db: (
Buy: 2000
Sell: 500
Weight: 30
+ Matk: 1
Def: 1
Slots: 0
Loc: "EQP_SHOES"
Refine: false
ViewSprite: 2151
+ Script: <"
+ bonus bMatkRate, 1; // @EVOL2
+ ">
},
{
Id: 2152
@@ -1686,11 +1950,15 @@ item_db: (
Buy: 2000
Sell: 500
Weight: 30
+ Matk: 1
Def: 1
Slots: 0
Loc: "EQP_SHOES"
Refine: false
ViewSprite: 2152
+ Script: <"
+ bonus bMatkRate, 1; // @EVOL2
+ ">
},
{
Id: 2153
@@ -1700,11 +1968,15 @@ item_db: (
Buy: 2000
Sell: 500
Weight: 30
+ Matk: 1
Def: 1
Slots: 0
Loc: "EQP_SHOES"
Refine: false
ViewSprite: 2153
+ Script: <"
+ bonus bMatkRate, 1; // @EVOL2
+ ">
},
{
Id: 2154
@@ -1714,11 +1986,15 @@ item_db: (
Buy: 2000
Sell: 500
Weight: 30
+ Matk: 1
Def: 1
Slots: 0
Loc: "EQP_SHOES"
Refine: false
ViewSprite: 2154
+ Script: <"
+ bonus bMatkRate, 1; // @EVOL2
+ ">
},
{
Id: 2155
@@ -1728,11 +2004,15 @@ item_db: (
Buy: 2000
Sell: 500
Weight: 30
+ Matk: 1
Def: 1
Slots: 0
Loc: "EQP_SHOES"
Refine: false
ViewSprite: 2155
+ Script: <"
+ bonus bMatkRate, 1; // @EVOL2
+ ">
},
{
Id: 2156
@@ -1742,11 +2022,15 @@ item_db: (
Buy: 2000
Sell: 500
Weight: 30
+ Matk: 1
Def: 1
Slots: 0
Loc: "EQP_SHOES"
Refine: false
ViewSprite: 2156
+ Script: <"
+ bonus bMatkRate, 1; // @EVOL2
+ ">
},
{
Id: 2157
@@ -1756,11 +2040,15 @@ item_db: (
Buy: 2000
Sell: 500
Weight: 30
+ Matk: 1
Def: 1
Slots: 0
Loc: "EQP_SHOES"
Refine: false
ViewSprite: 2157
+ Script: <"
+ bonus bMatkRate, 1; // @EVOL2
+ ">
},
{
Id: 2158
@@ -1770,11 +2058,15 @@ item_db: (
Buy: 2000
Sell: 500
Weight: 30
+ Matk: 1
Def: 1
Slots: 0
Loc: "EQP_SHOES"
Refine: false
ViewSprite: 2158
+ Script: <"
+ bonus bMatkRate, 1; // @EVOL2
+ ">
},
{
Id: 2159
@@ -1784,11 +2076,15 @@ item_db: (
Buy: 2000
Sell: 500
Weight: 30
+ Matk: 1
Def: 1
Slots: 0
Loc: "EQP_SHOES"
Refine: false
ViewSprite: 2159
+ Script: <"
+ bonus bMatkRate, 1; // @EVOL2
+ ">
},
{
Id: 1188
@@ -1798,11 +2094,15 @@ item_db: (
Buy: 7000
Sell: 2000
Weight: 10
+ Matk: 2
Def: 1
Slots: 0
Loc: "EQP_SHOES"
Refine: false
ViewSprite: 1188
+ Script: <"
+ bonus bMatkRate, 2; // @EVOL2
+ ">
},
{
Id: 503
@@ -3714,6 +4014,7 @@ item_db: (
Def: 0
Refine: false
ViewSprite: 1228
+ //Disabled: true // @TMWA
},
{
Id: 1233
@@ -4095,6 +4396,7 @@ item_db: (
nomail: true
noauction: true
}
+ //Disabled: true // @TMWA
},
{
Id: 4000
@@ -4446,6 +4748,7 @@ item_db: (
Def: 0
Refine: false
ViewSprite: 5112
+ //Disabled: true // @TMWA
},
{
Id: 5113
@@ -4459,6 +4762,7 @@ item_db: (
Slots: 0
Refine: false
ViewSprite: 5113
+ //Disabled: true // @TMWA
},
{
Id: 5114
@@ -4471,6 +4775,7 @@ item_db: (
Def: 0
Refine: false
ViewSprite: 5114
+ //Disabled: true // @TMWA
},
{
Id: 5115
@@ -4495,6 +4800,7 @@ item_db: (
Def: 0
Refine: false
ViewSprite: 5116
+ //Disabled: true // @TMWA
},
{
Id: 5117
@@ -4507,6 +4813,7 @@ item_db: (
Def: 0
Refine: false
ViewSprite: 5117
+ //Disabled: true // @TMWA
},
{
Id: 5118
@@ -4519,6 +4826,7 @@ item_db: (
Def: 0
Refine: false
ViewSprite: 5118
+ //Disabled: true // @TMWA
},
{
Id: 5119
@@ -4531,6 +4839,7 @@ item_db: (
Def: 0
Refine: false
ViewSprite: 5119
+ //Disabled: true // @TMWA
},
{
Id: 5120
@@ -4543,6 +4852,7 @@ item_db: (
Def: 0
Refine: false
ViewSprite: 5120
+ //Disabled: true // @TMWA
},
{
Id: 5121
@@ -4555,6 +4865,7 @@ item_db: (
Def: 0
Refine: false
ViewSprite: 5121
+ //Disabled: true // @TMWA
},
{
Id: 5122
@@ -4567,6 +4878,7 @@ item_db: (
Def: 0
Refine: false
ViewSprite: 5122
+ //Disabled: true // @TMWA
},
{
Id: 5123
@@ -4579,6 +4891,7 @@ item_db: (
Def: 0
Refine: false
ViewSprite: 5123
+ //Disabled: true // @TMWA
},
{
Id: 5124
@@ -4826,6 +5139,7 @@ item_db: (
noauction: true
noselltonpc: true
}
+ //Disabled: true // @TMWA
},
{
Id: 5278
@@ -4836,6 +5150,7 @@ item_db: (
Sell: 0
Weight: 0
ViewSprite: 5278
+ //Disabled: true // @TMWA
},
{
Id: 5279
@@ -4855,6 +5170,43 @@ item_db: (
noselltonpc: true
}
},
+{
+ Id: 5288
+ AegisName: "Naftalin"
+ Name: "Naphthalene"
+ Type: "IT_ETC"
+ Buy: 0
+ Sell: 0
+ Weight: 1
+ Def: 0
+ Refine: false
+ ViewSprite: 5288
+},
+{
+ Id: 5292
+ AegisName: "SilverOre"
+ Name: "Silver Ore"
+ Type: "IT_ETC"
+ Buy: 1600
+ Sell: 800
+ Weight: 40
+ Def: 0
+ Refine: false
+ ViewSprite: 5292
+},
+{
+ Id: 5293
+ AegisName: "CrystallizedDragonBlood"
+ Name: "Crystallized Dragon Blood"
+ Type: "IT_ETC"
+ Buy: 0
+ Sell: 0
+ Weight: 1000
+ Def: 0
+ Refine: false
+ ViewSprite: 5293
+ //Disabled: true // @TMWA
+},
/* Chest Armor */
{
Id: 523
@@ -4864,13 +5216,14 @@ item_db: (
Buy: 2000
Sell: 1000
Weight: 20
+ Matk: -12
Def: 4
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 523
Script: <"
- bonus bMatkRate, -1;
+ bonus bMatkRate, -12; // @EVOL2
">
},
{
@@ -4881,13 +5234,14 @@ item_db: (
Buy: 2000
Sell: 1000
Weight: 20
+ Matk: -18
Def: 6
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 546
Script: <"
- bonus bMatkRate, -2;
+ bonus bMatkRate, -18; // @EVOL2
">
},
{
@@ -4898,11 +5252,15 @@ item_db: (
Buy: 2000
Sell: 1000
Weight: 30
+ Matk: -18
Def: 6
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 564
+ Script: <"
+ bonus bMatkRate, -18; // @EVOL2
+ ">
},
{
Id: 624
@@ -4912,11 +5270,15 @@ item_db: (
Buy: 6000
Sell: 3000
Weight: 35
+ Matk: -24
Def: 8
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 624
+ Script: <"
+ bonus bMatkRate, -24; // @EVOL2
+ ">
},
{
Id: 625
@@ -4926,13 +5288,14 @@ item_db: (
Buy: 15000
Sell: 1500
Weight: 800
+ Matk: -120
Def: 20
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 625
Script: <"
- bonus bMatkRate, -36;
+ bonus bMatkRate, -120; // @EVOL2
">
},
{
@@ -4943,13 +5306,14 @@ item_db: (
Buy: 50000
Sell: 2500
Weight: 1200
+ Matk: -150
Def: 25
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 626
Script: <"
- bonus bMatkRate, -45;
+ bonus bMatkRate, -150; // @EVOL2
">
},
{
@@ -4960,13 +5324,14 @@ item_db: (
Buy: 9999000
Sell: 3000
Weight: 4500
+ Matk: -100
Def: 25
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 645
Script: <"
- bonus bMatkRate, -30;
+ bonus bMatkRate, -100; // @EVOL2
">
},
{
@@ -4977,15 +5342,16 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 5
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 649
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
- bonus bCriticalDef, 10;
+ bonus bCriticalDef, 10;
">
},
{
@@ -4996,15 +5362,16 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 5
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 650
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
- bonus bCriticalDef, 10;
+ bonus bCriticalDef, 10;
">
},
{
@@ -5015,13 +5382,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 5
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 651
Script: <"
- bonus bMatkRate, 1;
+ bonus bMatkRate, 20; // @EVOL2
">
},
{
@@ -5032,13 +5400,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 5
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 652
Script: <"
- bonus bMatkRate, 1;
+ bonus bMatkRate, 20; // @EVOL2
">
},
{
@@ -5049,15 +5418,16 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 5
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 653
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
- bonus bCriticalDef, 10;
+ bonus bCriticalDef, 10;
">
},
{
@@ -5068,13 +5438,14 @@ item_db: (
Buy: 100000
Sell: 3000
Weight: 2600
+ Matk: -170
Def: 27
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 658
Script: <"
- bonus bMatkRate, -51;
+ bonus bMatkRate, -170; // @EVOL2
">
},
{
@@ -5085,13 +5456,14 @@ item_db: (
Buy: 500000
Sell: 4000
Weight: 7600
+ Matk: -110
Def: 27
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 659
Script: <"
- bonus bMatkRate, -33;
+ bonus bMatkRate, -110; // @EVOL2
">
},
{
@@ -5102,11 +5474,15 @@ item_db: (
Buy: 800
Sell: 400
Weight: 10
+ Matk: -4
Def: 2
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 688
+ Script: <"
+ bonus bMatkRate, -4; // @EVOL2
+ ">
},
{
Id: 689
@@ -5116,11 +5492,15 @@ item_db: (
Buy: 600
Sell: 300
Weight: 8
+ Matk: -4
Def: 2
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 689
+ Script: <"
+ bonus bMatkRate, -4; // @EVOL2
+ ">
},
{
Id: 720
@@ -5161,6 +5541,7 @@ item_db: (
Buy: 10000
Sell: 3000
Weight: 15
+ Matk: -5
Def: 15
Slots: 0
Loc: "EQP_HEAD_MID"
@@ -5172,11 +5553,11 @@ item_db: (
callfunc "BrawlingItem", EQI_HEAD_MID; // @EVOL2
//callfunc "BrawlingItem"; // @TMWA
bonus bAgi, 15;
- bonus bSpeedAddRate, 10;
- bonus bFlee, 20;
- bonus bHit, 20;
- bonus bMaxHP, 200;
- bonus bMatkRate, -3; // @EVOL2
+ bonus bSpeedAddRate, 10;
+ bonus bFlee, 20;
+ bonus bHit, 20;
+ bonus bMaxHP, 200;
+ bonus bMatkRate, -5; // @EVOL2
">
},
{
@@ -5187,15 +5568,16 @@ item_db: (
Buy: 100000
Sell: 3000
Weight: 800
+ Matk: -70
Def: 20
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 767
Script: <"
- bonus bMatkRate, -14;
+ bonus bMatkRate, -70; // @EVOL2
bonus bDex, 1;
- bonus bMdef, 10;
+ bonus bMdef, 10;
">
},
{
@@ -5206,13 +5588,14 @@ item_db: (
Buy: 3000
Sell: 1500
Weight: 40
+ Matk: -20
Def: 10
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 782
Script: <"
- bonus bMatkRate, -6;
+ bonus bMatkRate, -20; // @EVOL2
bonus bDex, 3;
">
},
@@ -5224,11 +5607,15 @@ item_db: (
Buy: 100000
Sell: 50000
Weight: 35
+ Matk: 3
Def: 15
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 783
+ Script: <"
+ bonus bMatkRate, 3; // @EVOL2
+ ">
},
{
Id: 791
@@ -5238,13 +5625,14 @@ item_db: (
Buy: 20000
Sell: 10000
Weight: 20
+ Matk: -12
Def: 12
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 791
Script: <"
- bonus bMatkRate, -3;
+ bonus bMatkRate, -12; // @EVOL2
">
},
{
@@ -5255,13 +5643,14 @@ item_db: (
Buy: 100000
Sell: 3000
Weight: 2000
+ Matk: -170
Def: 25
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 793
Script: <"
- bonus bMatkRate, -50;
+ bonus bMatkRate, -170; // @EVOL2
">
},
{
@@ -5272,13 +5661,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 5
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 798
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -5290,11 +5680,15 @@ item_db: (
Buy: 10000
Sell: 5000
Weight: 35
+ Matk: 20
Def: 8
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 870
+ Script: <"
+ bonus bMatkRate, 3; // @EVOL2
+ ">
},
{
Id: 880
@@ -5304,6 +5698,7 @@ item_db: (
Buy: 92000
Sell: 52000
Weight: 30
+ Matk: 60
Def: 7
Slots: 0
Loc: "EQP_HEAD_MID"
@@ -5316,15 +5711,14 @@ item_db: (
callfunc "RequireStat", bVit, 40, EQI_HEAD_MID;
">
Script: <"
- bonus bSpeedAddRate, -15;
- bonus bDef2Rate, -40;
- bonus bMatkRate, 6;
- bonus bMdef, 60;
- bonus bVit, -1;
- bonus bInt, 7;
- bonus bLuk, -1;
- bonus bDex, -1;
- bonus bStr, -1;
+ bonus bDef2Rate, -40;
+ bonus bMatkRate, 60; // @EVOL2
+ bonus bMdef, 60;
+ bonus bVit, -1;
+ bonus bInt, 7;
+ bonus bLuk, -1;
+ bonus bDex, -1;
+ bonus bStr, -1;
">
},
{
@@ -5335,11 +5729,15 @@ item_db: (
Buy: 0
Sell: 0
Weight: 20
+ Matk: 5
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 1178
+ Script: <"
+ bonus bMatkRate, 5; // @EVOL2
+ ">
},
{
Id: 1183
@@ -5349,11 +5747,15 @@ item_db: (
Buy: 2000
Sell: 1000
Weight: 35
+ Matk: -12
Def: 6
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 1183
+ Script: <"
+ bonus bMatkRate, -12; // @EVOL2
+ ">
},
{
Id: 1184
@@ -5363,11 +5765,15 @@ item_db: (
Buy: 2000
Sell: 1000
Weight: 35
+ Matk: -12
Def: 6
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 1184
+ Script: <"
+ bonus bMatkRate, -12; // @EVOL2
+ ">
},
{
Id: 1185
@@ -5391,11 +5797,15 @@ item_db: (
Buy: 2000
Sell: 1000
Weight: 35
+ Matk: -12
Def: 6
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 1186
+ Script: <"
+ bonus bMatkRate, -12; // @EVOL2
+ ">
},
{
Id: 1187
@@ -5419,11 +5829,15 @@ item_db: (
Buy: 300
Sell: 5
Weight: 13
+ Matk: -2
Def: 2
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 1202
+ Script: <"
+ bonus bMatkRate, -2; // @EVOL2
+ ">
},
{
Id: 2050
@@ -5433,11 +5847,15 @@ item_db: (
Buy: 300
Sell: 5
Weight: 20
+ Matk: -4
Def: 2
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 2050
+ Script: <"
+ bonus bMatkRate, -4; // @EVOL2
+ ">
},
{
Id: 2051
@@ -5447,11 +5865,15 @@ item_db: (
Buy: 300
Sell: 5
Weight: 20
+ Matk: -4
Def: 2
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 2051
+ Script: <"
+ bonus bMatkRate, -4; // @EVOL2
+ ">
},
{
Id: 2052
@@ -5461,11 +5883,15 @@ item_db: (
Buy: 300
Sell: 5
Weight: 20
+ Matk: -4
Def: 2
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 2052
+ Script: <"
+ bonus bMatkRate, -4; // @EVOL2
+ ">
},
{
Id: 2053
@@ -5475,11 +5901,15 @@ item_db: (
Buy: 300
Sell: 5
Weight: 20
+ Matk: -4
Def: 2
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 2053
+ Script: <"
+ bonus bMatkRate, -4; // @EVOL2
+ ">
},
{
Id: 2054
@@ -5489,11 +5919,15 @@ item_db: (
Buy: 300
Sell: 5
Weight: 20
+ Matk: -4
Def: 2
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 2054
+ Script: <"
+ bonus bMatkRate, -4; // @EVOL2
+ ">
},
{
Id: 2055
@@ -5503,11 +5937,15 @@ item_db: (
Buy: 300
Sell: 5
Weight: 20
+ Matk: -4
Def: 2
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 2055
+ Script: <"
+ bonus bMatkRate, -4; // @EVOL2
+ ">
},
{
Id: 2056
@@ -5517,11 +5955,15 @@ item_db: (
Buy: 300
Sell: 5
Weight: 20
+ Matk: -4
Def: 2
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 2056
+ Script: <"
+ bonus bMatkRate, -4; // @EVOL2
+ ">
},
{
Id: 2057
@@ -5531,11 +5973,15 @@ item_db: (
Buy: 300
Sell: 5
Weight: 20
+ Matk: -4
Def: 2
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 2057
+ Script: <"
+ bonus bMatkRate, -4; // @EVOL2
+ ">
},
{
Id: 2058
@@ -5545,11 +5991,15 @@ item_db: (
Buy: 300
Sell: 5
Weight: 20
+ Matk: -4
Def: 2
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 2058
+ Script: <"
+ bonus bMatkRate, -4; // @EVOL2
+ ">
},
{
Id: 2059
@@ -5559,11 +6009,15 @@ item_db: (
Buy: 300
Sell: 5
Weight: 20
+ Matk: -4
Def: 2
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 2059
+ Script: <"
+ bonus bMatkRate, -4; // @EVOL2
+ ">
},
{
Id: 2060
@@ -5573,11 +6027,15 @@ item_db: (
Buy: 6000
Sell: 3000
Weight: 35
+ Matk: -16
Def: 8
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 2060
+ Script: <"
+ bonus bMatkRate, -16; // @EVOL2
+ ">
},
{
Id: 2061
@@ -5587,11 +6045,15 @@ item_db: (
Buy: 6000
Sell: 3000
Weight: 35
+ Matk: -16
Def: 8
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 2061
+ Script: <"
+ bonus bMatkRate, -16; // @EVOL2
+ ">
},
{
Id: 2062
@@ -5601,11 +6063,15 @@ item_db: (
Buy: 6000
Sell: 3000
Weight: 35
+ Matk: -16
Def: 8
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 2062
+ Script: <"
+ bonus bMatkRate, -16; // @EVOL2
+ ">
},
{
Id: 2063
@@ -5615,11 +6081,15 @@ item_db: (
Buy: 6000
Sell: 3000
Weight: 35
+ Matk: -16
Def: 8
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 2063
+ Script: <"
+ bonus bMatkRate, -16; // @EVOL2
+ ">
},
{
Id: 2064
@@ -5629,11 +6099,15 @@ item_db: (
Buy: 6000
Sell: 3000
Weight: 35
+ Matk: -16
Def: 8
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 2064
+ Script: <"
+ bonus bMatkRate, -16; // @EVOL2
+ ">
},
{
Id: 2065
@@ -5643,11 +6117,15 @@ item_db: (
Buy: 6000
Sell: 3000
Weight: 35
+ Matk: -16
Def: 8
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 2065
+ Script: <"
+ bonus bMatkRate, -16; // @EVOL2
+ ">
},
{
Id: 2066
@@ -5657,11 +6135,15 @@ item_db: (
Buy: 6000
Sell: 3000
Weight: 35
+ Matk: -16
Def: 8
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 2066
+ Script: <"
+ bonus bMatkRate, -16; // @EVOL2
+ ">
},
{
Id: 2067
@@ -5671,11 +6153,15 @@ item_db: (
Buy: 6000
Sell: 3000
Weight: 35
+ Matk: -16
Def: 8
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 2067
+ Script: <"
+ bonus bMatkRate, -16; // @EVOL2
+ ">
},
{
Id: 2068
@@ -5685,11 +6171,15 @@ item_db: (
Buy: 6000
Sell: 3000
Weight: 35
+ Matk: -16
Def: 8
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 2068
+ Script: <"
+ bonus bMatkRate, -16; // @EVOL2
+ ">
},
{
Id: 2069
@@ -5699,11 +6189,15 @@ item_db: (
Buy: 6000
Sell: 3000
Weight: 35
+ Matk: -16
Def: 8
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 2069
+ Script: <"
+ bonus bMatkRate, -16; // @EVOL2
+ ">
},
{
Id: 2070
@@ -5713,11 +6207,15 @@ item_db: (
Buy: 2000
Sell: 1000
Weight: 35
+ Matk: -12
Def: 6
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 2070
+ Script: <"
+ bonus bMatkRate, -12; // @EVOL2
+ ">
},
{
Id: 2071
@@ -5727,11 +6225,15 @@ item_db: (
Buy: 2000
Sell: 1000
Weight: 35
+ Matk: -12
Def: 6
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 2071
+ Script: <"
+ bonus bMatkRate, -12; // @EVOL2
+ ">
},
{
Id: 2072
@@ -5741,11 +6243,15 @@ item_db: (
Buy: 2000
Sell: 1000
Weight: 35
+ Matk: -12
Def: 6
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 2072
+ Script: <"
+ bonus bMatkRate, -12; // @EVOL2
+ ">
},
{
Id: 2073
@@ -5755,11 +6261,15 @@ item_db: (
Buy: 2000
Sell: 1000
Weight: 35
+ Matk: -12
Def: 6
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 2073
+ Script: <"
+ bonus bMatkRate, -12; // @EVOL2
+ ">
},
{
Id: 2074
@@ -5769,11 +6279,15 @@ item_db: (
Buy: 2000
Sell: 1000
Weight: 35
+ Matk: -12
Def: 6
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 2074
+ Script: <"
+ bonus bMatkRate, -12; // @EVOL2
+ ">
},
{
Id: 2075
@@ -5783,11 +6297,15 @@ item_db: (
Buy: 2000
Sell: 1000
Weight: 35
+ Matk: -12
Def: 6
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 2075
+ Script: <"
+ bonus bMatkRate, -12; // @EVOL2
+ ">
},
{
Id: 2076
@@ -5797,11 +6315,15 @@ item_db: (
Buy: 2000
Sell: 1000
Weight: 35
+ Matk: -12
Def: 6
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 2076
+ Script: <"
+ bonus bMatkRate, -12; // @EVOL2
+ ">
},
{
Id: 2077
@@ -5811,11 +6333,15 @@ item_db: (
Buy: 2000
Sell: 1000
Weight: 35
+ Matk: -12
Def: 6
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 2077
+ Script: <"
+ bonus bMatkRate, -12; // @EVOL2
+ ">
},
{
Id: 2078
@@ -5825,11 +6351,15 @@ item_db: (
Buy: 2000
Sell: 1000
Weight: 35
+ Matk: -12
Def: 6
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 2078
+ Script: <"
+ bonus bMatkRate, -12; // @EVOL2
+ ">
},
{
Id: 2079
@@ -5839,11 +6369,15 @@ item_db: (
Buy: 2000
Sell: 1000
Weight: 35
+ Matk: -12
Def: 6
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 2079
+ Script: <"
+ bonus bMatkRate, -12; // @EVOL2
+ ">
},
{
Id: 2080
@@ -5993,11 +6527,15 @@ item_db: (
Buy: 800
Sell: 400
Weight: 12
+ Matk: -4
Def: 2
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 2090
+ Script: <"
+ bonus bMatkRate, -4; // @EVOL2
+ ">
},
{
Id: 2091
@@ -6007,11 +6545,15 @@ item_db: (
Buy: 800
Sell: 400
Weight: 12
+ Matk: -4
Def: 2
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 2091
+ Script: <"
+ bonus bMatkRate, -4; // @EVOL2
+ ">
},
{
Id: 2092
@@ -6021,11 +6563,15 @@ item_db: (
Buy: 800
Sell: 400
Weight: 12
+ Matk: -4
Def: 2
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 2092
+ Script: <"
+ bonus bMatkRate, -4; // @EVOL2
+ ">
},
{
Id: 2093
@@ -6035,11 +6581,15 @@ item_db: (
Buy: 800
Sell: 400
Weight: 12
+ Matk: -4
Def: 2
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 2093
+ Script: <"
+ bonus bMatkRate, -4; // @EVOL2
+ ">
},
{
Id: 2094
@@ -6049,11 +6599,15 @@ item_db: (
Buy: 800
Sell: 400
Weight: 12
+ Matk: -4
Def: 2
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 2094
+ Script: <"
+ bonus bMatkRate, -4; // @EVOL2
+ ">
},
{
Id: 2095
@@ -6063,11 +6617,15 @@ item_db: (
Buy: 800
Sell: 400
Weight: 12
+ Matk: -4
Def: 2
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 2095
+ Script: <"
+ bonus bMatkRate, -4; // @EVOL2
+ ">
},
{
Id: 2096
@@ -6077,11 +6635,15 @@ item_db: (
Buy: 800
Sell: 400
Weight: 12
+ Matk: -4
Def: 2
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 2096
+ Script: <"
+ bonus bMatkRate, -4; // @EVOL2
+ ">
},
{
Id: 2097
@@ -6091,11 +6653,15 @@ item_db: (
Buy: 800
Sell: 400
Weight: 12
+ Matk: -4
Def: 2
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 2097
+ Script: <"
+ bonus bMatkRate, -4; // @EVOL2
+ ">
},
{
Id: 2098
@@ -6105,11 +6671,15 @@ item_db: (
Buy: 800
Sell: 400
Weight: 12
+ Matk: -4
Def: 2
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 2098
+ Script: <"
+ bonus bMatkRate, -4; // @EVOL2
+ ">
},
{
Id: 2099
@@ -6119,11 +6689,15 @@ item_db: (
Buy: 800
Sell: 400
Weight: 12
+ Matk: -4
Def: 2
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 2099
+ Script: <"
+ bonus bMatkRate, -4; // @EVOL2
+ ">
},
{
Id: 2120
@@ -6133,11 +6707,15 @@ item_db: (
Buy: 600
Sell: 300
Weight: 8
+ Matk: -4
Def: 2
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 2120
+ Script: <"
+ bonus bMatkRate, -4; // @EVOL2
+ ">
},
{
Id: 2121
@@ -6147,11 +6725,15 @@ item_db: (
Buy: 600
Sell: 300
Weight: 8
+ Matk: -4
Def: 2
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 2121
+ Script: <"
+ bonus bMatkRate, -4; // @EVOL2
+ ">
},
{
Id: 2122
@@ -6161,11 +6743,15 @@ item_db: (
Buy: 600
Sell: 300
Weight: 8
+ Matk: -4
Def: 2
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 2122
+ Script: <"
+ bonus bMatkRate, -4; // @EVOL2
+ ">
},
{
Id: 2123
@@ -6175,11 +6761,15 @@ item_db: (
Buy: 600
Sell: 300
Weight: 8
+ Matk: -4
Def: 2
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 2123
+ Script: <"
+ bonus bMatkRate, -4; // @EVOL2
+ ">
},
{
Id: 2124
@@ -6189,11 +6779,15 @@ item_db: (
Buy: 600
Sell: 300
Weight: 8
+ Matk: -4
Def: 2
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 2124
+ Script: <"
+ bonus bMatkRate, -4; // @EVOL2
+ ">
},
{
Id: 2125
@@ -6203,11 +6797,15 @@ item_db: (
Buy: 600
Sell: 300
Weight: 8
+ Matk: -4
Def: 2
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 2125
+ Script: <"
+ bonus bMatkRate, -4; // @EVOL2
+ ">
},
{
Id: 2126
@@ -6217,11 +6815,15 @@ item_db: (
Buy: 600
Sell: 300
Weight: 8
+ Matk: -4
Def: 2
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 2126
+ Script: <"
+ bonus bMatkRate, -4; // @EVOL2
+ ">
},
{
Id: 2127
@@ -6231,11 +6833,15 @@ item_db: (
Buy: 600
Sell: 300
Weight: 8
+ Matk: -4
Def: 2
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 2127
+ Script: <"
+ bonus bMatkRate, -4; // @EVOL2
+ ">
},
{
Id: 2128
@@ -6245,11 +6851,15 @@ item_db: (
Buy: 600
Sell: 300
Weight: 8
+ Matk: -4
Def: 2
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 2128
+ Script: <"
+ bonus bMatkRate, -4; // @EVOL2
+ ">
},
{
Id: 2129
@@ -6259,11 +6869,15 @@ item_db: (
Buy: 600
Sell: 300
Weight: 8
+ Matk: -4
Def: 2
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 2129
+ Script: <"
+ bonus bMatkRate, -4; // @EVOL2
+ ">
},
{
Id: 2220
@@ -6273,13 +6887,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 2220
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -6291,13 +6906,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 2221
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -6309,13 +6925,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 2222
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -6327,13 +6944,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 2223
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -6345,13 +6963,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 2224
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -6363,13 +6982,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 2225
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -6381,13 +7001,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 2226
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -6399,13 +7020,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 2227
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -6417,13 +7039,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 2228
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -6435,13 +7058,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 2229
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -6453,11 +7077,15 @@ item_db: (
Buy: 10000
Sell: 5000
Weight: 35
+ Matk: 20
Def: 8
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 2240
+ Script: <"
+ bonus bMatkRate, 3; // @EVOL2
+ ">
},
{
Id: 2241
@@ -6467,11 +7095,15 @@ item_db: (
Buy: 10000
Sell: 5000
Weight: 35
+ Matk: 20
Def: 8
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 2241
+ Script: <"
+ bonus bMatkRate, 3; // @EVOL2
+ ">
},
{
Id: 2242
@@ -6481,11 +7113,15 @@ item_db: (
Buy: 10000
Sell: 5000
Weight: 35
+ Matk: 20
Def: 8
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 2242
+ Script: <"
+ bonus bMatkRate, 3; // @EVOL2
+ ">
},
{
Id: 2243
@@ -6495,11 +7131,15 @@ item_db: (
Buy: 10000
Sell: 5000
Weight: 35
+ Matk: 20
Def: 8
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 2243
+ Script: <"
+ bonus bMatkRate, 3; // @EVOL2
+ ">
},
{
Id: 2244
@@ -6509,11 +7149,15 @@ item_db: (
Buy: 10000
Sell: 5000
Weight: 35
+ Matk: 20
Def: 8
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 2244
+ Script: <"
+ bonus bMatkRate, 3; // @EVOL2
+ ">
},
{
Id: 2245
@@ -6523,11 +7167,15 @@ item_db: (
Buy: 10000
Sell: 5000
Weight: 35
+ Matk: 20
Def: 8
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 2245
+ Script: <"
+ bonus bMatkRate, 3; // @EVOL2
+ ">
},
{
Id: 2246
@@ -6537,11 +7185,15 @@ item_db: (
Buy: 10000
Sell: 5000
Weight: 35
+ Matk: 20
Def: 8
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 2246
+ Script: <"
+ bonus bMatkRate, 3; // @EVOL2
+ ">
},
{
Id: 2247
@@ -6551,11 +7203,15 @@ item_db: (
Buy: 10000
Sell: 5000
Weight: 35
+ Matk: 20
Def: 8
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 2247
+ Script: <"
+ bonus bMatkRate, 3; // @EVOL2
+ ">
},
{
Id: 2248
@@ -6565,11 +7221,15 @@ item_db: (
Buy: 10000
Sell: 5000
Weight: 35
+ Matk: 20
Def: 8
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 2248
+ Script: <"
+ bonus bMatkRate, 3; // @EVOL2
+ ">
},
{
Id: 2249
@@ -6579,11 +7239,15 @@ item_db: (
Buy: 10000
Sell: 5000
Weight: 35
+ Matk: 20
Def: 8
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 2249
+ Script: <"
+ bonus bMatkRate, 3; // @EVOL2
+ ">
},
{
Id: 5000
@@ -6593,13 +7257,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5000
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -6611,13 +7276,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5001
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -6629,13 +7295,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5002
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -6647,13 +7314,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5003
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -6665,13 +7333,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5004
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -6683,13 +7352,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5005
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -6701,13 +7371,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5006
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -6719,13 +7390,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5007
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -6737,13 +7409,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5008
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -6755,13 +7428,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5009
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -6773,13 +7447,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5010
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -6791,13 +7466,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5011
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -6809,13 +7485,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5012
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -6827,13 +7504,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5013
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -6845,13 +7523,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5014
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -6863,13 +7542,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5015
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -6881,13 +7561,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5016
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -6899,13 +7580,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5017
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -6917,13 +7599,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5018
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -6935,13 +7618,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5019
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -6953,13 +7637,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5020
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -6971,13 +7656,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5021
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -6989,13 +7675,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5022
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -7007,13 +7694,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5023
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -7025,13 +7713,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5024
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -7043,13 +7732,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5025
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -7061,13 +7751,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5026
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -7079,13 +7770,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5027
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -7097,13 +7789,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5028
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -7115,13 +7808,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5029
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -7133,13 +7827,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5030
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -7151,13 +7846,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5031
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -7169,13 +7865,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5032
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -7187,13 +7884,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5033
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -7205,13 +7903,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5034
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -7223,13 +7922,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5035
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -7241,13 +7941,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5036
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -7259,13 +7960,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5037
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -7277,13 +7979,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5038
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -7295,13 +7998,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5039
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -7313,13 +8017,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5040
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -7331,13 +8036,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5041
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -7349,13 +8055,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5042
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -7367,13 +8074,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5043
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -7385,13 +8093,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5044
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -7403,13 +8112,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5045
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -7421,13 +8131,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5046
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -7439,13 +8150,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5047
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -7457,13 +8169,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5048
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -7475,13 +8188,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5049
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -7493,13 +8207,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5050
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -7511,13 +8226,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5051
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -7529,13 +8245,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5052
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -7547,13 +8264,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5053
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -7565,13 +8283,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5054
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -7583,13 +8302,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5055
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -7601,13 +8321,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5056
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -7619,13 +8340,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5057
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -7637,13 +8359,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5058
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -7655,13 +8378,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5059
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -7673,13 +8397,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5060
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -7691,13 +8416,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5061
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -7709,13 +8435,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5062
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -7727,13 +8454,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5063
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -7745,13 +8473,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5064
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -7763,13 +8492,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5065
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -7781,13 +8511,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5066
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -7799,13 +8530,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5067
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -7817,13 +8549,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5068
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -7835,13 +8568,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5069
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -7853,13 +8587,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5070
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -7871,13 +8606,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5071
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -7889,13 +8625,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5072
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -7907,13 +8644,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5073
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -7925,13 +8663,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5074
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -7943,13 +8682,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5075
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -7961,13 +8701,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5076
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -7979,13 +8720,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5077
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -7997,13 +8739,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5078
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -8015,13 +8758,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5079
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -8033,13 +8777,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5080
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -8051,13 +8796,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5081
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -8069,13 +8815,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5082
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -8087,13 +8834,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5083
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -8105,13 +8853,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5084
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -8123,13 +8872,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5085
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -8141,13 +8891,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5086
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -8159,13 +8910,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5087
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -8177,13 +8929,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5088
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -8195,13 +8948,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5089
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -8213,13 +8967,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5090
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -8231,13 +8986,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5091
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -8249,13 +9005,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5092
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -8267,13 +9024,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5093
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -8285,13 +9043,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5094
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -8303,13 +9062,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5095
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -8321,13 +9081,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5096
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -8339,13 +9100,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5097
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -8357,13 +9119,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5098
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -8375,13 +9138,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5099
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -8393,13 +9157,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5100
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -8411,13 +9176,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5101
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -8429,13 +9195,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5102
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -8447,13 +9214,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5103
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -8465,13 +9233,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5104
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -8483,13 +9252,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5105
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -8501,13 +9271,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5106
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -8519,13 +9290,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5107
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -8537,13 +9309,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5108
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -8555,13 +9328,14 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 30
+ Matk: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5109
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bAgi, 1;
">
},
@@ -8573,11 +9347,15 @@ item_db: (
Buy: 0
Sell: 0
Weight: 20
+ Matk: 5
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5131
+ Script: <"
+ bonus bMatkRate, 5; // @EVOL2
+ ">
},
{
Id: 5132
@@ -8587,11 +9365,15 @@ item_db: (
Buy: 0
Sell: 0
Weight: 20
+ Matk: 5
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5132
+ Script: <"
+ bonus bMatkRate, 5; // @EVOL2
+ ">
},
{
Id: 5133
@@ -8601,11 +9383,15 @@ item_db: (
Buy: 0
Sell: 0
Weight: 20
+ Matk: 5
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5133
+ Script: <"
+ bonus bMatkRate, 5; // @EVOL2
+ ">
},
{
Id: 5134
@@ -8615,11 +9401,15 @@ item_db: (
Buy: 0
Sell: 0
Weight: 20
+ Matk: 5
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5134
+ Script: <"
+ bonus bMatkRate, 5; // @EVOL2
+ ">
},
{
Id: 5135
@@ -8629,11 +9419,15 @@ item_db: (
Buy: 0
Sell: 0
Weight: 20
+ Matk: 5
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5135
+ Script: <"
+ bonus bMatkRate, 5; // @EVOL2
+ ">
},
{
Id: 5136
@@ -8643,11 +9437,15 @@ item_db: (
Buy: 0
Sell: 0
Weight: 20
+ Matk: 5
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5136
+ Script: <"
+ bonus bMatkRate, 5; // @EVOL2
+ ">
},
{
Id: 5137
@@ -8657,11 +9455,15 @@ item_db: (
Buy: 0
Sell: 0
Weight: 20
+ Matk: 5
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5137
+ Script: <"
+ bonus bMatkRate, 5; // @EVOL2
+ ">
},
{
Id: 5138
@@ -8671,11 +9473,15 @@ item_db: (
Buy: 0
Sell: 0
Weight: 20
+ Matk: 5
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5138
+ Script: <"
+ bonus bMatkRate, 5; // @EVOL2
+ ">
},
{
Id: 5139
@@ -8685,11 +9491,15 @@ item_db: (
Buy: 0
Sell: 0
Weight: 20
+ Matk: 5
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5139
+ Script: <"
+ bonus bMatkRate, 5; // @EVOL2
+ ">
},
{
Id: 5140
@@ -8699,11 +9509,15 @@ item_db: (
Buy: 0
Sell: 0
Weight: 20
+ Matk: 5
Def: 5
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5140
+ Script: <"
+ bonus bMatkRate, 5; // @EVOL2
+ ">
},
{
Id: 5254
@@ -8713,15 +9527,16 @@ item_db: (
Buy: 0
Sell: 0
Weight: 2000
+ Matk: -90
Def: 24
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5254
Script: <"
- bonus bMatkRate, -27;
+ bonus bMatkRate, -90; // @EVOL2
bonus bDex, 1;
- bonus bMaxHP, 100;
+ bonus bMaxHP, 100;
">
},
{
@@ -8732,16 +9547,17 @@ item_db: (
Buy: 0
Sell: 0
Weight: 2000
+ Matk: -40
Def: 27
Slots: 0
Loc: "EQP_HEAD_MID"
Refine: false
ViewSprite: 5286
Script: <"
- bonus bMatkRate, -4;
+ bonus bMatkRate, -40; // @EVOL2
bonus bDex, 1;
bonus bAgi, 1;
- bonus bMaxHP, 1500;
+ bonus bMaxHP, 1500;
">
Nouse: {
override: 1
@@ -8757,11 +9573,15 @@ item_db: (
Buy: 400
Sell: 200
Weight: 20
+ Matk: -2
Def: 2
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 511
+ Script: <"
+ bonus bMatkRate, -2; // @EVOL2
+ ">
},
{
Id: 524
@@ -8785,11 +9605,15 @@ item_db: (
Buy: 800
Sell: 400
Weight: 40
+ Matk: -8
Def: 4
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 525
+ Script: <"
+ bonus bMatkRate, -8; // @EVOL2
+ ">
},
{
Id: 543
@@ -8799,11 +9623,15 @@ item_db: (
Buy: 800
Sell: 400
Weight: 10
+ Matk: -3
Def: 3
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 543
+ Script: <"
+ bonus bMatkRate, -3; // @EVOL2
+ ">
},
{
Id: 544
@@ -8813,11 +9641,15 @@ item_db: (
Buy: 5000
Sell: 2000
Weight: 10
+ Matk: -10
Def: 10
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 544
+ Script: <"
+ bonus bMatkRate, -10; // @EVOL2
+ ">
},
{
Id: 615
@@ -8827,11 +9659,15 @@ item_db: (
Buy: 2000
Sell: 1000
Weight: 60
+ Matk: -4
Def: 4
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 615
+ Script: <"
+ bonus bMatkRate, -4; // @EVOL2
+ ">
},
{
Id: 616
@@ -8841,11 +9677,15 @@ item_db: (
Buy: 2000
Sell: 1000
Weight: 50
+ Matk: -4
Def: 4
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 616
+ Script: <"
+ bonus bMatkRate, -4; // @EVOL2
+ ">
},
{
Id: 617
@@ -8855,11 +9695,15 @@ item_db: (
Buy: 2000
Sell: 1000
Weight: 40
+ Matk: -8
Def: 4
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 617
+ Script: <"
+ bonus bMatkRate, -8; // @EVOL2
+ ">
},
{
Id: 618
@@ -8897,11 +9741,15 @@ item_db: (
Buy: 2000
Sell: 1000
Weight: 25
+ Matk: 5
Def: 4
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 620
+ Script: <"
+ bonus bMatkRate, 5; // @EVOL2
+ ">
},
{
Id: 621
@@ -8939,11 +9787,15 @@ item_db: (
Buy: 2500
Sell: 1250
Weight: 30
+ Matk: 2
Def: 10
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 627
+ Script: <"
+ bonus bMatkRate, 2; // @EVOL2
+ ">
},
{
Id: 628
@@ -8953,11 +9805,15 @@ item_db: (
Buy: 3000
Sell: 1500
Weight: 20
+ Matk: 2
Def: 13
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 628
+ Script: <"
+ bonus bMatkRate, 2; // @EVOL2
+ ">
},
{
Id: 629
@@ -8995,11 +9851,15 @@ item_db: (
Buy: 3000
Sell: 1500
Weight: 30
+ Matk: 2
Def: 13
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 633
+ Script: <"
+ bonus bMatkRate, 2; // @EVOL2
+ ">
},
{
Id: 634
@@ -9023,13 +9883,14 @@ item_db: (
Buy: 30000
Sell: 3000
Weight: 900
+ Matk: -36
Def: 18
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 636
Script: <"
- bonus bMatkRate, -8;
+ bonus bMatkRate, -36; // @EVOL2
">
},
{
@@ -9040,13 +9901,14 @@ item_db: (
Buy: 20000
Sell: 2000
Weight: 600
+ Matk: -30
Def: 15
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 637
Script: <"
- bonus bMatkRate, -7;
+ bonus bMatkRate, -30; // @EVOL2
">
},
{
@@ -9057,13 +9919,14 @@ item_db: (
Buy: 15000
Sell: 1500
Weight: 400
+ Matk: -30
Def: 15
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 638
Script: <"
- bonus bMatkRate, -8;
+ bonus bMatkRate, -30; // @EVOL2
">
},
{
@@ -9074,13 +9937,14 @@ item_db: (
Buy: 25000
Sell: 2500
Weight: 1300
+ Matk: -36
Def: 18
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 639
Script: <"
- bonus bMatkRate, -8;
+ bonus bMatkRate, -36; // @EVOL2
">
},
{
@@ -9091,13 +9955,14 @@ item_db: (
Buy: 1800
Sell: 900
Weight: 30
+ Matk: -12
Def: 6
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 643
Script: <"
- bonus bMatkRate, -2;
+ bonus bMatkRate, -12; // @EVOL2
">
},
{
@@ -9108,13 +9973,14 @@ item_db: (
Buy: 1800
Sell: 900
Weight: 30
+ Matk: -12
Def: 6
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 644
Script: <"
- bonus bMatkRate, -2;
+ bonus bMatkRate, -12; // @EVOL2
">
},
{
@@ -9139,11 +10005,15 @@ item_db: (
Buy: 2000
Sell: 500
Weight: 20
+ Matk: 5
Def: 5
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 647
+ Script: <"
+ bonus bMatkRate, 5; // @EVOL2
+ ">
},
{
Id: 654
@@ -9195,11 +10065,15 @@ item_db: (
Buy: 7000
Sell: 1000
Weight: 18
+ Matk: 1
Def: 3
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 678
+ Script: <"
+ bonus bMatkRate, 1; // @EVOL2
+ ">
},
{
Id: 679
@@ -9209,11 +10083,15 @@ item_db: (
Buy: 10000
Sell: 5000
Weight: 23
+ Matk: 5
Def: 3
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 679
+ Script: <"
+ bonus bMatkRate, 5; // @EVOL2
+ ">
},
{
Id: 721
@@ -9223,13 +10101,14 @@ item_db: (
Buy: 6000000
Sell: 5000
Weight: 400
+ Matk: 20
Def: 4
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 721
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 20; // @EVOL2
bonus bMaxSP, 20;
">
},
@@ -9241,13 +10120,14 @@ item_db: (
Buy: 6000000
Sell: 3000
Weight: 250
+ Matk: 10
Def: 7
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 722
Script: <"
- bonus bMatkRate, 1;
+ bonus bMatkRate, 10; // @EVOL2
bonus bMdef, 20;
">
},
@@ -9259,11 +10139,15 @@ item_db: (
Buy: 2400
Sell: 600
Weight: 20
+ Matk: -1
Def: 3
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 723
+ Script: <"
+ bonus bMatkRate, -1; // @EVOL2
+ ">
},
{
Id: 724
@@ -9287,6 +10171,7 @@ item_db: (
Buy: 2000
Sell: 500
Weight: 0
+ Matk: 5
Def: 5
Slots: 0
Loc: "EQP_HEAD_TOP"
@@ -9295,6 +10180,9 @@ item_db: (
Nouse: {
override: 60
}
+ Script: <"
+ bonus bMatkRate, 5; // @EVOL2
+ ">
},
{
Id: 751
@@ -9304,11 +10192,15 @@ item_db: (
Buy: 5000
Sell: 1000
Weight: 5
+ Matk: 1
Def: 1
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 751
+ Script: <"
+ bonus bMatkRate, 1; // @EVOL2
+ ">
},
{
Id: 752
@@ -9318,11 +10210,15 @@ item_db: (
Buy: 7000
Sell: 2000
Weight: 10
+ Matk: -5
Def: 2
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 752
+ Script: <"
+ bonus bMatkRate, -5; // @EVOL2
+ ">
},
{
Id: 759
@@ -9331,7 +10227,7 @@ item_db: (
Type: "IT_ARMOR"
Buy: 0
Sell: 0
- Weight: 0
+ Weight: 500
Def: 19
Slots: 0
Loc: "EQP_HEAD_TOP"
@@ -9345,17 +10241,19 @@ item_db: (
Type: "IT_ARMOR"
Buy: 0
Sell: 0
- Weight: 0
- Def: 50
+ Weight: 1800
+ Matk: -60
+ Def: 44
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 760
Script: <"
- bonus bMdef, -50;
- bonus bStr, -2;
- bonus bAgi, -2;
- bonus bDex, -2;
+ //bonus bSpeedCap, DEFAULT_WALK_SPEED; // @TMWA
+ bonus bMatkRate, -60; // @EVOL2
+ bonus bMdef, -60;
+ //bonus bAllStats, -2; // @TMWA
+ bonus bFlee, -20;
">
},
{
@@ -9365,12 +10263,17 @@ item_db: (
Type: "IT_ARMOR"
Buy: 0
Sell: 0
- Weight: 0
+ Weight: 600
+ Matk: -25
Def: 21
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 761
+ Script: <"
+ bonus bMatkRate, -25; // @EVOL2
+ ">
+ //Disabled: true // @TMWA
},
{
Id: 764
@@ -9379,7 +10282,7 @@ item_db: (
Type: "IT_ARMOR"
Buy: 0
Sell: 0
- Weight: 0
+ Weight: 20
Def: 5
Slots: 0
Loc: "EQP_HEAD_TOP"
@@ -9393,7 +10296,7 @@ item_db: (
Type: "IT_ARMOR"
Buy: 0
Sell: 0
- Weight: 0
+ Weight: 20
Def: 15
Slots: 0
Loc: "EQP_HEAD_TOP"
@@ -9408,13 +10311,14 @@ item_db: (
Buy: 30000
Sell: 3000
Weight: 300
+ Matk: -12
Def: 15
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 766
Script: <"
- bonus bMatkRate, -2;
+ bonus bMatkRate, -12; // @EVOL2
bonus bMdef, 5;
">
},
@@ -9440,13 +10344,14 @@ item_db: (
Buy: 2000
Sell: 1000
Weight: 20
+ Matk: -10
Def: 5
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 770
Script: <"
- bonus bMatkRate, -6;
+ bonus bMatkRate, -10; // @EVOL2
bonus bLuk, 3;
">
},
@@ -9472,13 +10377,14 @@ item_db: (
Buy: 15000
Sell: 1500
Weight: 400
+ Matk: -30
Def: 15
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 795
Script: <"
- bonus bMatkRate, -6;
+ bonus bMatkRate, -30; // @EVOL2
">
},
{
@@ -9489,11 +10395,15 @@ item_db: (
Buy: 2500
Sell: 1250
Weight: 30
+ Matk: 2
Def: 10
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 800
+ Script: <"
+ bonus bMatkRate, 2; // @EVOL2
+ ">
},
{
Id: 801
@@ -9503,13 +10413,14 @@ item_db: (
Buy: 20000
Sell: 1500
Weight: 800
+ Matk: -20
Def: 10
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 801
Script: <"
- bonus bMatkRate, -3;
+ bonus bMatkRate, -20; // @EVOL2
bonus bLuk, 1;
">
},
@@ -9521,11 +10432,15 @@ item_db: (
Buy: 1000
Sell: 500
Weight: 20
+ Matk: -1
Def: 2
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 848
+ Script: <"
+ bonus bMatkRate, -1; // @EVOL2
+ ">
},
{
Id: 854
@@ -9535,11 +10450,15 @@ item_db: (
Buy: 1000
Sell: 500
Weight: 50
+ Matk: 5
Def: 3
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 854
+ Script: <"
+ bonus bMatkRate, 5; // @EVOL2
+ ">
},
{
Id: 855
@@ -9549,11 +10468,15 @@ item_db: (
Buy: 1000
Sell: 500
Weight: 10
+ Matk: 6
Def: 2
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 855
+ Script: <"
+ bonus bMatkRate, 6; // @EVOL2
+ ">
},
{
Id: 856
@@ -9577,6 +10500,7 @@ item_db: (
Buy: 90000
Sell: 45000
Weight: 1300
+ Matk: -52
Def: 19
Slots: 0
Loc: "EQP_HEAD_TOP"
@@ -9590,7 +10514,7 @@ item_db: (
callfunc "RequireStat", bLuk, 50, EQI_HEAD_TOP;
">
Script: <"
- bonus bMatkRate, -14;
+ bonus bMatkRate, -52; // @EVOL2
bonus bDoubleAddRate, 20;
bonus bStr, 10;
bonus bCritical, 15;
@@ -9614,6 +10538,9 @@ item_db: (
EquipLv: 1
Refine: false
ViewSprite: 882
+ Script: <"
+ bonus bMdef, 3;
+ ">
},
{
Id: 883
@@ -9630,6 +10557,9 @@ item_db: (
EquipLv: 1
Refine: false
ViewSprite: 883
+ Script: <"
+ bonus bMdef, 3;
+ ">
},
{
Id: 884
@@ -9646,6 +10576,9 @@ item_db: (
EquipLv: 1
Refine: false
ViewSprite: 884
+ Script: <"
+ bonus bMdef, 3;
+ ">
},
{
Id: 885
@@ -9662,6 +10595,9 @@ item_db: (
EquipLv: 1
Refine: false
ViewSprite: 885
+ Script: <"
+ bonus bMdef, 3;
+ ">
},
{
Id: 886
@@ -9678,6 +10614,9 @@ item_db: (
EquipLv: 1
Refine: false
ViewSprite: 886
+ Script: <"
+ bonus bMdef, 3;
+ ">
},
{
Id: 887
@@ -9694,6 +10633,9 @@ item_db: (
EquipLv: 1
Refine: false
ViewSprite: 887
+ Script: <"
+ bonus bMdef, 3;
+ ">
},
{
Id: 888
@@ -9703,6 +10645,7 @@ item_db: (
Buy: 4200
Sell: 1900
Weight: 30
+ Matk: 20
Def: 60
Slots: 0
Loc: "EQP_HEAD_TOP"
@@ -9712,12 +10655,12 @@ item_db: (
override: 50
}
Script: <"
- bonus bMaxHP, 31000;
- bonus bFlee, -200;
- bonus bHPrecovRate, -400;
- bonus bCriticalDef, 250;
- bonus bMdef, 89;
- bonus bMatkRate, 2;
+ bonus bMaxHP, 31000;
+ bonus bFlee, -200;
+ bonus bHPrecovRate, -400;
+ bonus bCriticalDef, 250;
+ bonus bMdef, 89;
+ bonus bMatkRate, 20; // @EVOL2
">
},
{
@@ -9742,11 +10685,15 @@ item_db: (
Buy: 8000
Sell: 2000
Weight: 20
+ Matk: 2
Def: 4
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 890
+ Script: <"
+ bonus bMatkRate, 2; // @EVOL2
+ ">
},
{
Id: 897
@@ -9756,11 +10703,15 @@ item_db: (
Buy: 5000
Sell: 1000
Weight: 0
+ Matk: 8
Def: 1
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 897
+ Script: <"
+ bonus bMatkRate, 8; // @EVOL2
+ ">
},
{
Id: 898
@@ -9770,11 +10721,15 @@ item_db: (
Buy: 5000
Sell: 1000
Weight: 0
+ Matk: 8
Def: 1
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 898
+ Script: <"
+ bonus bMatkRate, 8; // @EVOL2
+ ">
},
{
Id: 899
@@ -9784,11 +10739,15 @@ item_db: (
Buy: 5000
Sell: 1000
Weight: 0
+ Matk: 8
Def: 1
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 899
+ Script: <"
+ bonus bMatkRate, 8; // @EVOL2
+ ">
},
{
Id: 900
@@ -9798,11 +10757,15 @@ item_db: (
Buy: 5000
Sell: 1000
Weight: 0
+ Matk: 8
Def: 1
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 900
+ Script: <"
+ bonus bMatkRate, 8; // @EVOL2
+ ">
},
{
Id: 901
@@ -9812,11 +10775,15 @@ item_db: (
Buy: 5000
Sell: 1000
Weight: 0
+ Matk: 8
Def: 1
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 901
+ Script: <"
+ bonus bMatkRate, 8; // @EVOL2
+ ">
},
{
Id: 902
@@ -9826,11 +10793,15 @@ item_db: (
Buy: 5000
Sell: 1000
Weight: 0
+ Matk: 8
Def: 1
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 902
+ Script: <"
+ bonus bMatkRate, 8; // @EVOL2
+ ">
},
{
Id: 905
@@ -9854,11 +10825,15 @@ item_db: (
Buy: 5000
Sell: 500
Weight: 20
+ Matk: -2
Def: 9
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 1173
+ Script: <"
+ bonus bMatkRate, -2; // @EVOL2
+ ">
},
{
Id: 1174
@@ -9868,11 +10843,15 @@ item_db: (
Buy: 4000
Sell: 500
Weight: 15
+ Matk: -10
Def: 2
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 1174
+ Script: <"
+ bonus bMatkRate, -10; // @EVOL2
+ ">
},
{
Id: 1175
@@ -9882,11 +10861,15 @@ item_db: (
Buy: 5000
Sell: 500
Weight: 10
+ Matk: 4
Def: 1
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 1175
+ Script: <"
+ bonus bMatkRate, 4; // @EVOL2
+ ">
},
{
Id: 1190
@@ -9896,11 +10879,15 @@ item_db: (
Buy: 1000
Sell: 500
Weight: 20
+ Matk: 2
Def: 5
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 1190
+ Script: <"
+ bonus bMatkRate, 2; // @EVOL2
+ ">
},
{
Id: 1196
@@ -9927,11 +10914,15 @@ item_db: (
Buy: 1000
Sell: 500
Weight: 20
+ Matk: -1
Def: 2
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 1203
+ Script: <"
+ bonus bMatkRate, -1; // @EVOL2
+ ">
},
{
Id: 1204
@@ -9941,11 +10932,15 @@ item_db: (
Buy: 1000
Sell: 500
Weight: 15
+ Matk: 2
Def: 4
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 1204
+ Script: <"
+ bonus bMatkRate, 2; // @EVOL2
+ ">
},
{
Id: 1205
@@ -9969,11 +10964,15 @@ item_db: (
Buy: 1000
Sell: 500
Weight: 20
+ Matk: 2
Def: 5
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 1206
+ Script: <"
+ bonus bMatkRate, 2; // @EVOL2
+ ">
},
{
Id: 1214
@@ -9983,11 +10982,15 @@ item_db: (
Buy: 5000
Sell: 2000
Weight: 20
+ Matk: 1
Def: 10
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 1214
+ Script: <"
+ bonus bMatkRate, 1; // @EVOL2
+ ">
},
{
Id: 1216
@@ -10011,12 +11014,14 @@ item_db: (
Buy: 100
Sell: 50
Weight: 20
+ Matk: 1
Def: 1
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 1217
Script: <"
+ bonus bMatkRate, 1; // @EVOL2
bonus bAgi, 3;
">
},
@@ -10028,12 +11033,14 @@ item_db: (
Buy: 1000
Sell: 5
Weight: 10
+ Matk: -1
Def: 1
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 1218
Script: <"
+ bonus bMatkRate, -1; // @EVOL2
bonus bAgi, -1;
">
},
@@ -10079,11 +11086,15 @@ item_db: (
Buy: 10000
Sell: 5000
Weight: 150
+ Matk: 5
Def: 3
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 1221
+ Script: <"
+ bonus bMatkRate, 5; // @EVOL2
+ ">
},
{
Id: 1242
@@ -10093,11 +11104,15 @@ item_db: (
Buy: 7500
Sell: 3750
Weight: 10
+ Matk: -2
Def: 5
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 1242
+ Script: <"
+ bonus bMatkRate, -2; // @EVOL2
+ ">
},
{
Id: 1247
@@ -10107,11 +11122,15 @@ item_db: (
Buy: 7500
Sell: 3750
Weight: 20
+ Matk: 5
Def: 4
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 1247
+ Script: <"
+ bonus bMatkRate, 5; // @EVOL2
+ ">
},
{
Id: 1255
@@ -10121,6 +11140,7 @@ item_db: (
Buy: 7000
Sell: 3500
Weight: 20
+ Matk: 4
Def: 5
Slots: 0
Loc: "EQP_HEAD_TOP"
@@ -10128,6 +11148,9 @@ item_db: (
EquipLv: 1
Refine: false
ViewSprite: 1255
+ Script: <"
+ bonus bMatkRate, 4; // @EVOL2
+ ">
},
{
Id: 1256
@@ -10201,13 +11224,15 @@ item_db: (
Buy: 1000
Sell: 500
Weight: 50
- Def: 3
+ Matk: 5
+ Def: 5
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 1278
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 5; // @EVOL2
+ bonus bInt, 3;
">
},
{
@@ -10232,11 +11257,15 @@ item_db: (
Buy: 2400
Sell: 600
Weight: 20
+ Matk: -1
Def: 3
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 2130
+ Script: <"
+ bonus bMatkRate, -1; // @EVOL2
+ ">
},
{
Id: 2131
@@ -10246,11 +11275,15 @@ item_db: (
Buy: 2400
Sell: 600
Weight: 20
+ Matk: -1
Def: 3
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 2131
+ Script: <"
+ bonus bMatkRate, -1; // @EVOL2
+ ">
},
{
Id: 2132
@@ -10260,11 +11293,15 @@ item_db: (
Buy: 2400
Sell: 600
Weight: 20
+ Matk: -1
Def: 3
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 2132
+ Script: <"
+ bonus bMatkRate, -1; // @EVOL2
+ ">
},
{
Id: 2133
@@ -10274,11 +11311,15 @@ item_db: (
Buy: 2400
Sell: 600
Weight: 20
+ Matk: -1
Def: 3
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 2133
+ Script: <"
+ bonus bMatkRate, -1; // @EVOL2
+ ">
},
{
Id: 2134
@@ -10288,11 +11329,15 @@ item_db: (
Buy: 2400
Sell: 600
Weight: 20
+ Matk: -1
Def: 3
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 2134
+ Script: <"
+ bonus bMatkRate, -1; // @EVOL2
+ ">
},
{
Id: 2135
@@ -10302,11 +11347,15 @@ item_db: (
Buy: 2400
Sell: 600
Weight: 20
+ Matk: -1
Def: 3
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 2135
+ Script: <"
+ bonus bMatkRate, -1; // @EVOL2
+ ">
},
{
Id: 2136
@@ -10316,11 +11365,15 @@ item_db: (
Buy: 2400
Sell: 600
Weight: 20
+ Matk: -1
Def: 3
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 2136
+ Script: <"
+ bonus bMatkRate, -1; // @EVOL2
+ ">
},
{
Id: 2137
@@ -10330,11 +11383,15 @@ item_db: (
Buy: 2400
Sell: 600
Weight: 20
+ Matk: -1
Def: 3
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 2137
+ Script: <"
+ bonus bMatkRate, -1; // @EVOL2
+ ">
},
{
Id: 2138
@@ -10344,11 +11401,15 @@ item_db: (
Buy: 2400
Sell: 600
Weight: 20
+ Matk: -1
Def: 3
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 2138
+ Script: <"
+ bonus bMatkRate, -1; // @EVOL2
+ ">
},
{
Id: 2139
@@ -10358,11 +11419,15 @@ item_db: (
Buy: 2400
Sell: 600
Weight: 20
+ Matk: -1
Def: 3
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 2139
+ Script: <"
+ bonus bMatkRate, -1; // @EVOL2
+ ">
},
{
Id: 2140
@@ -10512,6 +11577,7 @@ item_db: (
Buy: 7000
Sell: 3500
Weight: 15
+ Matk: 4
Def: 5
Slots: 0
Loc: "EQP_HEAD_TOP"
@@ -10519,6 +11585,9 @@ item_db: (
EquipLv: 1
Refine: false
ViewSprite: 2190
+ Script: <"
+ bonus bMatkRate, 4; // @EVOL2
+ ">
},
{
Id: 2191
@@ -10528,6 +11597,7 @@ item_db: (
Buy: 7000
Sell: 3500
Weight: 15
+ Matk: 4
Def: 5
Slots: 0
Loc: "EQP_HEAD_TOP"
@@ -10535,6 +11605,9 @@ item_db: (
EquipLv: 1
Refine: false
ViewSprite: 2191
+ Script: <"
+ bonus bMatkRate, 4; // @EVOL2
+ ">
},
{
Id: 2192
@@ -10544,6 +11617,7 @@ item_db: (
Buy: 7000
Sell: 3500
Weight: 15
+ Matk: 4
Def: 5
Slots: 0
Loc: "EQP_HEAD_TOP"
@@ -10551,6 +11625,9 @@ item_db: (
EquipLv: 1
Refine: false
ViewSprite: 2192
+ Script: <"
+ bonus bMatkRate, 4; // @EVOL2
+ ">
},
{
Id: 2193
@@ -10560,6 +11637,7 @@ item_db: (
Buy: 7000
Sell: 3500
Weight: 15
+ Matk: 4
Def: 5
Slots: 0
Loc: "EQP_HEAD_TOP"
@@ -10567,6 +11645,9 @@ item_db: (
EquipLv: 1
Refine: false
ViewSprite: 2193
+ Script: <"
+ bonus bMatkRate, 4; // @EVOL2
+ ">
},
{
Id: 2194
@@ -10576,6 +11657,7 @@ item_db: (
Buy: 7000
Sell: 3500
Weight: 15
+ Matk: 4
Def: 5
Slots: 0
Loc: "EQP_HEAD_TOP"
@@ -10583,6 +11665,9 @@ item_db: (
EquipLv: 1
Refine: false
ViewSprite: 2194
+ Script: <"
+ bonus bMatkRate, 4; // @EVOL2
+ ">
},
{
Id: 2195
@@ -10592,6 +11677,7 @@ item_db: (
Buy: 7000
Sell: 3500
Weight: 15
+ Matk: 4
Def: 5
Slots: 0
Loc: "EQP_HEAD_TOP"
@@ -10599,6 +11685,9 @@ item_db: (
EquipLv: 1
Refine: false
ViewSprite: 2195
+ Script: <"
+ bonus bMatkRate, 4; // @EVOL2
+ ">
},
{
Id: 2196
@@ -10608,6 +11697,7 @@ item_db: (
Buy: 7000
Sell: 3500
Weight: 15
+ Matk: 4
Def: 5
Slots: 0
Loc: "EQP_HEAD_TOP"
@@ -10615,6 +11705,9 @@ item_db: (
EquipLv: 1
Refine: false
ViewSprite: 2196
+ Script: <"
+ bonus bMatkRate, 4; // @EVOL2
+ ">
},
{
Id: 2197
@@ -10624,6 +11717,7 @@ item_db: (
Buy: 7000
Sell: 3500
Weight: 15
+ Matk: 4
Def: 5
Slots: 0
Loc: "EQP_HEAD_TOP"
@@ -10631,6 +11725,9 @@ item_db: (
EquipLv: 1
Refine: false
ViewSprite: 2197
+ Script: <"
+ bonus bMatkRate, 4; // @EVOL2
+ ">
},
{
Id: 2198
@@ -10640,6 +11737,7 @@ item_db: (
Buy: 7000
Sell: 3500
Weight: 15
+ Matk: 4
Def: 5
Slots: 0
Loc: "EQP_HEAD_TOP"
@@ -10647,6 +11745,9 @@ item_db: (
EquipLv: 1
Refine: false
ViewSprite: 2198
+ Script: <"
+ bonus bMatkRate, 4; // @EVOL2
+ ">
},
{
Id: 2199
@@ -10656,6 +11757,7 @@ item_db: (
Buy: 7000
Sell: 3500
Weight: 15
+ Matk: 4
Def: 5
Slots: 0
Loc: "EQP_HEAD_TOP"
@@ -10663,6 +11765,9 @@ item_db: (
EquipLv: 1
Refine: false
ViewSprite: 2199
+ Script: <"
+ bonus bMatkRate, 4; // @EVOL2
+ ">
},
{
Id: 2200
@@ -10672,6 +11777,7 @@ item_db: (
Buy: 5000
Sell: 2500
Weight: 20
+ Matk: 5
Def: 5
Slots: 0
Loc: "EQP_HEAD_TOP"
@@ -10680,7 +11786,7 @@ item_db: (
Refine: false
ViewSprite: 2200
Script: <"
- bonus bMatkRate, 1;
+ bonus bMatkRate, 5; // @EVOL2
bonus bInt, 3;
">
},
@@ -10692,6 +11798,7 @@ item_db: (
Buy: 5000
Sell: 2500
Weight: 20
+ Matk: 5
Def: 5
Slots: 0
Loc: "EQP_HEAD_TOP"
@@ -10700,7 +11807,7 @@ item_db: (
Refine: false
ViewSprite: 2201
Script: <"
- bonus bMatkRate, 1;
+ bonus bMatkRate, 5; // @EVOL2
bonus bInt, 3;
">
},
@@ -10712,6 +11819,7 @@ item_db: (
Buy: 5000
Sell: 2500
Weight: 20
+ Matk: 5
Def: 5
Slots: 0
Loc: "EQP_HEAD_TOP"
@@ -10720,7 +11828,7 @@ item_db: (
Refine: false
ViewSprite: 2202
Script: <"
- bonus bMatkRate, 1;
+ bonus bMatkRate, 5; // @EVOL2
bonus bInt, 3;
">
},
@@ -10732,6 +11840,7 @@ item_db: (
Buy: 5000
Sell: 2500
Weight: 20
+ Matk: 5
Def: 5
Slots: 0
Loc: "EQP_HEAD_TOP"
@@ -10740,7 +11849,7 @@ item_db: (
Refine: false
ViewSprite: 2203
Script: <"
- bonus bMatkRate, 1;
+ bonus bMatkRate, 5; // @EVOL2
bonus bInt, 3;
">
},
@@ -10752,6 +11861,7 @@ item_db: (
Buy: 5000
Sell: 2500
Weight: 20
+ Matk: 5
Def: 5
Slots: 0
Loc: "EQP_HEAD_TOP"
@@ -10760,7 +11870,7 @@ item_db: (
Refine: false
ViewSprite: 2204
Script: <"
- bonus bMatkRate, 1;
+ bonus bMatkRate, 5; // @EVOL2
bonus bInt, 3;
">
},
@@ -10772,6 +11882,7 @@ item_db: (
Buy: 5000
Sell: 2500
Weight: 20
+ Matk: 5
Def: 5
Slots: 0
Loc: "EQP_HEAD_TOP"
@@ -10780,7 +11891,7 @@ item_db: (
Refine: false
ViewSprite: 2205
Script: <"
- bonus bMatkRate, 1;
+ bonus bMatkRate, 5; // @EVOL2
bonus bInt, 3;
">
},
@@ -10792,6 +11903,7 @@ item_db: (
Buy: 5000
Sell: 2500
Weight: 20
+ Matk: 5
Def: 5
Slots: 0
Loc: "EQP_HEAD_TOP"
@@ -10800,7 +11912,7 @@ item_db: (
Refine: false
ViewSprite: 2206
Script: <"
- bonus bMatkRate, 1;
+ bonus bMatkRate, 5; // @EVOL2
bonus bInt, 3;
">
},
@@ -10812,6 +11924,7 @@ item_db: (
Buy: 5000
Sell: 2500
Weight: 20
+ Matk: 5
Def: 5
Slots: 0
Loc: "EQP_HEAD_TOP"
@@ -10820,7 +11933,7 @@ item_db: (
Refine: false
ViewSprite: 2207
Script: <"
- bonus bMatkRate, 1;
+ bonus bMatkRate, 5; // @EVOL2
bonus bInt, 3;
">
},
@@ -10832,6 +11945,7 @@ item_db: (
Buy: 5000
Sell: 2500
Weight: 20
+ Matk: 5
Def: 5
Slots: 0
Loc: "EQP_HEAD_TOP"
@@ -10840,7 +11954,7 @@ item_db: (
Refine: false
ViewSprite: 2208
Script: <"
- bonus bMatkRate, 1;
+ bonus bMatkRate, 5; // @EVOL2
bonus bInt, 3;
">
},
@@ -10852,6 +11966,7 @@ item_db: (
Buy: 5000
Sell: 2500
Weight: 20
+ Matk: 5
Def: 5
Slots: 0
Loc: "EQP_HEAD_TOP"
@@ -10860,7 +11975,7 @@ item_db: (
Refine: false
ViewSprite: 2209
Script: <"
- bonus bMatkRate, 1;
+ bonus bMatkRate, 5; // @EVOL2
bonus bInt, 3;
">
},
@@ -10872,11 +11987,15 @@ item_db: (
Buy: 2500
Sell: 1250
Weight: 30
+ Matk: 2
Def: 10
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 2210
+ Script: <"
+ bonus bMatkRate, 2; // @EVOL2
+ ">
},
{
Id: 2211
@@ -10886,11 +12005,15 @@ item_db: (
Buy: 2500
Sell: 1250
Weight: 30
+ Matk: 2
Def: 10
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 2211
+ Script: <"
+ bonus bMatkRate, 2; // @EVOL2
+ ">
},
{
Id: 2212
@@ -10900,11 +12023,15 @@ item_db: (
Buy: 2500
Sell: 1250
Weight: 30
+ Matk: 2
Def: 10
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 2212
+ Script: <"
+ bonus bMatkRate, 2; // @EVOL2
+ ">
},
{
Id: 2213
@@ -10914,11 +12041,15 @@ item_db: (
Buy: 2500
Sell: 1250
Weight: 30
+ Matk: 2
Def: 10
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 2213
+ Script: <"
+ bonus bMatkRate, 2; // @EVOL2
+ ">
},
{
Id: 2214
@@ -10928,11 +12059,15 @@ item_db: (
Buy: 2500
Sell: 1250
Weight: 30
+ Matk: 2
Def: 10
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 2214
+ Script: <"
+ bonus bMatkRate, 2; // @EVOL2
+ ">
},
{
Id: 2215
@@ -10942,11 +12077,15 @@ item_db: (
Buy: 2500
Sell: 1250
Weight: 30
+ Matk: 2
Def: 10
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 2215
+ Script: <"
+ bonus bMatkRate, 2; // @EVOL2
+ ">
},
{
Id: 2216
@@ -10956,13 +12095,14 @@ item_db: (
Buy: 2500
Sell: 1250
Weight: 30
+ Matk: 2
Def: 10
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 2216
Script: <"
- bonus bMatkRate, -3;
+ bonus bMatkRate, 2; // @EVOL2
">
},
{
@@ -10973,11 +12113,15 @@ item_db: (
Buy: 2500
Sell: 1250
Weight: 30
+ Matk: 2
Def: 10
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 2217
+ Script: <"
+ bonus bMatkRate, 2; // @EVOL2
+ ">
},
{
Id: 2218
@@ -10987,11 +12131,15 @@ item_db: (
Buy: 2500
Sell: 1250
Weight: 30
+ Matk: 2
Def: 10
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 2218
+ Script: <"
+ bonus bMatkRate, 2; // @EVOL2
+ ">
},
{
Id: 2219
@@ -11001,11 +12149,15 @@ item_db: (
Buy: 2500
Sell: 1250
Weight: 30
+ Matk: 2
Def: 10
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 2219
+ Script: <"
+ bonus bMatkRate, 2; // @EVOL2
+ ">
},
{
Id: 2230
@@ -11015,11 +12167,15 @@ item_db: (
Buy: 2500
Sell: 1250
Weight: 30
+ Matk: 2
Def: 10
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 2230
+ Script: <"
+ bonus bMatkRate, 2; // @EVOL2
+ ">
},
{
Id: 2231
@@ -11029,11 +12185,15 @@ item_db: (
Buy: 2500
Sell: 1250
Weight: 30
+ Matk: 2
Def: 10
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 2231
+ Script: <"
+ bonus bMatkRate, 2; // @EVOL2
+ ">
},
{
Id: 2232
@@ -11043,11 +12203,15 @@ item_db: (
Buy: 2500
Sell: 1250
Weight: 30
+ Matk: 2
Def: 10
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 2232
+ Script: <"
+ bonus bMatkRate, 2; // @EVOL2
+ ">
},
{
Id: 2233
@@ -11057,11 +12221,15 @@ item_db: (
Buy: 2500
Sell: 1250
Weight: 30
+ Matk: 2
Def: 10
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 2233
+ Script: <"
+ bonus bMatkRate, 2; // @EVOL2
+ ">
},
{
Id: 2234
@@ -11071,11 +12239,15 @@ item_db: (
Buy: 2500
Sell: 1250
Weight: 30
+ Matk: 2
Def: 10
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 2234
+ Script: <"
+ bonus bMatkRate, 2; // @EVOL2
+ ">
},
{
Id: 2235
@@ -11085,11 +12257,15 @@ item_db: (
Buy: 2500
Sell: 1250
Weight: 30
+ Matk: 2
Def: 10
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 2235
+ Script: <"
+ bonus bMatkRate, 2; // @EVOL2
+ ">
},
{
Id: 2236
@@ -11099,11 +12275,15 @@ item_db: (
Buy: 2500
Sell: 1250
Weight: 30
+ Matk: 2
Def: 10
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 2236
+ Script: <"
+ bonus bMatkRate, 2; // @EVOL2
+ ">
},
{
Id: 2237
@@ -11113,11 +12293,15 @@ item_db: (
Buy: 2500
Sell: 1250
Weight: 30
+ Matk: 2
Def: 10
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 2237
+ Script: <"
+ bonus bMatkRate, 2; // @EVOL2
+ ">
},
{
Id: 2238
@@ -11127,11 +12311,15 @@ item_db: (
Buy: 2500
Sell: 1250
Weight: 30
+ Matk: 2
Def: 10
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 2238
+ Script: <"
+ bonus bMatkRate, 2; // @EVOL2
+ ">
},
{
Id: 2239
@@ -11141,11 +12329,15 @@ item_db: (
Buy: 2500
Sell: 1250
Weight: 30
+ Matk: 2
Def: 10
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 2239
+ Script: <"
+ bonus bMatkRate, 2; // @EVOL2
+ ">
},
{
Id: 2260
@@ -11325,13 +12517,14 @@ item_db: (
Buy: 10000
Sell: 5000
Weight: 50
+ Matk: 10
Def: 13
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 2270
Script: <"
- bonus bMatkRate, 1;
+ bonus bMatkRate, 10; // @EVOL2
bonus bMdef, 5;
">
},
@@ -11343,13 +12536,14 @@ item_db: (
Buy: 10000
Sell: 5000
Weight: 50
+ Matk: 10
Def: 13
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 2271
Script: <"
- bonus bMatkRate, 1;
+ bonus bMatkRate, 10; // @EVOL2
bonus bMdef, 5;
">
},
@@ -11361,13 +12555,14 @@ item_db: (
Buy: 10000
Sell: 5000
Weight: 50
+ Matk: 10
Def: 13
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 2272
Script: <"
- bonus bMatkRate, 1;
+ bonus bMatkRate, 10; // @EVOL2
bonus bMdef, 5;
">
},
@@ -11379,13 +12574,14 @@ item_db: (
Buy: 10000
Sell: 5000
Weight: 50
+ Matk: 10
Def: 13
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 2273
Script: <"
- bonus bMatkRate, 1;
+ bonus bMatkRate, 10; // @EVOL2
bonus bMdef, 5;
">
},
@@ -11397,13 +12593,14 @@ item_db: (
Buy: 10000
Sell: 5000
Weight: 50
+ Matk: 10
Def: 13
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 2274
Script: <"
- bonus bMatkRate, 1;
+ bonus bMatkRate, 10; // @EVOL2
bonus bMdef, 5;
">
},
@@ -11415,15 +12612,16 @@ item_db: (
Buy: 20000
Sell: 2000
Weight: 450
+ Matk: -25
Def: 16
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 4020
Script: <"
- bonus bMatkRate, -6;
+ bonus bMatkRate, -25; // @EVOL2
bonus bInt, 1;
- bonus bAgi, -1;
+ bonus bAgi, -1;
">
},
{
@@ -11434,13 +12632,14 @@ item_db: (
Buy: 6000
Sell: 3000
Weight: 10
+ Matk: -10
Def: 4
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 4027
Script: <"
- bonus bMatkRate, -2;
+ bonus bMatkRate, -10; // @EVOL2
">
},
{
@@ -11451,6 +12650,7 @@ item_db: (
Buy: 5000
Sell: 2500
Weight: 20
+ Matk: 5
Def: 5
Slots: 0
Loc: "EQP_HEAD_TOP"
@@ -11459,7 +12659,7 @@ item_db: (
Refine: false
ViewSprite: 4028
Script: <"
- bonus bMatkRate, 1;
+ bonus bMatkRate, 5; // @EVOL2
bonus bInt, 3;
">
},
@@ -11471,11 +12671,15 @@ item_db: (
Buy: 2500
Sell: 1250
Weight: 30
+ Matk: 2
Def: 10
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 4030
+ Script: <"
+ bonus bMatkRate, 2; // @EVOL2
+ ">
},
{
Id: 4031
@@ -11492,8 +12696,8 @@ item_db: (
ViewSprite: 4031
Script: <"
bonus bDex, 1;
- bonus bLuk, 1;
- bonus bCritical, 10;
+ bonus bLuk, 1;
+ bonus bCritical, 10;
">
},
{
@@ -11504,13 +12708,14 @@ item_db: (
Buy: 1000
Sell: 500
Weight: 400
+ Matk: -20
Def: 13
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 4032
Script: <"
- bonus bMatkRate, -4;
+ bonus bMatkRate, -20; // @EVOL2
">
},
{
@@ -11521,11 +12726,15 @@ item_db: (
Buy: 1000
Sell: 500
Weight: 30
+ Matk: 2
Def: 2
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 4033
+ Script: <"
+ bonus bMatkRate, 2; // @EVOL2
+ ">
},
{
Id: 4042
@@ -11535,11 +12744,15 @@ item_db: (
Buy: 4000
Sell: 1000
Weight: 4
+ Matk: 7
Def: 2
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 4042
+ Script: <"
+ bonus bMatkRate, 7; // @EVOL2
+ ">
},
{
Id: 5128
@@ -11555,9 +12768,8 @@ item_db: (
Refine: false
ViewSprite: 5128
Script: <"
- bonus bMatkRate, -22;
bonus bMaxHPrate, 10;
- bonus bInt, -readparam(bInt);
+ bonus bInt, -readparam(bInt);
">
},
{
@@ -11574,10 +12786,11 @@ item_db: (
Refine: false
ViewSprite: 5129
Script: <"
+ callfunc "UnderworldTroll", EQI_HEAD_TOP;
bonus bAtkRange, 2;
- bonus bInt, -readparam(bInt);
- bonus bAgi, 2;
- bonus bDex, 2;
+ bonus bInt, -readparam(bInt);
+ bonus bAgi, 3;
+ bonus bDex, 2;
">
},
{
@@ -11594,7 +12807,7 @@ item_db: (
Refine: false
ViewSprite: 5130
Script: <"
- bonus bAspdRate, 15;
+ bonus bAspdRate, 30;
bonus bDex, -(readparam(bDex)/2);
">
},
@@ -11606,13 +12819,15 @@ item_db: (
Buy: 1000
Sell: 500
Weight: 50
- Def: 3
+ Matk: 5
+ Def: 5
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 5200
Script: <"
- bonus bMatkRate, 2;
+ bonus bMatkRate, 5; // @EVOL2
+ bonus bInt, 3;
">
},
{
@@ -11632,8 +12847,8 @@ item_db: (
ViewSprite: 5201
Script: <"
bonus bDex, 1;
- bonus bLuk, 1;
- bonus bCritical, 10;
+ bonus bLuk, 1;
+ bonus bCritical, 10;
">
},
{
@@ -11644,11 +12859,15 @@ item_db: (
Buy: 2500
Sell: 1250
Weight: 30
+ Matk: 2
Def: 10
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 5202
+ Script: <"
+ bonus bMatkRate, 2; // @EVOL2
+ ">
},
{
Id: 5203
@@ -11658,13 +12877,14 @@ item_db: (
Buy: 3000
Sell: 1500
Weight: 30
+ Matk: 5
Def: 15
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 5203
Script: <"
- bonus bMatkRate, 1;
+ bonus bMatkRate, 5; // @EVOL2
">
},
{
@@ -11689,11 +12909,15 @@ item_db: (
Buy: 7500
Sell: 3750
Weight: 10
+ Matk: -2
Def: 5
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 5205
+ Script: <"
+ bonus bMatkRate, -2; // @EVOL2
+ ">
},
{
Id: 5209
@@ -11703,16 +12927,17 @@ item_db: (
Buy: 30000
Sell: 3000
Weight: 500
+ Matk: -30
Def: 16
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 5209
Script: <"
- bonus bMatkRate, -6;
+ bonus bMatkRate, -30; // @EVOL2
bonus bMdef, 5;
- bonus bAgi, 3;
- bonus bDex, 1;
+ bonus bAgi, 3;
+ bonus bDex, 1;
">
},
{
@@ -11723,11 +12948,15 @@ item_db: (
Buy: 3000
Sell: 1500
Weight: 20
+ Matk: 2
Def: 13
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 5226
+ Script: <"
+ bonus bMatkRate, 2; // @EVOL2
+ ">
},
{
Id: 5227
@@ -11737,11 +12966,15 @@ item_db: (
Buy: 3000
Sell: 1500
Weight: 20
+ Matk: 2
Def: 13
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 5227
+ Script: <"
+ bonus bMatkRate, 2; // @EVOL2
+ ">
},
{
Id: 5228
@@ -11751,11 +12984,15 @@ item_db: (
Buy: 400
Sell: 200
Weight: 20
+ Matk: -2
Def: 2
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 5228
+ Script: <"
+ bonus bMatkRate, -2; // @EVOL2
+ ">
},
{
Id: 5229
@@ -11772,8 +13009,9 @@ item_db: (
ViewSprite: 5229
Script: <"
bonus bInt, 2;
- addtimer 1, "ScentedCandle::OnEquip";
+ addtimer 1, "ScentedCandle::OnEquip";
">
+ //Disabled: true // @TMWA
},
{
Id: 5230
@@ -12083,12 +13321,14 @@ item_db: (
Buy: 10000
Sell: 5000
Weight: 50
+ Matk: 10
Def: 13
Slots: 0
Loc: "EQP_HEAD_TOP"
Refine: false
ViewSprite: 5259
Script: <"
+ bonus bMatkRate, 10; // @EVOL2
bonus bMdef, 5;
">
},
@@ -12145,6 +13385,7 @@ item_db: (
Buy: 30000
Sell: 3000
Weight: 10
+ Matk: -5
Def: 0
Slots: 0
Loc: "EQP_HEAD_TOP"
@@ -12159,7 +13400,7 @@ item_db: (
bonus bCritical, 15;
bonus bAspdRate, 15;
bonus bDoubleAddRate, 15;
- bonus bMatkRate, -5;
+ bonus bMatkRate, -5; // @EVOL2
">
},
{
@@ -12489,7 +13730,7 @@ item_db: (
ViewSprite: 541
Script: <"
callfunc "itheal", 250, 0;
- getitem 540, 1;
+ getitem 540, 1;
">
},
{
@@ -13511,7 +14752,8 @@ item_db: (
Refine: false
ViewSprite: 1253
Script: <"
- callfunc "itheal", 200, 0;
+ callfunc "itheal", 200, 0; // @EVOL2
+ //heal 200, 0, 0; // @TMWA
">
},
{
@@ -13721,7 +14963,7 @@ item_db: (
ViewSprite: 5213
Script: <"
callfunc "itheal", 250, 0;
- getitem 540, 1;
+ getitem 540, 1;
">
},
{
@@ -13754,9 +14996,10 @@ item_db: (
ViewSprite: 5235
Script: <"
// 5231..5234
- .@it=callfunc("any",
- RedPresentHat, GreenPresentHat, BluePresentHat, YellowPresentHat);
- getitem .@it, 1;
+ .@it=callfunc("any", // @EVOL2
+ RedPresentHat, GreenPresentHat, BluePresentHat, YellowPresentHat); // @EVOL2
+ getitem .@it, 1; // @EVOL2
+ //callfunc "TMWBirthdayGift"; // @TMWA
">
},
{
@@ -13772,7 +15015,8 @@ item_db: (
Refine: false
ViewSprite: 5236
Script: <"
- set Sex, Sex == 3 ? rand(0, 1) : (rand(0, 1) ? 3 : !Sex);
+ set Sex, Sex == 3 ? rand(0, 1) : (rand(0, 1) ? 3 : !Sex); // @EVOL2
+ //set Sex, if_then_else(Sex == 3, rand(0, 1), if_then_else(rand(0,1), 3, !Sex)); // @TMWA
">
},
{
@@ -13816,10 +15060,11 @@ item_db: (
Sell: 1000
Weight: 7
Script: <"
- callfunc "learnskill", SKILL_MODRIPHOO;
- @skillId = SKILL_MODRIPHOO;
- @skillLv = 1;
- callfunc "SK_GrowPlants", false;
+ callfunc "learnskill", SKILL_MODRIPHOO; // @EVOL2
+ @skillId = SKILL_MODRIPHOO; // @EVOL2
+ @skillLv = 1; // @EVOL2
+ callfunc "SK_GrowPlants", false; // @EVOL2
+ //callfunc "UnreleasedScroll"; // @TMWA
">
},
{
@@ -13831,10 +15076,11 @@ item_db: (
Sell: 1000
Weight: 7
Script: <"
- callfunc "learnskill", SKILL_MODRISUMP;
- @skillId = SKILL_MODRISUMP;
- @skillLv = 1;
- callfunc "SK_GrowPlants", false;
+ callfunc "learnskill", SKILL_MODRISUMP; // @EVOL2
+ @skillId = SKILL_MODRISUMP; // @EVOL2
+ @skillLv = 1; // @EVOL2
+ callfunc "SK_GrowPlants", false; // @EVOL2
+ //callfunc "UnreleasedScroll"; // @TMWA
">
},
{
@@ -13846,10 +15092,11 @@ item_db: (
Sell: 1000
Weight: 7
Script: <"
- callfunc "learnskill", SKILL_MODRIYIKAM;
- @skillId = SKILL_MODRIYIKAM;
- @skillLv = 1;
- callfunc "SK_GrowPlants", false;
+ callfunc "learnskill", SKILL_MODRIYIKAM; // @EVOL2
+ @skillId = SKILL_MODRIYIKAM; // @EVOL2
+ @skillLv = 1; // @EVOL2
+ callfunc "SK_GrowPlants", false; // @EVOL2
+ //callfunc "UnreleasedScroll"; // @TMWA
">
},
{
@@ -13861,10 +15108,11 @@ item_db: (
Sell: 1000
Weight: 7
Script: <"
- callfunc "learnskill", SKILL_MODRILAX;
- @skillId = SKILL_MODRILAX;
- @skillLv = 1;
- callfunc "SK_GrowPlants", false;
+ callfunc "learnskill", SKILL_MODRILAX; // @EVOL2
+ @skillId = SKILL_MODRILAX; // @EVOL2
+ @skillLv = 1; // @EVOL2
+ callfunc "SK_GrowPlants", false; // @EVOL2
+ //callfunc "UnreleasedScroll"; // @TMWA
">
},
{
@@ -13876,10 +15124,11 @@ item_db: (
Sell: 1000
Weight: 7
Script: <"
- callfunc "learnskill", SKILL_JOYPLIM;
- @skillId = SKILL_JOYPLIM;
- @skillLv = 10;
- callfunc "SK_Joyplim", false;
+ callfunc "learnskill", SKILL_JOYPLIM; // @EVOL2
+ @skillId = SKILL_JOYPLIM; // @EVOL2
+ @skillLv = 10; // @EVOL2
+ callfunc "SK_Joyplim", false; // @EVOL2
+ //callfunc "UnreleasedScroll"; // @TMWA
">
},
{
@@ -13901,8 +15150,10 @@ item_db: (
noselltonpc: true
}
Script: <"
- callfunc "X21_SEEDS";
+ callfunc "X21_SEEDS"; // @EVOL2
+ //heal 150, 0, 1; // @TMWA
">
+ //Disabled: true // @TMWA
},
{
Id: 5251
@@ -13930,6 +15181,7 @@ item_db: (
Buy: 1000
Sell: 500
Weight: 15
+ Matk: -4
Def: 2
Slots: 0
Loc: "EQP_HEAD_LOW"
@@ -13937,6 +15189,9 @@ item_db: (
EquipLv: 1
Refine: false
ViewSprite: 586
+ Script: <"
+ bonus bMatkRate, -4; // @EVOL2
+ ">
},
{
Id: 610
@@ -13946,11 +15201,15 @@ item_db: (
Buy: 2000
Sell: 1000
Weight: 25
+ Matk: -8
Def: 4
Slots: 0
Loc: "EQP_HEAD_LOW"
Refine: false
ViewSprite: 610
+ Script: <"
+ bonus bMatkRate, -8; // @EVOL2
+ ">
},
{
Id: 632
@@ -13960,6 +15219,7 @@ item_db: (
Buy: 1000
Sell: 500
Weight: 10
+ Matk: -8
Def: 4
Slots: 0
Loc: "EQP_HEAD_LOW"
@@ -13967,6 +15227,9 @@ item_db: (
EquipLv: 1
Refine: false
ViewSprite: 632
+ Script: <"
+ bonus bMatkRate, -8; // @EVOL2
+ ">
},
{
Id: 642
@@ -13976,13 +15239,14 @@ item_db: (
Buy: 2000
Sell: 1000
Weight: 60
+ Matk: -8
Def: 6
Slots: 0
Loc: "EQP_HEAD_LOW"
Refine: false
ViewSprite: 642
Script: <"
- bonus bMatkRate, -2;
+ bonus bMatkRate, -8; // @EVOL2
">
},
{
@@ -13993,6 +15257,7 @@ item_db: (
Buy: 1500
Sell: 750
Weight: 25
+ Matk: -6
Def: 4
Slots: 0
Loc: "EQP_HEAD_LOW"
@@ -14000,6 +15265,9 @@ item_db: (
EquipLv: 1
Refine: false
ViewSprite: 648
+ Script: <"
+ bonus bMatkRate, -6; // @EVOL2
+ ">
},
{
Id: 731
@@ -14009,6 +15277,7 @@ item_db: (
Buy: 10000
Sell: 3000
Weight: 20
+ Matk: -5
Def: 4
Slots: 0
Loc: "EQP_HEAD_LOW"
@@ -14017,7 +15286,7 @@ item_db: (
Script: <"
callfunc "BrawlingItem", EQI_HEAD_LOW;
bonus bAgi, 5;
- bonus bMatkRate, -2;
+ bonus bMatkRate, -5; // @EVOL2
">
},
{
@@ -14028,6 +15297,7 @@ item_db: (
Buy: 10000
Sell: 3000
Weight: 30
+ Matk: -8
Def: 5
Slots: 0
Loc: "EQP_HEAD_LOW"
@@ -14035,7 +15305,8 @@ item_db: (
ViewSprite: 768
Script: <"
bonus bAgi, 1;
- bonus bMdef, 5;
+ bonus bMdef, 5;
+ bonus bMatkRate, -8; // @EVOL2
">
},
{
@@ -14046,6 +15317,7 @@ item_db: (
Buy: 1000
Sell: 500
Weight: 8
+ Matk: -8
Def: 4
Slots: 0
Loc: "EQP_HEAD_LOW"
@@ -14053,6 +15325,9 @@ item_db: (
EquipLv: 1
Refine: false
ViewSprite: 771
+ Script: <"
+ bonus bMatkRate, -8; // @EVOL2
+ ">
},
{
Id: 796
@@ -14062,11 +15337,15 @@ item_db: (
Buy: 2000
Sell: 1000
Weight: 150
+ Matk: -12
Def: 6
Slots: 0
Loc: "EQP_HEAD_LOW"
Refine: false
ViewSprite: 796
+ Script: <"
+ bonus bMatkRate, -12; // @EVOL2
+ ">
},
{
Id: 857
@@ -14076,6 +15355,7 @@ item_db: (
Buy: 1000
Sell: 500
Weight: 25
+ Matk: -4
Def: 5
Slots: 0
Loc: "EQP_HEAD_LOW"
@@ -14083,6 +15363,7 @@ item_db: (
ViewSprite: 857
Script: <"
bonus bHit, 2;
+ bonus bMatkRate, -4; // @EVOL2
">
},
{
@@ -14093,6 +15374,7 @@ item_db: (
Buy: 60
Sell: 1
Weight: 7
+ Matk: -2
Def: 1
Slots: 0
Loc: "EQP_HEAD_LOW"
@@ -14100,6 +15382,9 @@ item_db: (
EquipLv: 1
Refine: false
ViewSprite: 881
+ Script: <"
+ bonus bMatkRate, -2; // @EVOL2
+ ">
},
{
Id: 1172
@@ -14125,6 +15410,7 @@ item_db: (
Buy: 1000
Sell: 500
Weight: 20
+ Matk: -8
Def: 4
Slots: 0
Loc: "EQP_HEAD_LOW"
@@ -14132,6 +15418,9 @@ item_db: (
EquipLv: 1
Refine: false
ViewSprite: 2100
+ Script: <"
+ bonus bMatkRate, -8; // @EVOL2
+ ">
},
{
Id: 2101
@@ -14141,6 +15430,7 @@ item_db: (
Buy: 1000
Sell: 500
Weight: 20
+ Matk: -8
Def: 4
Slots: 0
Loc: "EQP_HEAD_LOW"
@@ -14148,6 +15438,9 @@ item_db: (
EquipLv: 1
Refine: false
ViewSprite: 2101
+ Script: <"
+ bonus bMatkRate, -8; // @EVOL2
+ ">
},
{
Id: 2102
@@ -14157,6 +15450,7 @@ item_db: (
Buy: 1000
Sell: 500
Weight: 20
+ Matk: -8
Def: 4
Slots: 0
Loc: "EQP_HEAD_LOW"
@@ -14164,6 +15458,9 @@ item_db: (
EquipLv: 1
Refine: false
ViewSprite: 2102
+ Script: <"
+ bonus bMatkRate, -8; // @EVOL2
+ ">
},
{
Id: 2103
@@ -14173,6 +15470,7 @@ item_db: (
Buy: 1000
Sell: 500
Weight: 20
+ Matk: -8
Def: 4
Slots: 0
Loc: "EQP_HEAD_LOW"
@@ -14180,6 +15478,9 @@ item_db: (
EquipLv: 1
Refine: false
ViewSprite: 2103
+ Script: <"
+ bonus bMatkRate, -8; // @EVOL2
+ ">
},
{
Id: 2104
@@ -14189,6 +15490,7 @@ item_db: (
Buy: 1000
Sell: 500
Weight: 20
+ Matk: -8
Def: 4
Slots: 0
Loc: "EQP_HEAD_LOW"
@@ -14196,6 +15498,9 @@ item_db: (
EquipLv: 1
Refine: false
ViewSprite: 2104
+ Script: <"
+ bonus bMatkRate, -8; // @EVOL2
+ ">
},
{
Id: 2105
@@ -14205,6 +15510,7 @@ item_db: (
Buy: 1000
Sell: 500
Weight: 20
+ Matk: -8
Def: 4
Slots: 0
Loc: "EQP_HEAD_LOW"
@@ -14212,6 +15518,9 @@ item_db: (
EquipLv: 1
Refine: false
ViewSprite: 2105
+ Script: <"
+ bonus bMatkRate, -8; // @EVOL2
+ ">
},
{
Id: 2106
@@ -14221,6 +15530,7 @@ item_db: (
Buy: 1000
Sell: 500
Weight: 20
+ Matk: -8
Def: 4
Slots: 0
Loc: "EQP_HEAD_LOW"
@@ -14228,6 +15538,9 @@ item_db: (
EquipLv: 1
Refine: false
ViewSprite: 2106
+ Script: <"
+ bonus bMatkRate, -8; // @EVOL2
+ ">
},
{
Id: 2107
@@ -14237,6 +15550,7 @@ item_db: (
Buy: 1000
Sell: 500
Weight: 20
+ Matk: -8
Def: 4
Slots: 0
Loc: "EQP_HEAD_LOW"
@@ -14244,6 +15558,9 @@ item_db: (
EquipLv: 1
Refine: false
ViewSprite: 2107
+ Script: <"
+ bonus bMatkRate, -8; // @EVOL2
+ ">
},
{
Id: 2108
@@ -14253,6 +15570,7 @@ item_db: (
Buy: 1000
Sell: 500
Weight: 20
+ Matk: -8
Def: 4
Slots: 0
Loc: "EQP_HEAD_LOW"
@@ -14260,6 +15578,9 @@ item_db: (
EquipLv: 1
Refine: false
ViewSprite: 2108
+ Script: <"
+ bonus bMatkRate, -8; // @EVOL2
+ ">
},
{
Id: 2109
@@ -14269,6 +15590,7 @@ item_db: (
Buy: 1000
Sell: 500
Weight: 20
+ Matk: -8
Def: 4
Slots: 0
Loc: "EQP_HEAD_LOW"
@@ -14276,6 +15598,9 @@ item_db: (
EquipLv: 1
Refine: false
ViewSprite: 2109
+ Script: <"
+ bonus bMatkRate, -8; // @EVOL2
+ ">
},
{
Id: 2110
@@ -14285,6 +15610,7 @@ item_db: (
Buy: 1000
Sell: 500
Weight: 20
+ Matk: -4
Def: 2
Slots: 0
Loc: "EQP_HEAD_LOW"
@@ -14292,6 +15618,9 @@ item_db: (
EquipLv: 1
Refine: false
ViewSprite: 2110
+ Script: <"
+ bonus bMatkRate, -4; // @EVOL2
+ ">
},
{
Id: 2111
@@ -14301,6 +15630,7 @@ item_db: (
Buy: 1000
Sell: 500
Weight: 20
+ Matk: -4
Def: 2
Slots: 0
Loc: "EQP_HEAD_LOW"
@@ -14308,6 +15638,9 @@ item_db: (
EquipLv: 1
Refine: false
ViewSprite: 2111
+ Script: <"
+ bonus bMatkRate, -4; // @EVOL2
+ ">
},
{
Id: 2112
@@ -14317,6 +15650,7 @@ item_db: (
Buy: 1000
Sell: 500
Weight: 20
+ Matk: -4
Def: 2
Slots: 0
Loc: "EQP_HEAD_LOW"
@@ -14324,6 +15658,9 @@ item_db: (
EquipLv: 1
Refine: false
ViewSprite: 2112
+ Script: <"
+ bonus bMatkRate, -4; // @EVOL2
+ ">
},
{
Id: 2113
@@ -14333,6 +15670,7 @@ item_db: (
Buy: 1000
Sell: 500
Weight: 20
+ Matk: -4
Def: 2
Slots: 0
Loc: "EQP_HEAD_LOW"
@@ -14340,6 +15678,9 @@ item_db: (
EquipLv: 1
Refine: false
ViewSprite: 2113
+ Script: <"
+ bonus bMatkRate, -4; // @EVOL2
+ ">
},
{
Id: 2114
@@ -14349,6 +15690,7 @@ item_db: (
Buy: 1000
Sell: 500
Weight: 20
+ Matk: -4
Def: 2
Slots: 0
Loc: "EQP_HEAD_LOW"
@@ -14356,6 +15698,9 @@ item_db: (
EquipLv: 1
Refine: false
ViewSprite: 2114
+ Script: <"
+ bonus bMatkRate, -4; // @EVOL2
+ ">
},
{
Id: 2115
@@ -14365,6 +15710,7 @@ item_db: (
Buy: 1000
Sell: 500
Weight: 20
+ Matk: -4
Def: 2
Slots: 0
Loc: "EQP_HEAD_LOW"
@@ -14372,6 +15718,9 @@ item_db: (
EquipLv: 1
Refine: false
ViewSprite: 2115
+ Script: <"
+ bonus bMatkRate, -4; // @EVOL2
+ ">
},
{
Id: 2116
@@ -14381,6 +15730,7 @@ item_db: (
Buy: 1000
Sell: 500
Weight: 20
+ Matk: -4
Def: 2
Slots: 0
Loc: "EQP_HEAD_LOW"
@@ -14388,6 +15738,9 @@ item_db: (
EquipLv: 1
Refine: false
ViewSprite: 2116
+ Script: <"
+ bonus bMatkRate, -4; // @EVOL2
+ ">
},
{
Id: 2117
@@ -14397,6 +15750,7 @@ item_db: (
Buy: 1000
Sell: 500
Weight: 20
+ Matk: -4
Def: 2
Slots: 0
Loc: "EQP_HEAD_LOW"
@@ -14404,6 +15758,9 @@ item_db: (
EquipLv: 1
Refine: false
ViewSprite: 2117
+ Script: <"
+ bonus bMatkRate, -4; // @EVOL2
+ ">
},
{
Id: 2118
@@ -14413,6 +15770,7 @@ item_db: (
Buy: 1000
Sell: 500
Weight: 20
+ Matk: -4
Def: 2
Slots: 0
Loc: "EQP_HEAD_LOW"
@@ -14420,6 +15778,9 @@ item_db: (
EquipLv: 1
Refine: false
ViewSprite: 2118
+ Script: <"
+ bonus bMatkRate, -4; // @EVOL2
+ ">
},
{
Id: 2119
@@ -14429,6 +15790,7 @@ item_db: (
Buy: 1000
Sell: 500
Weight: 20
+ Matk: -4
Def: 2
Slots: 0
Loc: "EQP_HEAD_LOW"
@@ -14436,6 +15798,9 @@ item_db: (
EquipLv: 1
Refine: false
ViewSprite: 2119
+ Script: <"
+ bonus bMatkRate, -4; // @EVOL2
+ ">
},
{
Id: 2170
@@ -14445,6 +15810,7 @@ item_db: (
Buy: 1000
Sell: 500
Weight: 8
+ Matk: -8
Def: 4
Slots: 0
Loc: "EQP_HEAD_LOW"
@@ -14452,6 +15818,9 @@ item_db: (
EquipLv: 1
Refine: false
ViewSprite: 2170
+ Script: <"
+ bonus bMatkRate, -8; // @EVOL2
+ ">
},
{
Id: 2171
@@ -14461,6 +15830,7 @@ item_db: (
Buy: 1000
Sell: 500
Weight: 8
+ Matk: -8
Def: 4
Slots: 0
Loc: "EQP_HEAD_LOW"
@@ -14468,6 +15838,9 @@ item_db: (
EquipLv: 1
Refine: false
ViewSprite: 2171
+ Script: <"
+ bonus bMatkRate, -8; // @EVOL2
+ ">
},
{
Id: 2172
@@ -14477,6 +15850,7 @@ item_db: (
Buy: 1000
Sell: 500
Weight: 8
+ Matk: -8
Def: 4
Slots: 0
Loc: "EQP_HEAD_LOW"
@@ -14484,6 +15858,9 @@ item_db: (
EquipLv: 1
Refine: false
ViewSprite: 2172
+ Script: <"
+ bonus bMatkRate, -8; // @EVOL2
+ ">
},
{
Id: 2173
@@ -14493,6 +15870,7 @@ item_db: (
Buy: 1000
Sell: 500
Weight: 8
+ Matk: -8
Def: 4
Slots: 0
Loc: "EQP_HEAD_LOW"
@@ -14500,6 +15878,9 @@ item_db: (
EquipLv: 1
Refine: false
ViewSprite: 2173
+ Script: <"
+ bonus bMatkRate, -8; // @EVOL2
+ ">
},
{
Id: 2174
@@ -14509,6 +15890,7 @@ item_db: (
Buy: 1000
Sell: 500
Weight: 8
+ Matk: -8
Def: 4
Slots: 0
Loc: "EQP_HEAD_LOW"
@@ -14516,6 +15898,9 @@ item_db: (
EquipLv: 1
Refine: false
ViewSprite: 2174
+ Script: <"
+ bonus bMatkRate, -8; // @EVOL2
+ ">
},
{
Id: 2175
@@ -14525,6 +15910,7 @@ item_db: (
Buy: 1000
Sell: 500
Weight: 8
+ Matk: -8
Def: 4
Slots: 0
Loc: "EQP_HEAD_LOW"
@@ -14532,6 +15918,9 @@ item_db: (
EquipLv: 1
Refine: false
ViewSprite: 2175
+ Script: <"
+ bonus bMatkRate, -8; // @EVOL2
+ ">
},
{
Id: 2176
@@ -14541,6 +15930,7 @@ item_db: (
Buy: 1000
Sell: 500
Weight: 8
+ Matk: -8
Def: 4
Slots: 0
Loc: "EQP_HEAD_LOW"
@@ -14548,6 +15938,9 @@ item_db: (
EquipLv: 1
Refine: false
ViewSprite: 2176
+ Script: <"
+ bonus bMatkRate, -8; // @EVOL2
+ ">
},
{
Id: 2177
@@ -14557,6 +15950,7 @@ item_db: (
Buy: 1000
Sell: 500
Weight: 8
+ Matk: -8
Def: 4
Slots: 0
Loc: "EQP_HEAD_LOW"
@@ -14564,6 +15958,9 @@ item_db: (
EquipLv: 1
Refine: false
ViewSprite: 2177
+ Script: <"
+ bonus bMatkRate, -8; // @EVOL2
+ ">
},
{
Id: 2178
@@ -14573,6 +15970,7 @@ item_db: (
Buy: 1000
Sell: 500
Weight: 8
+ Matk: -8
Def: 4
Slots: 0
Loc: "EQP_HEAD_LOW"
@@ -14580,6 +15978,9 @@ item_db: (
EquipLv: 1
Refine: false
ViewSprite: 2178
+ Script: <"
+ bonus bMatkRate, -8; // @EVOL2
+ ">
},
{
Id: 2179
@@ -14589,6 +15990,7 @@ item_db: (
Buy: 1000
Sell: 500
Weight: 8
+ Matk: -8
Def: 4
Slots: 0
Loc: "EQP_HEAD_LOW"
@@ -14596,6 +15998,9 @@ item_db: (
EquipLv: 1
Refine: false
ViewSprite: 2179
+ Script: <"
+ bonus bMatkRate, -8; // @EVOL2
+ ">
},
{
Id: 2180
@@ -14605,6 +16010,7 @@ item_db: (
Buy: 1500
Sell: 750
Weight: 25
+ Matk: -6
Def: 4
Slots: 0
Loc: "EQP_HEAD_LOW"
@@ -14612,6 +16018,9 @@ item_db: (
EquipLv: 1
Refine: false
ViewSprite: 2180
+ Script: <"
+ bonus bMatkRate, -6; // @EVOL2
+ ">
},
{
Id: 2181
@@ -14621,6 +16030,7 @@ item_db: (
Buy: 1500
Sell: 750
Weight: 25
+ Matk: -6
Def: 4
Slots: 0
Loc: "EQP_HEAD_LOW"
@@ -14628,6 +16038,9 @@ item_db: (
EquipLv: 1
Refine: false
ViewSprite: 2181
+ Script: <"
+ bonus bMatkRate, -6; // @EVOL2
+ ">
},
{
Id: 2182
@@ -14637,6 +16050,7 @@ item_db: (
Buy: 1500
Sell: 750
Weight: 25
+ Matk: -6
Def: 4
Slots: 0
Loc: "EQP_HEAD_LOW"
@@ -14644,6 +16058,9 @@ item_db: (
EquipLv: 1
Refine: false
ViewSprite: 2182
+ Script: <"
+ bonus bMatkRate, -6; // @EVOL2
+ ">
},
{
Id: 2183
@@ -14653,6 +16070,7 @@ item_db: (
Buy: 1500
Sell: 750
Weight: 25
+ Matk: -6
Def: 4
Slots: 0
Loc: "EQP_HEAD_LOW"
@@ -14660,6 +16078,9 @@ item_db: (
EquipLv: 1
Refine: false
ViewSprite: 2183
+ Script: <"
+ bonus bMatkRate, -6; // @EVOL2
+ ">
},
{
Id: 2184
@@ -14669,6 +16090,7 @@ item_db: (
Buy: 1500
Sell: 750
Weight: 25
+ Matk: -6
Def: 4
Slots: 0
Loc: "EQP_HEAD_LOW"
@@ -14676,6 +16098,9 @@ item_db: (
EquipLv: 1
Refine: false
ViewSprite: 2184
+ Script: <"
+ bonus bMatkRate, -6; // @EVOL2
+ ">
},
{
Id: 2185
@@ -14685,6 +16110,7 @@ item_db: (
Buy: 1500
Sell: 750
Weight: 25
+ Matk: -6
Def: 4
Slots: 0
Loc: "EQP_HEAD_LOW"
@@ -14692,6 +16118,9 @@ item_db: (
EquipLv: 1
Refine: false
ViewSprite: 2185
+ Script: <"
+ bonus bMatkRate, -6; // @EVOL2
+ ">
},
{
Id: 2186
@@ -14701,6 +16130,7 @@ item_db: (
Buy: 1500
Sell: 750
Weight: 25
+ Matk: -6
Def: 4
Slots: 0
Loc: "EQP_HEAD_LOW"
@@ -14708,6 +16138,9 @@ item_db: (
EquipLv: 1
Refine: false
ViewSprite: 2186
+ Script: <"
+ bonus bMatkRate, -6; // @EVOL2
+ ">
},
{
Id: 2187
@@ -14717,6 +16150,7 @@ item_db: (
Buy: 1500
Sell: 750
Weight: 25
+ Matk: -6
Def: 4
Slots: 0
Loc: "EQP_HEAD_LOW"
@@ -14724,6 +16158,9 @@ item_db: (
EquipLv: 1
Refine: false
ViewSprite: 2187
+ Script: <"
+ bonus bMatkRate, -6; // @EVOL2
+ ">
},
{
Id: 2188
@@ -14733,6 +16170,7 @@ item_db: (
Buy: 1500
Sell: 750
Weight: 25
+ Matk: -6
Def: 4
Slots: 0
Loc: "EQP_HEAD_LOW"
@@ -14740,6 +16178,9 @@ item_db: (
EquipLv: 1
Refine: false
ViewSprite: 2188
+ Script: <"
+ bonus bMatkRate, -6; // @EVOL2
+ ">
},
{
Id: 2189
@@ -14749,6 +16190,7 @@ item_db: (
Buy: 1500
Sell: 750
Weight: 25
+ Matk: -6
Def: 4
Slots: 0
Loc: "EQP_HEAD_LOW"
@@ -14756,6 +16198,9 @@ item_db: (
EquipLv: 1
Refine: false
ViewSprite: 2189
+ Script: <"
+ bonus bMatkRate, -6; // @EVOL2
+ ">
},
{
Id: 531
@@ -14765,13 +16210,14 @@ item_db: (
Buy: 3000
Sell: 1000
Weight: 30
+ Matk: -10
Def: 2
Slots: 0
Loc: "EQP_GARMENT"
Refine: false
ViewSprite: 531
Script: <"
- bonus bMatkRate, -2;
+ bonus bMatkRate, -10; // @EVOL2
">
},
{
@@ -14782,13 +16228,14 @@ item_db: (
Buy: 6000
Sell: 2000
Weight: 20
+ Matk: -20
Def: 4
Slots: 0
Loc: "EQP_GARMENT"
Refine: false
ViewSprite: 532
Script: <"
- bonus bMatkRate, -3;
+ bonus bMatkRate, -20; // @EVOL2
">
},
{
@@ -14799,11 +16246,15 @@ item_db: (
Buy: 6000
Sell: 3000
Weight: 20
+ Matk: -15
Def: 3
Slots: 0
Loc: "EQP_GARMENT"
Refine: false
ViewSprite: 563
+ Script: <"
+ bonus bMatkRate, -15; // @EVOL2
+ ">
},
{
Id: 741
@@ -14813,11 +16264,15 @@ item_db: (
Buy: 2000
Sell: 500
Weight: 10
+ Matk: -10
Def: 1
Slots: 0
Loc: "EQP_GARMENT"
Refine: false
ViewSprite: 741
+ Script: <"
+ bonus bMatkRate, -10; // @EVOL2
+ ">
},
{
Id: 756
@@ -14827,6 +16282,7 @@ item_db: (
Buy: 7000
Sell: 2000
Weight: 9
+ Matk: -3
Def: 3
Slots: 0
Loc: "EQP_GARMENT"
@@ -14835,7 +16291,7 @@ item_db: (
Script: <"
callfunc "BrawlingItem", EQI_GARMENT;
bonus bAgi, 4;
- bonus bMatkRate, -1;
+ bonus bMatkRate, -3; // @EVOL2
">
},
{
@@ -14846,13 +16302,14 @@ item_db: (
Buy: 6000
Sell: 2000
Weight: 40
+ Matk: -20
Def: 4
Slots: 0
Loc: "EQP_GARMENT"
Refine: false
ViewSprite: 794
Script: <"
- bonus bMatkRate, -3;
+ bonus bMatkRate, -20; // @EVOL2
">
},
{
@@ -14877,11 +16334,15 @@ item_db: (
Buy: 2000
Sell: 500
Weight: 20
+ Matk: -10
Def: 1
Slots: 0
Loc: "EQP_GARMENT"
Refine: false
ViewSprite: 2160
+ Script: <"
+ bonus bMatkRate, -10; // @EVOL2
+ ">
},
{
Id: 2161
@@ -14891,11 +16352,15 @@ item_db: (
Buy: 2000
Sell: 500
Weight: 20
+ Matk: -10
Def: 1
Slots: 0
Loc: "EQP_GARMENT"
Refine: false
ViewSprite: 2161
+ Script: <"
+ bonus bMatkRate, -10; // @EVOL2
+ ">
},
{
Id: 2162
@@ -14905,11 +16370,15 @@ item_db: (
Buy: 2000
Sell: 500
Weight: 20
+ Matk: -10
Def: 1
Slots: 0
Loc: "EQP_GARMENT"
Refine: false
ViewSprite: 2162
+ Script: <"
+ bonus bMatkRate, -10; // @EVOL2
+ ">
},
{
Id: 2163
@@ -14919,11 +16388,15 @@ item_db: (
Buy: 2000
Sell: 500
Weight: 20
+ Matk: -10
Def: 1
Slots: 0
Loc: "EQP_GARMENT"
Refine: false
ViewSprite: 2163
+ Script: <"
+ bonus bMatkRate, -10; // @EVOL2
+ ">
},
{
Id: 2164
@@ -14933,11 +16406,15 @@ item_db: (
Buy: 2000
Sell: 500
Weight: 20
+ Matk: -10
Def: 1
Slots: 0
Loc: "EQP_GARMENT"
Refine: false
ViewSprite: 2164
+ Script: <"
+ bonus bMatkRate, -10; // @EVOL2
+ ">
},
{
Id: 2165
@@ -14947,11 +16424,15 @@ item_db: (
Buy: 2000
Sell: 500
Weight: 20
+ Matk: -10
Def: 1
Slots: 0
Loc: "EQP_GARMENT"
Refine: false
ViewSprite: 2165
+ Script: <"
+ bonus bMatkRate, -10; // @EVOL2
+ ">
},
{
Id: 2166
@@ -14961,11 +16442,15 @@ item_db: (
Buy: 2000
Sell: 500
Weight: 20
+ Matk: -10
Def: 1
Slots: 0
Loc: "EQP_GARMENT"
Refine: false
ViewSprite: 2166
+ Script: <"
+ bonus bMatkRate, -10; // @EVOL2
+ ">
},
{
Id: 2167
@@ -14975,11 +16460,15 @@ item_db: (
Buy: 2000
Sell: 500
Weight: 20
+ Matk: -10
Def: 1
Slots: 0
Loc: "EQP_GARMENT"
Refine: false
ViewSprite: 2167
+ Script: <"
+ bonus bMatkRate, -10; // @EVOL2
+ ">
},
{
Id: 2168
@@ -14989,11 +16478,15 @@ item_db: (
Buy: 2000
Sell: 500
Weight: 20
+ Matk: -10
Def: 1
Slots: 0
Loc: "EQP_GARMENT"
Refine: false
ViewSprite: 2168
+ Script: <"
+ bonus bMatkRate, -10; // @EVOL2
+ ">
},
{
Id: 2169
@@ -15003,11 +16496,15 @@ item_db: (
Buy: 2000
Sell: 500
Weight: 20
+ Matk: -10
Def: 1
Slots: 0
Loc: "EQP_GARMENT"
Refine: false
ViewSprite: 2169
+ Script: <"
+ bonus bMatkRate, -10; // @EVOL2
+ ">
},
////////////////////////////////////////////////////////
// Shields
@@ -15019,6 +16516,7 @@ item_db: (
Buy: 8000
Sell: 4000
Weight: 200
+ Matk: 5
Def: 0
Slots: 0
Loc: "EQP_HAND_L"
@@ -15026,6 +16524,9 @@ item_db: (
EquipLv: 1
Refine: false
ViewSprite: 585
+ Script: <"
+ bonus bMatkRate, 5; // @EVOL2
+ ">
},
{
Id: 601
@@ -15035,13 +16536,14 @@ item_db: (
Buy: 40000
Sell: 3000
Weight: 2500
+ Matk: -200
Def: 20
Slots: 0
Loc: "EQP_HAND_L"
Refine: false
ViewSprite: 601
Script: <"
- bonus bMatkRate, -20;
+ bonus bMatkRate, -200; // @EVOL2
">
},
{
@@ -15052,13 +16554,14 @@ item_db: (
Buy: 10000
Sell: 2000
Weight: 1500
+ Matk: -70
Def: 14
Slots: 0
Loc: "EQP_HAND_L"
Refine: false
ViewSprite: 602
Script: <"
- bonus bMatkRate, -10;
+ bonus bMatkRate, -70; // @EVOL2
">
},
{
@@ -15069,13 +16572,14 @@ item_db: (
Buy: 2000
Sell: 1000
Weight: 1300
+ Matk: -35
Def: 7
Slots: 0
Loc: "EQP_HAND_L"
Refine: false
ViewSprite: 603
Script: <"
- bonus bMatkRate, -5;
+ bonus bMatkRate, -35; // @EVOL2
">
},
{
@@ -15086,14 +16590,16 @@ item_db: (
Buy: 40000
Sell: 3000
Weight: 2500
+ Matk: -200
Def: 20
Slots: 0
Loc: "EQP_HAND_L"
Refine: false
ViewSprite: 797
Script: <"
- bonus bMatkRate, -15;
+ bonus bMatkRate, -200; // @EVOL2
">
+ //Disabled: true // @TMWA
},
{
Id: 5285
@@ -15103,17 +16609,15 @@ item_db: (
Buy: 40000
Sell: 3000
Weight: 2500
- Def: 30
+ Matk: -200
+ Def: 27
Slots: 0
Loc: "EQP_HAND_L"
Refine: false
ViewSprite: 5285
Script: <"
- bonus bMatkRate, -20;
+ bonus bMatkRate, -200; // @EVOL2
">
- Nouse: {
- override: 1
- }
},
//
@@ -15139,49 +16643,6 @@ item_db: (
Script: <"
bpet;
">
+ //Disabled: true // @TMWA
},
-
-
-// Not Yet Implemented
-{
- Id: 590
- AegisName: "DragonSword"
- Name: "Dragon Sword"
-},
-{
- Id: 609
- AegisName: "ImperialBow"
- Name: "Imperial Bow"
-},
-{
- Id: 5288
- AegisName: "Naftalin"
- Name: "Naphthalene"
-},
-{
- Id: 5289
- AegisName: "ArmorBreaker"
- Name: "Armor Breaker Arrow"
-},
-{
- Id: 5290
- AegisName: "SilverArrow"
- Name: "Silver Arrow"
-},
-{
- Id: 5291
- AegisName: "ThornArrow"
- Name: "Thorn Arrow"
-},
-{
- Id: 5292
- AegisName: "SilverOre"
- Name: "Silver Ore"
-},
-{
- Id: 1170
- AegisName: "SweetTooth"
- Name: "Sweet Tooth"
-},
-
)