Skip to content

Commit

Permalink
Merge branch 'master' into release-config
Browse files Browse the repository at this point in the history
  • Loading branch information
TheApplePieGod committed Jan 18, 2024
2 parents 951f04e + 84a7202 commit f8c4511
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion engine/src/main/battlecode/common/GameConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public class GameConstants {
public static final int FLAG_BROADCAST_UPDATE_INTERVAL = 100;

/** The maximum squared distance bewteen the actual flag location and the noisy broadcast location */
public static final int FLAG_BROADCAST_NOISE_RADIUS = 10;
public static final int FLAG_BROADCAST_NOISE_RADIUS = 100;

/** The default number of rounds before dropped flags reset to their default locations */
public static final int FLAG_DROPPED_RESET_ROUNDS = 4;
Expand Down
1 change: 1 addition & 0 deletions specs/specs.md.html
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@
- Damage when triggered by building 500 -> 200 (fixed bug causing damage to always be 750)
- Stun trap and explosive trap trigger radius 1 -> $\sqrt{2}$
- Stun trap stun rounds 40 -> 50
- Flag broadcast radius $\sqrt{10}$ -> $\sqrt{100}$
- Global upgrades can now be acquired every 600 rounds instead of 750
- Changed action global upgrade to attack upgrade
- Capturing upgrade now also decreases movement cooldown while carrying a flag to +12
Expand Down

0 comments on commit f8c4511

Please sign in to comment.