Skip to content

Commit

Permalink
Fix technology stats not showing in all languages | And link to twitc…
Browse files Browse the repository at this point in the history
…h campaign page
  • Loading branch information
Khaoz-Topsy committed Apr 23, 2022
1 parent a89321b commit 4cb760d
Show file tree
Hide file tree
Showing 50 changed files with 31,398 additions and 2,099 deletions.
4 changes: 2 additions & 2 deletions assets/data/meta.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"GameVersion": "3.87",
"GameVersion": "3.88",
"GameBuildNumber": 8558989,
"GeneratedDate": "2022-04-21"
"GeneratedDate": "2022-04-23"
}
45 changes: 40 additions & 5 deletions assets/json/de/Buildings.lang.json
Original file line number Diff line number Diff line change
Expand Up @@ -8029,7 +8029,14 @@
"Quantity": 10
}
],
"StatBonuses": [],
"StatBonuses": [
{
"Name": "Boost",
"LocaleKeyTemplate": "percentage",
"Image": "recovery",
"Value": "1"
}
],
"ConsumableRewardTexts": [],
"HasDevProperties": true
},
Expand Down Expand Up @@ -8058,7 +8065,14 @@
"Quantity": 10
}
],
"StatBonuses": [],
"StatBonuses": [
{
"Name": "Boost",
"LocaleKeyTemplate": "percentage",
"Image": "recovery",
"Value": "1"
}
],
"ConsumableRewardTexts": [],
"HasDevProperties": true
},
Expand Down Expand Up @@ -8087,7 +8101,14 @@
"Quantity": 10
}
],
"StatBonuses": [],
"StatBonuses": [
{
"Name": "Boost",
"LocaleKeyTemplate": "percentage",
"Image": "recovery",
"Value": "1"
}
],
"ConsumableRewardTexts": [],
"HasDevProperties": true
},
Expand Down Expand Up @@ -8116,7 +8137,14 @@
"Quantity": 10
}
],
"StatBonuses": [],
"StatBonuses": [
{
"Name": "Boost",
"LocaleKeyTemplate": "percentage",
"Image": "recovery",
"Value": "1"
}
],
"ConsumableRewardTexts": [],
"HasDevProperties": true
},
Expand Down Expand Up @@ -8145,7 +8173,14 @@
"Quantity": 10
}
],
"StatBonuses": [],
"StatBonuses": [
{
"Name": "Boost",
"LocaleKeyTemplate": "percentage",
"Image": "recovery",
"Value": "1"
}
],
"ConsumableRewardTexts": [],
"HasDevProperties": true
},
Expand Down
54 changes: 48 additions & 6 deletions assets/json/de/Others.lang.json
Original file line number Diff line number Diff line change
Expand Up @@ -1046,7 +1046,14 @@
"Quantity": 10
}
],
"StatBonuses": [],
"StatBonuses": [
{
"Name": "Schaden",
"LocaleKeyTemplate": "defaultTemplate",
"Image": "damage",
"Value": "8"
}
],
"ConsumableRewardTexts": [],
"HasDevProperties": true
},
Expand Down Expand Up @@ -1074,7 +1081,14 @@
"Quantity": 10
}
],
"StatBonuses": [],
"StatBonuses": [
{
"Name": "Boost",
"LocaleKeyTemplate": "percentage",
"Image": "recovery",
"Value": "5"
}
],
"ConsumableRewardTexts": [],
"HasDevProperties": true
},
Expand Down Expand Up @@ -1102,7 +1116,14 @@
"Quantity": 10
}
],
"StatBonuses": [],
"StatBonuses": [
{
"Name": "Hyperantrieb-Reichweite",
"LocaleKeyTemplate": "lightYear",
"Image": "hyperDrive",
"Value": "50"
}
],
"ConsumableRewardTexts": [],
"HasDevProperties": true
},
Expand Down Expand Up @@ -1130,7 +1151,14 @@
"Quantity": 10
}
],
"StatBonuses": [],
"StatBonuses": [
{
"Name": "Startkosten",
"LocaleKeyTemplate": "percentage",
"Image": "recharge2",
"Value": "-10"
}
],
"ConsumableRewardTexts": [],
"HasDevProperties": true
},
Expand Down Expand Up @@ -1158,7 +1186,14 @@
"Quantity": 10
}
],
"StatBonuses": [],
"StatBonuses": [
{
"Name": "Schildstärke",
"LocaleKeyTemplate": "percentage",
"Image": "prot",
"Value": "0.05"
}
],
"ConsumableRewardTexts": [],
"HasDevProperties": true
},
Expand Down Expand Up @@ -1186,7 +1221,14 @@
"Quantity": 10
}
],
"StatBonuses": [],
"StatBonuses": [
{
"Name": "Manövrierfähigkeit",
"LocaleKeyTemplate": "percentage",
"Image": "target",
"Value": "5"
}
],
"ConsumableRewardTexts": [],
"HasDevProperties": true
},
Expand Down
Loading

0 comments on commit 4cb760d

Please sign in to comment.