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
43 lines
854 B
Plaintext
43 lines
854 B
Plaintext
ScriptType SkillDataScript
|
|
|
|
Attribute "WEAPON_LIMITATION" "TOGGLE" "STANDING_SKILL"
|
|
NeedWeapon "SWORD"
|
|
CoolTimeFormula "100"
|
|
NeedSPFormula "120 + (210 * SkillPoint)"
|
|
ContinuationSPFormula "3 + (50 * SkillPoint)"
|
|
MotionIndex "5"
|
|
|
|
|
|
IconFileName "skill/sura/gwigeom.sub"
|
|
|
|
Type ACTIVE
|
|
MaxLevel "30"
|
|
|
|
949Name "귀검"
|
|
949Description "검에 귀신의 힘을 불어 넣는다"
|
|
List 949ConditionData
|
|
{
|
|
"기본 공격력 상승"
|
|
"지능 보너스"
|
|
"흡혈 공격"
|
|
}
|
|
List 949AffectData
|
|
{
|
|
"공격력 +%.1f" "(5*iq+20) * k" ""
|
|
"타격치 %.0f%% 를 생명력으로 흡수" "10*k" ""
|
|
}
|
|
|
|
936Name "숲침"
|
|
936Description "숲쟁립貸뱁�돨제좆"
|
|
List 936ConditionData
|
|
{
|
|
"기본 공격만 적용"
|
|
}
|
|
List 936AffectData
|
|
{
|
|
"공격력 +%.1f" "3 + (INT + 10) * SkillPoint" ""
|
|
"상대 방어력 -%.0f" "1 + 9*SkillPoint" ""
|
|
"생명력 흡수 %.0f" "1 + 9*SkillPoint" ""
|
|
"지속시간 : %.0f초" "60 + (200 * SkillPoint)" ""
|
|
}
|