summaryrefslogtreecommitdiff
path: root/world/map/npc/items/underworld_troll.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/items/underworld_troll.txt')
-rw-r--r--world/map/npc/items/underworld_troll.txt10
1 files changed, 10 insertions, 0 deletions
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;
+}