Skip to content

Commit

Permalink
Standardized SP modifiers to monthly across facilities
Browse files Browse the repository at this point in the history
Revised `AlliedIndustrialFacility` and `AlliedSupplyDepot` to use `monthlySPModifier` for consistency. Updated descriptions to reflect the monthly SP generation for allied logistical support.
  • Loading branch information
IllianiCBT committed Dec 21, 2024
1 parent 9c87518 commit bb78225
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions MekHQ/data/stratconfacilities/AlliedIndustrialFacility.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@
<displayableName>Industrial Center</displayableName>
<facilityType>IndustrialFacility</facilityType>
<owner>Allied</owner>
<monthlySPModifier>1</monthlySPModifier>
<userDescription>Provides 1 SP/month of allied logistical support.</userDescription>
<visible>true</visible>
</StratconFacility>
2 changes: 1 addition & 1 deletion MekHQ/data/stratconfacilities/AlliedSupplyDepot.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<displayableName>Supply Depot</displayableName>
<facilityType>SupplyDepot</facilityType>
<owner>Allied</owner>
<weeklySPModifier>1</weeklySPModifier>
<monthlySPModifier>1</monthlySPModifier>
<userDescription>Provides 1 SP/month of allied logistical support.</userDescription>
<visible>true</visible>
</StratconFacility>

0 comments on commit bb78225

Please sign in to comment.