mirror of
https://github.com/FalloutCollaborationProject/FCP-NCR.git
synced 2026-07-27 17:00:12 -07:00
Various tweaks
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
<Defs>
|
<Defs>
|
||||||
|
|
||||||
<CultureDef>
|
<CultureDef>
|
||||||
<defName>FCP_NCR_Californian</defName>
|
<defName>FCP_Culture_NCR_Californian</defName>
|
||||||
<label>New Californian</label>
|
<label>New Californian</label>
|
||||||
<description>Culture of those in the New California Republic.</description>
|
<description>Culture of those in the New California Republic.</description>
|
||||||
<pawnNameMaker>FCP_Western_Namer_Male</pawnNameMaker>
|
<pawnNameMaker>FCP_Western_Namer_Male</pawnNameMaker>
|
||||||
|
|||||||
@@ -33,7 +33,7 @@
|
|||||||
<fixedName>New California Republic</fixedName>
|
<fixedName>New California Republic</fixedName>
|
||||||
<settlementNameMaker>NamerSettlementOutlander</settlementNameMaker>
|
<settlementNameMaker>NamerSettlementOutlander</settlementNameMaker>
|
||||||
<allowedCultures>
|
<allowedCultures>
|
||||||
<li>FCP_NCR_Californian</li>
|
<li>FCP_Culture_NCR_Californian</li>
|
||||||
</allowedCultures>
|
</allowedCultures>
|
||||||
|
|
||||||
<!--__________ Ideology __________-->
|
<!--__________ Ideology __________-->
|
||||||
@@ -82,7 +82,7 @@
|
|||||||
</li>
|
</li>
|
||||||
</backstoryFilters>
|
</backstoryFilters>
|
||||||
|
|
||||||
<!--__________ Kinds __________-->
|
<!--__________ Kind __________-->
|
||||||
|
|
||||||
<caravanTraderKinds>
|
<caravanTraderKinds>
|
||||||
<!-- <li>FCP_Caravan_Pre_War_Goods_Trader</li> -->
|
<!-- <li>FCP_Caravan_Pre_War_Goods_Trader</li> -->
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<defName>FCP_Icon_NCR</defName>
|
<defName>FCP_Icon_NCR</defName>
|
||||||
<iconPath>World_Icon/NCR_Icon/FCP_NCR_World_Icon</iconPath>
|
<iconPath>World_Icon/NCR_Icon/FCP_NCR_World_Icon</iconPath>
|
||||||
<cultures>
|
<cultures>
|
||||||
<li>FCP_NCR_Californian</li>
|
<li>FCP_Culture_NCR_Californian</li>
|
||||||
</cultures>
|
</cultures>
|
||||||
</IdeoIconDef>
|
</IdeoIconDef>
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -31,7 +31,7 @@
|
|||||||
<StyleDominance>50</StyleDominance>
|
<StyleDominance>50</StyleDominance>
|
||||||
</statBases>
|
</statBases>
|
||||||
<terrainAffordanceNeeded>Medium</terrainAffordanceNeeded>
|
<terrainAffordanceNeeded>Medium</terrainAffordanceNeeded>
|
||||||
<interactionCellOffset>(0,0, -2)</interactionCellOffset>
|
<interactionCellOffset>(0,0, -3)</interactionCellOffset>
|
||||||
<costList>
|
<costList>
|
||||||
<BlocksMarble>800</BlocksMarble>
|
<BlocksMarble>800</BlocksMarble>
|
||||||
</costList>
|
</costList>
|
||||||
+1
-1
@@ -179,7 +179,7 @@
|
|||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<thingDef>FCP_Gun_NCR_Hunting_Rifle</thingDef>
|
<thingDef>FCP_Gun_NCR_Hunting_Rifle</thingDef>
|
||||||
<countRange>0~2</countRange>
|
<countRange>1~2</countRange>
|
||||||
</li>
|
</li>
|
||||||
</weightedDrops>
|
</weightedDrops>
|
||||||
</li>
|
</li>
|
||||||
@@ -9,7 +9,7 @@
|
|||||||
<minDaysPassed>20</minDaysPassed>
|
<minDaysPassed>20</minDaysPassed>
|
||||||
<baseIncidentsPerYear>2</baseIncidentsPerYear>
|
<baseIncidentsPerYear>2</baseIncidentsPerYear>
|
||||||
<minSpacingDays>30</minSpacingDays>
|
<minSpacingDays>30</minSpacingDays>
|
||||||
<minWealth>20000</minWealth>
|
<minWealth>15000</minWealth>
|
||||||
<allowedTargetTags>
|
<allowedTargetTags>
|
||||||
<li>Map_PlayerHome</li>
|
<li>Map_PlayerHome</li>
|
||||||
</allowedTargetTags>
|
</allowedTargetTags>
|
||||||
|
|||||||
Reference in New Issue
Block a user