Skip to content

Commit

Permalink
Bugfix - Remove duplicated country_sector_cap_add modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksanderGondek committed Oct 25, 2017
1 parent e5c311d commit 58a7f21
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Stellaris - Mod - Filthy casual mode
=======
![Mod version](https://img.shields.io/badge/version-1.3.1-brightgreen.svg)
![Mod version](https://img.shields.io/badge/version-1.3.2-brightgreen.svg)
![Stellaris version](https://img.shields.io/badge/stellaris--version-1.8.2-blue.svg)

[This mod](http://steamcommunity.com/sharedfiles/filedetails/?id=741819051) goal is to make game significantly easier by adding edicts (usable only by human player) which grant various benefits to the empire at no maintenance costs.
Expand Down
Binary file modified assets/screenshot-omnissiah.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 2 additions & 3 deletions filthy_casual_mode/common/edicts/blessing_of_omnissiah.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,12 @@ country_edict = {
tile_resource_energy_mult = 0.35
tile_resource_minerals_mult = 0.35
tile_resource_food_mult = 0.35
country_resource_influence_mult = 0.65
country_resource_unity_mult = 0.45
country_resource_influence_mult = 0.65
country_resource_unity_mult = 0.45
planet_sensor_range_mult = 0.2
planet_building_cost_mult = -0.1
planet_border_mult = 0.25
building_time_mult = -0.1
country_sector_cap_add = 3
leader_age = 127
}

Expand Down
2 changes: 1 addition & 1 deletion filthy_casual_mode/description for steam.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Mod was inspired on "Easy Mode", which sadly seems no longer to be updated.

Stellaris version requirement: 1.8.*
Tested under version: 1.8.2 (135b) with all dlcs.
Current mod version: 1.3.1
Current mod version: 1.3.2
Github page for posting issues/ideas/contributing: https://github.com/AleksanderGondek/stellaris-mod-filthy-casual-mode

[b]How to enable[/b]: Press [i]F8[/i] to open Edicts screen and there please select any edict that matches your needs.
Expand Down

0 comments on commit 58a7f21

Please sign in to comment.