Skip to content

Commit

Permalink
update (v0.15)
Browse files Browse the repository at this point in the history
  • Loading branch information
pacas authored Mar 13, 2024
2 parents 319054e + a226a37 commit 9a71f84
Show file tree
Hide file tree
Showing 46 changed files with 2,188 additions and 2,773 deletions.
Binary file modified HMC Nobility Expanded/1.4/Assemblies/HMC_NobilityExpanded.dll
Binary file not shown.
408 changes: 268 additions & 140 deletions HMC Nobility Expanded/1.4/Defs/RoyalPermitDefs/RoyalPermits_Armor.xml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@
<workerClass>NobilityExpanded.RoyalTitlePermitWorker_DropResourcesPlus</workerClass>
</RoyalTitlePermitDef>

<RoyalTitlePermitDef ParentName="MainDropBase" Name="DropResourcesUpdated" Abstract="True">
<workerClass>NobilityExpanded.RoyalTitlePermitWorker_DropResourcesUpdated</workerClass>
</RoyalTitlePermitDef>

<RoyalTitlePermitDef ParentName="MainDropBase" Name="DropResourcesWithDialog" Abstract="True">
<workerClass>NobilityExpanded.RoyalTitlePermitWorker_DropResourcesWithDialog</workerClass>
</RoyalTitlePermitDef>

<RoyalTitlePermitDef ParentName="MainDropBase" Name="DropBuildings" Abstract="True">
<workerClass>NobilityExpanded.RoyalTitlePermitWorker_DropBuildings</workerClass>
</RoyalTitlePermitDef>
Expand Down Expand Up @@ -95,22 +103,29 @@

<!-- todo -->
<!-- здания? -->
<!-- квест присмотра за ребенком? -->
<!-- гранаты -->
<!-- рабы -->
<!-- 1) Current royalty crash quest minus defence plus care for a couple of days? -->
<!-- 2) Rescue quest with baby pawn and shuttle ending? -->
<!-- кровь -->
<!-- добавить вкладку с особыми модовыми ресурсами и интеграцию ревий -->
<!-- вынести count в ordered def -->

<RoyalTitlePermitDef ParentName="DropResourcesPlus">
<defName>EmptyTableSpace</defName>
<label>Empty</label>
<description>Empty</description>
<permitPointCost>90</permitPointCost>
<permitPointCost>97</permitPointCost>
<royalAid>
<favorCost>97</favorCost>
</royalAid>
</RoyalTitlePermitDef>

<RoyalTitlePermitDef ParentName="DropResourcesPlus">
<defName>EmptyPermitSpace</defName>
<label>Empty</label>
<description>Empty</description>
<permitPointCost>96</permitPointCost>
<royalAid>
<favorCost>90</favorCost>
<favorCost>96</favorCost>
</royalAid>
</RoyalTitlePermitDef>

Expand Down
Loading

0 comments on commit 9a71f84

Please sign in to comment.