Balance basic construction robots
This commit is contained in:
parent
b2b992af5b
commit
8982b1bf82
1 changed files with 3 additions and 1 deletions
|
@ -10,7 +10,9 @@ local function robot(color)
|
||||||
result.minable.result = "basic-construction-robot-" .. color
|
result.minable.result = "basic-construction-robot-" .. color
|
||||||
result.max_health = 50
|
result.max_health = 50
|
||||||
result.speed = 0.04
|
result.speed = 0.04
|
||||||
result.max_energy = "2MJ"
|
result.max_energy = "1MJ"
|
||||||
|
result.energy_per_tick = "0.04kJ"
|
||||||
|
result.energy_per_move = "0.3kJ"
|
||||||
result.idle.filename = Lignumis.graphics .. "entity/basic-construction-robot/basic-construction-robot-" ..
|
result.idle.filename = Lignumis.graphics .. "entity/basic-construction-robot/basic-construction-robot-" ..
|
||||||
color .. ".png"
|
color .. ".png"
|
||||||
result.in_motion.filename = Lignumis.graphics .. "entity/basic-construction-robot/basic-construction-robot-" ..
|
result.in_motion.filename = Lignumis.graphics .. "entity/basic-construction-robot/basic-construction-robot-" ..
|
||||||
|
|
Loading…
Add table
Reference in a new issue