Translated some Korean comments to english, added some abnormalities for AINM/HM

This commit is contained in:
2025-03-24 01:04:14 -05:00
parent 627816bd20
commit 921d5f428e
73 changed files with 1123 additions and 858 deletions

View File

@@ -1,20 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<DungeonNewbieBonus>
<!-- 인던 클리어 10회 까지 -->
<!-- Dungeon clear limit up to 10 times -->
<DungeonNewbieBonusCheck clearCount="10" />
<!-- 공통 이상상태는 초보자 있던 없던 던전에 입장시 무조건 걸어주는 버프 -->
<!-- 사용 이상상태 리스트
30 : 최대 HP 증가 (20%)
4650 : 보상 상향 방출
4651 : 보상 상향 (파티)
4950 : 크리스탈 보호
4951 : 즉시 부활
4952 : 공격력 상향
-->
<!-- Common abnormal statuses are buffs that are automatically applied when entering a dungeon, regardless of whether the player is a beginner or not. -->
<!-- List of abnormal statuses used:
30 : Maximum HP increase (20%)
4650 : Reward enhancement release
4651 : Reward enhancement (party)
4950 : Crystal protection
4951 : Instant resurrection
4952 : Attack power increase
-->
<CommonAbnormality>
<Abnormality id="" />
</CommonAbnormality>
<!-- 초심자에게는 드랍률 상향(방출)과 즉시 부활을. 파티 전체에게 드랍률 상향과 크리스탈 보호 이상상태 추가 -->
<!-- Increase drop rate (release) and instant resurrection for beginners. Add drop rate increase and crystal protection status for the entire party -->
<DungeonList>
<Dungeon id="9087" name="비밀기지">
<BonusList>
@@ -482,7 +483,7 @@
<DynamicAbnormalityData MinCount="5" MaxCount="5" AddAbnormalityIdList="999001021" AbnormalityStackCount="1" />
</DynamicAbnormalityList>
</Dungeon>
<Dungeon id="9057" name="오만한 아케론의 염옥">
<Dungeon id="9057" name="Akeron's Inferno (Hard)">
<BonusList />
<DynamicAbnormalityList>
<DynamicAbnormalityData MinCount="1" MaxCount="7" AddAbnormalityIdList="999001018" AbnormalityStackCount="1" />
@@ -491,5 +492,17 @@
<DynamicAbnormalityData MinCount="10" MaxCount="10" AddAbnormalityIdList="999001021" AbnormalityStackCount="1" />
</DynamicAbnormalityList>
</Dungeon>
<Dungeon id="9757" name="Akeron's Inferno">
<BonusList>
<Bonus Target="solo" bonusAbnormal="30"/>
<Bonus Target="solo" bonusAbnormal="4951"/>
</BonusList>
<DynamicAbnormalityList>
<DynamicAbnormalityData MinCount="1" MaxCount="7" AddAbnormalityIdList="999001018" AbnormalityStackCount="1"/>
<DynamicAbnormalityData MinCount="8" MaxCount="8" AddAbnormalityIdList="999001019" AbnormalityStackCount="1"/>
<DynamicAbnormalityData MinCount="9" MaxCount="9" AddAbnormalityIdList="999001020" AbnormalityStackCount="1"/>
<DynamicAbnormalityData MinCount="10" MaxCount="10" AddAbnormalityIdList="999001021" AbnormalityStackCount="1"/>
</DynamicAbnormalityList>
</Dungeon>
</DungeonList>
</DungeonNewbieBonus>