Files
FCP-Caesars-Legion/1.5/Defs/ThingDefs_Races/FCP_Races_Animal_Legion.xml
T
RickGrymes 4eb9b07f2b Various
Added in Legio Denarius
Added Legion Dog
2024-11-24 01:26:31 -06:00

80 lines
3.2 KiB
XML

<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<!--__________ FCP Legion Animals __________-->
<!--_____ Dogs _____-->
<!--___ Vicious Dog ___-->
<!--__ ThingDefs __-->
<!-- Legion Guard Dog -->
<ThingDef MayRequire="Rick.FCP.Core.Tools.Beta" ParentName="FCP_Animal_Vicious_Dog_Base">
<defName>FCP_Animal_Legion_Guard_Dog</defName>
<label>Legion Guard Dog</label>
<description>Some dogs have been domesticated, even charged with guarding its owner and all thier property this animal will do so to the best of its ability. This animal has been bred by the legion as a scout and guard dog to counter any foes that may come its way.</description>
<race>
<wildBiomes Inherit="False" />
</race>
<tradeTags>
<li>FCP_Animal_Legion_Guard_Dog</li>
</tradeTags>
</ThingDef>
<!--__ PawnKinds __-->
<!-- Legion Guard Dog -->
<PawnKindDef MayRequire="Rick.FCP.Core.Tools.Beta" ParentName="AnimalKindBase">
<defName>FCP_Animal_Legion_Guard_Dog</defName>
<label>Legion Guard Dog</label>
<race>FCP_Animal_Legion_Guard_Dog</race>
<combatPower>45</combatPower>
<ecoSystemWeight>1</ecoSystemWeight>
<lifeStages>
<li>
<label>puppy</label>
<labelPlural>puppies</labelPlural>
<bodyGraphicData>
<texPath>Things/Pawn/Animal/Legion_Guard_Dog/FCP_Dessicated_Legion_Guard_Dog</texPath>
<drawSize>0.95</drawSize>
</bodyGraphicData>
<dessicatedBodyGraphicData>
<texPath>Things/Pawn/Animal/Legion_Guard_Dog/FCP_Dessicated_Legion_Guard_Dog</texPath>
<drawSize>0.95</drawSize>
</dessicatedBodyGraphicData>
</li>
<li>
<bodyGraphicData>
<texPath>Things/Pawn/Animal/Legion_Guard_Dog/FCP_Legion_Guard_Dog</texPath>
<drawSize>1.35</drawSize>
<shadowData>
<volume>(0.25, 0.3, 0.25)</volume>
<offset>(0,0,-0.15)</offset>
</shadowData>
</bodyGraphicData>
<dessicatedBodyGraphicData>
<texPath>Things/Pawn/Animal/Legion_Guard_Dog/FCP_Dessicated_Legion_Guard_Dog</texPath>
<drawSize>1.35</drawSize>
</dessicatedBodyGraphicData>
</li>
<li>
<bodyGraphicData>
<texPath>Things/Pawn/Animal/Legion_Guard_Dog/FCP_Legion_Guard_Dog</texPath>
<drawSize>1.6</drawSize>
<shadowData>
<volume>(0.3, 0.4, 0.3)</volume>
<offset>(0,0,-0.15)</offset>
</shadowData>
</bodyGraphicData>
<dessicatedBodyGraphicData>
<texPath>Things/Pawn/Animal/Legion_Guard_Dog/FCP_Dessicated_Legion_Guard_Dog</texPath>
<drawSize>1.6</drawSize>
</dessicatedBodyGraphicData>
</li>
</lifeStages>
</PawnKindDef>
</Defs>