Files
mtgodot-poc/assets/PC/ymir work/pc/assassin/skill/gwangyeok.msk
T
shenandClaude Sonnet 5 2277b1dd60 Vendor Metin2 assets (assets/ + bgm/)
Committed to this self-hosted private repo so a clone builds on any machine
without a separate asset sync. Copyrighted Ymir art — do not publish or
redistribute. 54198 files, ~2.2 GB. asset_index.txt / assets.zip stay
gitignored (derived: bake_asset_index.gd / pack-assets.sh).

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_013EJxkHiNKS4kybHS3XKyAJ
2026-08-31 20:04:32 +09:00

41 lines
999 B
Plaintext

ScriptType SkillDataScript
Attribute "ATTACK_SKILL" "NEED_TARGET" "WEAPON_LIMITATION" "FAN_RANGE"
NeedWeapon "BOW"
CoolTimeFormula "20"
NeedSPFormula "50 + (140 * SkillPoint)"
TargetCountFormula "2 + floor(6 * SkillPoint)"
Range "2500"
MotionIndex "5"
IconFileName "skill/assassin/gwangyeok.sub"
Type ACTIVE
MaxLevel "30"
949Name "관격술"
949Description "한번에 여러명의 적에게 화살을 쏜다"
List 949ConditionData
{
"장거리 공격"
"동시에 여러 대상 공격"
}
List 949AffectData
{
"공격력 %.0f-%0.f" "minatk + (1.7*minatk + 100 + dex*2 + str*2)*k" "maxatk + (1.7*maxatk + 300 + dex*2 + str*2)*k"
"최대 %.0f 명까지 공격" "2 + floor(6 * SkillPoint)" ""
}
936Name "쫘숫"
936Description "寧늴놔뜩怜숫,芚냥둔훙벧"
List 936ConditionData
{
"장거리 공격"
"동시에 여러 대상 공격"
}
List 936AffectData
{
"공격력 %.0f-%0.f" "20 + 1.1*MinATK + (1.5*MinATK + 300)*SkillPoint" "20 + 1.1*MaxATK + (1.5*MaxATK + 300)*SkillPoint"
"최대 %.0f 명까지 공격" "2 + floor(6 * SkillPoint)" ""
}