Skip to content
Snippets Groups Projects
Commit e383dc42 authored by Tawny Harte's avatar Tawny Harte
Browse files

matter is energy

tooltips correctly state they give psi (not energy, which is often used to mean turn energy)
parent 6944a4d6
No related branches found
No related tags found
1 merge request!510fixed tooltips fixed
......@@ -148,7 +148,7 @@ newTalent{
info = function(self, t)
local amt = t.energy_per_turn(self, t)
return ([[Matter is energy, as any good Mindslayer knows. Unfortunately, the various bonds and particles involved are just too numerous and complex to make the conversion feasible in most cases. The ordered, crystalline structure of a gem, however, make it possible to transform a small percentage of its matter into usable energy.
This talent consumes one gem and grants %d energy per turn for between 5 and 13 turns, depending on the quality of the gem used.
This talent consumes one gem and grants %d psi per turn for between 5 and 13 turns, depending on the quality of the gem used.
This process also creates a resonance field that provides the (imbued) effects of the gem to you while this effect lasts.]]):
format(amt)
end,
......
......@@ -1477,7 +1477,7 @@ newEffect{
newEffect{
name = "PSI_REGEN", image = "talents/matter_is_energy.png",
desc = "Matter is energy",
long_desc = function(self, eff) return ("The gem's matter gradually transforms, granting %0.2f energy per turn."):format(eff.power) end,
long_desc = function(self, eff) return ("The gem's matter gradually transforms, granting %0.2f psi per turn."):format(eff.power) end,
type = "mental",
subtype = { psychic_drain=true },
status = "beneficial",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment