18 lines
497 B
XML
18 lines
497 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<AssetDeclaration xmlns = "uri:ea.com:eala:asset" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
|
|
|
|
<SpecialPowerTemplate
|
|
id="SpecialPower_yukitsuki_FalshLocation"
|
|
TargetType="OBJECT_OR_LOCATION"
|
|
ReloadTime="1s"
|
|
WaypointModeTerminal="false" />
|
|
|
|
<LogicCommand
|
|
Type="SPECIAL_POWER"
|
|
id="Command_yukitsuki_FalshLocation">
|
|
<SpecialPower>SpecialPower_yukitsuki_FalshLocation</SpecialPower>
|
|
</LogicCommand>
|
|
|
|
</AssetDeclaration>
|