Skip to content

Commit

Permalink
Merge pull request #49 from anno-mods/devel/influence
Browse files Browse the repository at this point in the history
add one step influence mod
  • Loading branch information
jakobharder authored Jun 16, 2024
2 parents f83051e + 522a2b9 commit 433de26
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<ModOps>
<ModOp Type="merge" Path="//Cost[(InfluenceCostType='Townhall' or InfluenceCostType='GuildHouse' or InfluenceCostType='HarborOffice') and not(InfluenceCostPoints)]">
<InfluenceCostPoints>20</InfluenceCostPoints>
</ModOp>
<ModOp Type="merge" GUID="140797" Path="/Values/InfluenceFeature/InfluenceConfig/*[self::GuildHouse or self::Townhall or self::HarborOffice]">
<InfluenceCosts>1</InfluenceCosts>
</ModOp>
</ModOps>
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<ModOps>
<ModOp Type="merge" Path="//Cost[InfluenceCostType='Townhall' or InfluenceCostType='GuildHouse' or InfluenceCostType='HarborOffice']">
<InfluenceCostPoints>20</InfluenceCostPoints>
</ModOp>
</ModOps>
10 changes: 10 additions & 0 deletions [Shared] One Step Influence/modinfo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"Version": "1.0",
"ModID": "shared-one-step-influence",
"Category": {
"English": "Shared"
},
"ModName": {
"English": "One Step Influence"
}
}

0 comments on commit 433de26

Please sign in to comment.