Skip to content

Commit

Permalink
Enable mod for patch 2.2.1
Browse files Browse the repository at this point in the history
Make the mod compatible with Stellaris patch 2.2.1
  • Loading branch information
AleksanderGondek committed Dec 9, 2018
1 parent 092249f commit 42331ab
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 49 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Stellaris - Mod - Filthy casual mode
===
![Mod version](https://img.shields.io/badge/version-3.0.1-brightgreen.svg)
![Stellaris version](https://img.shields.io/badge/stellaris--version-2.1.*-blue.svg)
![Stellaris version](https://img.shields.io/badge/stellaris--version-2.2.*-blue.svg)

[This mod](http://steamcommunity.com/sharedfiles/filedetails/?id=741819051) goal is to make game significantly easier by adding couple of polices (usable only by human player) which grant various benefits to the empire (such as increasing resources production and reducing army upkeep).

Expand Down
2 changes: 1 addition & 1 deletion filthy_casual_mode.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ tags={
}
picture="unlock.png"
remote_file_id="741819051"
supported_version="2.1.*"
supported_version="2.2.*"
75 changes: 35 additions & 40 deletions filthy_casual_mode/common/policies/fcm_blessing_of_midas.lua
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,13 @@ fcm_blessing_of_midas = {
}

modifier = {
country_resource_influence_mult = 0.25
country_resource_energy_mult = 0.25
country_resource_minerals_mult = 0.25
country_resource_food_mult = 0.25
country_resource_unity_mult = 0.25
tile_resource_minerals_mult = 0.25
tile_resource_food_mult = 0.25
tile_resource_energy_mult = 0.25
country_base_alloys_produces_add = 1000
country_base_consumer_goods_produces_add = 1000
country_base_energy_produces_add = 1000
country_base_food_produces_add = 1000
country_base_influence_produces_add = 1000
country_base_minerals_produces_add = 1000
country_base_unity_produces_add = 1000
}

AI_weight = {
Expand All @@ -60,14 +59,13 @@ fcm_blessing_of_midas = {
}

modifier = {
country_resource_influence_mult = 0.5
country_resource_energy_mult = 0.5
country_resource_minerals_mult = 0.5
country_resource_food_mult = 0.5
country_resource_unity_mult = 0.5
tile_resource_minerals_mult = 0.5
tile_resource_food_mult = 0.5
tile_resource_energy_mult = 0.5
country_base_alloys_produces_add = 3000
country_base_consumer_goods_produces_add = 3000
country_base_energy_produces_add = 3000
country_base_food_produces_add = 3000
country_base_influence_produces_add = 3000
country_base_minerals_produces_add = 3000
country_base_unity_produces_add = 3000
}

AI_weight = {
Expand All @@ -85,14 +83,13 @@ fcm_blessing_of_midas = {
}

modifier = {
country_resource_influence_mult = 0.75
country_resource_energy_mult = 0.75
country_resource_minerals_mult = 0.75
country_resource_food_mult = 0.75
country_resource_unity_mult = 0.75
tile_resource_minerals_mult = 0.75
tile_resource_food_mult = 0.75
tile_resource_energy_mult = 0.75
country_base_alloys_produces_add = 5000
country_base_consumer_goods_produces_add = 5000
country_base_energy_produces_add = 5000
country_base_food_produces_add = 5000
country_base_influence_produces_add = 5000
country_base_minerals_produces_add = 5000
country_base_unity_produces_add = 5000
}

AI_weight = {
Expand All @@ -110,14 +107,13 @@ fcm_blessing_of_midas = {
}

modifier = {
country_resource_influence_mult = 1.0
country_resource_energy_mult = 1.0
country_resource_minerals_mult = 1.0
country_resource_food_mult = 1.0
country_resource_unity_mult = 1.0
tile_resource_minerals_mult = 1
tile_resource_food_mult = 1
tile_resource_energy_mult = 1
country_base_alloys_produces_add = 7000
country_base_consumer_goods_produces_add = 7000
country_base_energy_produces_add = 7000
country_base_food_produces_add = 7000
country_base_influence_produces_add = 7000
country_base_minerals_produces_add = 7000
country_base_unity_produces_add = 7000
}

AI_weight = {
Expand All @@ -135,14 +131,13 @@ fcm_blessing_of_midas = {
}

modifier = {
country_resource_influence_mult = 999.0
country_resource_energy_mult = 999.0
country_resource_minerals_mult = 999.0
country_resource_food_mult = 999.0
country_resource_unity_mult = 999.0
tile_resource_minerals_mult = 999.0
tile_resource_food_mult = 999.0
tile_resource_energy_mult = 999.0
country_base_alloys_produces_add = 30000
country_base_consumer_goods_produces_add = 30000
country_base_energy_produces_add = 30000
country_base_food_produces_add = 30000
country_base_influence_produces_add = 30000
country_base_minerals_produces_add = 30000
country_base_unity_produces_add = 30000
}

AI_weight = {
Expand Down
16 changes: 12 additions & 4 deletions filthy_casual_mode/common/policies/fcm_blessing_of_omnissiah.lua
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ fcm_blessing_of_omnissiah = {
}

modifier = {
all_technology_research_speed = 0.25
country_base_engineering_research_produces_add = 1000
country_base_physics_research_produces_add = 1000
country_base_society_research_produces_add = 1000
}

AI_weight = {
Expand All @@ -53,7 +55,9 @@ fcm_blessing_of_omnissiah = {
}

modifier = {
all_technology_research_speed = 0.5
country_base_engineering_research_produces_add = 5000
country_base_physics_research_produces_add = 5000
country_base_society_research_produces_add = 5000
}

AI_weight = {
Expand All @@ -71,7 +75,9 @@ fcm_blessing_of_omnissiah = {
}

modifier = {
all_technology_research_speed = 0.75
country_base_engineering_research_produces_add = 10000
country_base_physics_research_produces_add = 10000
country_base_society_research_produces_add = 10000
}

AI_weight = {
Expand All @@ -89,7 +95,9 @@ fcm_blessing_of_omnissiah = {
}

modifier = {
all_technology_research_speed = 1.25
country_base_engineering_research_produces_add = 30000
country_base_physics_research_produces_add = 30000
country_base_society_research_produces_add = 30000
}

AI_weight = {
Expand Down
6 changes: 3 additions & 3 deletions filthy_casual_mode/description for steam.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ List of introduces policies:

Mod was inspired on "Easy Mode", which sadly seems no longer to be updated.

Stellaris version requirement: 2.1.*
Tested under version: 2.1.0 (01a9) with all dlcs.
Current mod version: 3.0.1
Stellaris version requirement: 2.2.*
Tested under version: 2.2.1 (bbf4).
Current mod version: 3.0.2
Github page for posting issues/ideas/contributing: https://github.com/AleksanderGondek/stellaris-mod-filthy-casual-mode

[b]How to enable[/b]: Press [i]F6[/i] to open Policies screen and there please select anything that matches your needs.
Expand Down

0 comments on commit 42331ab

Please sign in to comment.