X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=test-data%2Fitems.l2s;h=0ef31a2f05d4ab127893a23ee81bb932e0a3a858;hb=c5e56f45e08fcc6c4dceb586ce3d671a3f3907ab;hp=231aa3f626f498c93b51369b10f4c9396121cae4;hpb=3eb9ed8d05effa0087ae9c6970699e56c12d7350;p=l2e.git diff --git a/test-data/items.l2s b/test-data/items.l2s index 231aa3f..0ef31a2 100644 --- a/test-data/items.l2s +++ b/test-data/items.l2s @@ -81,6 +81,10 @@ export Item antidoteItem { }, mostUseful: true } +export Item darkFruitItem { + name: "Dark Fruit", + battle: false +} export Item eagleRockItem { name: "Eagle rock", menuicon: jewelIcon, @@ -124,6 +128,10 @@ export Item holyCapItem { equipability: helmet, heroMask: 42 // Selan, Artea, Tia } +export Item holyFruitItem { + name: "Holy Fruit", + battle: false +} export Item holyRobeItem { name: "Holy robe", menuicon: armorIcon,