Paniel_the_Automata_temporary/Royalty/Defs/Royal_ThingDef_Misc.dev
2022-07-12 21:41:38 +09:00

15 lines
463 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<!--PnL shuttle-->
<ThingDef ParentName="ShuttleBase">
<defName>PN_Shuttle</defName>
<label>PnL shuttle</label>
<description>A spacer-tech shuttle designed for transit between surface and orbit, or between moons of a planetary system.</description>
<graphicData>
<texPath>Things/Building/Misc/Shuttle</texPath>
<color>(162,164,149)</color>
</graphicData>
</ThingDef>
</Defs>