Added BoostAssault,BoostDefender components. Added their effects in HealthSystem,PlayerMovementSystem
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user