Piratux
f32e9c3197
Tweaked static fuel consumption formula
...
Changes:
- Changed static fuel consumption formula, which scales less aggressively with each additional crew member. For comparison, previously 3 and 6 crew members increased fuel consumption 2x and 3x respectively. Now 3 and 6 crew members increase fuel consumption by 1.24x and 1.44x respectively.
2022-10-12 23:55:22 +03:00
blubFisch
1a365557f3
Less ores
2022-10-12 21:30:28 +01:00
Piratux
69a46dd3fc
Tweaked quest market item count formula
...
Changes:
- Changed quest item count formula using new philosophy: start lower, scale slightly faster. This results in ~30% on average smaller requirement for items to open the market in early game. The reasoning: it was observed that new players rarely complete the market quest, since they don't make items as fast as needed. As well as when players progress, they can craft items much faster (due to speed modules)
2022-10-12 22:02:12 +03:00
blubFisch
049de72c88
Bigger PvP shield sizes
2022-10-12 19:28:38 +01:00
blubFisch
ce11951c8a
Cleanup member limits
2022-10-12 19:22:48 +01:00
blubFisch
28d6849f1b
Fewer tanks in scrap
2022-10-12 18:37:25 +01:00
blubFisch
920d585fe9
Merge branch 'develop-blub' of github.com:blubFisch/ComfyFactorio into develop-blub
2022-10-12 09:07:48 +01:00
blubFisch
3c1acb9db6
Rebalance damage
2022-10-12 09:04:07 +01:00
blubFisch
fc26616246
More town fall debugs
2022-10-12 09:03:35 +01:00
Gerkiz
f3da41c1bc
Merge pull request #332 from blubFisch/develop-blub
...
Fix a missing safety check
1.0.52
2022-10-11 23:19:56 +02:00
Gerkiz
39b08b2b27
Merge branch 'develop' into develop-blub
2022-10-11 23:19:03 +02:00
blubFisch
93a0de6dfb
Fix a missing safety check
2022-10-11 22:17:30 +01:00
Gerkiz
e2c86283fd
Merge pull request #331 from blubFisch/develop-blub
...
Bunch of fixes and rebalances
1.0.51
2022-10-11 23:07:40 +02:00
blubFisch
8985ecf7d1
Rebalance loot more
2022-10-11 21:39:28 +01:00
blubFisch
c134566b10
Rebalancing
2022-10-11 21:16:51 +01:00
Piratux
7ebe940cbb
Lumberjack buff
...
Changes:
- Lumberjack now gets ~4x more ore from chopping trees and ore amount scales with leagues to make it slightly more "relevant" in late game
2022-10-11 23:11:49 +03:00
blubFisch
42c662123c
Remove tank from default recipes but more loot chance
2022-10-11 20:42:31 +01:00
Piratux
be900aa05b
Officer check code cleanup
...
Changes:
- Cleaned up code that checks if player is officer and changed to is_officer()
2022-10-11 21:38:53 +03:00
Piratux
80cc3da1a5
Class check code cleanup
...
Changes:
- Cleaned up code that checks for player's class and changed to get_class() where possible
- Deprecated /setclass command (it was equivelant to /unlock + /take command as well as slightly outdated since class GUI was added)
2022-10-11 20:52:23 +03:00
blubFisch
be09971901
Fix a missing check when players get killed by empty vehicle, for example while its still rolling
2022-10-10 22:24:17 +01:00
blubFisch
4da6721e7e
Improved anti-armor-view
2022-10-10 22:23:22 +01:00
Piratux
a58220a773
Ore generating class tweaks
...
Changes:
- Classes that generate ore now generate a constant amount (independent of crew size). Idea behind this is, that it's not fun being "punished" for having more members in your crew, as well as, with bigger crew you spend less time in islands.
2022-10-10 23:30:16 +03:00
Piratux
9cda27df02
Standardised island enum usage
...
Changes:
- Moved island enum to its own file to avoid dependency loops
- Standardised island enum usage to use IslandEnum.enum
2022-10-10 22:03:51 +03:00
Piratux
f3f5f0a1b0
Added scroll pane for crews window
...
Changes:
- Added scroll pane for crews window.
2022-10-10 20:39:08 +03:00
Piratux
f72a577b7d
New private runs
...
Changes:
- Players now can create private runs protected by a password. This run becomes public if the crew is empty or inactive for 24 horus (Limit is currently 1 private run at a time).
2022-10-10 20:21:14 +03:00
blubFisch
690aa3faba
Outlanders/rogues build all entities as neutral
2022-10-10 15:52:00 +01:00
blubFisch
f45e670f34
Nicer shield message
2022-10-10 14:56:40 +01:00
hanakocz
beca4d08c2
Merge pull request #330 from blubFisch/develop-blub
...
Scale starter PvP shield with highest tech on map + bunch of small stuff
1.0.50
2022-10-10 15:26:06 +02:00
blubFisch
8e44876b96
Nicer town kill messages
2022-10-10 13:53:57 +01:00
blubFisch
96453eabe0
Remove unused
2022-10-10 13:30:31 +01:00
blubFisch
8b0e99a9ba
Fix
2022-10-10 13:29:52 +01:00
blubFisch
da743fa58f
Remove unused
2022-10-10 13:20:23 +01:00
blubFisch
aa97430392
Fix
2022-10-10 13:18:44 +01:00
blubFisch
2e092a3898
Code clarified
2022-10-10 13:16:08 +01:00
blubFisch
14a9cf040d
Fix global
2022-10-10 12:56:37 +01:00
blubFisch
60e37c60a9
Refactor town counting: remove duplicate information
2022-10-10 12:55:56 +01:00
blubFisch
1a008c68b5
Refactor
2022-10-10 12:48:41 +01:00
blubFisch
c68627976e
Simplify killing buildings
2022-10-10 12:46:47 +01:00
blubFisch
f9d950a33c
Performance improvement for killing towns + spare chests
2022-10-10 12:30:57 +01:00
blubFisch
5c3a7bb1be
Cleanup
2022-10-10 12:12:11 +01:00
blubFisch
763bb2095e
More info
2022-10-10 12:09:05 +01:00
blubFisch
f0b9938259
Fix
2022-10-10 12:00:53 +01:00
blubFisch
35c26b0baa
No more stealing tanks from townys
2022-10-10 11:46:38 +01:00
blubFisch
6a2c9f4bfa
Remove unused
2022-10-10 11:36:16 +01:00
blubFisch
04fda19e80
Remove unused
2022-10-10 11:31:30 +01:00
blubFisch
8fadad6e1d
Scale starter PvP shield with highest tech on map
2022-10-10 11:30:47 +01:00
Gerkiz
b08b54642f
Auto stash before merge of "develop" and "origin/develop"
2022-10-09 17:06:53 +02:00
Gerkiz
aac4408433
Merge pull request #329 from blubFisch/develop-blub
...
Small stuff
1.0.49
2022-10-09 17:05:21 +02:00
blubFisch
6c4621e3c7
Prevent players from being in vehicles while AFK shield
2022-10-09 16:02:27 +01:00
blubFisch
26750ed6bd
Fix a wrong message
2022-10-09 15:45:14 +01:00