1<?xml version="1.0"?>
2<entity script="resources/common-scripts/invincible-enemy.lua" speed = "0.1"
3        collisionchecker="false">
4    <positioner type="naivepositioner" />
5    <radius x="19" y="75" />
6    <sprite>
7        <animation id="standing">
8            <frame sketch="resources/plant/walking-01.svg" duration="100" />
9        </animation>
10        <animation id="falling">
11            <frame sketch="resources/plant/walking-01.svg" duration="200" />
12            <frame sketch="resources/plant/walking-02.svg" duration="200" />
13        </animation>
14    </sprite>
15    <!-- Very hard to kill. -->
16    <entry key="health" value="100" />
17</entity>
18