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
37 lines
826 B
Plaintext
37 lines
826 B
Plaintext
ScriptType SkillDataScript
|
|
|
|
Attribute "ATTACK_SKILL" "NEED_TARGET" "WEAPON_LIMITATION"
|
|
NeedWeapon "SWORD" "TWO_HANDED"
|
|
CoolTimeFormula "15"
|
|
NeedSPFormula "40 + (100 * SkillPoint)"
|
|
Range "400"
|
|
MotionIndex "4"
|
|
|
|
|
|
IconFileName "skill/warrior/samyeon.sub"
|
|
|
|
Type ACTIVE
|
|
MaxLevel "30"
|
|
|
|
949Name "삼연참"
|
|
949Description "적을 빠르게 세번 베어낸다"
|
|
List 949ConditionData
|
|
{
|
|
"전방 범위 공격 3회"
|
|
}
|
|
List 949AffectData
|
|
{
|
|
"총 공격력 %.0f-%.0f" "(1.1*MinATK + (0.1*MinATK + 1.5*STR)*SkillPoint) * 3" "(1.1*MaxATK + (0.1*MaxATK + 1.5*STR)*SkillPoint) * 3"
|
|
}
|
|
|
|
936Name "삼연참"
|
|
936Description "적을 빠르게 세번 베어낸다"
|
|
List 936ConditionData
|
|
{
|
|
"전방 범위 공격 3회"
|
|
}
|
|
List 936AffectData
|
|
{
|
|
"총 공격력 %.0f-%.0f" "(20 + 1.1*MinATK + (0.1*MinATK + 100)*SkillPoint) * 3" "(20 + 1.1*MaxATK + (0.1*MaxATK + 100)*SkillPoint) * 3"
|
|
}
|