]> git.localhorst.tv Git - l2e.git/blobdiff - test-data/ikaris.l2s
moved some items to l2 source files
[l2e.git] / test-data / ikaris.l2s
diff --git a/test-data/ikaris.l2s b/test-data/ikaris.l2s
new file mode 100644 (file)
index 0000000..99f343a
--- /dev/null
@@ -0,0 +1,19 @@
+export Ikari firestormIkari {
+       name: "Firestorm",
+       cost: 224,
+       targets: TargetingMode {
+               enemy: true,
+               all: true
+       },
+       physical: true
+}
+
+export Ikari magicCureIkari {
+       name: "Magic cure",
+       cost: 128,
+       targets: TargetingMode {
+               ally: true,
+               single: true
+       },
+       magical: true
+}