1
0
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:
Zahir Khan 2020-04-06 18:15:01 -04:00 committed by GitHub
parent 530ab4f307
commit ede8802e92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,