Home
last modified time | relevance | path

Searched refs:mana_max (Results 1 – 4 of 4) sorted by relevance

/dports/games/tomenet/tomenet-4.6.0/lib/scpt/
H A Ds_aux.lua64 if not s.mana_max then s.mana_max = s.mana end
77 spell(i).mana_max = s.mana_max
207 return spell(s).mana + get_level(i, s, spell(s).mana_max - spell(s).mana, 0)
/dports/games/tomenet/tomenet-4.6.0/src/client/
H A Dspells.pre38 byte mana_max; /* Required mana at max lvl */
/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Dspells.pre293 byte mana_max; /* Required mana at max lvl */
/dports/games/tomenet/tomenet-4.6.0/src/common/
H A Dtypes.h3441 byte mana_max; /* Required mana at max lvl */ member