rafaelbr89 Posted January 3, 2012 Posted January 3, 2012 Mind explaining to me what does the effect_point parameter on skilldata.txt do? I tried messing with the values in order to see what happens, but nothing visible actually happened. Just as an example, here's Power Strike level 1 and 2: skill_begin skill_name=[s_power_strike11] /* [퀌샌 삤킸끼쁴크] */ skill_id=3 level=1 operate_type=A1 magic_level=3 effect={{i_p_attack_over_hit;25;0}} operate_cond={{equip_weapon;{sword;blunt}}} is_magic=0 mp_consume2=10 cast_range=40 effective_range=400 skill_hit_time=1.08 skill_cool_time=0.72 skill_hit_cancel_time=0.5 reuse_delay=13 attribute=attr_none effect_point=-52 target_type=enemy affect_scope=single affect_limit={0;0} next_action=attack ride_state={@ride_none} skill_end skill_begin skill_name=[s_power_strike12] /* [퀌샌 삤킸끼쁴크] */ skill_id=3 level=2 operate_type=A1 magic_level=4 effect={{i_p_attack_over_hit;27;0}} operate_cond={{equip_weapon;{sword;blunt}}} is_magic=0 mp_consume2=10 cast_range=40 effective_range=400 skill_hit_time=1.08 skill_cool_time=0.72 skill_hit_cancel_time=0.5 reuse_delay=13 attribute=attr_none effect_point=-54 target_type=enemy affect_scope=single affect_limit={0;0} next_action=attack ride_state={@ride_none} skill_end As the skill level increases, the effect_point value (in module) also increases, so I'm quite sure it must be somehow related. Quote
0 Anarchy Posted January 6, 2012 Posted January 6, 2012 It's mainly used by AI for hate calculation on attack/see_spell Quote
0 rafaelbr89 Posted January 7, 2012 Author Posted January 7, 2012 I'm quite sure I wouldn't figure it out anytime soon. Thank you for the answer. Quote
Question
rafaelbr89
Mind explaining to me what does the effect_point parameter on skilldata.txt do?
I tried messing with the values in order to see what happens, but nothing visible actually happened.
Just as an example, here's Power Strike level 1 and 2:
As the skill level increases, the effect_point value (in module) also increases, so I'm quite sure it must be somehow related.
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.