Spells/Tooltips

* added base stats to be parsed (where skipped before)
 * dummy effects do not singal a healing spell
This commit is contained in:
Sarjuuk
2017-04-30 13:30:02 +02:00
parent 8248dad50a
commit f7f5cafec2
6 changed files with 21 additions and 6 deletions

View File

@@ -883,7 +883,8 @@ $lang = array(
),
'traitShort' => array(
'atkpwr' => "AP", 'rgdatkpwr' => "RAP", 'splpwr' => "SP", 'arcsplpwr' => "ArcP", 'firsplpwr' => "FireP",
'frosplpwr' => "FroP", 'holsplpwr' => "HolP", 'natsplpwr' => "NatP", 'shasplpwr' => "ShaP", 'splheal' => "Heal"
'frosplpwr' => "FroP", 'holsplpwr' => "HolP", 'natsplpwr' => "NatP", 'shasplpwr' => "ShaP", 'splheal' => "Heal",
'str' => "Str", 'agi' => "Agi", 'sta' => "Sta", 'int' => "Int", 'spi' => "Spi"
),
'spellModOp' => array(
"Damage", "Duration", "Thread", "Effect 1", "Charges",