From 07b3ae994d0e68b5c266f5aa212024d5064847c2 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Sun, 15 Oct 2017 22:50:08 -0400 Subject: scriptable attacks? --- config/items.xml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/items.xml b/config/items.xml index cac7eb1..574ddda 100644 --- a/config/items.xml +++ b/config/items.xml @@ -19,15 +19,26 @@ - update = function() + i = 1 + + effect = function() flash(255, 0, 0) damage(8) end + + hit = function() + if (i < 30) then + xrange = i + i = i + 1 + else + xrange = 0 + end + end - update = function() + effect = function() flash(255, 0, 255) damage(4) end -- cgit v1.2.3