1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-02-09 13:37:02 +02:00

rpg - more health regen

This commit is contained in:
Gerkiz 2021-02-04 20:22:13 +01:00
parent b9d0781332
commit 727a895354

View File

@ -448,7 +448,7 @@ end
function Public.get_heal_modifier(player)
local rpg_t = RPG.get('rpg_t')
return (rpg_t[player.index].vitality - 10) * 0.02
return (rpg_t[player.index].vitality - 10) * 0.06
end
function Public.get_mana_modifier(player)