Skip to content

Commit

Permalink
Merge pull request #77 from icendoan/sbmunch-patch-24
Browse files Browse the repository at this point in the history
Naval limit rebalance
  • Loading branch information
sbmunch authored Sep 5, 2019
2 parents 2f5308b + 6babb8b commit 26301d4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion icen_PUIR/units/battleship.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ battleship = {
}
min_port_level = 4
limit_per_port = -1 #-1 is unlimited, but it is possible to limit number of ships per port level.
supply_consumption_score = 55
supply_consumption_score = 25 #55

supply_consumption = 1.0
supply_cost = {
Expand Down
2 changes: 1 addition & 1 deletion icen_PUIR/units/commerce_raider.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ commerce_raider = {
}
min_port_level = 1
limit_per_port = -1
supply_consumption_score = 5
supply_consumption_score = 3

supply_consumption = 1.0
supply_cost = {
Expand Down
2 changes: 1 addition & 1 deletion icen_PUIR/units/cruiser.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ cruiser = {
}
min_port_level = 4
limit_per_port = -1
supply_consumption_score = 20
supply_consumption_score = 16

supply_consumption = 1.0
supply_cost = {
Expand Down
2 changes: 1 addition & 1 deletion icen_PUIR/units/dreadnought.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dreadnought = {
}
min_port_level = 5
limit_per_port = -1
supply_consumption_score = 95
supply_consumption_score = 40 #95

supply_consumption = 1.0
supply_cost = {
Expand Down
2 changes: 1 addition & 1 deletion icen_PUIR/units/ironclad.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ironclad = {
}
min_port_level = 3
limit_per_port = -1
supply_consumption_score = 6
supply_consumption_score = 5

supply_consumption = 1.0
supply_cost = {
Expand Down
2 changes: 1 addition & 1 deletion icen_PUIR/units/monitor.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ monitor = {
}
min_port_level = 3
limit_per_port = -1
supply_consumption_score = 6
supply_consumption_score = 5

supply_consumption = 1.0
supply_cost = {
Expand Down

0 comments on commit 26301d4

Please sign in to comment.