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
830 B
Plaintext
38 lines
830 B
Plaintext
ScriptType SkillDataScript
|
|
|
|
Attribute "ATTACK_SKILL" "WEAPON_LIMITATION" "NEED_TARGET" "MELEE_ATTACK"
|
|
NeedWeapon "SWORD" "DAGGER" "DOUBLE_SWORD"
|
|
CoolTimeFormula "15"
|
|
NeedSPFormula "40 + (100 * SkillPoint)"
|
|
MotionIndex "2"
|
|
|
|
|
|
IconFileName "skill/assassin/amseup.sub"
|
|
|
|
Type ACTIVE
|
|
MaxLevel "30"
|
|
|
|
949Name "암습"
|
|
949Description "적에게 몰래 다가가 치명타를 입힌다"
|
|
List 949ConditionData
|
|
{
|
|
"후방 기습시 공격력 상승"
|
|
"은형법 보너스"
|
|
}
|
|
List 949AffectData
|
|
{
|
|
"공격력 : %.0f-%.0f" "minatk + (1.2 * minatk + 500 + dex*12)*k" "maxatk + (1.2 * maxatk + 700 + dex*12)*k"
|
|
}
|
|
|
|
936Name "갠枸"
|
|
936Description "孤孤옜쐤둔훙못貸鈴츱�벧"
|
|
List 936ConditionData
|
|
{
|
|
"치명타 확률"
|
|
"은형법 사용시 타격치 증가"
|
|
}
|
|
List 936AffectData
|
|
{
|
|
"타격치 : %.0f-%.0f" "MinATK + (2*MinATK + 100) * SkillPoint" "MaxATK + (2*MaxATK + 900) * SkillPoint"
|
|
}
|