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
38 lines
698 B
Plaintext
38 lines
698 B
Plaintext
ScriptType SkillDataScript
|
|
|
|
Attribute "WEAPON_LIMITATION" "STANDING_SKILL"
|
|
NeedWeapon "SWORD" "TWO_HANDED"
|
|
CoolTimeFormula "40 + (20 * SkillPoint)"
|
|
NeedSPFormula "100 + (200 * SkillPoint)"
|
|
MotionIndex "7"
|
|
|
|
|
|
IconFileName "skill/warrior/geomgyeong.sub"
|
|
|
|
Type ACTIVE
|
|
MaxLevel "30"
|
|
|
|
949Name "검경"
|
|
949Description "공격력을 일정시간 동안 증가시킨다"
|
|
|
|
List 949ConditionData
|
|
{
|
|
"기본 공격력 상승"
|
|
}
|
|
List 949AffectData
|
|
{
|
|
"공격력 +%.0f" "(100 + STR) * SkillPoint" ""
|
|
}
|
|
|
|
936Name "숲폭"
|
|
936Description "묑샌제뵨묑샌렀鍋瞳寧땍珂쇌코藤속"
|
|
List 936ConditionData
|
|
{
|
|
"기본 공격만 적용"
|
|
}
|
|
List 936AffectData
|
|
{
|
|
"공격력 +%.0f" "100 * SkillPoint" ""
|
|
"지속시간 : %.0f초" "60 + (90 * SkillPoint)" ""
|
|
}
|