mirror of
https://github.com/veden/Rampant.git
synced 2024-12-30 21:19:46 +02:00
Increased bomb biters attack range to 1
This commit is contained in:
parent
d4f07473dd
commit
a35e0bc031
@ -8,6 +8,7 @@ Date: 23. 11. 2021
|
||||
Tweaks:
|
||||
- Doubled the processing rate of regional faction bases with new enemies
|
||||
- Added a small chance (0.5%) that Hives can spawn outside resource patches (Thank you Dimm2101)
|
||||
- Increased suicide and nuclear biters attack range from 0.5 to 1
|
||||
Bugfixes:
|
||||
- Greatly reduced chance a chunk is not processed due to chunk not being actually generated by game engine. You may notice a small delay before the spawners and worms convert to Rampant new enemy versions.
|
||||
- Fixed vengence squads only processing half the expected chunks
|
||||
|
@ -581,7 +581,7 @@ function biterFunctions.createSuicideAttack(attributes, blastWave, animation)
|
||||
local o = {
|
||||
type = "projectile",
|
||||
range = -- attributes.range or
|
||||
0.5,
|
||||
1,
|
||||
cooldown = attributes.cooldown or 35,
|
||||
range_mode = "bounding-box-to-bounding-box",
|
||||
ammo_category = "melee",
|
||||
|
Loading…
Reference in New Issue
Block a user