diff options
author | Ledmitz <smoothshifter@tuta.io> | 2024-10-21 17:20:58 -0300 |
---|---|---|
committer | Ledmitz <smoothshifter@tuta.io> | 2024-10-21 17:20:58 -0300 |
commit | 63856c5d27c1d378a28d293bd5196bde89f007d7 (patch) | |
tree | ee8f9d24563152027fd57b6bd6d3dee3c8200af9 | |
parent | ea2690b193fe7180ef72162e53447376eddcc5b9 (diff) | |
download | serverdata-63856c5d27c1d378a28d293bd5196bde89f007d7.tar.gz serverdata-63856c5d27c1d378a28d293bd5196bde89f007d7.tar.bz2 serverdata-63856c5d27c1d378a28d293bd5196bde89f007d7.tar.xz serverdata-63856c5d27c1d378a28d293bd5196bde89f007d7.zip |
Added 5 and 10 % crit def to golden plates, respectively
m--------- | client-data | 0 | ||||
-rw-r--r-- | world/map/db/item_db.conf | 4 | ||||
-rw-r--r-- | world/map/db/item_db_chest.txt | 4 |
3 files changed, 5 insertions, 3 deletions
diff --git a/client-data b/client-data -Subproject 674964724fd205f8e2d0e28dfb300aaea19cd9f +Subproject 402910861c44676108d11e2c6e6090001f26395 diff --git a/world/map/db/item_db.conf b/world/map/db/item_db.conf index fca1e95e..c9cc232e 100644 --- a/world/map/db/item_db.conf +++ b/world/map/db/item_db.conf @@ -6033,7 +6033,7 @@ item_db: ( AegisName: "GoldenPlatemail" Name: "GoldenPlatemail" Type: "IT_ARMOR" - Buy: 9999000 + Buy: 350000 Sell: 3000 Weight: 4500 Matk: -100 @@ -6044,6 +6044,7 @@ item_db: ( ViewSprite: 645 Script: <" bonus bMatkRate, -100; // @EVOL2 + bonus bCriticalDef, 5; "> }, { @@ -6176,6 +6177,7 @@ item_db: ( ViewSprite: 659 Script: <" bonus bMatkRate, -110; // @EVOL2 + bonus bCriticalDef, 10; "> }, { diff --git a/world/map/db/item_db_chest.txt b/world/map/db/item_db_chest.txt index ff48e16e..f00823a8 100644 --- a/world/map/db/item_db_chest.txt +++ b/world/map/db/item_db_chest.txt @@ -8,14 +8,14 @@ 624, VNeckSweater, 5, 6000, 3000, 135, 0, 8, 0, -24, 0, 2, 512, 0, 0, 0, 0, {}, {} 625, ChainmailShirt, 5, 15000, 1500, 800, 0, 20, 0, -120, 0, 2, 512, 0, 0, 0, 0, {}, {} 626, LightPlatemail, 5, 50000, 2500, 1200, 0, 25, 0, -150, 0, 2, 512, 0, 0, 0, 0, {}, {} -645, GoldenPlatemail, 5, 9999000, 3000, 4500, 0, 25, 0, -100, 0, 2, 512, 0, 0, 0, 0, {}, {} +645, GoldenPlatemail, 5, 350000, 3000, 4500, 0, 25, 0, -100, 0, 2, 512, 0, 0, 0, 0, {}, {bonus bCriticalDef, 5;} 649, WhiteEvokersRobeBlue, 5, 8000, 4000, 50, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, 0, {}, {bonus bAgi, 1; bonus bCriticalDef, 10;} 650, BlackEvokersRobeBlue, 5, 8000, 4000, 50, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, 0, {}, {bonus bAgi, 1; bonus bCriticalDef, 10;} 651, WhiteWizardRobe, 5, 8000, 4000, 50, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, 0, {}, {} 652, BlackWizardRobe, 5, 8000, 4000, 50, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, 0, {}, {} 653, ApprenticeRobe, 5, 8000, 4000, 50, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, 0, {}, {bonus bAgi, 1; bonus bCriticalDef, 10;} 658, WarlordPlate, 5, 100000, 3000, 2600, 0, 27, 0, -170, 0, 2, 512, 0, 0, 0, 0, {}, {} -659, GoldenWarlordPlate, 5, 500000, 4000, 7600, 0, 27, 0, -110, 0, 2, 512, 0, 0, 0, 0, {}, {} +659, GoldenWarlordPlate, 5, 500000, 4000, 7600, 0, 27, 0, -110, 0, 2, 512, 0, 0, 0, 0, {}, {bonus bCriticalDef, 10;} 688, TankTop, 5, 800, 400, 10, 0, 2, 0, -4, 0, 2, 512, 0, 0, 0, 0, {}, {} 689, ShortTankTop, 5, 600, 300, 8, 0, 2, 0, -4, 0, 2, 512, 0, 0, 0, 0, {}, {} 720, SilkRobe, 5, 8000, 4000, 90, 0, 5, 0, 0, 0, 2, 512, 0, 0, 0, 0, {}, {} |