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,49 +1,48 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- 임시 포맷이므로 언제든지 변경 가능 : 포맷 검증용 -->
<!-- TutorialEffect의 경우 반복적으로 사용할것 같아서 별도로 빼두었음. 사용할곳에서는 id를 이용해서 원하는 TutorialEffect를 사용. -->
<!-- 2009.9.8 추가 : HelpPage 표시 기능, TextList대신에 HelpPageList를 사용하면 해당되는 HelpPage를 표시함. -->
<!-- Temporary format, subject to change at any time: for format validation -->
<!-- TutorialEffect is expected to be used repeatedly, so it has been separated. Use the id to reference the desired TutorialEffect where needed. -->
<!-- Added on 2009.9.8: HelpPage display functionality. Instead of TextList, use HelpPageList to display the corresponding HelpPage. -->
<!-- <HelpPageList> -->
<!-- <HelpPage id="2"> -->
<!-- </HelpPageList> -->
<!-- 2012.2.8 추가 : ConditionList > ReputationCondition 노드 추가. 도움말을 평판 관련 조건으로 팝업시키기 위한 것 -->
<!-- Added on 2012.2.8: ConditionList > ReputationCondition node added. Used to trigger help pop-ups based on reputation conditions. -->
<!-- <ConditionList> -->
<!-- <ReputationCondition event="add" reputationId="604" /> -->
<!-- event="add" : 새로운 평판 세력을 알게 되었을 때 -->
<!-- event="remove" : 알고 있던 평판 세력을 잊어 버렸을 때 -->
<!-- event="level" : 평판 세력의 평판 단계가 변경되었을 때 -->
<!-- event="update" : 평판 세력의 평판 수치가 변경되었을 때 -->
<!-- reputationId="604" : 평판 세력 ID 입력 (NPCGuild@id) / 0으로 입력하면 모든 평판 세력에 대해서 동작 -->
<!-- event="add": Triggered when a new reputation faction is discovered -->
<!-- event="remove": Triggered when a known reputation faction is forgotten -->
<!-- event="level": Triggered when a reputation faction's level changes -->
<!-- event="update": Triggered when a reputation faction's points change -->
<!-- reputationId="604": Input the reputation faction ID (NPCGuild@id). Input 0 to apply to all reputation factions. -->
<!-- </ConditionList> -->
<TutorialData show="true">
<PlayData initLevel="20" initContinentId="9015" dungeonContinentId="9016" initPos="6396, -56126, 37" dir="180"/>
<EffectList>
<!-- id : Effect간의 구분을 위해 사용 -->
<!-- showSound : 나타날때 사용할 사운드 -->
<!--Effect id="1" showSound="2001" /-->
<!-- id : Used to distinguish between different effects -->
<!-- showSound : Sound effect played when it appears -->
<!-- Effect id="1" showSound="2001" / -->
<Effect id="1"/>
</EffectList>
<!-- id : Data간의 구분을 위해 사용 -->
<!-- repeat : 반복 여부 -->
<!-- priority : 우선 순위 1부터 4까지 값이 클수록 우선 순위가 높음. -->
<!-- textId : 표시할 문자 정보 -->
<!-- tutorialEffectId : 사용할 TutorialEffect정보 -->
<!-- showDuration : 표시 시간 s -->
<!-- event : 상황 정보, 종류에 따라서 의미있는 것이 다름. new, complete -->
<!-- questId : 참조하는 퀘스트 -->
<!-- skillId : 참조하는 스킬 -->
<!-- taskId : 참조하는 task -->
<!-- itemId : 참조하는 아이템 -->
<!-- territoryId : 참조하는 테리토리 -->
<!-- race : 종족 정보 -->
<!-- class : 직업 정보 -->
<!-- minLevel : 최소 레벨 -->
<!-- maxLevel : 최대 레벨 -->
<!-- minTotalExp : 최소 경험치 -->
<!-- maxTotalExp : 최대 경험치 -->
<!-- rate : 0~1 -->
<!-- interval : 다음 조건 완료까지 최소 시간 간격, s -->
<!-- id : Used for distinguishing between data -->
<!-- repeat : Whether the event repeats -->
<!-- priority : Priority level from 1 to 4, higher values indicate higher priority -->
<!-- textId : Displayed text information -->
<!-- tutorialEffectId : Reference to the TutorialEffect used -->
<!-- showDuration : Display duration in seconds -->
<!-- event : Context information, meaning varies by type (e.g., new, complete) -->
<!-- questId : Referenced quest -->
<!-- skillId : Referenced skill -->
<!-- taskId : Referenced task -->
<!-- itemId : Referenced item -->
<!-- territoryId : Referenced territory -->
<!-- race : Race information -->
<!-- class : Class information -->
<!-- minLevel : Minimum level requirement -->
<!-- maxLevel : Maximum level requirement -->
<!-- minTotalExp : Minimum experience points -->
<!-- maxTotalExp : Maximum experience points -->
<!-- rate : Value between 0 and 1 -->
<!-- interval : Minimum time interval in seconds until the next condition is met -->
<DataList>