Skip to content

Commit

Permalink
Update to 2.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ZwerOxotnik committed Jan 9, 2022
1 parent 7efa2a3 commit b27c5cb
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 67 deletions.
31 changes: 16 additions & 15 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
---------------------------------------------------------------------------------------------------
Version: 2.12.2
Date: 2021-01-09
Locale:
- Updated Norwegian translation (thanks to @Eerrikki (Robin Braathen) on crowdin)
- Updated French translation (thanks to @eric.rossignol40 (Eric Rossignol) on crowdin)
- Translations: https://crowdin.com/project/factorio-mods-localization (thank you for contributions, I really appreciate it)
---------------------------------------------------------------------------------------------------
Version: 2.12.1
Date: 2021-12-22
Changes:
Expand All @@ -13,18 +20,16 @@ Date: 2021-12-22
---------------------------------------------------------------------------------------------------
Version: 2.11.2
Date: 2021-12-05
Changes:
Locale:
- Updated French translation (thanks to @sollevix (David TAORMINA) on crowdin)
- Updated again Brazilian Portuguese translation (thanks to @BM123499 (Bruno Melo) on crowdin)
Notes:
- Translations: https://crowdin.com/project/factorio-mods-localization (thank you for contributions, I really appreciate it)
---------------------------------------------------------------------------------------------------
Version: 2.11.1
Date: 2021-10-17
Changes:
Locale:
- Partially updated Russian translation (thanks to @_Andrey_ (Андрей Пискунов) on crowdin)
- Removed an unnecessary setting and locales
Notes:
- Translations: https://crowdin.com/project/factorio-mods-localization (thank you for contributions, I really appreciate it)
---------------------------------------------------------------------------------------------------
Version: 2.11.0
Expand Down Expand Up @@ -57,8 +62,9 @@ Date: 2021-09-26
---------------------------------------------------------------------------------------------------
Version: 2.9.25
Date: 2021-09-05
Changes:
Locale:
- Updated Brazilian Portuguese translation (thanks to @BM123499 (Bruno Melo) on crowdin)
- Translations: https://crowdin.com/project/factorio-mods-localization (thank you for contributions, I really appreciate it)
---------------------------------------------------------------------------------------------------
Version: 2.9.24
Date: 2021-09-01
Expand All @@ -67,25 +73,22 @@ Date: 2021-09-01
---------------------------------------------------------------------------------------------------
Version: 2.9.23
Date: 2021-08-29
Changes:
Locale:
- Updated Brazilian Portuguese translation (thanks to @BM123499 (Bruno Melo) on crowdin)
- Updated Norwegian translation (thanks to @Sandify (Team Noob) on crowdin)
Notes:
- Translations: https://crowdin.com/project/factorio-mods-localization (thank you for contributions, I really appreciate it)
---------------------------------------------------------------------------------------------------
Version: 2.9.22
Date: 2021-08-08
Changes:
Locale:
- Updated Spanish translation (thanks to @josemirm on crowdin)
Notes:
- Translations: https://crowdin.com/project/factorio-mods-localization (thank you for contributions, I really appreciate it)
---------------------------------------------------------------------------------------------------
Version: 2.9.21
Date: 2021-07-18
Changes:
Locale:
- Updated Belarusian translation (thanks to @not.a.whale (Mikita Tsikhanovich) on crowdin)
- Updated German translation (thanks to @teite on crowdin)
Notes:
- Translations: https://crowdin.com/project/factorio-mods-localization (thank you for contributions, I really appreciate it)
---------------------------------------------------------------------------------------------------
Version: 2.9.20
Expand All @@ -98,9 +101,8 @@ Date: 2021-07-04
---------------------------------------------------------------------------------------------------
Version: 2.9.19
Date: 2021-05-30
Changes:
Locale:
- Updated German translation
Notes:
- Translations: https://crowdin.com/project/factorio-mods-localization (thank you for contributions, I really appreciate it)
---------------------------------------------------------------------------------------------------
Version: 2.9.18
Expand All @@ -110,10 +112,9 @@ Date: 2021-05-25
---------------------------------------------------------------------------------------------------
Version: 2.9.17
Date: 2021-05-23
Changes:
Locale:
- Updated translations
- Added Czech translation
Notes:
- Thanks to https://crowdin.com/profile/diraria/activity and other people for translations
---------------------------------------------------------------------------------------------------
Version: 2.9.16
Expand Down
2 changes: 1 addition & 1 deletion info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "diplomacy",
"version": "2.12.1",
"version": "2.12.2",
"factorio_version": "1.1",
"title": "Diplomacy",
"author": "ZwerOxotnik",
Expand Down
70 changes: 19 additions & 51 deletions settings.lua
Original file line number Diff line number Diff line change
@@ -1,105 +1,73 @@
data:extend({
{
type = "bool-setting",
name = "diplomacy_visible_all_teams",
setting_type = "runtime-global",
default_value = false
},
{
type = "bool-setting",
name = "diplomacy_entity_not_on_map",
setting_type = "startup",
default_value = false
},
{
type = "bool-setting",
name = "diplomacy_allow_mine_entity",
setting_type = "runtime-global",
default_value = false
},
{type = "bool-setting", name = "diplomacy_tech_tanks_count_switcher", setting_type = "startup", default_value = true},
{type = "bool-setting", name = "diplomacy_hp_rocket_silo_switcher", setting_type = "startup", default_value = true},
{type = "bool-setting", name = "diplomacy_entity_not_on_map", setting_type = "startup", default_value = false},
{type = "bool-setting", name = "diplomacy_visible_all_teams", setting_type = "runtime-global", default_value = false},
{type = "bool-setting", name = "diplomacy_allow_mine_entity", setting_type = "runtime-global", default_value = false},
{
type = "bool-setting",
name = "disable_diplomacy_on_entity_died",
setting_type = "runtime-global",
default_value = false
},
{
type = "bool-setting",
name = "diplomacy_hp_rocket_silo_switcher",
setting_type = "startup",
default_value = true
},
{
type = "int-setting",
name = "diplomacy_hp_rocket_silo",
setting_type = "startup",
default_value = 50000,
minimum_value = 1,
maximum_value = 10000000000,
},
{
type = "bool-setting",
name = "diplomacy_tech_tanks_count_switcher",
setting_type = "startup",
default_value = true
maximum_value = 10000000000
},
{
type = "int-setting",
name = "diplomacy_tech_tanks_count",
setting_type = "startup",
default_value = 1000,
minimum_value = 1,
maximum_value = 10000000000,
},
{
maximum_value = 10000000000
}, {
type = "bool-setting",
name = "diplomacy_tech_power_armor_2_count_switcher",
setting_type = "startup",
default_value = true
},
{
}, {
type = "int-setting",
name = "diplomacy_tech_power_armor_2_count",
setting_type = "startup",
default_value = 1000,
minimum_value = 1,
maximum_value = 10000000000,
},
{
maximum_value = 10000000000
}, {
type = "bool-setting",
name = "diplomacy_tech_uranium_ammo_count_switcher",
setting_type = "startup",
default_value = true
},
{
}, {
type = "int-setting",
name = "diplomacy_tech_uranium_ammo_count",
setting_type = "startup",
default_value = 1800,
minimum_value = 1,
maximum_value = 10000000000,
},
{
maximum_value = 10000000000
}, {
type = "int-setting",
name = "diplomacy_HP_forbidden_entity_on_killed",
setting_type = "runtime-global",
default_value = 300,
minimum_value = 1,
maximum_value = 100000000000,
},
{
maximum_value = 100000000000
}, {
type = "int-setting",
name = "diplomacy_HP_forbidden_entity_on_mined",
setting_type = "runtime-global",
default_value = 300,
minimum_value = 0,
maximum_value = 100000000000,
},
{
maximum_value = 100000000000
}, {
type = "string-setting",
name = "who_decides_diplomacy",
setting_type = "runtime-global",
default_value = "all_players",
allowed_values = {"all_players", "team_leader"}
},
}
})

0 comments on commit b27c5cb

Please sign in to comment.