This commit is contained in:
2026-08-04 14:28:26 +02:00
parent 44b2eaf273
commit 6794896ac7
37 changed files with 3263 additions and 195 deletions
+20
View File
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<AssetDeclaration xmlns="uri:ea.com:eala:asset">
<Includes>
<Include type="instance" source="Includes/StandaloneBase.xml" />
</Includes>
<Defines>
<Define name="STANDALONE_HEALTH" value="200.0" />
</Defines>
<GameObject id="StandaloneTank" inheritFrom="StandaloneBase">
<Draws>
<TruckDraw id="ModuleTag_Draw" />
<xi:include
href="DATA:Includes/HeadlightModules.xml"
xpointer="xmlns(n=uri:ea.com:eala:asset) xpointer(/n:HeadlightDraw2/child::*)" />
</Draws>
<BehaviorModules>
<ReconstituteStateSpecialAbility UpdateModuleId="ModuleTag_Headlight" />
</BehaviorModules>
</GameObject>
</AssetDeclaration>