Files
mtgodot-poc/assets/PC/ymir work/pc/shaman/skill/pokroe.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
789 B
Plaintext

ScriptType SkillDataScript
Attribute "ATTACK_SKILL" "NEED_TARGET"
CoolTimeFormula "10"
NeedSPFormula "50 + (150 * SkillPoint)"
Range "2500"
MotionIndex "7"
IconFileName "skill/shaman/pokroe.sub"
Type ACTIVE
MaxLevel "30"
949Name "폭뢰격"
949Description "손에서 벼락을 뿜어낸다"
List 949ConditionData
{
"장거리 공격"
"전기 속성"
"주변 대상 연이어 공격"
}
List 949AffectData
{
"마법공격력 : %.0f-%.0f" "(50 + 5*lv + (6*iq+6*minmtk+1)*ar*k)" "(50 + 5*lv + (6*iq+6*maxmtk+800)*ar*k)"
}
936Name "폭뢰참"
936Description "손에서 벼락을 뿜어낸다"
List 936ConditionData
{
"장거리 공격"
"전기 속성"
"주변 대상 연이어 공격"
}
List 936AffectData
{
"마법공격력 : %.0f-%.0f" "50+5*LV+(6*INT+6*MinMWEP+1)*SkillPoint*HR/100" "50+5*LV+(6*INT+6*MaxMWEP+1)*SkillPoint*HR/100"
}