diff options
-rw-r--r-- | db/re/item_db.conf | 32 | ||||
-rw-r--r-- | npc/001-1/rewards.txt | 1 |
2 files changed, 22 insertions, 11 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 7102beb38..562d3b9b1 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -5282,7 +5282,7 @@ item_db: ( Weight: 450 Atk: 0 Matk: 0 - Def: 1 + Def: 0 Range: 0 Slots: 0 Job: { @@ -5291,25 +5291,29 @@ item_db: ( Gender: "SEX_ANY" Loc: "EQP_ACC_L" WeaponLv: 0 - EquipLv: 54 + EquipLv: 30 Refine: false ViewSprite: 1150 BindOnEquip: false BuyingStore: true Delay: 0 Sprite: 0 + Script: <" + bonus bCriticalDef,10; + bonus bLuk,1; + "> }, { Id: 1151 - AegisName: "DemonAshUrn" - Name: "Demon Ash Urn" + AegisName: "AshUrn" + Name: "Ash Urn" Type: "IT_ARMOR" Buy: 8000 Sell: 2600 Weight: 450 Atk: 0 Matk: 0 - Def: 1 + Def: 15 Range: 0 Slots: 0 Job: { @@ -5318,7 +5322,7 @@ item_db: ( Gender: "SEX_ANY" Loc: "EQP_ACC_L" WeaponLv: 0 - EquipLv: 54 + EquipLv: 40 Refine: false ViewSprite: 1151 BindOnEquip: false @@ -5336,7 +5340,7 @@ item_db: ( Weight: 450 Atk: 0 Matk: 0 - Def: 1 + Def: 25 Range: 0 Slots: 0 Job: { @@ -5345,13 +5349,16 @@ item_db: ( Gender: "SEX_ANY" Loc: "EQP_ACC_L" WeaponLv: 0 - EquipLv: 54 + EquipLv: 85 Refine: false ViewSprite: 1152 BindOnEquip: false BuyingStore: true Delay: 0 Sprite: 0 + Script: <" + bonus bAgi,1; + "> }, { Id: 1153 @@ -5387,10 +5394,10 @@ item_db: ( Type: "IT_ARMOR" Buy: 7000 Sell: 1800 - Weight: 450 + Weight: 60 Atk: 0 Matk: 0 - Def: 1 + Def: 0 Range: 0 Slots: 0 Job: { @@ -5399,13 +5406,16 @@ item_db: ( Gender: "SEX_ANY" Loc: "EQP_ACC_L" WeaponLv: 0 - EquipLv: 54 + EquipLv: 30 Refine: false ViewSprite: 1154 BindOnEquip: false BuyingStore: true Delay: 0 Sprite: 0 + Script: <" + bonus bCriticalRate,15; + "> }, { Id: 1155 diff --git a/npc/001-1/rewards.txt b/npc/001-1/rewards.txt index 0048104a2..09e70d055 100644 --- a/npc/001-1/rewards.txt +++ b/npc/001-1/rewards.txt @@ -37,6 +37,7 @@ OnInit: sellitem ThunderStaff,20000; sellitem PiouEgg,5000; sellitem BowlerHat, 800; + sellitem AshUrn,700; sellitem Googles,600; // Temporary, Seasonal, for events, rare drops, next release |