Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update New Rune data Add #2273

Merged
merged 4 commits into from
Dec 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2,402 changes: 2,401 additions & 1 deletion Lib9c/TableCSV/Rune/RuneOptionSheet.csv

Large diffs are not rendered by default.

2,402 changes: 2,401 additions & 1 deletion Lib9c/TableCSV/RuneCostSheet.csv

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions Lib9c/TableCSV/RuneListSheet.csv
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ id,_name,grade,rune_type,required_level,use_place
10021,Adventure Stun Rune,5,2,1,1
10022,Arena Stun Rune,5,2,1,2
10023,Adventure Vampiric Rune,5,2,1,1
10024,World Boss Vampiric Rune,5,2,1,4
10025,Adventure Stamina Rune,3,1,1,1
10026,Arena Stamina Rune,3,1,1,2
10027,Adventure Quick Rune,3,1,1,1
10028,World Boss Quick Rune,3,1,1,4
10024,WorldBoss Vampiric Rune,5,2,1,4
10025,Adventure Stamina Rune,4,1,1,1
10026,Arena Stamina Rune,4,1,1,2
10027,Arena Quick Rune,4,1,1,2
10028,WorldBoss Quick Rune,4,1,1,4
16 changes: 8 additions & 8 deletions Lib9c/TableCSV/RuneSheet.csv
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ id,_name,ticker
10013,Saehrimnir Skill Rune,RUNESTONE_SAEHRIMNIR3
30001,Adventurer's Rune,RUNE_ADVENTURER
20001,Golden leaf Rune,RUNE_GOLDENLEAF
10021,Adventure Stun Rune,RUNESTONE_STUN1
10022,Arena Stun Rune,RUNESTONE_STUN2
10023,Adventure Vampiric Rune,RUNESTONE_VAMPIRIC1
10024,World Boss Vampiric Rune,RUNESTONE_VAMPIRIC2
10025,Adventure Stamina Rune,RUNESTONE_STAMINA1
10026,Arena Stamina Rune,RUNESTONE_STAMINA2
10027,Adventure Quick Rune,RUNESTONE_QUICK1
10028,World Boss Quick Rune,RUNESTONE_QUICK2
10021,Adventure Stun Rune,RUNESTONE_STUN_ADVENTURE
10022,Arena Stun Rune,RUNESTONE_STUN_ARENA
10023,Adventure Vampiric Rune,RUNESTONE_VAMPIRIC_ADVENTURE
10024,WorldBoss Vampiric Rune,RUNESTONE_VAMPIRIC_WORLDBOSS
10025,Adventure Stamina Rune,RUNESTONE_STAMINA_ADVENTURE
10026,Arena Stamina Rune,RUNESTONE_STAMINA_ARENA
10027,Arena Quick Rune,RUNESTONE_QUICK_ARENA
10028,WorldBoss Quick Rune,RUNESTONE_QUICK_WORLDBOSS
1 change: 1 addition & 0 deletions Lib9c/TableCSV/Skill/ActionBuffSheet.csv
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ id,group,_name,chance,duration,target_type,buff_type,elemental_type,atk_power_ra
500003,500001,출혈(0.2),100,10,Enemy,Bleed,Normal,0.2
600001,600001,출혈,100,0,Enemies,Bleed,Normal,1
704000,704000,기절,100,0,Enemy,Stun,Normal,0
704001,704000,기절,100,0,Enemies,Stun,Normal,0
1 change: 1 addition & 0 deletions Lib9c/TableCSV/Skill/SkillActionBuffSheet.csv
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ skill_id,buff_id
500005,500003
600001,600001
700004,704000
700005,704001
1 change: 1 addition & 0 deletions Lib9c/TableCSV/Skill/SkillSheet.csv
Original file line number Diff line number Diff line change
Expand Up @@ -168,3 +168,4 @@ _250001,속도 증가(전체),Normal,Buff,SpeedBuff,Ally,1,1 // 미구현
700002,피해 감소 (비율),Normal,Buff,DamageReductionBuff,Self,1,15
700003,치명 데미지 증가,Normal,Buff,CriticalDamageBuff,Self,1,15
700004,기절,Normal,Debuff,Buff,Enemy,1,15
700005,기절,Normal,Debuff,Buff,Enemies,1,15
Loading