Actualizaciones varias 4 y Update al README
This commit is contained in:
@ -77,7 +77,7 @@
|
||||
<Name displayText="Collar" eng="necklace" />
|
||||
<Name displayText="Ropa Interior" eng="underware" />
|
||||
<Name displayText="Documento" eng="document" />
|
||||
<Name displayText="Boss Rune" eng="keyItem" />
|
||||
<Name displayText="Runa de Jefe" eng="keyItem" />
|
||||
<Name displayText="Artículo de Outfitters" eng="service" />
|
||||
<Name displayText="Charm" eng="charm" />
|
||||
<Name displayText="Tinte" eng="dyeItem" />
|
||||
|
52
README.md
52
README.md
@ -19,4 +19,54 @@ Datasheets desempaquetados de la versión LIVE-31.04 EME #44 (Milestone build)
|
||||
|
||||
En este repo se utilizó [Novadrop](https://github.com/vezel-dev/novadrop) para el manejo del DataCenter
|
||||
|
||||
Aquí puedes ver la guía de uso de [Novadrop](https://docs.vezel.dev/novadrop/tools/dc) (Recomendado)
|
||||
Aquí puedes ver la guía de uso de [Novadrop](https://docs.vezel.dev/novadrop/tools/dc) (Recomendado)
|
||||
|
||||
## DataSheets Completados
|
||||
|
||||
CreditsData
|
||||
ItemToolTip
|
||||
StrSheet_ActionKey
|
||||
StrSheet_AwesomiumWeb
|
||||
StrSheet_AbnormalityKind
|
||||
StrSheet_AchievementGradeInfo
|
||||
StrSheet_BFInfoBoard
|
||||
StrSheet_Chat
|
||||
StrSheet_ChatChannelName
|
||||
StrSheet_Countdown
|
||||
StrSheet_Customizing
|
||||
StrSheet_DarkRift
|
||||
StrSheet_Days
|
||||
StrSheet_Dreampiece
|
||||
StrSheet_DungeonMatching
|
||||
StrSheet_DungeonMatchingMail
|
||||
StrSheet_DungeonRank
|
||||
StrSheet_GameStat
|
||||
StrSheet_HuntingZoneEvent
|
||||
StrSheet_Masstige
|
||||
StrSheet_NocTan
|
||||
StrSheet_NotifyMessage
|
||||
StrSheet_Option
|
||||
StrSheet_Party
|
||||
StrSheet_PetitionTitle
|
||||
StrSheet_ReferAFriend
|
||||
StrSheet_Reputation
|
||||
StrSheet_RewardMessage
|
||||
StrSheet_ServantSkill
|
||||
StrSheet_SkillWindowPopUp
|
||||
StrSheet_SmartQuery
|
||||
StrSheet_Social
|
||||
StrSheet_SocialMessage
|
||||
StrSheet_TradeBrokerCategory
|
||||
|
||||
|
||||
## DataSheets que NO aplican para traducción
|
||||
|
||||
StrSheet_Agit
|
||||
StrSheet_InGameStore
|
||||
StrSheet_CollectionLoc
|
||||
StrSheet_NpcLoc
|
||||
StrSheet_NpcLocManual
|
||||
StrSheet_WorkObjectLoc
|
||||
StrSheet_Servant
|
||||
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -43,7 +43,7 @@
|
||||
<Channel id="CHATTYPE_PRIVATE_6" name="Canal 6" shortcuts="6" />
|
||||
<Channel id="CHATTYPE_PRIVATE_7" name="Canal 7" shortcuts="7" />
|
||||
<Channel id="CHATTYPE_PRIVATE_8" name="Canal 8" shortcuts="8" />
|
||||
<Channel id="CHATTYPE_DEALING" name="Bargain" shortcuts="j,bargain" />
|
||||
<Channel id="CHATTYPE_DEALING" name="Negociar" shortcuts="j,bargain" />
|
||||
<Channel id="CHATTYPE_PARTY_SEARCH" name="LFG" shortcuts="u,lfg" />
|
||||
<Channel id="CHATTYPE_PARTY_NOTICE" name="Aviso" shortcuts="n,alert" />
|
||||
<Channel id="CHATTYPE_COMMAND" name="Alerta de Equipo" shortcuts="d" />
|
||||
@ -53,7 +53,7 @@
|
||||
<Channel id="CHATTYPE_UNION" name="Alianza" shortcuts="f,alliance" />
|
||||
<Channel id="CHATTYPE_UNIONELITE" name="Echelon" shortcuts="l,echelon" />
|
||||
<Channel id="CHATTYPE_UNION_NOTICE" name="Exarch" shortcuts="x,exarch" />
|
||||
<Channel id="CHATTYPE_UNION_POST" name="Alliance Conflict" shortcuts="" />
|
||||
<Channel id="CHATTYPE_UNION_POST" name="Conflicto de Alianza" shortcuts="" />
|
||||
<Channel id="CHATTYPE_SOCIAL" name="Emote" shortcuts="" />
|
||||
<Channel id="CHATTYPE_RP" name="RP" shortcuts="em" />
|
||||
<Channel id="CHATTYPE_MY_ATTACK" name="Ataques" />
|
||||
@ -78,30 +78,30 @@
|
||||
<Channel id="CHATTYPE_GET_MONEY" name="Oro obtenido" />
|
||||
<ChatCommandList>
|
||||
<CommandCategory name="Chat">
|
||||
<Command name="Private chat channel commands:
ChannelName must be 2–8 alphanumeric characters. Password must be 4 numerals." />
|
||||
<Command name=" /make [ChannelName] [password] (Creates a private chat channel.)" />
|
||||
<Command name=" /chat [ChannelName] [password] (Joins an existing private chat channel.)" />
|
||||
<Command name=" /leave [ChannelName/#]" />
|
||||
<Command name=" /ChannelName(ChannelNumber) (Use slash and the name or the number of the channel to chat.)" />
|
||||
<Command name=" /password [ch#] [CurrentPassword] [NewPassword] (Changes password.)" />
|
||||
<Command name="/chatkick [ch#] [character] (Removes a player from the channel.)" />
|
||||
<Command name="Comandos de canal privado:
NombreDelCanal debe ser entre 2 a 8 caractéres alfanuméricos. La contraseña debe ser de 4 números." />
|
||||
<Command name=" /make [NombreDelCanal] [contraseña] (Crea un canal de chat privado.)" />
|
||||
<Command name=" /chat [NombreDelCanal] [contraseña] (Ingresa a un canal de chat privado existente.)" />
|
||||
<Command name=" /leave [NombreDelCanal/#]" />
|
||||
<Command name=" /ChannelName(NúmeroDelCanal) (Usa slash más el nombre o número del canal privado para chatear.)" />
|
||||
<Command name=" /password [ch#] [ContraseñaActual] [ContraseñaNueva] (Cambia la contraseña.)" />
|
||||
<Command name="/chatkick [ch#] [personaje] (Expulsa a un jugador del canal privado.)" />
|
||||
</CommandCategory>
|
||||
<CommandCategory name="Grupo">
|
||||
<Command name="Party commands:" />
|
||||
<Command name=" /invite [character] (Invites a character to your party.)" />
|
||||
<Command name=" /drop (You leave the party.)" />
|
||||
<Command name=" /leader [partymember] (Make someone the party leader.)" />
|
||||
<Command name=" /kick [partymember] (Removes a character from your party.)" />
|
||||
<Command name=" /join [partymember] (Request to join a party.)" />
|
||||
<Command name="Raid commands:" />
|
||||
<Command name=" /all [partymember] (Invites a party to your raid.)" />
|
||||
<Command name=" /assist [raidmember] (Gives a raid member invite ability.)" />
|
||||
<Command name=" /ra or /i (Chat in Raid chat)" />
|
||||
<Command name="Comandos de Grupo:" />
|
||||
<Command name=" /invite [personaje] (Invita a un personaje al grupo.)" />
|
||||
<Command name=" /drop (Sales del Grupo.)" />
|
||||
<Command name=" /leader [MiembroDelGrupo] (Haces que alguien más sea el líder del grupo.)" />
|
||||
<Command name=" /kick [MiembroDelGrupo] (Expulsas a un personaje del grupo.)" />
|
||||
<Command name=" /join [MiembroDelGrupo] (Solicitas unirte al grupo.)" />
|
||||
<Command name="Comandos de Raid:" />
|
||||
<Command name=" /all [MiembroDelGrupo] (Invitas un grupo a unirse a tu Raid.)" />
|
||||
<Command name=" /assist [MiembroDeLaRaid] (Brinda el permiso de que otro miembro pueda invitar.)" />
|
||||
<Command name=" /ra or /i (Chatear en el chat de raid)" />
|
||||
</CommandCategory>
|
||||
<CommandCategory name="LFG">
|
||||
<Command name="Y (To find others looking for group.)" />
|
||||
<Command name="/goal [objective] (To change your group's goal.)" />
|
||||
<Command name="/u [message] (To chat in the LFG channel.)" />
|
||||
<Command name="Y (Para encontrar otros jugadores que buscan grupo.)" />
|
||||
<Command name="/goal [objetivo] (Para cambiar el objetivo del grupo.)" />
|
||||
<Command name="/u [mensaje] (Para chatear en un canal LFG.)" />
|
||||
</CommandCategory>
|
||||
<CommandCategory name="Emote">
|
||||
<Command name="/hi" />
|
||||
@ -121,9 +121,9 @@
|
||||
<Command name="/mad" />
|
||||
</CommandCategory>
|
||||
<CommandCategory name="Deathmatch">
|
||||
<Command name="/dminvite [character]" />
|
||||
<Command name="/dmjoin [leader]" />
|
||||
<Command name="/dmkick [character]" />
|
||||
<Command name="/dminvite [personaje]" />
|
||||
<Command name="/dmjoin [lider]" />
|
||||
<Command name="/dmkick [personaje]" />
|
||||
<Command name="/dmleave" />
|
||||
<Command name="/yield" />
|
||||
</CommandCategory>
|
||||
|
@ -1,12 +1,12 @@
|
||||
<StrSheet_CustomizeKeyData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://vezel.dev/novadrop/dc/StrSheet_CustomizeKeyData StrSheet_CustomizeKeyData.xsd" xmlns="https://vezel.dev/novadrop/dc/StrSheet_CustomizeKeyData">
|
||||
<String id="900001" string="Movement" />
|
||||
<String id="1" string="Move forward" />
|
||||
<String id="2" string="Move back" />
|
||||
<String id="3" string="Move left" />
|
||||
<String id="4" string="Move right" />
|
||||
<String id="5" string="Auto-run" />
|
||||
<String id="6" string="Jump" />
|
||||
<String id="7" string="Walk" />
|
||||
<String id="900001" string="Movimiento" />
|
||||
<String id="1" string="Mover delante" />
|
||||
<String id="2" string="Mover atrás" />
|
||||
<String id="3" string="Mover a la izquierda" />
|
||||
<String id="4" string="Mover a la derecha" />
|
||||
<String id="5" string="Auto-correr" />
|
||||
<String id="6" string="Saltar" />
|
||||
<String id="7" string="Caminar" />
|
||||
<String id="900002" string="Shortcut Tray" />
|
||||
<String id="20" string="Upper 1" />
|
||||
<String id="21" string="Upper 2" />
|
||||
@ -61,9 +61,9 @@
|
||||
<String id="73" string="Extended Lower 12" />
|
||||
<String id="900003" string="UI" />
|
||||
<String id="100" string="Toggle cursor" />
|
||||
<String id="101" string="Whisper reply" />
|
||||
<String id="102" string="Interact" />
|
||||
<String id="103" string="Show/hide UI" />
|
||||
<String id="101" string="Responder susurro" />
|
||||
<String id="102" string="Interactuar" />
|
||||
<String id="103" string="Mostrar/Esconder UI" />
|
||||
<String id="104" string="Previous tray" />
|
||||
<String id="105" string="Next tray" />
|
||||
<String id="106" string="Tray 1" />
|
||||
@ -77,7 +77,7 @@
|
||||
<String id="114" string="Tray 9" />
|
||||
<String id="115" string="Tray 10" />
|
||||
<String id="116" string="Marking" />
|
||||
<String id="117" string="Quick chat" />
|
||||
<String id="117" string="Chat Rápido" />
|
||||
<String id="119" string="Outfit 1" />
|
||||
<String id="120" string="Outfit 2" />
|
||||
<String id="121" string="Outfit 3" />
|
||||
@ -85,42 +85,42 @@
|
||||
<String id="123" string="Outfit 5" />
|
||||
<String id="124" string="Roll / Bid" />
|
||||
<String id="125" string="Pass on loot" />
|
||||
<String id="150" string="Sit" />
|
||||
<String id="900004" string="UI Menu" />
|
||||
<String id="150" string="Sentarse" />
|
||||
<String id="900004" string="UI Menú" />
|
||||
<String id="200" string="Options" />
|
||||
<String id="201" string="Inventory" />
|
||||
<String id="202" string="Profile" />
|
||||
<String id="203" string="World map" />
|
||||
<String id="201" string="Inventario" />
|
||||
<String id="202" string="Perfil" />
|
||||
<String id="203" string="Mapa del Mundo" />
|
||||
<String id="204" string="Quest log" />
|
||||
<String id="205" string="Skills" />
|
||||
<String id="206" string="Mini-Map" />
|
||||
<String id="207" string="Friends list" />
|
||||
<String id="205" string="Habilidades" />
|
||||
<String id="206" string="Mini-Mapa" />
|
||||
<String id="207" string="Lista de amigos" />
|
||||
<String id="208" string="Raid Composition" />
|
||||
<String id="209" string="Help/Scout's Order" />
|
||||
<String id="210" string="Achievement" />
|
||||
<String id="211" string="Pet" />
|
||||
<String id="210" string="Logro" />
|
||||
<String id="211" string="Mascota" />
|
||||
<String id="212" string="Deathmatch" />
|
||||
<String id="213" string="Craft" />
|
||||
<String id="214" string="Guild" />
|
||||
<String id="215" string="List of Guilds" />
|
||||
<String id="216" string="Alliance" />
|
||||
<String id="217" string="Enchant" />
|
||||
<String id="214" string="Gremio" />
|
||||
<String id="215" string="Lista de Gremios" />
|
||||
<String id="216" string="Alianza" />
|
||||
<String id="217" string="Encantamiento" />
|
||||
<String id="220" string="LFG" />
|
||||
<String id="221" string="LFG Applicant List" />
|
||||
<String id="222" string="Instance Matching" />
|
||||
<String id="223" string="Battleground Score" />
|
||||
<String id="224" string="Emotes" />
|
||||
<String id="900005" string="Quick Mark" />
|
||||
<String id="400" string="Marker 1" />
|
||||
<String id="401" string="Marker 2" />
|
||||
<String id="402" string="Marker 3" />
|
||||
<String id="900006" string="Camera View" />
|
||||
<String id="300" string="Reset cam position" />
|
||||
<String id="301" string="Reverse cam position" />
|
||||
<String id="900005" string="Marca Rápida" />
|
||||
<String id="400" string="Marcador 1" />
|
||||
<String id="401" string="Marcador 2" />
|
||||
<String id="402" string="Marcador 3" />
|
||||
<String id="900006" string="Vista de Cámara" />
|
||||
<String id="300" string="Reestablece la posición de la cámara" />
|
||||
<String id="301" string="Devolver posición de la cámara" />
|
||||
<String id="302" string="Zoom-in" />
|
||||
<String id="303" string="Zoom-out" />
|
||||
<String id="304" string="Move Camera Up" />
|
||||
<String id="305" string="Move Camera Down" />
|
||||
<String id="306" string="Move Camera Left" />
|
||||
<String id="307" string="Move Camera Right" />
|
||||
<String id="304" string="Mover Cámara hacía Arriba" />
|
||||
<String id="305" string="Mover Cámara hacía Abajo" />
|
||||
<String id="306" string="Mover Cámara hacía la izquierda" />
|
||||
<String id="307" string="Mover Cámara hacía la derecha" />
|
||||
</StrSheet_CustomizeKeyData>
|
||||
|
@ -1,14 +1,14 @@
|
||||
<StrSheet_DarkRift xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://vezel.dev/novadrop/dc/StrSheet_DarkRift StrSheet_DarkRift.xsd" xmlns="https://vezel.dev/novadrop/dc/StrSheet_DarkRift">
|
||||
<String string="Nexus" readableId="SMT_DARKRIFT_QUEST_LINK_NAME" />
|
||||
<String string="" readableId="SMT_DARKRIFT_MAP_MARKER_TOOLTIP">Nexus (phase {step})<br><ul><li>Disponibilidad de Misión: {congested}</li><li>Población: {curOrders}/{maxOrders}</li></ul></String>
|
||||
<String string="" readableId="SMT_DARKRIFT_MAP_MARKER_TOOLTIP">Nexus (fase {step})<br><ul><li>Disponibilidad de Misión: {congested}</li><li>Población: {curOrders}/{maxOrders}</li></ul></String>
|
||||
<String string="" readableId="SMT_DARKRIFT_MAP_MARKER_TOOLTIP_NOT_OPEN_YET">Nexus (Abre en {time@durationBrief})<br><ul><li>Disponibilidad de Misión: {congested}</li><li>Población: {curOrders}/{maxOrders}</li></ul></String>
|
||||
<String string="" readableId="SMT_DARKRIFT_QUIET"><font color='#4a95d8'>Alto</font></String>
|
||||
<String string="" readableId="SMT_DARKRIFT_MILDLY_CONGESTED"><font color='#ff7800'>Medio</font></String>
|
||||
<String string="" readableId="SMT_DARKRIFT_CONGESTED"><font color='#ff1515'>Bajo</font></String>
|
||||
<String string="" readableId="SMT_DARKRIFT_FULLY_CONGESTED"><font color='#c00005'>Cero</font></String>
|
||||
<String string="Nexus" readableId="SMT_DARKRIFT_SUGGEST_POPUP_TITLE" />
|
||||
<String string="You've entered a nexus area. Do you want to join a group in progress?" readableId="SMT_DARKRIFT_SUGGEST_POPUP_MESSAGE" />
|
||||
<String string="Has ingresado a una área Nexus. ¿Deseas unirte a un grupo en curso?" readableId="SMT_DARKRIFT_SUGGEST_POPUP_MESSAGE" />
|
||||
<String string="Si" readableId="SMT_DARKRIFT_SUGGEST_POPUP_YES" />
|
||||
<String string="No" readableId="SMT_DARKRIFT_SUGGEST_POPUP_NO" />
|
||||
<String string="Enter Nexus Traverse" readableId="SMT_DARKRIFT_CALL_YOU_TITLE" />
|
||||
<String string="Ingresar a Nexus Traverse" readableId="SMT_DARKRIFT_CALL_YOU_TITLE" />
|
||||
</StrSheet_DarkRift>
|
||||
|
@ -46,7 +46,7 @@
|
||||
<String string="Cancelar Emparejamiento" readableId="SMT_BFMATCHING_CANCEL_APPLICATION_POPUP_YES" />
|
||||
<String string="Continuar Emparejamiento" readableId="SMT_BFMATCHING_CANCEL_APPLICATION_POPUP_NO" />
|
||||
<String string="Ingresar al Campo de Batalla" readableId="SMT_BFMATCHING_ASK_ENTER_POPUP_TITLE" />
|
||||
<String string="Emparejamiento de Campo de Batalla complete. Would you like to enter {BFName}?" readableId="SMT_BFMATCHING_ASK_ENTER_POPUP_MESSAGE" />
|
||||
<String string="Emparejamiento de Campo de Batalla complete. Te gustaría ingresar a {BFName}?" readableId="SMT_BFMATCHING_ASK_ENTER_POPUP_MESSAGE" />
|
||||
<String string="Entrar Ahora" readableId="SMT_BFMATCHING_ASK_ENTER_POPUP_YES" />
|
||||
<String string="Entrar Luego" readableId="SMT_BFMATCHING_ASK_ENTER_POPUP_NO" />
|
||||
<String string="Reclutamiento Adicional" readableId="SMT_BFMATCHING_SUGGEST_POPUP_TITLE" />
|
||||
|
@ -1,14 +1,14 @@
|
||||
<StrSheet_GuildCompetition xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://vezel.dev/novadrop/dc/StrSheet_GuildCompetition StrSheet_GuildCompetition.xsd" xmlns="https://vezel.dev/novadrop/dc/StrSheet_GuildCompetition">
|
||||
<String id="1" string="Cutthroat League Total Ranking" />
|
||||
<String id="2" string="Challenger League Total Ranking" />
|
||||
<String id="3" string="{year} Season {season}<BR>Join the Crusade and gain a Skycastle!" />
|
||||
<String id="3" string="{year} Temporada {season}<BR>Join the Crusade and gain a Skycastle!" />
|
||||
<String id="4" string="Total Ranking" />
|
||||
<String id="5" string="{year} Season {season}<br>({start_month}/{start_day} ~ {end_month}/{end_day})<br><br>Crusade points are earned by completing league activities.<br><br>A Guild's total ranking is determined by adding points from all activity categories.<br><br>Characters who join a guild mid-season will not contribute to that guild's score.<br><br>Only the highest rank earned for a given activity, across all characters on an account, will generate Crusade points." />
|
||||
<String id="10" string="See Current Season" />
|
||||
<String id="11" string="Previous Season Result" />
|
||||
<String id="5" string="{year} Temporada {season}<br>({start_month}/{start_day} ~ {end_month}/{end_day})<br><br>Crusade points are earned by completing league activities.<br><br>A Guild's total ranking is determined by adding points from all activity categories.<br><br>Characters who join a guild mid-season will not contribute to that guild's score.<br><br>Only the highest rank earned for a given activity, across all characters on an account, will generate Crusade points." />
|
||||
<String id="10" string="Ver Temporada Actual" />
|
||||
<String id="11" string="Resultado Temporada Anterior" />
|
||||
<String id="12" string="[Leagues]<br>Cutthroat League and Challenger League consist of different content.<br>Use the tabs above to review the content of each league before clicking Participate. Guild masters choose which league to participate in at the beginning of each season.<br><br>[Crusade Rewards]<br>Guilds with the top scores after 28 days will earn an honor hall for the next season." />
|
||||
<String id="13" string="The score calculated from rankings." />
|
||||
<String id="14" string="Rank {rank}" />
|
||||
<String id="14" string="Rango {rank}" />
|
||||
<String id="15" string="Crits in crafting at artisan or higher level items will score points." />
|
||||
<String id="40" string="Top 10 guilds from Cutthroat League will earn a Skycastle outside Velika. Top 10 guilds from Challenger League will earn a Skycastle outside Allemantheia." />
|
||||
<String id="98" string="Champions' Skyring" />
|
||||
@ -19,48 +19,48 @@
|
||||
<String id="103" string="Achievements" />
|
||||
<String id="104" string="Crafting" />
|
||||
<String id="105" string="Monkeydrome" />
|
||||
<String id="9124" string="Vault of Seas [Accumulated Score]" />
|
||||
<String id="9125" string="Vault of Winter [Accumulated Score]" />
|
||||
<String id="9126" string="Vault of Flames [Accumulated Score]" />
|
||||
<String id="9127" string="Vault of Allies [Accumulated Score]" />
|
||||
<String id="91240" string="Vault of Seas [High Score]" />
|
||||
<String id="91250" string="Vault of Winter [High Score]" />
|
||||
<String id="91260" string="Vault of Flames [High Score]" />
|
||||
<String id="9055" string="Ravenous Gorge<br>[Accumulated Score]" />
|
||||
<String id="9754" string="Bathysmal Rise<br>[Accumulated Score]" />
|
||||
<String id="9054" string="Bathysmal Rise (Hard)<br>[High Score]" />
|
||||
<String id="90111" string="Bathysmal Rise (Hard)<br>[Accumulated Score] " />
|
||||
<String id="9716" string="Sky Cruiser Endeavor<br>[Accumulated Score]" />
|
||||
<String id="9916" string="Sky Cruiser Endeavor (Hard)<br>[High Score]" />
|
||||
<String id="97161" string="Sky Cruiser Endeavor<br>[High Score]" />
|
||||
<String id="97541" string="Bathysmal Rise<br>[High Score]" />
|
||||
<String id="90551" string="Ravenous Gorge<br>[High Score]" />
|
||||
<String id="91271" string="Vault of Allies [High Score]" />
|
||||
<String id="9885" string="Dreadspire [High Score]" />
|
||||
<String id="200" string="Rank" />
|
||||
<String id="201" string="Character name" />
|
||||
<String id="202" string="Guild Name" />
|
||||
<String id="203" string="Class" />
|
||||
<String id="204" string="Personal Accumulated Score" />
|
||||
<String id="205" string="Kills/Deaths/Assists" />
|
||||
<String id="9124" string="Vault of Seas [Puntaje Acumulado]" />
|
||||
<String id="9125" string="Vault of Winter [Puntaje Acumulado]" />
|
||||
<String id="9126" string="Vault of Flames [Puntaje Acumulado]" />
|
||||
<String id="9127" string="Vault of Allies [Puntaje Acumulado]" />
|
||||
<String id="91240" string="Vault of Seas [Mejor Puntaje]" />
|
||||
<String id="91250" string="Vault of Winter [Mejor Puntaje]" />
|
||||
<String id="91260" string="Vault of Flames [Mejor Puntaje]" />
|
||||
<String id="9055" string="Ravenous Gorge<br>[Puntaje Acumulado]" />
|
||||
<String id="9754" string="Bathysmal Rise<br>[Puntaje Acumulado]" />
|
||||
<String id="9054" string="Bathysmal Rise (Hard)<br>[Mejor Puntaje]" />
|
||||
<String id="90111" string="Bathysmal Rise (Hard)<br>[Puntaje Acumulado] " />
|
||||
<String id="9716" string="Sky Cruiser Endeavor<br>[Puntaje Acumulado]" />
|
||||
<String id="9916" string="Sky Cruiser Endeavor (Hard)<br>[Mejor Puntaje]" />
|
||||
<String id="97161" string="Sky Cruiser Endeavor<br>[Mejor Puntaje]" />
|
||||
<String id="97541" string="Bathysmal Rise<br>[Mejor Puntaje]" />
|
||||
<String id="90551" string="Ravenous Gorge<br>[Mejor Puntaje]" />
|
||||
<String id="91271" string="Vault of Allies [Mejor Puntaje]" />
|
||||
<String id="9885" string="Dreadspire [Mejor Puntaje]" />
|
||||
<String id="200" string="Rango" />
|
||||
<String id="201" string="Nombre del Personaje" />
|
||||
<String id="202" string="Nombre del Gremio" />
|
||||
<String id="203" string="Clase" />
|
||||
<String id="204" string="Puntaje Personal Acumulado" />
|
||||
<String id="205" string="Matanzas/Muertes/Asistencias" />
|
||||
<String id="206" string="Win Percentage" />
|
||||
<String id="207" string="Guild Master" />
|
||||
<String id="207" string="Maestro del Gremio" />
|
||||
<String id="208" string="Tier" />
|
||||
<String id="209" string="Number of Guild Members" />
|
||||
<String id="210" string="Guild Score" />
|
||||
<String id="209" string="Número de Miembros del Gremio" />
|
||||
<String id="210" string="Puntaje de Gremio" />
|
||||
<String id="211" string="Consecutive Top 3" />
|
||||
<String id="212" string="Seasonal Reward" />
|
||||
<String id="213" string="Personal Rating" />
|
||||
<String id="214" string="Ranking Gap" />
|
||||
<String id="215" string="Total Achievement Score" />
|
||||
<String id="215" string="Puntaje Total de Logros" />
|
||||
<String id="216" string="Accumulated Crafting Bonus Score" />
|
||||
<String id="217" string="Guild Gathering Score" />
|
||||
<String id="218" string="Ranking Gap" />
|
||||
<String id="219" string="Personal Score" />
|
||||
<String id="219" string="Puntaje Personal" />
|
||||
<String id="220" string="Going Up!" />
|
||||
<String id="221" string="Preparing for Ranking Update" />
|
||||
<String id="222" string="Personal Best" />
|
||||
<String id="223" string="Fame" />
|
||||
<String id="222" string="Mejor Puntaje Personal" />
|
||||
<String id="223" string="Fama" />
|
||||
<String id="500" string="You score in Kumasylum for victory and defeat, and on completing daily quests related to it." />
|
||||
<String id="501" string="You score on crits while crafting an item of artisan level or higher." />
|
||||
<String id="502" string="You score in Monkeydrome for both victory and defeat." />
|
||||
|
@ -1,37 +1,37 @@
|
||||
<StrSheet_HelpData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://vezel.dev/novadrop/dc/StrSheet_HelpData StrSheet_HelpData.xsd" xmlns="https://vezel.dev/novadrop/dc/StrSheet_HelpData">
|
||||
<String id="1099" />
|
||||
<String id="1000">Beginner Help</String>
|
||||
<String id="1001">Basics</String>
|
||||
<String id="1002">User Interface</String>
|
||||
<String id="1003">Mini-Map</String>
|
||||
<String id="1004">Location Links</String>
|
||||
<String id="1005">Compass</String>
|
||||
<String id="1011">Camera Distance</String>
|
||||
<String id="1000">Ayuda para Pincipiantes</String>
|
||||
<String id="1001">Básicos</String>
|
||||
<String id="1002">Interfaz de Usuario</String>
|
||||
<String id="1003">Mini-Mapa</String>
|
||||
<String id="1004">Enlaces de Ubicación</String>
|
||||
<String id="1005">Brújula</String>
|
||||
<String id="1011">Distancia de la Cámara</String>
|
||||
<String id="1006">Chain Skill</String>
|
||||
<String id="1007">Crystals</String>
|
||||
<String id="1010">Quest Difficulty</String>
|
||||
<String id="1012">Party Gathering</String>
|
||||
<String id="1016">During Fights</String>
|
||||
<String id="1025">Getting Around</String>
|
||||
<String id="2000">Intermediate Help</String>
|
||||
<String id="1007">Cristales</String>
|
||||
<String id="1010">Dificultad de las Misiones</String>
|
||||
<String id="1012">Reunión de Grupo</String>
|
||||
<String id="1016">Durante las Batallas</String>
|
||||
<String id="1025">Cómo Desplazarse</String>
|
||||
<String id="2000">Ayuda Intermediaria</String>
|
||||
<String id="2008">Enchanting</String>
|
||||
<String id="2013">Party Monsters</String>
|
||||
<String id="2015">Medals</String>
|
||||
<String id="2013">Mostruos de Grupo</String>
|
||||
<String id="2015">Medallas</String>
|
||||
<String id="2018">Crafting</String>
|
||||
<String id="2019">Extracting</String>
|
||||
<String id="2020">Glyphs</String>
|
||||
<String id="2020">Glifos</String>
|
||||
<String id="2021">Battlegrounds</String>
|
||||
<String id="2022">LFG</String>
|
||||
<String id="2023">Brokerage</String>
|
||||
<String id="2030">Inventory Space</String>
|
||||
<String id="2031">Guild Creation</String>
|
||||
<String id="2030">Espacio de Inventario</String>
|
||||
<String id="2031">Creación de Gremio</String>
|
||||
<String id="2032">Nexus</String>
|
||||
<String id="2033">Reputation/Daily Quests</String>
|
||||
<String id="2033">Misiones Diarias/Reputación</String>
|
||||
<String id="2034">Warrior's Edge</String>
|
||||
<String id="2035">Fraywind Canyon</String>
|
||||
<String id="2036">Raid</String>
|
||||
<String id="2037">Champions' Skyring</String>
|
||||
<String id="2100">Chat Commands</String>
|
||||
<String id="2100">Comandos de Chat</String>
|
||||
<String id="2101">Emotes</String>
|
||||
<String id="19901" />
|
||||
<String id="10101">Move your character with the <font color="#FF0000">WASD</font> keys. Talk to NPCs with the <font color="#FF0000">F</font> key.</String>
|
||||
@ -100,8 +100,8 @@
|
||||
<String id="13901">1. Champions' Skyring is a timed 3v3 battleground where teams need only wipe out the other team.</String>
|
||||
<String id="13902">2. If the entire opposing team is dead, you win the round. Win two out of three rounds to win the battle.</String>
|
||||
<String id="13903">3. When time is up, whoever has the most survivors wins. Teams with the same number of survivors when time is up tie.</String>
|
||||
<String id="110001"><Font color="#038bbe">&lt;Chat&gt;</FONT><BR>- /Say (/s): Chat to nearby players.<BR>- /Area (/a): Chat in the area channel.<BR>- /Trade (/t): Trade channel.<BR>- /Party (/p): Chat to your party.<BR>- /Raid (/ra) (/h): Chat to the raid.<BR>- /Whisper(/w) [OO]: Whisper OO privately.<BR>- /alliance (/f): Chat in your alliance's channel.<BR>- /echelon (/l): Chat in the alliance leadership channel.<BR>- /exarch (/x): Send an exarch notice. (Available only for exarchs.)<BR>- /notice (/n): Send a raid/party notice. (Available only for raid/party leaders.)<BR><Font color="#038bbe">&lt;Party&gt;</FONT><BR>- /invite [OO]: Invite OO to your party.<BR>- /drop: Leave the party.<BR>- /kick [OO]: Kick OO from your party. <BR>- /disband: Disband your party.<BR>- /leader [OO]: Make OO the party leader.<BR>- /lfg (/u) : Post Looking for Group message.<BR>- /notice(/n): Party leader message to take notice.</String>
|
||||
<String id="110002"><Font color="#038bbe">&lt;Guild&gt;</FONT><BR>- /guildlist : View the guild list.<BR>- /ginvite [OO]: Invite OO to the guild.<BR>- /gquit : Leave the guild.<BR><Font color="#038bbe">&lt;Friend&gt;</FONT><BR>- /friendlist : View the friend list.<BR>- /friend [OO] : Add OO as a friend.<BR>- /block [OO] : Block OO.<BR>- /unblock [OO] : Unblock OO.<BR><Font color="#038bbe">&lt;Dueling&gt;</FONT><BR>- /duel [OO] : Challenge OO to a duel.<BR>- /yield : Concede the duel.<BR></String>
|
||||
<String id="110001"><Font color="#038bbe">&lt;Chat&gt;</FONT><BR>- /Say (/s): Chat to nearby players.<BR>- /Area (/a): Chatear en el canal de área.<BR>- /Trade (/t): Trade channel.<BR>- /Party (/p): Chat to your party.<BR>- /Raid (/ra) (/h): Chat to the raid.<BR>- /Whisper(/w) [OO]: Whisper OO privately.<BR>- /alliance (/f): Chat in your alliance's channel.<BR>- /echelon (/l): Chat in the alliance leadership channel.<BR>- /exarch (/x): Send an exarch notice. (Available only for exarchs.)<BR>- /notice (/n): Send a raid/party notice. (Available only for raid/party leaders.)<BR><Font color="#038bbe">&lt;Party&gt;</FONT><BR>- /invite [OO]: Invite OO to your party.<BR>- /drop: Leave the party.<BR>- /kick [OO]: Kick OO from your party. <BR>- /disband: Disband your party.<BR>- /leader [OO]: Make OO the party leader.<BR>- /lfg (/u) : Post Looking for Group message.<BR>- /notice(/n): Party leader message to take notice.</String>
|
||||
<String id="110002"><Font color="#038bbe">&lt;Gremio&gt;</FONT><BR>- /guildlist : View the guild list.<BR>- /ginvite [OO]: Invite OO to the guild.<BR>- /gquit : Leave the guild.<BR><Font color="#038bbe">&lt;Friend&gt;</FONT><BR>- /friendlist : View the friend list.<BR>- /friend [OO] : Add OO as a friend.<BR>- /block [OO] : Block OO.<BR>- /unblock [OO] : Unblock OO.<BR><Font color="#038bbe">&lt;Dueling&gt;</FONT><BR>- /duel [OO] : Challenge OO to a duel.<BR>- /yield : Concede the duel.<BR></String>
|
||||
<String id="110003"><Font color="#038bbe">&lt;Chat channels&gt;</FONT><BR>- /make [channel] [nnnn] : Create a private chat channel (up to 8 letters) with a 4-digit numerical password.<BR>- /chat [channel] [nnnn] : Join the [channel] private chat.<BR>- /leave [channel] : Leave the named channel.<BR>- /1 : Chat in your first private chat channel.<BR><Font color="#038bbe">&lt;Misc.&gt;</FONT><BR>- /follow [OO] : Follow OO.<BR>- /roll [x] : Roll a random number from 1-x.<BR>- /reset : Reset all instance dungeons.<BR>- Ctrl + Z : Hide/show all game UI.<BR></String>
|
||||
<String id="110101"><Font color="#038bbe">&lt;Emotes&gt;</FONT><BR>- /hi /hello /wave<BR>- /bow /greet /formal<BR>- /happy /laugh /lol<BR>- /sad /cry /sob<BR>- /win /cheer /victory<BR>- /dance<BR>- /taunt /bringit /comeon<BR>- /clap /applaud<BR>- /beg /sorry<BR>- /think /ponder /hmm<BR>- /love<BR>- /charge /attack<BR>- /point /there<BR></String>
|
||||
<String id="110102"><BR>- /shy /blush<BR>- /mad /angry /anger<BR>- /sit<BR>- /em [message]: Follow /e with a message to chat.</String>
|
||||
|
@ -1,10 +1,10 @@
|
||||
<StrSheet_HuntingZoneEvent xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://vezel.dev/novadrop/dc/StrSheet_HuntingZoneEvent StrSheet_HuntingZoneEvent.xsd" xmlns="https://vezel.dev/novadrop/dc/StrSheet_HuntingZoneEvent">
|
||||
<String id="0" string="Increased drop rate" />
|
||||
<String id="1" string="Speeds instance cooldown" />
|
||||
<String id="2" string="Increased instance entry" />
|
||||
<String id="3" string="Increased dropped gold" />
|
||||
<String id="4" string="Increased XP" />
|
||||
<String id="5" string="Increased enchanted item drop rate" />
|
||||
<String id="6" string="Increased battleground credits" />
|
||||
<String id="7" string="Increased enchant success rate" />
|
||||
<String id="0" string="Tasa de caída incrementada" />
|
||||
<String id="1" string="Aceleración del enfriamiento de instancias" />
|
||||
<String id="2" string="Entrada de instancias aumentada" />
|
||||
<String id="3" string="Tasa de caída de oro incrementada" />
|
||||
<String id="4" string="Tasa de experiencia incrementada" />
|
||||
<String id="5" string="Tasa de caída de artículos encantados incrementada" />
|
||||
<String id="6" string="Tasa de créditos del Campo de Batalla incrementada" />
|
||||
<String id="7" string="Tasa de probabilidad de mejora incrementada" />
|
||||
</StrSheet_HuntingZoneEvent>
|
||||
|
@ -6,6 +6,6 @@
|
||||
<String id="5" string="Battlegrounds" />
|
||||
<String id="6" string="Allemantheia" />
|
||||
<String id="7" string="Cutthroat Harbor" />
|
||||
<String id="8" string="Alliance" />
|
||||
<String id="8" string="Alianza" />
|
||||
<String id="9" string="Vanguard Initiative" />
|
||||
</StrSheet_NPCGuildGroup>
|
||||
|
@ -10,7 +10,7 @@
|
||||
<String string="Bajo" readableId="SMT_OPTION_LOW" />
|
||||
<String string="Off" readableId="SMT_OPTION_OFF" />
|
||||
<String string="Perfil" readableId="SMT_MENU_MYINFO" />
|
||||
<String string="Habilitades" readableId="SMT_MENU_SKILLBOOK" />
|
||||
<String string="Habilidades" readableId="SMT_MENU_SKILLBOOK" />
|
||||
<String string="Diario de Misiones" readableId="SMT_MENU_QUEST_JOURNAL" />
|
||||
<String string="Inventario" readableId="SMT_MENU_INVENTORY" />
|
||||
<String string="Mapa" readableId="SMT_MENU_WORLD_MAP" />
|
||||
@ -18,18 +18,18 @@
|
||||
<String string="Mapa" readableId="SMT_MENU_MAP" />
|
||||
<String string="Actividades" readableId="SMT_MENU_LIFE" />
|
||||
<String string="Social" readableId="SMT_MENU_COMMUNITY" />
|
||||
<String string="TERA Shop" readableId="SMT_MENU_INGAMESTORE" />
|
||||
<String string="Tienda TERA" readableId="SMT_MENU_INGAMESTORE" />
|
||||
<String string="Acceso Web" readableId="SMT_MENU_WEB_SERVICE" />
|
||||
<String string="TERA Shop" readableId="SMT_MENU_STORE" />
|
||||
<String string="Tienda TERA" readableId="SMT_MENU_STORE" />
|
||||
<String string="Opciones" readableId="SMT_MENU_SYSTEM_OPTION" />
|
||||
<String string="Cerrar Sesión" readableId="SMT_MENU_EXIT" />
|
||||
<String string="Gremio" readableId="SMT_MENU_GUILD_LIST" />
|
||||
<String string="Amigos" readableId="SMT_MENU_FRIEND_LIST" />
|
||||
<String string="Teletransporte" readableId="SMT_MENU_TELEPORT" />
|
||||
<String string="Canal" readableId="SMT_MENU_CHANNEL" />
|
||||
<String string="Battle Group Info" readableId="SMT_MENU_BF_TEAM_INFO" />
|
||||
<String string="Battle Group List" readableId="SMT_MENU_BF_TEAM_LIST" />
|
||||
<String string="Battleground Info" readableId="SMT_MENU_BF_ADMISSION" />
|
||||
<String string="Información del Grupo de Batalla" readableId="SMT_MENU_BF_TEAM_INFO" />
|
||||
<String string="Lista de Grupos de Batalla" readableId="SMT_MENU_BF_TEAM_LIST" />
|
||||
<String string="Información Campo de Batalla" readableId="SMT_MENU_BF_ADMISSION" />
|
||||
<String string="Gestión de Préstamos" readableId="SMT_MENU_LOAN_LIST" />
|
||||
<String string="Artesanía" readableId="SMT_MENU_ARTISAN" />
|
||||
<String string="Extracción" readableId="SMT_MENU_EXTRACT" />
|
||||
|
@ -1,8 +1,8 @@
|
||||
<StrSheet_ServantSkill xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://vezel.dev/novadrop/dc/StrSheet_ServantSkill StrSheet_ServantSkill.xsd" xmlns="https://vezel.dev/novadrop/dc/StrSheet_ServantSkill">
|
||||
<String id="1" name="Emote" tooltip="Te muestra afecto." />
|
||||
<String id="2" name="Bolsillo para Mascotas" tooltip="Te permite acceder a una pestaña de almacenamiento especial." />
|
||||
<String id="4" name="Auto-Loot" tooltip="Recoge todos los objetos a tu alrededor." />
|
||||
<String id="8" name="Auto-Gather" tooltip="Recoge materiales cercanos de mineral, fibra y esencia en tu inventario." />
|
||||
<String id="4" name="Auto-Botín" tooltip="Recoge todos los objetos a tu alrededor." />
|
||||
<String id="8" name="Auto-Recolector" tooltip="Recoge materiales cercanos de mineral, fibra y esencia en tu inventario." />
|
||||
<String id="16" name="Habilidad" tooltip="Te da un buff." />
|
||||
<String id="32" name="Auto-Collect Gold" tooltip="Recoge todo el oro a tu alrededor." />
|
||||
<String id="32" name="Auto-Recolector de Oro" tooltip="Recoge todo el oro a tu alrededor." />
|
||||
</StrSheet_ServantSkill>
|
||||
|
@ -2,14 +2,14 @@
|
||||
<String id="0" string="General" />
|
||||
<String id="1" string="Especial" />
|
||||
<String id="16" string="Hola" />
|
||||
<String id="17" string="Inclinarse" />
|
||||
<String id="17" string="Reverencia" />
|
||||
<String id="18" string="Triste" />
|
||||
<String id="19" string="Feliz" />
|
||||
<String id="20" string="Victoria" />
|
||||
<String id="21" string="Bailar" />
|
||||
<String id="22" string="Taunt" />
|
||||
<String id="23" string="Aplaude" />
|
||||
<String id="24" string="Beg" />
|
||||
<String id="22" string="Burlarse" />
|
||||
<String id="23" string="Aplaudir" />
|
||||
<String id="24" string="Suplica" />
|
||||
<String id="25" string="Piensa" />
|
||||
<String id="26" string="Amor" />
|
||||
<String id="27" string="Ataca" />
|
||||
@ -18,8 +18,8 @@
|
||||
<String id="30" string="Enojado" />
|
||||
<String id="38" string="Sentarse" />
|
||||
<String id="39" string="Ponerse de pie" />
|
||||
<String id="43" string="Servant's Bow" />
|
||||
<String id="44" string="Kitchen Dance" />
|
||||
<String id="43" string="Reverencia" />
|
||||
<String id="44" string="Baile en la Cocina" />
|
||||
<String id="45" string="Asentarse" />
|
||||
<String id="46" string="Paz" />
|
||||
<String id="47" string="Asentarse" />
|
||||
|
Reference in New Issue
Block a user