Good afternoon everyone,
I'm trying to reduce the total magical critical damage dealt by the Mystic Muse class when fighting against the Ghost Sentinel class.
In my test using the Solar Flare skill, the normal hit deals around 1400 damage, but when it crits, it goes up to about 4400.
I’d like to apply this adjustment only for class vs class interactions.
I’ve tried several possible combinations in Stats_Custom_Mod using the "target player" option, but it doesn’t seem to work.
Could anyone please help me with this?
Example of what I tried:
I'm trying to reduce the total magical critical damage dealt by the Mystic Muse class when fighting against the Ghost Sentinel class.
In my test using the Solar Flare skill, the normal hit deals around 1400 damage, but when it crits, it goes up to about 4400.
I’d like to apply this adjustment only for class vs class interactions.
I’ve tried several possible combinations in Stats_Custom_Mod using the "target player" option, but it doesn’t seem to work.
Could anyone please help me with this?
Example of what I tried:
<player classId="103" olyMode="non_oly_only"> <!-- Mystic Muse -->
<targetPlayer classId="109"> <!-- Ghost Sentinel -->
<mul stat="skillPower" val="0.3"/>
</targetPlayer>
</player>