This commit is contained in:
RickGrymes
2024-12-22 23:09:51 -06:00
parent adf42f6448
commit 4eb18a2124
3 changed files with 9 additions and 8 deletions
+4 -4
View File
@@ -143,7 +143,7 @@
<!-- Normal fights, standard mix -->
<kindDef>Combat</kindDef>
<options>
<FCP_Animal_Legion_Guard_Dog>3</FCP_Animal_Legion_Guard_Dog>
<FCP_Animal_Legion_Guard_Dog MayRequire="Rick.FCP.Animals">3</FCP_Animal_Legion_Guard_Dog>
<FCP_Legion_Scout>9</FCP_Legion_Scout>
<FCP_Legion_Recruit>10</FCP_Legion_Recruit>
<FCP_Legion_Recruit_Decanus>5</FCP_Legion_Recruit_Decanus>
@@ -160,7 +160,7 @@
<li>
<kindDef>Peaceful</kindDef>
<options>
<FCP_Animal_Legion_Guard_Dog>3</FCP_Animal_Legion_Guard_Dog>
<FCP_Animal_Legion_Guard_Dog MayRequire="Rick.FCP.Animals">3</FCP_Animal_Legion_Guard_Dog>
<FCP_Legion_Recruit>20</FCP_Legion_Recruit>
<FCP_Legion_Recruit_Decanus>10</FCP_Legion_Recruit_Decanus>
<FCP_Legion_Caesar>1</FCP_Legion_Caesar>
@@ -178,7 +178,7 @@
<Elephant>1</Elephant>
</carriers>
<guards>
<FCP_Animal_Legion_Guard_Dog>3</FCP_Animal_Legion_Guard_Dog>
<FCP_Animal_Legion_Guard_Dog MayRequire="Rick.FCP.Animals">3</FCP_Animal_Legion_Guard_Dog>
<FCP_Legion_Veteran>7</FCP_Legion_Veteran>
<FCP_Legion_Prime>10</FCP_Legion_Prime>
<FCP_Legion_Prime_Decanus>3</FCP_Legion_Prime_Decanus>
@@ -188,7 +188,7 @@
<li>
<kindDef>Settlement</kindDef>
<options>
<FCP_Animal_Legion_Guard_Dog>3</FCP_Animal_Legion_Guard_Dog>
<FCP_Animal_Legion_Guard_Dog MayRequire="Rick.FCP.Animals">3</FCP_Animal_Legion_Guard_Dog>
<FCP_Legion_Slave>10</FCP_Legion_Slave>
<FCP_Legion_Veteran>10</FCP_Legion_Veteran>
<FCP_Legion_Veteran_Decanus>8</FCP_Legion_Veteran_Decanus>
@@ -11,10 +11,10 @@
<!-- Legion Guard Dog -->
<ThingDef MayRequire="Rick.FCP.Core.Tools" ParentName="FCP_Animal_Vicious_Dog_Base">
<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 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>
<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>
@@ -27,7 +27,7 @@
<!-- Legion Guard Dog -->
<PawnKindDef MayRequire="Rick.FCP.Core.Tools" ParentName="AnimalKindBase">
<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>
@@ -38,7 +38,7 @@
<label>puppy</label>
<labelPlural>puppies</labelPlural>
<bodyGraphicData>
<texPath>Things/Pawn/Animal/Legion_Guard_Dog/FCP_Dessicated_Legion_Guard_Dog</texPath>
<texPath>Things/Pawn/Animal/Legion_Guard_Dog/FCP_Legion_Guard_Dog</texPath>
<drawSize>0.95</drawSize>
</bodyGraphicData>
<dessicatedBodyGraphicData>
+1
View File
@@ -18,6 +18,7 @@
</modDependencies>
<loadAfter>
<li>Rick.FCP.Core.Tools</li>
<li>Rick.FCP.Animals</li>
</loadAfter>
</ModMetaData>