Skip to content

Commit 2be151c

Browse files
author
Ivo Elezović
authored
Leviathan patches - Foix to release (#250)
* ages * institutions * Foix to release
1 parent 1e2e403 commit 2be151c

22 files changed

+15
-7
lines changed

CK2ToEU4/Data_Files/blankMod/output/common/ages/00_default.txt

+4
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,10 @@ age_of_reformation = {
315315
trade_goods = spices
316316
value = yes
317317
}
318+
trading_bonus = {
319+
trade_goods = cloves
320+
value = yes
321+
}
318322
trading_bonus = {
319323
trade_goods = chinaware
320324
value = yes

CK2ToEU4/Data_Files/blankMod/output/common/institutions/00_Core.txt

+4
Original file line numberDiff line numberDiff line change
@@ -1192,6 +1192,7 @@ manufactories = {
11921192
trade_goods = ivory
11931193
trade_goods = slaves
11941194
trade_goods = spices
1195+
trade_goods = cloves
11951196
trade_goods = fur
11961197
trade_goods = incense
11971198
}
@@ -1311,6 +1312,7 @@ manufactories = {
13111312
trade_goods = ivory
13121313
trade_goods = slaves
13131314
trade_goods = spices
1315+
trade_goods = cloves
13141316
trade_goods = fur
13151317
trade_goods = incense
13161318
}
@@ -1982,6 +1984,7 @@ industrialization = {
19821984
trade_goods = ivory
19831985
trade_goods = slaves
19841986
trade_goods = spices
1987+
trade_goods = cloves
19851988
trade_goods = fur
19861989
trade_goods = incense
19871990
}
@@ -2115,6 +2118,7 @@ industrialization = {
21152118
trade_goods = ivory
21162119
trade_goods = slaves
21172120
trade_goods = spices
2121+
trade_goods = cloves
21182122
trade_goods = fur
21192123
trade_goods = incense
21202124
}
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Version info
22

33
version = "1.0"
4-
name = "Este"
5-
descriptionLine = "Compatible with CK2 3.3 and EU4 1.30"
4+
name = "Foix"
5+
descriptionLine = "Compatible with CK2 3.3 and EU4 1.31"
Loading
Binary file not shown.
Loading
Binary file not shown.
16 MB
Binary file not shown.
Loading
8.27 MB
Binary file not shown.
Loading
Binary file not shown.
Loading
12.6 MB
Binary file not shown.
Loading
13.9 MB
Binary file not shown.
17.2 MB
Binary file not shown.
381 KB
Binary file not shown.
Binary file not shown.
104 KB
Loading
1.02 MB
Binary file not shown.

appveyor.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,21 @@ test_script:
1717
$wc.UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\tests.xml))
1818
artifacts:
1919
- path: Release
20-
name: CK2ToEU4-1.0Este
20+
name: CK2ToEU4-1.0Foix
2121
deploy:
2222
- provider: GitHub
2323
release: windows_development_build
2424
description: Development version. Rebuilt automatically after every pull request.
2525
auth_token:
2626
secure: LBJzs4y9j0N5y0ajp7gmVk3Pvnec1UU5pTCdIMbQYUddEXQnWTJ79FXsd9SCs7YQ
2727
repository: paradoxGameConverters/CK2ToEU4
28-
artifact: CK2ToEU4-1.0Este
28+
artifact: CK2ToEU4-1.0Foix
2929
prerelease: true
3030
force_update: true
3131
- provider: GitHub
32-
tag: 1.0E
33-
release: 1.0 Este - for CK2[3.3] and EU4[1.30]
32+
tag: 1.0F
33+
release: 1.0 de Foix - for CK2[3.3] and EU4[1.31]
3434
auth_token:
3535
secure: LBJzs4y9j0N5y0ajp7gmVk3Pvnec1UU5pTCdIMbQYUddEXQnWTJ79FXsd9SCs7YQ
3636
repository: paradoxGameConverters/CK2ToEU4
37-
artifact: CK2ToEU4-1.0Este
37+
artifact: CK2ToEU4-1.0Foix

0 commit comments

Comments
 (0)