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
48 lines
899 B
Plaintext
48 lines
899 B
Plaintext
ScriptType SkillDataScript
|
|
|
|
Type ACTIVE
|
|
Attribute "WEAPON_LIMITATION" "CAN_CHANGE_DIRECTION"
|
|
NeedWeapon "SWORD" "TWO_HANDED"
|
|
|
|
IconFileName "skill/warrior/geompung.sub"
|
|
MotionIndex 17
|
|
|
|
MaxLevel "40"
|
|
CoolTimeFormula "30"
|
|
NeedSPFormula "300"
|
|
|
|
949Name "검풍"
|
|
949Description "전방의 적을 공격한다"
|
|
|
|
List 949ConditionData
|
|
{
|
|
"장거리 공격"
|
|
"대상 주변 공격"
|
|
"기절 효과"
|
|
"대상 날리기"
|
|
}
|
|
|
|
List 949AffectData
|
|
{
|
|
"공격력 %.0f-%.0f" "2*minatk + (minatk + dex*3 + str*5 + con)*k" "2*maxatk + (maxatk + dex*3 + str*5 + con)*k"
|
|
"기절 확률 %.0f" "(100+k*1000/6)/10" ""
|
|
}
|
|
|
|
936Name "검풍"
|
|
936Description "전방의 적을 공격한다"
|
|
|
|
List 936ConditionData
|
|
{
|
|
"장거리 대상 주변 공격"
|
|
"일정 확률로 기절 효과"
|
|
"대상 날리기"
|
|
}
|
|
|
|
List 936AffectData
|
|
{
|
|
"공격력 %.0f-%.0f" "2*minatk + (minatk + dex*3 + str*5 + con)*k" "2*maxatk + (maxatk + dex*3 + str*5 + con)*k"
|
|
"기절 확률 %.0f" "(100+k*1000/6)/10" ""
|
|
}
|
|
|
|
|