-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #49 from anno-mods/devel/influence
add one step influence mod
- Loading branch information
Showing
3 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
8 changes: 8 additions & 0 deletions
8
[Shared] One Step Influence/data/config/export/main/asset/assets.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
5 changes: 5 additions & 0 deletions
5
[Shared] One Step Influence/data/config/export/main/asset/templates.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |