Spells/Scaling

* move scaling data to the appropriate spell effects (like WH)
This commit is contained in:
Sarjuuk
2025-10-27 21:19:00 +01:00
parent 40b2830cad
commit 96c777191d
9 changed files with 43 additions and 73 deletions

View File

@@ -1678,7 +1678,8 @@ $lang = array(
'pointsPerCP' => ", plus %s pro Combopunkt",
'stackGroup' => "Stack Gruppierung",
'linkedWith' => "Verknüpft mit",
'_scaling' => "Skalierung",
'apMod' => " (AP mod: %.3g)",
'spMod' => " (ZM mod: %.3g)",
'instantPhys' => "Sofort",
'castTime' => array(
"Spontanzauber",
@@ -1725,10 +1726,6 @@ $lang = array(
-1 => "Munition", -41 => "Pyrit", -61 => "Dampfdruck", -101 => "Hitze", -121 => "Schlamm", -141 => "Blutmacht",
-142 => "Wrath"
),
'scaling' => array(
'directSP' => "+%.2f%% der Zaubermacht zum direkten Effekt", 'directAP' => "+%.2f%% der Angriffskraft zum direkten Effekt",
'dotSP' => "+%.2f%% der Zaubermacht pro Tick", 'dotAP' => "+%.2f%% der Angriffskraft pro Tick"
),
'relItems' => array(
'base' => "<small>%s im Zusammenhang mit <b>%s</b> anzeigen</small>",
'link' => " oder ",

View File

@@ -1678,7 +1678,8 @@ $lang = array(
'pointsPerCP' => ", plus %s per combo point",
'stackGroup' => "Stack Group",
'linkedWith' => "Linked with",
'_scaling' => "Scaling",
'apMod' => " (AP mod: %.3g)",
'spMod' => " (SP mod: %.3g)",
'instantPhys' => "Instant", // SPELL_CAST_TIME_INSTANT_NO_MANA
'castTime' => array(
"Instant cast", // SPELL_CAST_TIME_INSTANT
@@ -1725,10 +1726,6 @@ $lang = array(
-1 => "Ammo", -41 => "Pyrite", -61 => "Steam Pressure", -101 => "Heat", -121 => "Ooze", -141 => "Blood Power",
-142 => "Wrath"
),
'scaling' => array(
'directSP' => "+%.2f%% of spell power to direct component", 'directAP' => "+%.2f%% of attack power to direct component",
'dotSP' => "+%.2f%% of spell power per tick", 'dotAP' => "+%.2f%% of attack power per tick"
),
'relItems' => array(
'base' => "<small>Show %s related to <b>%s</b></small>",
'link' => " or ",

View File

@@ -1678,7 +1678,8 @@ $lang = array(
'pointsPerCP' => ", mas %s por punto de combo",
'stackGroup' => "Grupo de aplilamiento",
'linkedWith' => "Asociado con",
'_scaling' => "Escala",
'apMod' => " (Mod AP: %.3g)",
'spMod' => " (Mod SP: %.3g)",
'instantPhys' => "Instantáneo",
'castTime' => array(
"Hechizo instantáneo",
@@ -1725,10 +1726,6 @@ $lang = array(
-1 => "Munición", -41 => "Pirita", -61 => "Presión de vapor", -101 => "Calor", -121 => "Moco", -141 => "Poder de sangre",
-142 => "Cólera"
),
'scaling' => array(
'directSP' => "+%.2f%% del poder de hechizo al componente directo", 'directAP' => "+%.2f%% del poder de ataque al componente directo",
'dotSP' => "+%.2f%% del poder de hechizo por tick", 'dotAP' => "+%.2f%% del poder de ataque por tick"
),
'relItems' => array(
'base' => "<small>Muestra %s relacionados con <b>%s</b></small>",
'link' => " u ",

View File

@@ -1678,7 +1678,8 @@ $lang = array(
'pointsPerCP' => ", plus %s par point de combo",
'stackGroup' => "[Stack Group]",
'linkedWith' => "[Linked with]",
'_scaling' => "[Scaling]",
'apMod' => " (Mod. AP : %.2f)",
'spMod' => " (Mod. SP : %.2f)",
'instantPhys' => "Instantané",
'castTime' => array(
"Incantation immédiate",
@@ -1725,10 +1726,6 @@ $lang = array(
-1 => "Munitions", -41 => "Pyrite", -61 => "Pression vapeur", -101 => "Chaleur", -121 => "Limon", -141 => "Puissance de sang",
-142 => "Courroux"
),
'scaling' => array(
'directSP' => "+%.2f%% de la puissance des sorts directe", 'directAP' => "+%.2f%% de la puissance d'attaque directe",
'dotSP' => "+%.2f%% de la puissance des sorts par tick", 'dotAP' => "+%.2f%% de la puissance d'attaque par tick"
),
'relItems' => array(
'base' => "<small>Montre %s reliés à <b>%s</b></small>",
'link' => " ou ",

View File

@@ -1678,7 +1678,8 @@ $lang = array(
'pointsPerCP' => ", плюс %s в прием в серии",
'stackGroup' => "[Stack Group]",
'linkedWith' => "[Linked with]",
'_scaling' => "[Scaling]",
'apMod' => " (Мод.-р АП:%.3g)",
'spMod' => " (Мод.-р СП:%.3g)",
'instantPhys' => "Мгновенное действие",
'castTime' => array(
"Мгновенное действие",
@@ -1725,10 +1726,6 @@ $lang = array(
-1 => "Боеприпасы", -41 => "Колчедан", -61 => "Давление пара", -101 => "Жар", -121 => "Слизнюк", -141 => "Сила крови",
-142 => "Гнев"
),
'scaling' => array(
'directSP' => "[+%.2f%% of spell power to direct component]", 'directAP' => "[+%.2f%% of attack power to direct component]",
'dotSP' => "[+%.2f%% of spell power per tick]", 'dotAP' => "[+%.2f%% of attack power per tick]"
),
'relItems' => array(
'base' => "<small>Показать %s, относящиеся к профессии <b>%s</b></small>",
'link' => " или ",

View File

@@ -1678,7 +1678,8 @@ $lang = array(
'pointsPerCP' => ",加%s每连击",
'stackGroup' => "Stack Group",
'linkedWith' => "Linked with",
'_scaling' => "缩放比例",
'apMod' => "(攻强 mod%.3g",
'spMod' => "(法力 mod%.3g",
'instantPhys' => "瞬发",
'castTime' => array(
"瞬发法术",
@@ -1725,10 +1726,6 @@ $lang = array(
-1 => "弹药", -41 => "蓝铁", -61 => "蒸汽动力", -101 => "热能", -121 => "软泥", -141 => "鲜血能量",
-142 => "愤怒"
),
'scaling' => array(
'directSP' => "直接效果的攻击强度 +%.2f%%", 'directAP' => "直接效果的攻击强度 +%.2f%%",
'dotSP' => "每个周期的法术强度 +%.2f%%", 'dotAP' => "每个周期的攻击强度 +%.2f%%"
),
'relItems' => array(
'base' => "<small>显示与<b>%s</b>相关的 %s</small>",
'link' => "",