diff options
author | gumi <mekolat@users.noreply.github.com> | 2017-01-18 11:54:20 -0500 |
---|---|---|
committer | gumi <mekolat@users.noreply.github.com> | 2017-01-18 11:54:20 -0500 |
commit | 2fab8e5e8a4803d9a3be60aae46caa6e3422dc13 (patch) | |
tree | 682db19f83fe76367de9d36faae75afc55ee1c07 /world/map/db | |
parent | 22a0c48c5ae3a99b22dbe014c1498c0dd1039a8d (diff) | |
download | serverdata-2fab8e5e8a4803d9a3be60aae46caa6e3422dc13.tar.gz serverdata-2fab8e5e8a4803d9a3be60aae46caa6e3422dc13.tar.bz2 serverdata-2fab8e5e8a4803d9a3be60aae46caa6e3422dc13.tar.xz serverdata-2fab8e5e8a4803d9a3be60aae46caa6e3422dc13.zip |
add blinking evil color variants
Diffstat (limited to 'world/map/db')
-rw-r--r-- | world/map/db/item_db_head.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/world/map/db/item_db_head.txt b/world/map/db/item_db_head.txt index fbdb0683..92e2a9ce 100644 --- a/world/map/db/item_db_head.txt +++ b/world/map/db/item_db_head.txt @@ -170,6 +170,10 @@ 2268, PurpleBeret, 5, 1000, 500, 20, 0, 3, 0, 0, 0, 2, 256, 0, 0, 0, {}, {bonus bAgi, 2;} 2269, DarkGreenBeret, 5, 1000, 500, 20, 0, 3, 0, 0, 0, 2, 256, 0, 0, 0, {}, {bonus bAgi, 2;} 2270, BlinkingEvil, 5, 10000, 5000, 50, 0, 13, 0, 10, 0, 2, 256, 0, 0, 0, {}, {bonus bMdef, 5;} +2271, BlinkingEvilRed, 5, 10000, 5000, 50, 0, 13, 0, 10, 0, 2, 256, 0, 0, 0, {}, {bonus bMdef, 5;} +2272, BlinkingEvilBlue, 5, 10000, 5000, 50, 0, 13, 0, 10, 0, 2, 256, 0, 0, 0, {}, {bonus bMdef, 5;} +2273, BlinkingEvilPink, 5, 10000, 5000, 50, 0, 13, 0, 10, 0, 2, 256, 0, 0, 0, {}, {bonus bMdef, 5;} +2274, BlinkingEvilYellow, 5, 10000, 5000, 50, 0, 13, 0, 10, 0, 2, 256, 0, 0, 0, {}, {bonus bMdef, 5;} //ID, Name___________________, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} 4020, CandleHelmet, 5, 20000, 2000, 450, 0, 16, 0, -25, 0, 2, 256, 0, 0, 0, {}, {bonus bInt, 1;bonus bAgi, -1;} 4027, YetiMask, 5, 6000, 3000, 10, 0, 4, 0, -10, 0, 2, 256, 0, 0, 0, {}, {} |