Issue Information
-
#005866
-
0 - None Assigned
-
Fixed
Issue Confirmations
-
Yes (1)No (1)
Originally posted by Flaid
Hey,
if I am not mistaken the Tao Gunka Card effect got changed with renewal. Instead of -50 def and -50 mdef it's -50% def and -50% mdef now. The script didn't get changed yet though.
Hey,
if I am not mistaken the Tao Gunka Card effect got changed with renewal. Instead of -50 def and -50 mdef it's -50% def and -50% mdef now. The script didn't get changed yet though.
Originally posted by Kenpachi
Seems that I did a mistake in that other report.
preRE bonus:
RE bonus:
In RE it's 50% not 50...
Seems that I did a mistake in that other report.
preRE bonus:
item Tao_Gunka_Card event OnStartEquip: AddExtParam User VAR_MAXHPPERCENT 100 SubExtParam User VAR_MDEFPOWER 50 SubExtParam User VAR_ITEMDEFPOWER 50 return event OnFinishEquip: SubExtParam User VAR_MAXHPPERCENT 100 AddExtParam User VAR_MDEFPOWER 50 AddExtParam User VAR_ITEMDEFPOWER 50 return
RE bonus:
event OnStartEquip: AddExtParam User VAR_MAXHPPERCENT 100 ModifyDEF_Fraction 1 2 ModifyMDEF_Fraction 1 2 return event OnFinishEquip: SubExtParam User VAR_MAXHPPERCENT 100 ModifyDEF_Fraction 2 1 ModifyMDEF_Fraction 2 1 return
In RE it's 50% not 50...
Originally posted by Kenpachi
Fixed in [rev=16247].
Fixed in [rev=16247].