This commit is contained in:
2025-09-08 21:59:11 +08:00
parent 24a0ed126b
commit 8a0fbe32e8
5 changed files with 206 additions and 79 deletions

Binary file not shown.

View File

@@ -4,15 +4,21 @@
<!-- North-facing Animation -->
<AnimationDef>
<defName>WULA_Mech_Flyer_North</defName>
<durationTicks>4</durationTicks>
<durationTicks>16</durationTicks> <!-- 8 frames * 2 ticks/frame -->
<startOnRandomTick>true</startOnRandomTick>
<keyframeParts>
<li>
<key>ARA_Flight_Attachment</key>
<value>
<keyframes>
<li><graphicState>WULA_Mech_Flyer_Flying_north_0_gs</graphicState><tick>0</tick></li>
<li><graphicState>WULA_Mech_Flyer_Flying_north_1_gs</graphicState><tick>2</tick></li>
<li><graphicState>ARA_Goose_Flying_north_1_gs</graphicState><tick>0</tick></li>
<li><graphicState>ARA_Goose_Flying_north_2_gs</graphicState><tick>2</tick></li>
<li><graphicState>ARA_Goose_Flying_north_3_gs</graphicState><tick>4</tick></li>
<li><graphicState>ARA_Goose_Flying_north_4_gs</graphicState><tick>6</tick></li>
<li><graphicState>ARA_Goose_Flying_north_5_gs</graphicState><tick>8</tick></li>
<li><graphicState>ARA_Goose_Flying_north_6_gs</graphicState><tick>10</tick></li>
<li><graphicState>ARA_Goose_Flying_north_7_gs</graphicState><tick>12</tick></li>
<li><graphicState>ARA_Goose_Flying_north_8_gs</graphicState><tick>14</tick></li>
</keyframes>
</value>
</li>
@@ -22,15 +28,21 @@
<!-- East-facing Animation -->
<AnimationDef>
<defName>WULA_Mech_Flyer_East</defName>
<durationTicks>4</durationTicks>
<durationTicks>16</durationTicks>
<startOnRandomTick>true</startOnRandomTick>
<keyframeParts>
<li>
<key>ARA_Flight_Attachment</key>
<value>
<keyframes>
<li><graphicState>WULA_Mech_Flyer_Flying_east_0_gs</graphicState><tick>0</tick></li>
<li><graphicState>WULA_Mech_Flyer_Flying_east_1_gs</graphicState><tick>2</tick></li>
<li><graphicState>ARA_Goose_Flying_east_1_gs</graphicState><tick>0</tick></li>
<li><graphicState>ARA_Goose_Flying_east_2_gs</graphicState><tick>2</tick></li>
<li><graphicState>ARA_Goose_Flying_east_3_gs</graphicState><tick>4</tick></li>
<li><graphicState>ARA_Goose_Flying_east_4_gs</graphicState><tick>6</tick></li>
<li><graphicState>ARA_Goose_Flying_east_5_gs</graphicState><tick>8</tick></li>
<li><graphicState>ARA_Goose_Flying_east_6_gs</graphicState><tick>10</tick></li>
<li><graphicState>ARA_Goose_Flying_east_7_gs</graphicState><tick>12</tick></li>
<li><graphicState>ARA_Goose_Flying_east_8_gs</graphicState><tick>14</tick></li>
</keyframes>
</value>
</li>
@@ -40,15 +52,21 @@
<!-- South-facing Animation -->
<AnimationDef>
<defName>WULA_Mech_Flyer_South</defName>
<durationTicks>4</durationTicks>
<durationTicks>16</durationTicks>
<startOnRandomTick>true</startOnRandomTick>
<keyframeParts>
<li>
<key>ARA_Flight_Attachment</key>
<value>
<keyframes>
<li><graphicState>WULA_Mech_Flyer_Flying_south_0_gs</graphicState><tick>0</tick></li>
<li><graphicState>WULA_Mech_Flyer_Flying_south_1_gs</graphicState><tick>2</tick></li>
<li><graphicState>ARA_Goose_Flying_south_1_gs</graphicState><tick>0</tick></li>
<li><graphicState>ARA_Goose_Flying_south_2_gs</graphicState><tick>2</tick></li>
<li><graphicState>ARA_Goose_Flying_south_3_gs</graphicState><tick>4</tick></li>
<li><graphicState>ARA_Goose_Flying_south_4_gs</graphicState><tick>6</tick></li>
<li><graphicState>ARA_Goose_Flying_south_5_gs</graphicState><tick>8</tick></li>
<li><graphicState>ARA_Goose_Flying_south_6_gs</graphicState><tick>10</tick></li>
<li><graphicState>ARA_Goose_Flying_south_7_gs</graphicState><tick>12</tick></li>
<li><graphicState>ARA_Goose_Flying_south_8_gs</graphicState><tick>14</tick></li>
</keyframes>
</value>
</li>

View File

@@ -1,50 +1,174 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<!-- North Frames -->
<!-- Using Goose Frames for Testing -->
<GraphicStateDef>
<defName>WULA_Mech_Flyer_Flying_north_0_gs</defName>
<defName>ARA_Goose_Flying_north_1_gs</defName>
<defaultGraphicData>
<texPath>Wula/Things/WULA_Mech_Flyer/WULA_Mech_Flyer_Flying_north_0</texPath>
<texPath>Things/Pawn/Animal/Goose/Goose_Flying_1_north</texPath>
<drawSize>1.35</drawSize>
</defaultGraphicData>
</GraphicStateDef>
<GraphicStateDef>
<defName>WULA_Mech_Flyer_Flying_north_1_gs</defName>
<defName>ARA_Goose_Flying_north_2_gs</defName>
<defaultGraphicData>
<texPath>Wula/Things/WULA_Mech_Flyer/WULA_Mech_Flyer_Flying_north_1</texPath>
<texPath>Things/Pawn/Animal/Goose/Goose_Flying_2_north</texPath>
<drawSize>1.35</drawSize>
</defaultGraphicData>
</GraphicStateDef>
<GraphicStateDef>
<defName>ARA_Goose_Flying_north_3_gs</defName>
<defaultGraphicData>
<texPath>Things/Pawn/Animal/Goose/Goose_Flying_3_north</texPath>
<drawSize>1.35</drawSize>
</defaultGraphicData>
</GraphicStateDef>
<GraphicStateDef>
<defName>ARA_Goose_Flying_north_4_gs</defName>
<defaultGraphicData>
<texPath>Things/Pawn/Animal/Goose/Goose_Flying_4_north</texPath>
<drawSize>1.35</drawSize>
</defaultGraphicData>
</GraphicStateDef>
<GraphicStateDef>
<defName>ARA_Goose_Flying_north_5_gs</defName>
<defaultGraphicData>
<texPath>Things/Pawn/Animal/Goose/Goose_Flying_5_north</texPath>
<drawSize>1.35</drawSize>
</defaultGraphicData>
</GraphicStateDef>
<GraphicStateDef>
<defName>ARA_Goose_Flying_north_6_gs</defName>
<defaultGraphicData>
<texPath>Things/Pawn/Animal/Goose/Goose_Flying_6_north</texPath>
<drawSize>1.35</drawSize>
</defaultGraphicData>
</GraphicStateDef>
<GraphicStateDef>
<defName>ARA_Goose_Flying_north_7_gs</defName>
<defaultGraphicData>
<texPath>Things/Pawn/Animal/Goose/Goose_Flying_7_north</texPath>
<drawSize>1.35</drawSize>
</defaultGraphicData>
</GraphicStateDef>
<GraphicStateDef>
<defName>ARA_Goose_Flying_north_8_gs</defName>
<defaultGraphicData>
<texPath>Things/Pawn/Animal/Goose/Goose_Flying_8_north</texPath>
<drawSize>1.35</drawSize>
</defaultGraphicData>
</GraphicStateDef>
<!-- East Frames -->
<GraphicStateDef>
<defName>WULA_Mech_Flyer_Flying_east_0_gs</defName>
<defName>ARA_Goose_Flying_east_1_gs</defName>
<defaultGraphicData>
<texPath>Wula/Things/WULA_Mech_Flyer/WULA_Mech_Flyer_Flying_east_0</texPath>
<texPath>Things/Pawn/Animal/Goose/Goose_Flying_1_east</texPath>
<drawSize>1.35</drawSize>
</defaultGraphicData>
</GraphicStateDef>
<GraphicStateDef>
<defName>WULA_Mech_Flyer_Flying_east_1_gs</defName>
<defName>ARA_Goose_Flying_east_2_gs</defName>
<defaultGraphicData>
<texPath>Wula/Things/WULA_Mech_Flyer/WULA_Mech_Flyer_Flying_east_1</texPath>
<texPath>Things/Pawn/Animal/Goose/Goose_Flying_2_east</texPath>
<drawSize>1.35</drawSize>
</defaultGraphicData>
</GraphicStateDef>
<GraphicStateDef>
<defName>ARA_Goose_Flying_east_3_gs</defName>
<defaultGraphicData>
<texPath>Things/Pawn/Animal/Goose/Goose_Flying_3_east</texPath>
<drawSize>1.35</drawSize>
</defaultGraphicData>
</GraphicStateDef>
<GraphicStateDef>
<defName>ARA_Goose_Flying_east_4_gs</defName>
<defaultGraphicData>
<texPath>Things/Pawn/Animal/Goose/Goose_Flying_4_east</texPath>
<drawSize>1.35</drawSize>
</defaultGraphicData>
</GraphicStateDef>
<GraphicStateDef>
<defName>ARA_Goose_Flying_east_5_gs</defName>
<defaultGraphicData>
<texPath>Things/Pawn/Animal/Goose/Goose_Flying_5_east</texPath>
<drawSize>1.35</drawSize>
</defaultGraphicData>
</GraphicStateDef>
<GraphicStateDef>
<defName>ARA_Goose_Flying_east_6_gs</defName>
<defaultGraphicData>
<texPath>Things/Pawn/Animal/Goose/Goose_Flying_6_east</texPath>
<drawSize>1.35</drawSize>
</defaultGraphicData>
</GraphicStateDef>
<GraphicStateDef>
<defName>ARA_Goose_Flying_east_7_gs</defName>
<defaultGraphicData>
<texPath>Things/Pawn/Animal/Goose/Goose_Flying_7_east</texPath>
<drawSize>1.35</drawSize>
</defaultGraphicData>
</GraphicStateDef>
<GraphicStateDef>
<defName>ARA_Goose_Flying_east_8_gs</defName>
<defaultGraphicData>
<texPath>Things/Pawn/Animal/Goose/Goose_Flying_8_east</texPath>
<drawSize>1.35</drawSize>
</defaultGraphicData>
</GraphicStateDef>
<!-- South Frames -->
<GraphicStateDef>
<defName>WULA_Mech_Flyer_Flying_south_0_gs</defName>
<defName>ARA_Goose_Flying_south_1_gs</defName>
<defaultGraphicData>
<texPath>Wula/Things/WULA_Mech_Flyer/WULA_Mech_Flyer_Flying_south_0</texPath>
<texPath>Things/Pawn/Animal/Goose/Goose_Flying_1_south</texPath>
<drawSize>1.35</drawSize>
</defaultGraphicData>
</GraphicStateDef>
<GraphicStateDef>
<defName>WULA_Mech_Flyer_Flying_south_1_gs</defName>
<defName>ARA_Goose_Flying_south_2_gs</defName>
<defaultGraphicData>
<texPath>Wula/Things/WULA_Mech_Flyer/WULA_Mech_Flyer_Flying_south_1</texPath>
<texPath>Things/Pawn/Animal/Goose/Goose_Flying_2_south</texPath>
<drawSize>1.35</drawSize>
</defaultGraphicData>
</GraphicStateDef>
<GraphicStateDef>
<defName>ARA_Goose_Flying_south_3_gs</defName>
<defaultGraphicData>
<texPath>Things/Pawn/Animal/Goose/Goose_Flying_3_south</texPath>
<drawSize>1.35</drawSize>
</defaultGraphicData>
</GraphicStateDef>
<GraphicStateDef>
<defName>ARA_Goose_Flying_south_4_gs</defName>
<defaultGraphicData>
<texPath>Things/Pawn/Animal/Goose/Goose_Flying_4_south</texPath>
<drawSize>1.35</drawSize>
</defaultGraphicData>
</GraphicStateDef>
<GraphicStateDef>
<defName>ARA_Goose_Flying_south_5_gs</defName>
<defaultGraphicData>
<texPath>Things/Pawn/Animal/Goose/Goose_Flying_5_south</texPath>
<drawSize>1.35</drawSize>
</defaultGraphicData>
</GraphicStateDef>
<GraphicStateDef>
<defName>ARA_Goose_Flying_south_6_gs</defName>
<defaultGraphicData>
<texPath>Things/Pawn/Animal/Goose/Goose_Flying_6_south</texPath>
<drawSize>1.35</drawSize>
</defaultGraphicData>
</GraphicStateDef>
<GraphicStateDef>
<defName>ARA_Goose_Flying_south_7_gs</defName>
<defaultGraphicData>
<texPath>Things/Pawn/Animal/Goose/Goose_Flying_7_south</texPath>
<drawSize>1.35</drawSize>
</defaultGraphicData>
</GraphicStateDef>
<GraphicStateDef>
<defName>ARA_Goose_Flying_south_8_gs</defName>
<defaultGraphicData>
<texPath>Things/Pawn/Animal/Goose/Goose_Flying_8_south</texPath>
<drawSize>1.35</drawSize>
</defaultGraphicData>
</GraphicStateDef>

View File

@@ -46,7 +46,12 @@
<debugLabel>Arachnae Flight Attachment</debugLabel>
<tagDef>ARA_Flight_Attachment</tagDef>
<texPath>ArachnaeSwarm/Things/General/Invisible/Inv</texPath>
<baseLayer>-10</baseLayer> <!-- Place it before apparel -->
<baseLayer>60</baseLayer>
<drawData>
<dataSouth>
<layer>-10</layer>
</dataSouth>
</drawData>
</li>
<!-- ===== OUR CUSTOM NODE INSERTION END ===== -->