diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-08-08 11:26:06 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-08-08 11:26:06 -0300 |
commit | ebafaa3d1c55eda8b68a5e3bc4efb23d1468b569 (patch) | |
tree | ab9c90f3ceb3ebf46f6daf6717b8648b9fb36778 | |
parent | b06f2eb2a7c2f2c32c85725ae6edc5ed8facd7c2 (diff) | |
download | serverdata-ebafaa3d1c55eda8b68a5e3bc4efb23d1468b569.tar.gz serverdata-ebafaa3d1c55eda8b68a5e3bc4efb23d1468b569.tar.bz2 serverdata-ebafaa3d1c55eda8b68a5e3bc4efb23d1468b569.tar.xz serverdata-ebafaa3d1c55eda8b68a5e3bc4efb23d1468b569.zip |
effect stats to pendants following this table:
tooth necklace -> claw pendant \
--> Barbarian Amulet -> Barb. Master Am.
wolvern teeth -> wolf pendant /
-rw-r--r-- | db/re/item_db.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index ef49d217b..4fb85dc39 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -4705,6 +4705,10 @@ item_db: ( EquipLv: 34 Refine: false ViewSprite: 1013 + Script: <" + bonus bMaxHP,-250; + bonus bStr,4; + "> }, { Id: 1014 @@ -4719,6 +4723,10 @@ item_db: ( EquipLv: 44 Refine: false ViewSprite: 1014 + Script: <" + bonus bMaxHP,-300; + bonus bStr,7; + "> }, { Id: 1015 @@ -4733,6 +4741,10 @@ item_db: ( EquipLv: 54 Refine: false ViewSprite: 1015 + Script: <" + bonus bMaxHP,-400; + bonus bStr,12; + "> }, { Id: 1016 |