mirror of
https://github.com/FalloutCollaborationProject/FCP-Caesars-Legion.git
synced 2026-07-27 17:00:20 -07:00
misc
This commit is contained in:
@@ -0,0 +1,80 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Defs>
|
||||
|
||||
<!--__________ FCP Legion Animals __________-->
|
||||
|
||||
<!--_____ Dogs _____-->
|
||||
|
||||
<!--___ Vicious Dog ___-->
|
||||
|
||||
<!--__ ThingDefs __-->
|
||||
|
||||
<!-- Legion Guard Dog -->
|
||||
|
||||
<ThingDef MayRequire="Rick.FCP.Animals" 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 their 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.Animals" 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_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>
|
||||
Reference in New Issue
Block a user