Skip to content

Commit 79ea88d

Browse files
authored
Merge pull request #87 from cortex-command-community/pre611-minor-fixes
Minor fix and balance
2 parents 68bf185 + e58eb6c commit 79ea88d

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1010

1111
- Massacre now displays the remaining kill count to each player's screen instead of just the first one.
1212

13+
- Slightly nerfed the Imperatus combat robot jetpack.
14+
1315
</details>
1416

1517
<details><summary><b>Fixed</b></summary>
@@ -26,6 +28,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2628

2729
- Fixed an issue where glows wouldn't render if the EffectStopTime was lower than the simulation deltatime.
2830

31+
- Fixed an issue where a mission-only item was being bought by the AI.
32+
2933
</details>
3034

3135
## [Release v6.1.0] - 2024/02/15

Data/Browncoats.rte/Devices.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ IncludeFile = Browncoats.rte/Devices/Tools/Blowtorch/Blowtorch.ini
4343

4444
// Mission-related
4545

46-
IncludeFile = Browncoats.rte/Devices/Mission/RefineryKeycard/RefineryKeycard.ini
46+
//IncludeFile = Browncoats.rte/Devices/Mission/RefineryKeycard/RefineryKeycard.ini

Data/Imperatus.rte/Actors/Shared.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ AddEffect = AEJetpack
2323
MinVelocity = 16
2424
LifeVariation = 0.20
2525
NegativeThrottleMultiplier = 0.8
26-
PositiveThrottleMultiplier = 1.2
27-
ParticlesPerMinute = 9600
26+
PositiveThrottleMultiplier = 1.05
27+
ParticlesPerMinute = 8400
2828
BurstSize = 9
2929
BurstSpacing = 200
3030

0 commit comments

Comments
 (0)