Consistency/data/entities/animals/vault/tank.xml

20 lines
371 B
XML
Raw Normal View History

2021-08-20 01:53:47 +00:00
<Entity >
<Base file="data/entities/animals/tank.xml">
<DamageModelComponent
hp="6"
max_hp="6"
minimum_knockback_force="100000"
></DamageModelComponent >
</Base>
<Entity>
<InheritTransformComponent />
<GameEffectComponent
effect="PROTECTION_FREEZE"
frames="-1"
>
</GameEffectComponent >
</Entity>
</Entity>