Added BoostAssault,BoostDefender components. Added their effects in HealthSystem,PlayerMovementSystem

This commit is contained in:
verysecrethero
2016-02-04 16:18:54 +01:00
parent b56824786c
commit 047e71a4e1
8 changed files with 322 additions and 3 deletions
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<BoostDefender xmlns:c="components" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="BoostDefender.xsd">
<Components>
<c:BoostDefender>
<StrengthOfEffect>10</StrengthOfEffect>
</c:BoostDefender>
<c:Lifetime>
<Lifetime>5</Lifetime>
</c:Lifetime>
<c:Transform/>
</Components>
<Children/>
</BoostDefender>