PDA

View Full Version : Pyromancer's Ult is showing wrong damage



05-28-2010, 09:00 AM
Hello S2 people, i make part of the translate group for portuguese and translating the skills of Pyromancer o saw the wrong damage of him's ult
let me show better.
here is the part of entities_en.
Ability_Pyromancer4_description2 ^930This ability can be boosted by ^930Staff ^930of ^930the ^930Master.^*^*^*^*^*\n\n^gStaff Effect:^* Increases damage from {450,675,950} to {550,775,1150}.
Ability_Pyromancer4_effect_header Status Effect
Ability_Pyromancer4_IMPACT_effect Deals {450,675,950} Magic damage to target.
Ability_Pyromancer4_name:ult_boost Inferno Strike ^g(Boosted)^*
Ability_Pyromancer4_description2:ult_boost This ability has been boosted by Staff of the Master.
Ability_Pyromancer4_IMPACT_effect:ult_boost Deals ^g{650,875,1150}^* Magic damage to target.

on the first time when is written about the damage of ult on the master staff is {550,775,1150}. but more below is written that ult deal damage equal {650,875,1150} on the master staff.
i fix it on the portuguese translate but in english we dont do yet ^^.

ElementUser
05-28-2010, 03:55 PM
projectile.entity:


<projectile
name="Projectile_Pyromancer_Ability4"

speed="2000"
gravity="0"
modelscale="0.3"
model="effects/spinner.mdf"

effectscale="1"
impacteffect="effects/ability_04_impact.effect"
>
<onimpact>
<damage effecttype="Magic" amount="450,675,950" target="proxy_entity" />
<condition test="param != 0">
<applystate name="State_Pyromancer_Ability3_Burning" duration="3000" level="param" />
</condition>
</onimpact>

<modifier key="ult_boost" modpriority="100"
>
<onimpact>
<damage effecttype="Magic" amount="650,875,1150" target="proxy_entity" />
<condition test="param != 0">
<applystate name="State_Pyromancer_Ability3_Burning" duration="3000" level="param" />
</condition>
</onimpact>
</modifier>
</projectile>

So it does 450/675/950 without SotM and 650/875/1150 with SotM.

I searched in the string tables files and got this:


Ability_Pyromancer4_name Blazing Strike
Ability_Pyromancer4_description Using power granted from Sol, Pyromancer hurls a blazing hot fireball at a target enemy, dealing massive damage.
Ability_Pyromancer4_description2 ^930This ability can be boosted by ^930Staff ^930of ^930the ^930Master.^*^*^*^*^*\n\n^gStaff Effect:^* Increases damage from {450,675,950} to {550,775,1150}.
Ability_Pyromancer4_effect_header Status Effect
Ability_Pyromancer4_IMPACT_effect Deals {450,675,950} Magic damage to target.
Ability_Pyromancer4_name:ult_boost Inferno Strike ^g(Boosted)^*
Ability_Pyromancer4_description2:ult_boost This ability has been boosted by Staff of the Master.
Ability_Pyromancer4_IMPACT_effect:ult_boost Deals ^g{650,875,1150}^* Magic damage to target.
Ability_Pyromancer4_tooltip_flavor It's kinda like pitching a baseball. Of fire.TL;DR, confirmed. Bad string tables :(

06-01-2010, 09:26 AM
so on the next update this will be fixed ?

Hunger
06-08-2010, 03:57 PM
Confirmed.

Idejder
06-22-2010, 05:31 AM
Ha. Fixed