diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-11-28 12:54:06 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-11-28 12:54:06 -0300 |
commit | 2d4ba43d55baacfeb6c503efe4a5466468d0e9e7 (patch) | |
tree | 275195d1d8b4586a014fd3c4c6ff66e09ba30c76 /db | |
parent | 86c039847031738e8f40a2e04c4abfa81282622d (diff) | |
download | serverdata-2d4ba43d55baacfeb6c503efe4a5466468d0e9e7.tar.gz serverdata-2d4ba43d55baacfeb6c503efe4a5466468d0e9e7.tar.bz2 serverdata-2d4ba43d55baacfeb6c503efe4a5466468d0e9e7.tar.xz serverdata-2d4ba43d55baacfeb6c503efe4a5466468d0e9e7.zip |
Add the two items which will be required for the puzzles
Diffstat (limited to 'db')
-rw-r--r-- | db/pre-re/item_db.conf | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf index a037f0cd..6d13b7e2 100644 --- a/db/pre-re/item_db.conf +++ b/db/pre-re/item_db.conf @@ -1112,6 +1112,7 @@ item_db: ( Id5260: 1 } }, +/* Rings & Accessories */ { Id: 702 AegisName: "WeddingRing" @@ -1517,6 +1518,7 @@ item_db: ( bonus bHit, 25; "> }, +/* Boots */ { Id: 528 AegisName: "Boots" @@ -4794,6 +4796,26 @@ item_db: ( ViewSprite: 5265 }, { + Id: 5276 + AegisName: "ThermalNapalm" + Name: "Thermal Napalm" + Type: "IT_ETC" + Buy: 9999 + Sell: 0 + Weight: 1 + ViewSprite: 5276 + Trade: { + partneroverride: true + notrade: true + nodrop: true + nogstorage: true + nomail: true + noauction: true + noselltonpc: true + } +}, +/* Chest Armor */ +{ Id: 523 AegisName: "LeatherShirt" Name: "LeatherShirt" @@ -12074,6 +12096,7 @@ item_db: ( bonus bMatkRate, -5; "> }, +/* Usable items */ { Id: 501 AegisName: "CactusDrink" @@ -13738,6 +13761,29 @@ item_db: ( "> }, { + Id: 5277 + AegisName: "XmasSeeds" + Name: "Christmas Seeds" + Type: "IT_USABLE" + Buy: 9999 + Sell: 0 + Weight: 1 + ViewSprite: 5277 + Trade: { + partneroverride: true + notrade: true + nodrop: true + nogstorage: true + nomail: true + noauction: true + noselltonpc: true + } + Script: <" + callfunc "X21_SEEDS"; + "> +}, +/* Legs Armor */ +{ Id: 586 AegisName: "CottonShorts" Name: "CottonShorts" |