mirror of
https://github.com/Refactorio/RedMew.git
synced 2025-03-03 14:53:01 +02:00
Modifiers for Combat bots
This commit is contained in:
parent
530ab4f307
commit
ede8802e92
@ -51,8 +51,8 @@ local enemy_ammo_starting_modifiers = {
|
||||
['bullet'] = 0,
|
||||
['cannon-shell'] = 0,
|
||||
['capsule'] = 0,
|
||||
['combat-robot-beam'] = 0,
|
||||
['combat-robot-laser'] = 0,
|
||||
['combat-robot-beam'] = .25,
|
||||
['combat-robot-laser'] = .75,
|
||||
['electric'] = 0,
|
||||
['flamethrower'] = 0,
|
||||
['grenade'] = 0,
|
||||
@ -70,8 +70,8 @@ local enemy_ammo_evolution_modifiers = {
|
||||
['bullet'] = 1,
|
||||
--['cannon-shell'] = 1,
|
||||
--['capsule'] = 1,
|
||||
--['combat-robot-beam'] = 1,
|
||||
--['combat-robot-laser'] = 1,
|
||||
['combat-robot-beam'] = .25,
|
||||
['combat-robot-laser'] = .125,
|
||||
--['electric'] = 1,
|
||||
['flamethrower'] = 2,
|
||||
--['grenade'] = 1,
|
||||
|
Loading…
x
Reference in New Issue
Block a user