1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-09-16 09:16:22 +02:00

Slimmed down enemy killed comments

This commit is contained in:
Lynn
2018-11-27 20:48:05 +01:00
parent 67616ad330
commit d4e1890445

View File

@@ -371,7 +371,7 @@ local Config = {
['production-science-pack'] = 25,
['high-tech-science-pack'] = 50,
['space-science-pack'] = 10,
['enemy_killed'] = 10, -- Base XP for killing biters and spitters. This value is multiplied by the alien_coin_modifiers from ArtefactHunting
['enemy_killed'] = 10, -- Base XP for killing biters and spitters.
['death-penalty'] = 0.002, -- XP deduct in percentage of total experience when a player dies (Diggy default: 0.002 which equals 0.2%)
},