Files
mtgodot-poc/assets/PC/ymir work/pc/sura/skill/jumagap.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

43 lines
717 B
Plaintext

ScriptType SkillDataScript
Attribute "STANDING_SKILL" "TOGGLE"
CoolTimeFormula "150"
NeedSPFormula "50 + (150 * SkillPoint)"
MotionIndex "6"
IconFileName "skill/sura/jumagap.sub"
Type ACTIVE
MaxLevel "30"
949Name "주마갑"
949Description "어둠의 갑옷으로 몸을 보호한다"
List 949ConditionData
{
"피해시 직접 타격치 일부를 반사"
"방어력 상승"
"지능 보너스"
}
List 949AffectData
{
"방어력 +%.0f" "(iq+30)*k" ""
"물리 공격 반사 확률 %.0f%%" "(iq/4+10)*k" ""
}
936Name "侃竟"
936Description "어둠의 갑옷으로 몸을 보호한다"
List 936ConditionData
{
"피해시 타격치 일부를 반사"
}
List 936AffectData
{
"방어력 %.0f" "5 + (INT/3 + 30)*SkillPoint" ""
"지속시간 %.0f" "60 + (200 * SkillPoint)" ""
}