From 56268b8ec4cb8d423c55ee3e2f89873218159f39 Mon Sep 17 00:00:00 2001 From: HoraK-FDF Date: Fri, 17 Feb 2023 17:51:40 +0100 Subject: item-db provide missing item function --- world/map/npc/items/underworld_troll.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 world/map/npc/items/underworld_troll.txt (limited to 'world/map/npc/items') diff --git a/world/map/npc/items/underworld_troll.txt b/world/map/npc/items/underworld_troll.txt new file mode 100644 index 00000000..afa22f6f --- /dev/null +++ b/world/map/npc/items/underworld_troll.txt @@ -0,0 +1,10 @@ +function|script|UnderworldTroll +{ + if (getequipid(equip_hand1) != KidBook) goto L_Return; + bonus bStr, 10; + bonus bAtkRange, 1; + goto L_Return; + +L_Return: + return; +} -- cgit v1.2.3-60-g2f50