1
@@ -50,7 +50,7 @@
|
|||||||
<stateClass>WulaFallenEmpire.MentalState_MechNoPilot</stateClass>
|
<stateClass>WulaFallenEmpire.MentalState_MechNoPilot</stateClass>
|
||||||
<category>Misc</category>
|
<category>Misc</category>
|
||||||
<nameColor>(0.65, 0.9, 0.93)</nameColor>
|
<nameColor>(0.65, 0.9, 0.93)</nameColor>
|
||||||
<baseInspectLine>No driver</baseInspectLine>
|
<baseInspectLine>无驾驶员</baseInspectLine>
|
||||||
<!-- <beginLetter>{PAWN_nameDef} has no pilot and cannot operate autonomously. It will stand idle until a pilot takes control.</beginLetter> -->
|
<!-- <beginLetter>{PAWN_nameDef} has no pilot and cannot operate autonomously. It will stand idle until a pilot takes control.</beginLetter> -->
|
||||||
<blockNormalThoughts>true</blockNormalThoughts>
|
<blockNormalThoughts>true</blockNormalThoughts>
|
||||||
<downedCanDo>true</downedCanDo>
|
<downedCanDo>true</downedCanDo>
|
||||||
|
|||||||
@@ -167,6 +167,17 @@
|
|||||||
<summonPilotIcon>Wula/UI/Commands/WULA_Enter_Mech</summonPilotIcon>
|
<summonPilotIcon>Wula/UI/Commands/WULA_Enter_Mech</summonPilotIcon>
|
||||||
<ejectPilotIcon>Wula/UI/Commands/WULA_Exit_Mech</ejectPilotIcon>
|
<ejectPilotIcon>Wula/UI/Commands/WULA_Exit_Mech</ejectPilotIcon>
|
||||||
</li>
|
</li>
|
||||||
|
<!-- <li Class="WulaFallenEmpire.CompProperties_MechCrewHolder">
|
||||||
|
<maxCrew>6</maxCrew>
|
||||||
|
<boardingRadius>10</boardingRadius>
|
||||||
|
<maxPawnSize>2.5</maxPawnSize>
|
||||||
|
<allowMechanoids>true</allowMechanoids>
|
||||||
|
<draftOnExit>true</draftOnExit>
|
||||||
|
|
||||||
|
<boardCrewIcon>Wula/UI/Commands/WULA_BoardCrew</boardCrewIcon>
|
||||||
|
<exitCrewIcon>Wula/UI/Commands/WULA_ExitCrew</exitCrewIcon>
|
||||||
|
</li> -->
|
||||||
|
|
||||||
<li Class="WulaFallenEmpire.CompProperties_MechFuel">
|
<li Class="WulaFallenEmpire.CompProperties_MechFuel">
|
||||||
<fuelType>Chemfuel</fuelType>
|
<fuelType>Chemfuel</fuelType>
|
||||||
<fuelCapacity>70</fuelCapacity>
|
<fuelCapacity>70</fuelCapacity>
|
||||||
|
|||||||
BIN
Content/Textures/Wula/UI/Commands/WULA_BoardCrew.png
Normal file
|
After Width: | Height: | Size: 6.3 KiB |
BIN
Content/Textures/Wula/UI/Commands/WULA_ExitCrew.png
Normal file
|
After Width: | Height: | Size: 5.2 KiB |
BIN
Content/Textures/Wula/UI/Commands/WULA_Recall_Pilot.png
Normal file
|
After Width: | Height: | Size: 5.7 KiB |
@@ -65,8 +65,12 @@ namespace WulaFallenEmpire
|
|||||||
if (comp != null && comp.CanAddPilot(pawn))
|
if (comp != null && comp.CanAddPilot(pawn))
|
||||||
{
|
{
|
||||||
comp.AddPilot(pawn);
|
comp.AddPilot(pawn);
|
||||||
Messages.Message("WULA_PilotEnteredMech".Translate(pawn.LabelShort, mech.LabelShort),
|
if (mech.drafter != null && !mech.Drafted)
|
||||||
MessageTypeDefOf.PositiveEvent, false);
|
{
|
||||||
|
mech.drafter.Drafted = true;
|
||||||
|
}
|
||||||
|
//Messages.Message("WULA_PilotEnteredMech".Translate(pawn.LabelShort, mech.LabelShort),
|
||||||
|
// MessageTypeDefOf.PositiveEvent, false);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
enterToil.defaultCompleteMode = ToilCompleteMode.Instant;
|
enterToil.defaultCompleteMode = ToilCompleteMode.Instant;
|
||||||
|
|||||||
BIN
美术与文本源文件/Wula/Things/Wula_APC/AllegianceOverlays/None_east.dds
Normal file
BIN
美术与文本源文件/Wula/Things/Wula_APC/AllegianceOverlays/None_east.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
美术与文本源文件/Wula/Things/Wula_APC/AllegianceOverlays/None_north.dds
Normal file
BIN
美术与文本源文件/Wula/Things/Wula_APC/AllegianceOverlays/None_north.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
美术与文本源文件/Wula/Things/Wula_APC/AllegianceOverlays/None_south.dds
Normal file
BIN
美术与文本源文件/Wula/Things/Wula_APC/AllegianceOverlays/None_south.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
美术与文本源文件/Wula/Things/Wula_APC/Bodies/Naked_Thin_east.sai2
Normal file
|
Before Width: | Height: | Size: 133 KiB |
|
Before Width: | Height: | Size: 91 KiB |
|
Before Width: | Height: | Size: 108 KiB |
|
Before Width: | Height: | Size: 128 KiB |