mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-26 10:44:43 +02:00
Merging TfT_02's branch in.
This commit is contained in:
@ -14,51 +14,119 @@
|
||||
###
|
||||
Skills:
|
||||
General:
|
||||
# This setting will determine when the length of every ability gets longer with 1 second
|
||||
Ability_IncreaseLevel: 50
|
||||
#
|
||||
# Settings for Acrobatics
|
||||
###
|
||||
Acrobatics:
|
||||
# Dodge_ChanceMax: Maximum chance of dodging when on Dodge_MaxBonusLevel or higher
|
||||
# Dodge_MaxBonusLevel: On this level or higher, the dodge chance will not go higher than Dodge_ChanceMax
|
||||
Dodge_ChanceMax: 20
|
||||
Dodge_MaxBonusLevel: 800
|
||||
|
||||
# Roll_ChanceMax: Maximum chance of rolling when on Roll_MaxBonusLevel or higher
|
||||
# Roll_MaxBonusLevel: On this level or higher, the roll chance will not go higher than Roll_ChanceMax
|
||||
Roll_ChanceMax: 100
|
||||
Roll_MaxBonusLevel: 1000
|
||||
|
||||
# GracefulRoll_ChanceMax: Maximum chance of graceful rolling when on GracefulRoll_MaxBonusLevel or higher
|
||||
# GracefulRoll_MaxBonusLevel: On this level or higher, the graceful roll chance will not go higher than GracefulRoll_ChanceMax
|
||||
GracefulRoll_ChanceMax: 100
|
||||
GracefulRoll_MaxBonusLevel: 500
|
||||
|
||||
# Amount of experience for performing a dodge, roll or fall
|
||||
Dodge_XP_Modifier: 120
|
||||
Roll_XP_Modifier: 80
|
||||
Fall_XP_Modifier: 120
|
||||
#
|
||||
# Settings for Archery
|
||||
###
|
||||
Archery:
|
||||
# SkillShot_IncreaseLevel: Every "SkillShot_IncreaseLevel" the skillshot bonus will go up by "SkillShot_IncreasePercentage"
|
||||
# SkillShot_IncreasePercentage: This is a percentage value, 0.1 = 10%
|
||||
# SkillShot_MaxBonus: When the SkillShot_MaxBonus has been reached, the bonus percentage will not go up anymore. 2.0 = 200%
|
||||
SkillShot_IncreaseLevel: 50
|
||||
SkillShot_IncreasePercentage: 0.1D
|
||||
SkillShot_MaxBonus: 2.0D
|
||||
|
||||
# Daze_MaxChance: Maximum chance of causing daze to opponents
|
||||
# Daze_MaxBonusLevel: Maximum bonus level of Daze, when a player reaches this level his chance of causing a daze will be "Daze_MaxChance"
|
||||
# Daze_Modifier: Extra damage for arrows that cause a daze (2 damage = 1 heart)
|
||||
Daze_MaxChance: 50
|
||||
Daze_MaxBonusLevel: 1000
|
||||
Daze_Modifier: 4
|
||||
|
||||
# Retrieve_MaxBonus: Maximum chance or retrieving arrows
|
||||
# Retrieve_MaxBonusLevel: Maximum bonus level for Arrow retrieval, at this level the chance of retrieving arrows from mobs is Retrieve_MaxBonus
|
||||
Retrieve_MaxBonus: 100
|
||||
Retrieve_MaxBonusLevel: 1000
|
||||
#
|
||||
# Settings for Axes
|
||||
###
|
||||
Axes:
|
||||
# DamageIncrease_MaxBonus: Maximum bonus damage
|
||||
# DamageIncrease_MaxBonusLevel: Level where the maximum bonus is reached
|
||||
DamageIncrease_MaxBonus: 4
|
||||
DamageIncrease_MaxBonusLevel: 200
|
||||
|
||||
# AxesCritical_MaxChance: Maximum chance of causing a critical hit
|
||||
# AxesCritical_MaxBonusLevel: Level where the maximum chance of causing critical hits is reached
|
||||
AxesCritical_MaxChance: 37.50
|
||||
AxesCritical_MaxBonusLevel: 750
|
||||
|
||||
# Damage modifier of critical hits for PVP / PVE, when causing a critical hit the damage gets multiplied by the modifier
|
||||
AxesCritical_PVP_Modifier: 1.5
|
||||
AxesCritical_PVE_Modifier: 2
|
||||
|
||||
# GreaterImpact_Chance: Chance of hitting with GreaterImpact, knocksbacks mobs
|
||||
# GreaterImpact_KnockbackModifier: Velocity modifier of GreaterImpact hits, this determines how great the knockback is
|
||||
# GreaterImpact_BonusDamage: Extra damage for GreaterImpact hits
|
||||
GreaterImpact_Chance: 25
|
||||
GreaterImpact_KnockbackModifier: 1.5
|
||||
GreaterImpact_BonusDamage: 2
|
||||
|
||||
# ArmorImpact_IncreaseLevel: Every "IncreaseLevel" the durability damage goes up with 1
|
||||
# ArmorImpact_MaxPercentageDurabilityDamage: Durability damage cap for ArmorImpact, 20% means that you can never destroy a piece of armor in less than 5 hits
|
||||
ArmorImpact_IncreaseLevel: 50
|
||||
ArmorImpact_MaxPercentageDurabilityDamage: 20
|
||||
#
|
||||
# Settings for Fishing
|
||||
###
|
||||
Fishing:
|
||||
# Shake_UnlockLevel: Fishing level when the Shake ability unlocks
|
||||
Shake_UnlockLevel: 150
|
||||
|
||||
# Enchantment_Chance: Chance of getting fishing treasure with enchantments
|
||||
Enchantment_Chance: 10
|
||||
#
|
||||
# Settings for Herbalism
|
||||
###
|
||||
Herbalism:
|
||||
# This determines when Farmersdiet and Fishermans diet add extra hunger recovery to food
|
||||
Food_RankChange: 200
|
||||
|
||||
# GreenThumb_StageChange: Level value when the GreenThumb stage level goes up
|
||||
# GreenThumb_ChanceMax: Maximum chance of GreenThumb
|
||||
# GreenThumb_MaxBonusLevel: On this level, greenthumb chance will be GreenThumb_ChanceMax
|
||||
GreenThumb_StageChange: 200
|
||||
GreenThumb_ChanceMax: 100
|
||||
GreenThumb_MaxBonusLevel: 1500
|
||||
|
||||
# DoubleDrops_ChanceMax: Maximum chance of receiving double drops
|
||||
# DoubleDrops_MaxBonusLevel: Level when the maximum chance of receiving double drops is reached
|
||||
DoubleDrops_ChanceMax: 100
|
||||
DoubleDrops_MaxBonusLevel: 1000
|
||||
#
|
||||
# Settings for Mining
|
||||
###
|
||||
Mining:
|
||||
# DoubleDrops_ChanceMax: Maximum chance of receiving double drops
|
||||
# DoubleDrops_MaxBonusLevel: Level when the maximum chance of receiving double drops is reached
|
||||
DoubleDrops_ChanceMax: 100
|
||||
DoubleDrops_MaxBonusLevel: 1000
|
||||
|
||||
# BlastMining rank unlocks
|
||||
BlastMining_Rank1: 125
|
||||
BlastMining_Rank2: 250
|
||||
BlastMining_Rank3: 375
|
||||
|
@ -248,6 +248,7 @@ Swords.Skills.SS.On=[[GREEN]]**HROZIVY UTOK BYL AKTIVOVAN**
|
||||
Swords.Skills.SS.Refresh=[[GREEN]]Tvoje schopnost [[YELLOW]]Serrated Strikes [[GREEN]]je obnovena!
|
||||
Swords.Skills.SS.Other.Off=[[RED]]Hrozivy utok[[GREEN]] byl deaktivovan [[YELLOW]]{0}
|
||||
Swords.Skills.SS.Other.On=[[GREEN]]{0}[[DARK_GREEN]] pouzil [[RED]]Hrozivy utok!
|
||||
Swords.Skillup=[[YELLOW]]Swords skill increased by {0}. Total ({1})
|
||||
Swords.SS.Length=[[RED]]Serrated Strikes Length: [[YELLOW]]{0}s
|
||||
|
||||
#TAMING
|
||||
@ -398,6 +399,7 @@ Commands.Party.Teleport=<hrac> [[RED]]- Teleport ke clenovi party
|
||||
Commands.Party.Toggle=[[RED]]- Toggle Party Chat
|
||||
Commands.Party=<party-name> [[RED]]- Create/Join designated party
|
||||
Commands.PowerLevel.Leaderboard=[[YELLOW]]--mcMMO[[BLUE]] Rebricek [[YELLOW]]Celkovych levelu--
|
||||
Commands.PowerLevel.Capped=[[DARK_RED]]POWER LEVEL: [[GREEN]]{0} [[DARK_RED]]MAX LEVEL: [[YELLOW]]{1}
|
||||
Commands.PowerLevel=[[DARK_RED]]CELKOVY LEVEL: [[GREEN]]{0}
|
||||
Commands.Skill.Invalid=[[RED]]Neplatny nazev dovednosti!
|
||||
Commands.Skill.Leaderboard=[[YELLOW]]--mcMMO [[BLUE]]{0}[[YELLOW]] Leaderboard--
|
||||
@ -450,7 +452,7 @@ Commands.XPGain.Repair=Opravovani
|
||||
Commands.XPGain.Swords=Zabijenim monster.
|
||||
Commands.XPGain.Taming=Ochoceni zvirat nebo boj s vlky
|
||||
Commands.XPGain.Unarmed=Zabijenim monster.
|
||||
Commands.XPGain.WoodCutting=Kaceni stromu
|
||||
Commands.XPGain.Woodcutting=Kaceni stromu
|
||||
Commands.XPGain=[[DARK_GRAY]]Zisk dovednosti: [[WHITE]]{0}
|
||||
Commands.xplock.locked=[[GOLD]]Tvuj XP bar byl uzamcen na {0}!
|
||||
Commands.xplock.unlocked=[[GOLD]]Tvuj XP bar je nyni [[GREEN]]ODEMCEN[[GOLD]]!
|
||||
@ -512,6 +514,7 @@ Perks.xp.desc=Receive {0}x XP.
|
||||
Perks.lucky.name=Luck
|
||||
Perks.lucky.desc=Gives {0} skills and abilities a 33.3% better chance to activate.
|
||||
Perks.lucky.desc.login=Gives certain skills and abilities a 33.3% better chance to activate.
|
||||
Perks.lucky.bonus=[[GOLD]] ({0}% with Lucky Perk)
|
||||
Perks.cooldowns.name=Fast Recovery
|
||||
Perks.cooldowns.desc=Cuts cooldown duration by {0}.
|
||||
Perks.activationtime.name=Endurance
|
||||
|
@ -247,6 +247,7 @@ Swords.Skills.SS.On=[[GREEN]] ** Streiciau danheddog actifadu **
|
||||
Swords.Skills.SS.Refresh=[[GREEN]]Your [[YELLOW]]Serrated Strikes [[GREEN]]ability is refreshed!
|
||||
Swords.Skills.SS.Other.Off=[[RED]] Streiciau danheddog [[GREEN]] wedi gwisgo i ffwrdd ar gyfer [[YELLOW]] {0}
|
||||
Swords.Skills.SS.Other.On=[[GREEN]] {0} [[DARK_GREEN]] wedi defnyddio [[RED]] Streiciau danheddog!
|
||||
Swords.Skillup=[[YELLOW]]Swords skill increased by {0}. Total ({1})
|
||||
Swords.SS.Length=[[RED]]Serrated Strikes Length: [[YELLOW]]{0}s
|
||||
|
||||
#TAMING
|
||||
@ -397,6 +398,7 @@ Commands.Party.Teleport=<player> [[RED]]- Teleport to party member
|
||||
Commands.Party.Toggle=[[RED]]- Toggle Party Chat
|
||||
Commands.Party=<party-name> [[RED]]- Create/Join designated party
|
||||
Commands.PowerLevel.Leaderboard=[[YELLOW]] - mcMMO [[GLAS]] Lefel P\u0175er [[YELLOW]] Arweinwyr--
|
||||
Commands.PowerLevel.Capped=[[DARK_RED]]POWER LEVEL: [[GREEN]]{0} [[DARK_RED]]MAX LEVEL: [[YELLOW]]{1}
|
||||
Commands.PowerLevel=[[DARK RED]] LEFEL POWER: [[GREEN]] {0}
|
||||
Commands.Skill.Invalid=[[RED]]That is not a valid skillname!
|
||||
Commands.Skill.Leaderboard=[[YELLOW]]--mcMMO [[BLUE]]{0}[[YELLOW]] Leaderboard--
|
||||
@ -449,7 +451,7 @@ Commands.XPGain.Repair=Repairing
|
||||
Commands.XPGain.Swords=Angenfilod ymosod
|
||||
Commands.XPGain.Taming=Anifeiliaid Taming, neu ymladd \u00e2\'ch bleiddiaid
|
||||
Commands.XPGain.Unarmed=Attacking Monsters
|
||||
Commands.XPGain.WoodCutting=Chopping down trees
|
||||
Commands.XPGain.Woodcutting=Chopping down trees
|
||||
Commands.XPGain=[[DARK_GRAY]] Cael Profiad: [[GWYN]] {0}
|
||||
Commands.xplock.locked=[[GOLD]]Your XP BAR is now locked to {0}!
|
||||
Commands.xplock.unlocked=[[GOLD]]Your XP BAR is now [[GREEN]]UNLOCKED[[GOLD]]!
|
||||
@ -511,6 +513,7 @@ Perks.xp.desc=Receive {0}x XP.
|
||||
Perks.lucky.name=Luck
|
||||
Perks.lucky.desc=Gives {0} skills and abilities a 33.3% better chance to activate.
|
||||
Perks.lucky.desc.login=Gives certain skills and abilities a 33.3% better chance to activate.
|
||||
Perks.lucky.bonus=[[GOLD]] ({0}% with Lucky Perk)
|
||||
Perks.cooldowns.name=Fast Recovery
|
||||
Perks.cooldowns.desc=Cuts cooldown duration by {0}.
|
||||
Perks.activationtime.name=Endurance
|
||||
|
@ -248,6 +248,7 @@ Swords.Skills.SS.On=[[GREEN]]**SERRATED STRIKES ACTIVATED**
|
||||
Swords.Skills.SS.Refresh=[[GREEN]]Your [[YELLOW]]Serrated Strikes [[GREEN]]ability is refreshed!
|
||||
Swords.Skills.SS.Other.Off=[[RED]]Serrated Strikes[[GREEN]] has worn off for [[YELLOW]]{0}
|
||||
Swords.Skills.SS.Other.On=[[GREEN]]{0}[[DARK_GREEN]] has used [[RED]]Serrated Strikes!
|
||||
Swords.Skillup=[[YELLOW]]Swords skill increased by {0}. Total ({1})
|
||||
Swords.SS.Length=[[RED]]Serrated Strikes Length: [[YELLOW]]{0}s
|
||||
|
||||
#TAMING
|
||||
@ -398,6 +399,7 @@ Commands.Party.Teleport=<player> [[RED]]- Teleport to party member
|
||||
Commands.Party.Toggle=[[RED]]- Toggle Party Chat
|
||||
Commands.Party=<party-name> [[RED]]- Create/Join designated party
|
||||
Commands.PowerLevel.Leaderboard=[[YELLOW]]--mcMMO[[BLUE]] Power Level [[YELLOW]]Leaderboard--
|
||||
Commands.PowerLevel.Capped=[[DARK_RED]]POWER LEVEL: [[GREEN]]{0} [[DARK_RED]]MAX LEVEL: [[YELLOW]]{1}
|
||||
Commands.PowerLevel=[[DARK_RED]]POWER LEVEL: [[GREEN]]{0}
|
||||
Commands.Skill.Invalid=[[RED]]That is not a valid skillname!
|
||||
Commands.Skill.Leaderboard=[[YELLOW]]--mcMMO [[BLUE]]{0}[[YELLOW]] Leaderboard--
|
||||
@ -450,7 +452,7 @@ Commands.XPGain.Repair=Repairing
|
||||
Commands.XPGain.Swords=Attacking Monsters
|
||||
Commands.XPGain.Taming=Dyret\u00e6mning, eller kamp m/ dine ulve
|
||||
Commands.XPGain.Unarmed=Attacking Monsters
|
||||
Commands.XPGain.WoodCutting=Chopping down trees
|
||||
Commands.XPGain.Woodcutting=Chopping down trees
|
||||
Commands.XPGain=[[DARK_GRAY]]XP FORTJENST: [[WHITE]]{0}
|
||||
Commands.xplock.locked=[[GOLD]]Your XP BAR is now locked to {0}!
|
||||
Commands.xplock.unlocked=[[GOLD]]Your XP BAR is now [[GREEN]]UNLOCKED[[GOLD]]!
|
||||
@ -512,6 +514,7 @@ Perks.xp.desc=Receive {0}x XP.
|
||||
Perks.lucky.name=Luck
|
||||
Perks.lucky.desc=Gives {0} skills and abilities a 33.3% better chance to activate.
|
||||
Perks.lucky.desc.login=Gives certain skills and abilities a 33.3% better chance to activate.
|
||||
Perks.lucky.bonus=[[GOLD]] ({0}% with Lucky Perk)
|
||||
Perks.cooldowns.name=Fast Recovery
|
||||
Perks.cooldowns.desc=Cuts cooldown duration by {0}.
|
||||
Perks.activationtime.name=Endurance
|
||||
|
@ -249,6 +249,7 @@ Swords.Skills.SS.On=[[GREEN]]**GEZAHNTE TREFFER AKTIVIERT**
|
||||
Swords.Skills.SS.Refresh=[[GREEN]]Your [[YELLOW]]Serrated Strikes [[GREEN]]ability is refreshed!
|
||||
Swords.Skills.SS.Other.Off=[[RED]]Serrated Strikes[[GREEN]] has worn off for [[YELLOW]]{0}
|
||||
Swords.Skills.SS.Other.On=[[GREEN]]{0}[[DARK_GREEN]] has used [[RED]]Serrated Strikes!
|
||||
Swords.Skillup=[[YELLOW]]Swords skill increased by {0}. Total ({1})
|
||||
Swords.SS.Length=[[RED]]Serrated Strikes Length: [[YELLOW]]{0}s
|
||||
|
||||
#TAMING
|
||||
@ -399,6 +400,7 @@ Commands.Party.Teleport=<player> [[RED]]- Teleport to party member
|
||||
Commands.Party.Toggle=[[RED]]- Toggle Party Chat
|
||||
Commands.Party=<party-name> [[RED]]- Create/Join designated party
|
||||
Commands.PowerLevel.Leaderboard=[[YELLOW]]--mcMMO[[BLUE]] Macht [[YELLOW]]Rangliste--
|
||||
Commands.PowerLevel.Capped=[[DARK_RED]]POWER LEVEL: [[GREEN]]{0} [[DARK_RED]]MAX LEVEL: [[YELLOW]]{1}
|
||||
Commands.PowerLevel=[[DARK_RED]]POWER LEVEL: [[GREEN]]{0} slightly below 9000
|
||||
Commands.Skill.Invalid=[[RED]]That is not a valid skillname!
|
||||
Commands.Skill.Leaderboard=[[YELLOW]]--mcMMO [[BLUE]]{0}[[YELLOW]] Leaderboard--
|
||||
@ -451,7 +453,7 @@ Commands.XPGain.Repair=Repairing
|
||||
Commands.XPGain.Swords=Monster angreifen
|
||||
Commands.XPGain.Taming=Tierz\u00e4hmung oder Kampf mit W\u00f6lfen
|
||||
Commands.XPGain.Unarmed=Monster angreifen
|
||||
Commands.XPGain.WoodCutting=Chopping down trees
|
||||
Commands.XPGain.Woodcutting=Chopping down trees
|
||||
Commands.XPGain=[[DARK_GRAY]]XP Gewinn: [[WHITE]]{0}
|
||||
Commands.xplock.locked=[[YELLOW]]Deine XP BAR ist nun auf {0} gesperrt!
|
||||
Commands.xplock.unlocked=[[YELLOW]]Deine XP BAR ist nun wieder [[GREEN]]FREIGEGEBEN[[YELLOW]]!
|
||||
@ -513,6 +515,7 @@ Perks.xp.desc=Receive {0}x XP.
|
||||
Perks.lucky.name=Luck
|
||||
Perks.lucky.desc=Gives {0} skills and abilities a 33.3% better chance to activate.
|
||||
Perks.lucky.desc.login=Gives certain skills and abilities a 33.3% better chance to activate.
|
||||
Perks.lucky.bonus=[[GOLD]] ({0}% with Lucky Perk)
|
||||
Perks.cooldowns.name=Fast Recovery
|
||||
Perks.cooldowns.desc=Cuts cooldown duration by {0}.
|
||||
Perks.activationtime.name=Endurance
|
||||
|
@ -112,7 +112,7 @@ Fishing.Effect.4=Shake (vs. Entities)
|
||||
Fishing.Effect.5=Shake items off of mobs w/ fishing pole
|
||||
Fishing.Effect.6=Fisherman's Diet
|
||||
Fishing.Effect.7=Improves hunger restored from fished foods
|
||||
Fishing.Enchant.Chance=[[RED]]Magic Hunter Chance: [[YELLOW]]{0}%
|
||||
Fishing.Enchant.Chance=[[RED]]Magic Hunter Chance: [[YELLOW]]{0}
|
||||
Fishing.ItemFound=[[GRAY]]Treasure found!
|
||||
Fishing.Listener=Fishing:
|
||||
Fishing.MagicFound=[[GRAY]]You feel a touch of magic with this catch...
|
||||
@ -473,7 +473,7 @@ Commands.XPGain.Repair=Repairing
|
||||
Commands.XPGain.Swords=Attacking Monsters
|
||||
Commands.XPGain.Taming=Animal Taming, or combat w/ your wolves
|
||||
Commands.XPGain.Unarmed=Attacking Monsters
|
||||
Commands.XPGain.WoodCutting=Chopping down trees
|
||||
Commands.XPGain.Woodcutting=Chopping down trees
|
||||
Commands.XPGain=[[DARK_GRAY]]XP GAIN: [[WHITE]]{0}
|
||||
Commands.xplock.locked=[[GOLD]]Your XP BAR is now locked to {0}!
|
||||
Commands.xplock.unlocked=[[GOLD]]Your XP BAR is now [[GREEN]]UNLOCKED[[GOLD]]!
|
||||
@ -535,6 +535,7 @@ Perks.xp.desc=Receive {0}x XP.
|
||||
Perks.lucky.name=Luck
|
||||
Perks.lucky.desc=Gives {0} skills and abilities a 33.3% better chance to activate.
|
||||
Perks.lucky.desc.login=Gives certain skills and abilities a 33.3% better chance to activate.
|
||||
Perks.lucky.bonus=[[GOLD]] ({0}% with Lucky Perk)
|
||||
Perks.cooldowns.name=Fast Recovery
|
||||
Perks.cooldowns.desc=Cuts cooldown duration by {0}.
|
||||
Perks.activationtime.name=Endurance
|
||||
|
@ -249,6 +249,7 @@ Swords.Skills.SS.On=[[GREEN]]**ATAQUE DENTADO ACTIVADO**
|
||||
Swords.Skills.SS.Refresh=[[GREEN]]\u00a1Tu habilidad de [[YELLOW]]Golpe Dentado [[GREEN]]fue refrescada!
|
||||
Swords.Skills.SS.Other.Off=[[RED]]Ataque Dentado[[GREEN]] le ha expirado a [[YELLOW]]{0}
|
||||
Swords.Skills.SS.Other.On=[[GREEN]]\u00a1{0}[[DARK_GREEN]] us\u00f3 [[RED]]Ataque Dentado!
|
||||
Swords.Skillup=[[YELLOW]]Swords skill increased by {0}. Total ({1})
|
||||
Swords.SS.Length=[[RED]]Duraci\u00f3n del Ataque Dentado: [[YELLOW]]{0}s
|
||||
|
||||
#TAMING
|
||||
@ -399,6 +400,7 @@ Commands.Party.Teleport=<jugador> [[RED]]- Teletransportarse al miembro del grup
|
||||
Commands.Party.Toggle=[[RED]]- Alternar chat de grupo
|
||||
Commands.Party=<nombre del grupo> [[RED]]- Crear/Unirse al grupo elegido
|
||||
Commands.PowerLevel.Leaderboard=[[YELLOW]]--mcMMO-- Tabla de L\u00edderes: [[BLUE]]Nivel de Poder
|
||||
Commands.PowerLevel.Capped=[[DARK_RED]]POWER LEVEL: [[GREEN]]{0} [[DARK_RED]]MAX LEVEL: [[YELLOW]]{1}
|
||||
Commands.PowerLevel=[[DARK_RED]]NIVEL DE PODER: [[GREEN]]{0}
|
||||
Commands.Skill.Invalid=[[RED]]\u00a1Esa no es una habilidad v\u00e1lida!
|
||||
Commands.Skill.Leaderboard=[[YELLOW]]--mcMMO-- Tabla de L\u00edderes: [[BLUE]]{0}
|
||||
@ -451,7 +453,7 @@ Commands.XPGain.Repair=Reparando
|
||||
Commands.XPGain.Swords=Atacando a Monstruos
|
||||
Commands.XPGain.Taming=Domando animales, o combatiendo con tus lobos
|
||||
Commands.XPGain.Unarmed=Atacando a Monstruos
|
||||
Commands.XPGain.WoodCutting=Talando \u00e1rboles
|
||||
Commands.XPGain.Woodcutting=Talando \u00e1rboles
|
||||
Commands.XPGain=[[DARK_GRAY]]OBTENCI\u00d3N DE EXPERIENCIA: [[WHITE]]{0}
|
||||
Commands.xplock.locked=[[GOLD]]Tu BARRA DE EXP esta bloqueada a {0}!
|
||||
Commands.xplock.unlocked=[[GOLD]]Tu BARRA DE EXP esta ahora [[GREEN]]DESBLOQUEADA[[GOLD]]!
|
||||
@ -513,6 +515,7 @@ Perks.xp.desc=Receive {0}x XP.
|
||||
Perks.lucky.name=Luck
|
||||
Perks.lucky.desc=Gives {0} skills and abilities a 33.3% better chance to activate.
|
||||
Perks.lucky.desc.login=Gives certain skills and abilities a 33.3% better chance to activate.
|
||||
Perks.lucky.bonus=[[GOLD]] ({0}% with Lucky Perk)
|
||||
Perks.cooldowns.name=Fast Recovery
|
||||
Perks.cooldowns.desc=Cuts cooldown duration by {0}.
|
||||
Perks.activationtime.name=Endurance
|
||||
|
@ -249,6 +249,7 @@ Swords.Skills.SS.On=[[GREEN]]**SERRATED STRIKES ACTIVATED**
|
||||
Swords.Skills.SS.Refresh=[[GREEN]]Your [[YELLOW]]Serrated Strikes [[GREEN]]ability is refreshed!
|
||||
Swords.Skills.SS.Other.Off=[[RED]]Serrated Strikes[[GREEN]] has worn off for [[YELLOW]]{0}
|
||||
Swords.Skills.SS.Other.On=[[GREEN]]{0}[[DARK_GREEN]] has used [[RED]]Serrated Strikes!
|
||||
Swords.Skillup=[[YELLOW]]Swords skill increased by {0}. Total ({1})
|
||||
Swords.SS.Length=[[RED]]Serrated Strikes Length: [[YELLOW]]{0}s
|
||||
|
||||
#TAMING
|
||||
@ -399,6 +400,7 @@ Commands.Party.Teleport=<player> [[RED]]- Teleport to party member
|
||||
Commands.Party.Toggle=[[RED]]- Toggle Party Chat
|
||||
Commands.Party=<party-name> [[RED]]- Create/Join designated party
|
||||
Commands.PowerLevel.Leaderboard=[[YELLOW]]--mcMMO[[BLUE]] Power Level [[YELLOW]]Leaderboard--
|
||||
Commands.PowerLevel.Capped=[[DARK_RED]]POWER LEVEL: [[GREEN]]{0} [[DARK_RED]]MAX LEVEL: [[YELLOW]]{1}
|
||||
Commands.PowerLevel=[[DARK_RED]]POWER LEVEL: [[GREEN]]{0}
|
||||
Commands.Skill.Invalid=[[RED]]That is not a valid skillname!
|
||||
Commands.Skill.Leaderboard=[[YELLOW]]--mcMMO [[BLUE]]{0}[[YELLOW]] Leaderboard--
|
||||
@ -451,7 +453,7 @@ Commands.XPGain.Repair=Repairing
|
||||
Commands.XPGain.Swords=Attacking Monsters
|
||||
Commands.XPGain.Taming=Animal Taming, or combat w/ your wolves
|
||||
Commands.XPGain.Unarmed=Attacking Monsters
|
||||
Commands.XPGain.WoodCutting=Chopping down trees
|
||||
Commands.XPGain.Woodcutting=Chopping down trees
|
||||
Commands.XPGain=[[DARK_GRAY]]XP GAIN: [[WHITE]]{0}
|
||||
Commands.xplock.locked=[[GOLD]]Your XP BAR is now locked to {0}!
|
||||
Commands.xplock.unlocked=[[GOLD]]Your XP BAR is now [[GREEN]]UNLOCKED[[GOLD]]!
|
||||
@ -513,6 +515,7 @@ Perks.xp.desc=Receive {0}x XP.
|
||||
Perks.lucky.name=Luck
|
||||
Perks.lucky.desc=Gives {0} skills and abilities a 33.3% better chance to activate.
|
||||
Perks.lucky.desc.login=Gives certain skills and abilities a 33.3% better chance to activate.
|
||||
Perks.lucky.bonus=[[GOLD]] ({0}% with Lucky Perk)
|
||||
Perks.cooldowns.name=Fast Recovery
|
||||
Perks.cooldowns.desc=Cuts cooldown duration by {0}.
|
||||
Perks.activationtime.name=Endurance
|
||||
|
@ -249,6 +249,7 @@ Swords.Skills.SS.On=[[GREEN]]**ATTAQUE D\u00c9CHIRANTE ACTIV\u00c9E**
|
||||
Swords.Skills.SS.Refresh=[[GREEN]]Votre comp\u00e9tence [[YELLOW]]Attaque d\u00e9chirante [[GREEN]]est pr\u00eate !
|
||||
Swords.Skills.SS.Other.Off=[[RED]]Attaque d\u00e9chirante[[GREEN]] s\'est termin\u00e9 pour [[YELLOW]]{0}
|
||||
Swords.Skills.SS.Other.On=[[GREEN]]{0}[[DARK_GREEN]] a utilis\u00e9 [[RED]]Attaque d\u00e9chirante !
|
||||
Swords.Skillup=[[YELLOW]]Swords skill increased by {0}. Total ({1})
|
||||
Swords.SS.Length=[[RED]]Dur\u00e9e d\'Attaque d\u00e9chirante : [[YELLOW]]{0}s
|
||||
|
||||
#TAMING
|
||||
@ -399,6 +400,7 @@ Commands.Party.Teleport=<nom> [[RED]]- T\u00e9l\u00e9porte sur un membre du grou
|
||||
Commands.Party.Toggle=[[RED]]- Active / d\u00e9sactive le canal groupe
|
||||
Commands.Party=<nom> [[RED]]- Cr\u00e9e ou rejoint ce groupe
|
||||
Commands.PowerLevel.Leaderboard=[[YELLOW]]--Classement mcMMO ([[BLUE]]Niveau Global[[YELLOW]])--
|
||||
Commands.PowerLevel.Capped=[[DARK_RED]]POWER LEVEL: [[GREEN]]{0} [[DARK_RED]]MAX LEVEL: [[YELLOW]]{1}
|
||||
Commands.PowerLevel=[[DARK_RED]]NIVEAU GLOBAL : [[GREEN]]{0}
|
||||
Commands.Skill.Invalid=[[RED]]Ce talent n\'existe pas !
|
||||
Commands.Skill.Leaderboard=[[YELLOW]]--Classement mcMMO ([[BLUE]]{0}[[YELLOW]])--
|
||||
@ -451,7 +453,7 @@ Commands.XPGain.Repair=R\u00e9paration
|
||||
Commands.XPGain.Swords=Attaquer des monstres
|
||||
Commands.XPGain.Taming=Apprivoiser et combattre
|
||||
Commands.XPGain.Unarmed=Attaquer des monstres
|
||||
Commands.XPGain.WoodCutting=Couper des arbres
|
||||
Commands.XPGain.Woodcutting=Couper des arbres
|
||||
Commands.XPGain=[[DARK_GRAY]]GAIN D\'XP : [[WHITE]]{0}
|
||||
Commands.xplock.locked=[[GOLD]]Votre barre d\'XP est maintenant verrouill\u00e9e sur {0} !
|
||||
Commands.xplock.unlocked=[[GOLD]]Votre barre d\'XP est maintenant [[GREEN]]D\u00c9VERROUILL\u00c9E[[GOLD]] !!
|
||||
@ -513,6 +515,7 @@ Perks.xp.desc=Receive {0}x XP.
|
||||
Perks.lucky.name=Luck
|
||||
Perks.lucky.desc=Gives {0} skills and abilities a 33.3% better chance to activate.
|
||||
Perks.lucky.desc.login=Gives certain skills and abilities a 33.3% better chance to activate.
|
||||
Perks.lucky.bonus=[[GOLD]] ({0}% with Lucky Perk)
|
||||
Perks.cooldowns.name=Fast Recovery
|
||||
Perks.cooldowns.desc=Cuts cooldown duration by {0}.
|
||||
Perks.activationtime.name=Endurance
|
||||
|
@ -249,6 +249,7 @@ Swords.Skills.SS.On=[[GREEN]]**COLPI SEGHETTATI ATTIVATI**
|
||||
Swords.Skills.SS.Refresh=[[GREEN]]La tua capacit\u00e0 [[YELLOW]]Colpi Seghettati [[GREEN]]si \u00e8 rigenerata!
|
||||
Swords.Skills.SS.Other.Off=[[RED]]Colpi Seghettati[[GREEN]] si \u00e8 esaurito per [[YELLOW]]{0}
|
||||
Swords.Skills.SS.Other.On=[[GREEN]]{0}[[DARK_GREEN]] ha usato [[RED]]Colpi Seghettati!
|
||||
Swords.Skillup=[[YELLOW]]Swords skill increased by {0}. Total ({1})
|
||||
Swords.SS.Length=[[RED]]Durata di Colpi Seghettati: [[YELLOW]]{0}s
|
||||
|
||||
#TAMING
|
||||
@ -399,6 +400,7 @@ Commands.Party.Teleport=<giocatore> [[RED]]- Teletrasportati verso un membro del
|
||||
Commands.Party.Toggle=[[RED]]- Attiva o Disattiva la Chat di Compagnia
|
||||
Commands.Party=<nome-compagnia> [[RED]]- Crea/Unisciti alla compagnia scelta
|
||||
Commands.PowerLevel.Leaderboard=[[YELLOW]]--Classifica mcMMO dei [[BLUE]]Livelli di Potere[[YELLOW]]--
|
||||
Commands.PowerLevel.Capped=[[DARK_RED]]POWER LEVEL: [[GREEN]]{0} [[DARK_RED]]MAX LEVEL: [[YELLOW]]{1}
|
||||
Commands.PowerLevel=[[DARK_RED]]LIVELLO DI POTERE: [[GREEN]]{0}
|
||||
Commands.Skill.Invalid=[[RED]]Questo non \u00e8 un nome di abilit\u00e0 valido!
|
||||
Commands.Skill.Leaderboard=[[YELLOW]]--Classifica mcMMO di [[BLUE]]{0}[[YELLOW]]--
|
||||
@ -451,7 +453,7 @@ Commands.XPGain.Repair=Riparare
|
||||
Commands.XPGain.Swords=Attaccare Mostri
|
||||
Commands.XPGain.Taming=Addomesticare Animali, o combattere con i tuoi lupi
|
||||
Commands.XPGain.Unarmed=Attaccare Mostri
|
||||
Commands.XPGain.WoodCutting=Tagliare alberi
|
||||
Commands.XPGain.Woodcutting=Tagliare alberi
|
||||
Commands.XPGain=[[DARK_GRAY]]GUADAGNARE XP: [[WHITE]]{0}
|
||||
Commands.xplock.locked=[[GOLD]]La tua BARRA XP \u00e8 ora bloccata a {0}!
|
||||
Commands.xplock.unlocked=[[GOLD]]La tua BARRA XP \u00e8 ora [[GREEN]]SBLOCCATA[[GOLD]]!
|
||||
@ -513,6 +515,7 @@ Perks.xp.desc=Receive {0}x XP.
|
||||
Perks.lucky.name=Luck
|
||||
Perks.lucky.desc=Gives {0} skills and abilities a 33.3% better chance to activate.
|
||||
Perks.lucky.desc.login=Gives certain skills and abilities a 33.3% better chance to activate.
|
||||
Perks.lucky.bonus=[[GOLD]] ({0}% with Lucky Perk)
|
||||
Perks.cooldowns.name=Fast Recovery
|
||||
Perks.cooldowns.desc=Cuts cooldown duration by {0}.
|
||||
Perks.activationtime.name=Endurance
|
||||
|
@ -249,6 +249,7 @@ Swords.Skills.SS.On=[[GREEN]]**SERRATED STRIKES ACTIVATED**
|
||||
Swords.Skills.SS.Refresh=[[GREEN]]Your [[YELLOW]]Serrated Strikes [[GREEN]]ability is refreshed!
|
||||
Swords.Skills.SS.Other.Off=[[RED]]Serrated Strikes[[GREEN]] has worn off for [[YELLOW]]{0}
|
||||
Swords.Skills.SS.Other.On=[[GREEN]]{0}[[DARK_GREEN]] has used [[RED]]Serrated Strikes!
|
||||
Swords.Skillup=[[YELLOW]]Swords skill increased by {0}. Total ({1})
|
||||
Swords.SS.Length=[[RED]]Serrated Strikes Length: [[YELLOW]]{0}s
|
||||
|
||||
#TAMING
|
||||
@ -399,6 +400,7 @@ Commands.Party.Teleport=<player> [[RED]]- Teleport to party member
|
||||
Commands.Party.Toggle=[[RED]]- Toggle Party Chat
|
||||
Commands.Party=<party-name> [[RED]]- Create/Join designated party
|
||||
Commands.PowerLevel.Leaderboard=[[YELLOW]]--mcMMO[[BLUE]] Power Level [[YELLOW]]Leaderboard--
|
||||
Commands.PowerLevel.Capped=[[DARK_RED]]POWER LEVEL: [[GREEN]]{0} [[DARK_RED]]MAX LEVEL: [[YELLOW]]{1}
|
||||
Commands.PowerLevel=[[DARK_RED]]POWER LEVEL: [[GREEN]]{0}
|
||||
Commands.Skill.Invalid=[[RED]]That is not a valid skillname!
|
||||
Commands.Skill.Leaderboard=[[YELLOW]]--mcMMO [[BLUE]]{0}[[YELLOW]] Leaderboard--
|
||||
@ -451,7 +453,7 @@ Commands.XPGain.Repair=Repairing
|
||||
Commands.XPGain.Swords=Attacking Monsters
|
||||
Commands.XPGain.Taming=Animal Taming, or combat w/ your wolves
|
||||
Commands.XPGain.Unarmed=Attacking Monsters
|
||||
Commands.XPGain.WoodCutting=Chopping down trees
|
||||
Commands.XPGain.Woodcutting=Chopping down trees
|
||||
Commands.XPGain=[[DARK_GRAY]]XP GAIN: [[WHITE]]{0}
|
||||
Commands.xplock.locked=[[GOLD]]Your XP BAR is now locked to {0}!
|
||||
Commands.xplock.unlocked=[[GOLD]]Your XP BAR is now [[GREEN]]UNLOCKED[[GOLD]]!
|
||||
@ -513,6 +515,7 @@ Perks.xp.desc=Receive {0}x XP.
|
||||
Perks.lucky.name=Luck
|
||||
Perks.lucky.desc=Gives {0} skills and abilities a 33.3% better chance to activate.
|
||||
Perks.lucky.desc.login=Gives certain skills and abilities a 33.3% better chance to activate.
|
||||
Perks.lucky.bonus=[[GOLD]] ({0}% with Lucky Perk)
|
||||
Perks.cooldowns.name=Fast Recovery
|
||||
Perks.cooldowns.desc=Cuts cooldown duration by {0}.
|
||||
Perks.activationtime.name=Endurance
|
||||
|
@ -249,6 +249,7 @@ Swords.Skills.SS.On=[[GREEN]]**SERRATED STRIKES ACTIVATED**
|
||||
Swords.Skills.SS.Refresh=[[GREEN]]Your [[YELLOW]]Serrated Strikes [[GREEN]]ability is refreshed!
|
||||
Swords.Skills.SS.Other.Off=[[RED]]Serrated Strikes[[GREEN]] has worn off for [[YELLOW]]{0}
|
||||
Swords.Skills.SS.Other.On=[[GREEN]]{0}[[DARK_GREEN]] has used [[RED]]Serrated Strikes!
|
||||
Swords.Skillup=[[YELLOW]]Swords skill increased by {0}. Total ({1})
|
||||
Swords.SS.Length=[[RED]]Serrated Strikes Length: [[YELLOW]]{0}s
|
||||
|
||||
#TAMING
|
||||
@ -399,6 +400,7 @@ Commands.Party.Teleport=<player> [[RED]]- Teleport to party member
|
||||
Commands.Party.Toggle=[[RED]]- Toggle Party Chat
|
||||
Commands.Party=<party-name> [[RED]]- Create/Join designated party
|
||||
Commands.PowerLevel.Leaderboard=[[YELLOW]]--mcMMO[[BLUE]] Power Level [[YELLOW]]Leaderboard--
|
||||
Commands.PowerLevel.Capped=[[DARK_RED]]POWER LEVEL: [[GREEN]]{0} [[DARK_RED]]MAX LEVEL: [[YELLOW]]{1}
|
||||
Commands.PowerLevel=[[DARK_RED]]POWER LEVEL: [[GREEN]]{0}
|
||||
Commands.Skill.Invalid=[[RED]]That is not a valid skillname!
|
||||
Commands.Skill.Leaderboard=[[YELLOW]]--mcMMO [[BLUE]]{0}[[YELLOW]] Leaderboard--
|
||||
@ -451,7 +453,7 @@ Commands.XPGain.Repair=Repairing
|
||||
Commands.XPGain.Swords=Attacking Monsters
|
||||
Commands.XPGain.Taming=Animal Taming, or combat w/ your wolves
|
||||
Commands.XPGain.Unarmed=Attacking Monsters
|
||||
Commands.XPGain.WoodCutting=Koku cir\u0161ana
|
||||
Commands.XPGain.Woodcutting=Koku cir\u0161ana
|
||||
Commands.XPGain=[[DARK_GRAY]]XP GAIN: [[WHITE]]{0}
|
||||
Commands.xplock.locked=[[GOLD]]Your XP BAR is now locked to {0}!
|
||||
Commands.xplock.unlocked=[[GOLD]]Your XP BAR is now [[GREEN]]UNLOCKED[[GOLD]]!
|
||||
@ -513,6 +515,7 @@ Perks.xp.desc=Receive {0}x XP.
|
||||
Perks.lucky.name=Luck
|
||||
Perks.lucky.desc=Gives {0} skills and abilities a 33.3% better chance to activate.
|
||||
Perks.lucky.desc.login=Gives certain skills and abilities a 33.3% better chance to activate.
|
||||
Perks.lucky.bonus=[[GOLD]] ({0}% with Lucky Perk)
|
||||
Perks.cooldowns.name=Fast Recovery
|
||||
Perks.cooldowns.desc=Cuts cooldown duration by {0}.
|
||||
Perks.activationtime.name=Endurance
|
||||
|
@ -249,6 +249,7 @@ Swords.Skills.SS.On=[[GREEN]]**SERRATED STRIKES ACTIVATED**
|
||||
Swords.Skills.SS.Refresh=[[GREEN]]Your [[YELLOW]]Serrated Strikes [[GREEN]]ability is refreshed!
|
||||
Swords.Skills.SS.Other.Off=[[RED]]Serrated Strikes[[GREEN]] has worn off for [[YELLOW]]{0}
|
||||
Swords.Skills.SS.Other.On=[[GREEN]]{0}[[DARK_GREEN]] has used [[RED]]Serrated Strikes!
|
||||
Swords.Skillup=[[YELLOW]]Swords skill increased by {0}. Total ({1})
|
||||
Swords.SS.Length=[[RED]]Serrated Strikes Length: [[YELLOW]]{0}s
|
||||
|
||||
#TAMING
|
||||
@ -402,7 +403,8 @@ Commands.PowerLevel.Leaderboard=[[YELLOW]]--mcMMO[[BLUE]] Power Level [[YELLOW]]
|
||||
Commands.PowerLevel=[[DARK_RED]]Vermogen: [[GREEN]]{0}
|
||||
Commands.Skill.Invalid=[[RED]]That is not a valid skillname!
|
||||
Commands.Skill.Leaderboard=[[YELLOW]]--mcMMO [[BLUE]]{0}[[YELLOW]] Leaderboard--
|
||||
Commands.SkillInfo=/<skill> [[RED]]- View detailed information about a skill
|
||||
Commands.PowerLevel.Capped=[[DARK_RED]]POWER LEVEL: [[GREEN]]{0} [[DARK_RED]]MAXIMUM LEVEL: [[YELLOW]]{1}
|
||||
Commands.SkillInfo=/<skill> [[RED]]- Lees gedetailleerde informatie over een skill
|
||||
Commands.Stats.Self=YOUR STATS
|
||||
Commands.Stats=[[RED]]- View your mcMMO stats
|
||||
Commands.ToggleAbility=[[RED]]- Toggle ability activation with right click
|
||||
@ -451,7 +453,7 @@ Commands.XPGain.Repair=Repairing
|
||||
Commands.XPGain.Swords=Attacking Monsters
|
||||
Commands.XPGain.Taming=Dieren Temmen, of vechten met je wolven
|
||||
Commands.XPGain.Unarmed=Attacking Monsters
|
||||
Commands.XPGain.WoodCutting=Chopping down trees
|
||||
Commands.XPGain.Woodcutting=Chopping down trees
|
||||
Commands.XPGain=[[DARK_GRAY]]XP GEWONNEN: [[WHITE]]{0}
|
||||
Commands.xplock.locked=[[GOLD]]Your XP BAR is now locked to {0}!
|
||||
Commands.xplock.unlocked=[[GOLD]]Your XP BAR is now [[GREEN]]UNLOCKED[[GOLD]]!
|
||||
@ -513,6 +515,7 @@ Perks.xp.desc=Receive {0}x XP.
|
||||
Perks.lucky.name=Luck
|
||||
Perks.lucky.desc=Gives {0} skills and abilities a 33.3% better chance to activate.
|
||||
Perks.lucky.desc.login=Gives certain skills and abilities a 33.3% better chance to activate.
|
||||
Perks.lucky.bonus=[[GOLD]] ({0}% with Lucky Perk)
|
||||
Perks.cooldowns.name=Fast Recovery
|
||||
Perks.cooldowns.desc=Cuts cooldown duration by {0}.
|
||||
Perks.activationtime.name=Endurance
|
||||
|
@ -249,6 +249,7 @@ Swords.Skills.SS.On=[[GREEN]]**SERRATED STRIKES AKTIVERT**
|
||||
Swords.Skills.SS.Refresh=[[GREEN]]Your [[YELLOW]]Serrated Strikes [[GREEN]]ability is refreshed!
|
||||
Swords.Skills.SS.Other.Off=[[RED]]Serrated Strikes[[GREEN]] has worn off for [[YELLOW]]{0}
|
||||
Swords.Skills.SS.Other.On=[[GREEN]]{0}[[DARK_GREEN]] har brukt [[RED]] Taggete Streik!
|
||||
Swords.Skillup=[[YELLOW]]Swords skill increased by {0}. Total ({1})
|
||||
Swords.SS.Length=[[RED]]Serrated Strikes Length: [[YELLOW]]{0}s
|
||||
|
||||
#TAMING
|
||||
@ -399,6 +400,7 @@ Commands.Party.Teleport=<player> [[RED]]- Teleport to party member
|
||||
Commands.Party.Toggle=[[RED]]- Toggle Party Chat
|
||||
Commands.Party=<party-name> [[RED]]- Create/Join designated party
|
||||
Commands.PowerLevel.Leaderboard=[[YELLOW]]--mcMMO[[BLUE]]Kraft Niv\u00e5[[YELLOW]]Lederbord--
|
||||
Commands.PowerLevel.Capped=[[DARK_RED]]POWER LEVEL: [[GREEN]]{0} [[DARK_RED]]MAX LEVEL: [[YELLOW]]{1}
|
||||
Commands.PowerLevel=[[DARK_RED]]KRAFT NIV\u00c5: [[GR\u00d8EEN]] {0}
|
||||
Commands.Skill.Invalid=[[RED]]That is not a valid skillname!
|
||||
Commands.Skill.Leaderboard=[[YELLOW]]--mcMMO [[BLUE]]{0}[[YELLOW]] Leaderboard--
|
||||
@ -451,7 +453,7 @@ Commands.XPGain.Repair=Repairing
|
||||
Commands.XPGain.Swords=Angriper Monstre
|
||||
Commands.XPGain.Taming=Dyr temming, eller sl\u00e5ssing hvisk dine ulver.
|
||||
Commands.XPGain.Unarmed=Angriper Monstre
|
||||
Commands.XPGain.WoodCutting=Chopping down trees
|
||||
Commands.XPGain.Woodcutting=Chopping down trees
|
||||
Commands.XPGain=[[DARK_GRAY]]XP GEVINST: [[WHITE]]{0}
|
||||
Commands.xplock.locked=[[GOLD]]Your XP BAR is now locked to {0}!
|
||||
Commands.xplock.unlocked=[[GOLD]]Your XP BAR is now [[GREEN]]UNLOCKED[[GOLD]]!
|
||||
@ -513,6 +515,7 @@ Perks.xp.desc=Receive {0}x XP.
|
||||
Perks.lucky.name=Luck
|
||||
Perks.lucky.desc=Gives {0} skills and abilities a 33.3% better chance to activate.
|
||||
Perks.lucky.desc.login=Gives certain skills and abilities a 33.3% better chance to activate.
|
||||
Perks.lucky.bonus=[[GOLD]] ({0}% with Lucky Perk)
|
||||
Perks.cooldowns.name=Fast Recovery
|
||||
Perks.cooldowns.desc=Cuts cooldown duration by {0}.
|
||||
Perks.activationtime.name=Endurance
|
||||
|
@ -249,6 +249,7 @@ Swords.Skills.SS.On=[[GREEN]]**SERRATED STRIKES ACTIVATED**
|
||||
Swords.Skills.SS.Refresh=[[GREEN]]Your [[YELLOW]]Serrated Strikes [[GREEN]]ability is refreshed!
|
||||
Swords.Skills.SS.Other.Off=[[RED]]Serrated Strikes[[GREEN]] has worn off for [[YELLOW]]{0}
|
||||
Swords.Skills.SS.Other.On=[[GREEN]]{0}[[DARK_GREEN]] has used [[RED]]Serrated Strikes!
|
||||
Swords.Skillup=[[YELLOW]]Swords skill increased by {0}. Total ({1})
|
||||
Swords.SS.Length=[[RED]]Serrated Strikes Length: [[YELLOW]]{0}s
|
||||
|
||||
#TAMING
|
||||
@ -399,6 +400,7 @@ Commands.Party.Teleport=<player> [[RED]]- Teleportacja do czlonka grupy.
|
||||
Commands.Party.Toggle=[[RED]]- Toggle Party Chat
|
||||
Commands.Party=<party-name> [[RED]]- Create/Join designated party
|
||||
Commands.PowerLevel.Leaderboard=[[YELLOW]]--mcMMO[[BLUE]] Power Level [[YELLOW]]Leaderboard--
|
||||
Commands.PowerLevel.Capped=[[DARK_RED]]POWER LEVEL: [[GREEN]]{0} [[DARK_RED]]MAX LEVEL: [[YELLOW]]{1}
|
||||
Commands.PowerLevel=[[DARK_RED]]POWER LEVEL: [[GREEN]]{0}
|
||||
Commands.Skill.Invalid=[[RED]]That is not a valid skillname!
|
||||
Commands.Skill.Leaderboard=[[YELLOW]]--mcMMO [[BLUE]]{0}[[YELLOW]] Leaderboard--
|
||||
@ -451,7 +453,7 @@ Commands.XPGain.Repair=Naprawianie
|
||||
Commands.XPGain.Swords=Attacking Monsters
|
||||
Commands.XPGain.Taming=Animal Taming, or combat w/ your wolves
|
||||
Commands.XPGain.Unarmed=Attacking Monsters
|
||||
Commands.XPGain.WoodCutting=Scina drzewa
|
||||
Commands.XPGain.Woodcutting=Scina drzewa
|
||||
Commands.XPGain=[[DARK_GRAY]]XP GAIN: [[WHITE]]{0}
|
||||
Commands.xplock.locked=[[GOLD]]Your XP BAR is now locked to {0}!
|
||||
Commands.xplock.unlocked=[[GOLD]]Your XP BAR is now [[GREEN]]UNLOCKED[[GOLD]]!
|
||||
@ -513,6 +515,7 @@ Perks.xp.desc=Receive {0}x XP.
|
||||
Perks.lucky.name=Luck
|
||||
Perks.lucky.desc=Gives {0} skills and abilities a 33.3% better chance to activate.
|
||||
Perks.lucky.desc.login=Gives certain skills and abilities a 33.3% better chance to activate.
|
||||
Perks.lucky.bonus=[[GOLD]] ({0}% with Lucky Perk)
|
||||
Perks.cooldowns.name=Fast Recovery
|
||||
Perks.cooldowns.desc=Cuts cooldown duration by {0}.
|
||||
Perks.activationtime.name=Endurance
|
||||
|
@ -249,6 +249,7 @@ Swords.Skills.SS.On=[[GREEN]]**SERRATED STRIKES ACTIVATED**
|
||||
Swords.Skills.SS.Refresh=[[GREEN]]Your [[YELLOW]]Serrated Strikes [[GREEN]]ability is refreshed!
|
||||
Swords.Skills.SS.Other.Off=[[RED]]Serrated Strikes[[GREEN]] has worn off for [[YELLOW]]{0}
|
||||
Swords.Skills.SS.Other.On=[[GREEN]]{0}[[DARK_GREEN]] has used [[RED]]Serrated Strikes!
|
||||
Swords.Skillup=[[YELLOW]]Swords skill increased by {0}. Total ({1})
|
||||
Swords.SS.Length=[[RED]]Serrated Strikes Length: [[YELLOW]]{0}s
|
||||
|
||||
#TAMING
|
||||
@ -399,6 +400,7 @@ Commands.Party.Teleport=<player> [[RED]]- Teleport to party member
|
||||
Commands.Party.Toggle=[[RED]]- Toggle Party Chat
|
||||
Commands.Party=<party-name> [[RED]]- Create/Join designated party
|
||||
Commands.PowerLevel.Leaderboard=[[YELLOW]]--mcMMO[[BLUE]] Power Level [[YELLOW]]Leaderboard--
|
||||
Commands.PowerLevel.Capped=[[DARK_RED]]POWER LEVEL: [[GREEN]]{0} [[DARK_RED]]MAX LEVEL: [[YELLOW]]{1}
|
||||
Commands.PowerLevel=[[DARK_RED]]POWER LEVEL: [[GREEN]]{0}
|
||||
Commands.Skill.Invalid=[[RED]]That is not a valid skillname!
|
||||
Commands.Skill.Leaderboard=[[YELLOW]]--mcMMO [[BLUE]]{0}[[YELLOW]] Leaderboard--
|
||||
@ -451,7 +453,7 @@ Commands.XPGain.Repair=Repairing
|
||||
Commands.XPGain.Swords=Attacking Monsters
|
||||
Commands.XPGain.Taming=Animal Taming, or combat w/ your wolves
|
||||
Commands.XPGain.Unarmed=Attacking Monsters
|
||||
Commands.XPGain.WoodCutting=Chopping down trees
|
||||
Commands.XPGain.Woodcutting=Chopping down trees
|
||||
Commands.XPGain=[[DARK_GRAY]]XP GAIN: [[WHITE]]{0}
|
||||
Commands.xplock.locked=[[GOLD]]Sua barra de XP BAR est\u00e1 travada em {0}!
|
||||
Commands.xplock.unlocked=[[GOLD]]Sua barra de XP foi [[GREEN]]DESTRAVADA[[GOLD]]!
|
||||
@ -513,6 +515,7 @@ Perks.xp.desc=Receive {0}x XP.
|
||||
Perks.lucky.name=Luck
|
||||
Perks.lucky.desc=Gives {0} skills and abilities a 33.3% better chance to activate.
|
||||
Perks.lucky.desc.login=Gives certain skills and abilities a 33.3% better chance to activate.
|
||||
Perks.lucky.bonus=[[GOLD]] ({0}% with Lucky Perk)
|
||||
Perks.cooldowns.name=Fast Recovery
|
||||
Perks.cooldowns.desc=Cuts cooldown duration by {0}.
|
||||
Perks.activationtime.name=Endurance
|
||||
|
@ -249,6 +249,7 @@ Swords.Skills.SS.On=[[GREEN]]**\u0423\u043c\u0435\u043d\u0438\u0435 \"\u0420\u04
|
||||
Swords.Skills.SS.Refresh=[[GREEN]]\u0412\u0430\u0448\u0435 \u0443\u043c\u0435\u043d\u0438\u0435 [[YELLOW]]\"\u0420\u0435\u0436\u0443\u0449\u0438\u0439 \u0423\u0434\u0430\u0440\" [[GREEN]]\u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043e!
|
||||
Swords.Skills.SS.Other.Off=[[RED]]\u0423\u043c\u0435\u043d\u0438\u0435 \"\u0420\u0435\u0436\u0443\u0449\u0438\u0439 \u0443\u0434\u0430\u0440\"[[GREEN]] \u043f\u0440\u0435\u043a\u0440\u0430\u0442\u0438\u043b\u043e \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435 \u0443 [[YELLOW]]{0}
|
||||
Swords.Skills.SS.Other.On=[[GREEN]]{0}[[DARK_GREEN]] \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043b \u0443\u043c\u0435\u043d\u0438\u0435 [[RED]]\"\u0420\u0435\u0436\u0443\u0449\u0438\u0439 \u0423\u0434\u0430\u0440\"!
|
||||
Swords.Skillup=[[YELLOW]]\u0423\u0440\u043e\u0432\u0435\u043d\u044c \u043d\u0430\u0432\u044b\u043a\u0430 \"\u0412\u043b\u0430\u0434\u0435\u043d\u0438\u0435 \u041c\u0435\u0447\u0435\u043c" \u0443\u0432\u0435\u043b\u0438\u0447\u0435\u043d \u043d\u0430 {0}. \u0412\u0441\u0435\u0433\u043e ({1})
|
||||
Swords.SS.Length=[[RED]]\u041f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u0443\u043c\u0435\u043d\u0438\u044f \"\u0420\u0435\u0436\u0443\u0449\u0438\u0439 \u0423\u0434\u0430\u0440\": [[YELLOW]]{0}\u0441.
|
||||
|
||||
#TAMING
|
||||
@ -399,6 +400,7 @@ Commands.Party.Teleport=<player> [[RED]]- \u0422\u0435\u043b\u0435\u043f\u043e\u
|
||||
Commands.Party.Toggle=[[RED]]- \u0412\u043a\u043b./\u043e\u0442\u043a\u043b. \u0433\u0440\u0443\u043f\u043f\u043e\u0432\u043e\u0439 \u0447\u0430\u0442
|
||||
Commands.Party=<party-name> [[RED]]- \u0421\u043e\u0437\u0434\u0430\u0442\u044c \u0443\u043a\u0430\u0437\u0430\u043d\u0443\u044e \u0433\u0440\u0443\u043f\u043f\u0443 \u0438\u043b\u0438 \u043f\u0440\u0438\u0441\u043e\u0435\u0434\u0435\u043d\u0438\u0442\u044c\u0441\u044f \u043a \u043d\u0435\u0439
|
||||
Commands.PowerLevel.Leaderboard=[[YELLOW]]--\u0421\u043f\u0438\u0441\u043e\u043a \u041b\u0438\u0434\u0435\u0440\u043e\u0432 mcMMO \u043f\u043e[[BLUE]] \u041e\u0431\u0449\u0435\u043c\u0443 \u0423\u0440\u043e\u0432\u043d\u044e [[YELLOW]]--
|
||||
Commands.PowerLevel.Capped=[[DARK_RED]]\u041e\u0431\u0449\u0438\u0439 \u0443\u0440\u043e\u0432\u0435\u043d\u044c: [[GREEN]]{0} [[DARK_RED]]\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u044b\u0439 \u0443\u0440\u043e\u0432\u0435\u043d\u044c: [[YELLOW]]{1}
|
||||
Commands.PowerLevel=[[DARK_RED]]\u041e\u0411\u0429\u0418\u0419 \u0423\u0420\u041e\u0412\u0415\u041d\u042c: [[GREEN]]{0}
|
||||
Commands.Skill.Invalid=[[RED]]\u042d\u0442\u043e \u043d\u0435\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0435 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043d\u0430\u0432\u044b\u043a\u0430!
|
||||
Commands.Skill.Leaderboard=[[YELLOW]]--mcMMO [[BLUE]]{0}[[YELLOW]] \u0421\u043f\u0438\u0441\u043e\u043a \u041b\u0438\u0434\u0435\u0440\u043e\u0432--
|
||||
@ -409,7 +411,7 @@ Commands.ToggleAbility=[[RED]]- \u0412\u043a\u043b./\u043e\u0442\u043a\u043b. \u
|
||||
mcMMO.MOTD=[[BLUE]]\u042d\u0442\u043e\u0442 \u0441\u0435\u0440\u0432\u0435\u0440 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442 mcMMO {0}! \n \u041d\u0430\u043f\u0438\u0448\u0438\u0442\u0435 [[YELLOW]]/mcmmo[[BLUE]] \u0434\u043b\u044f \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u043f\u043e\u043c\u043e\u0449\u0438.
|
||||
mcMMO.NoInvites=[[RED]]\u0421\u0435\u0439\u0447\u0430\u0441 \u0443 \u0412\u0430\u0441 \u043d\u0435\u0442 \u043f\u0440\u0438\u0433\u043b\u0430\u0448\u0435\u043d\u0438\u0439
|
||||
mcMMO.NoPermission=[[DARK_RED]]\u041d\u0435\u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e \u043f\u0440\u0430\u0432.
|
||||
mcMMO.NoSkillNote=[[DARK_GRAY]]\u0415\u0441\u043b\u0438 \u0443 \u0412\u0430\u0441 \u043d\u0435\u0442 \u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u043a \u043d\u0430\u0432\u044b\u043a\u0443, \u0442\u043e \u043e\u043d \u043d\u0435 \u0431\u0443\u0434\u0435\u0442 \u0441\u0434\u0435\u0441\u044c \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c\u0441\u044f.
|
||||
mcMMO.NoSkillNote=[[DARK_GRAY]]\u0415\u0441\u043b\u0438 \u0443 \u0412\u0430\u0441 \u043d\u0435\u0442 \u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u043a \u043d\u0430\u0432\u044b\u043a\u0443 - \u043e\u043d \u043d\u0435 \u0431\u0443\u0434\u0435\u0442 \u0437\u0434\u0435\u0441\u044c \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c\u0441\u044f.
|
||||
mcMMO.Website=[[GREEN]]http://forums.mcmmo.info[[BLUE]] - \u0421\u0430\u0439\u0442 mcMMO
|
||||
|
||||
##party
|
||||
@ -451,7 +453,7 @@ Commands.XPGain.Repair=\u0420\u0435\u043c\u043e\u043d\u0442\u0438\u0440\u0443\u0
|
||||
Commands.XPGain.Swords=\u0410\u0442\u0430\u043a\u0443\u0439\u0442\u0435 \u041c\u043e\u043d\u0441\u0442\u0440\u043e\u0432
|
||||
Commands.XPGain.Taming=\u0423\u043a\u0440\u043e\u0449\u0430\u0439\u0442\u0435 \u0436\u0438\u0432\u043e\u0442\u043d\u044b\u0445 \u0438\u043b\u0438 \u0441\u0440\u0430\u0436\u0430\u0439\u0442\u0435\u0441\u044c \u043f\u0440\u0438 \u043f\u043e\u043c\u043e\u0449\u0438 \u0441\u0432\u043e\u0438\u0445 \u0432\u043e\u043b\u043a\u043e\u0432
|
||||
Commands.XPGain.Unarmed=\u0410\u0442\u0430\u043a\u0443\u0439\u0442\u0435 \u041c\u043e\u043d\u0441\u0442\u0440\u043e\u0432
|
||||
Commands.XPGain.WoodCutting=\u0420\u0443\u0431\u0438\u0442\u0435 \u0434\u0435\u0440\u0435\u0432\u044c\u044f
|
||||
Commands.XPGain.Woodcutting=\u0420\u0443\u0431\u0438\u0442\u0435 \u0434\u0435\u0440\u0435\u0432\u044c\u044f
|
||||
Commands.XPGain=[[DARK_GRAY]]\u041f\u041e\u041b\u0423\u0427\u0415\u041d\u041e \u041e\u041f\u042b\u0422\u0410: [[WHITE]]{0}
|
||||
Commands.xplock.locked=[[GOLD]]\u0412\u0430\u0448\u0430 \u041f\u0430\u043d\u0435\u043b\u044c \u041e\u043f\u044b\u0442\u0430 \u0442\u0435\u043f\u0435\u0440\u044c \u0437\u0430\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u043d\u0430 \u043d\u0430 {0}!
|
||||
Commands.xplock.unlocked=[[GOLD]]\u0412\u0430\u0448\u0430 \u041f\u0430\u043d\u0435\u043b\u044c \u041e\u043f\u044b\u0442\u0430 \u0442\u0435\u043f\u0435\u0440\u044c [[GREEN]]\u0420\u0410\u0417\u0411\u041b\u041e\u041a\u0418\u0420\u041e\u0412\u0410\u041d\u0410[[GOLD]]!
|
||||
@ -513,6 +515,7 @@ Perks.xp.desc=Receive {0}x XP.
|
||||
Perks.lucky.name=Luck
|
||||
Perks.lucky.desc=Gives {0} skills and abilities a 33.3% better chance to activate.
|
||||
Perks.lucky.desc.login=Gives certain skills and abilities a 33.3% better chance to activate.
|
||||
Perks.lucky.bonus=[[GOLD]] ({0}% with Lucky Perk)
|
||||
Perks.cooldowns.name=Fast Recovery
|
||||
Perks.cooldowns.desc=Cuts cooldown duration by {0}.
|
||||
Perks.activationtime.name=Endurance
|
||||
|
@ -249,6 +249,7 @@ Swords.Skills.SS.On=[[GREEN]]**SERRATED STRIKES ACTIVATED**
|
||||
Swords.Skills.SS.Refresh=[[GREEN]]Your [[YELLOW]]Serrated Strikes [[GREEN]]ability is refreshed!
|
||||
Swords.Skills.SS.Other.Off=[[RED]]Serrated Strikes[[GREEN]] has worn off for [[YELLOW]]{0}
|
||||
Swords.Skills.SS.Other.On=[[GREEN]]{0}[[DARK_GREEN]] has used [[RED]]Serrated Strikes!
|
||||
Swords.Skillup=[[YELLOW]]Swords skill increased by {0}. Total ({1})
|
||||
Swords.SS.Length=[[RED]]Serrated Strikes Length: [[YELLOW]]{0}s
|
||||
|
||||
#TAMING
|
||||
@ -399,6 +400,7 @@ Commands.Party.Teleport=<player> [[RED]]- Teleport to party member
|
||||
Commands.Party.Toggle=[[RED]]- Toggle Party Chat
|
||||
Commands.Party=<party-name> [[RED]]- Create/Join designated party
|
||||
Commands.PowerLevel.Leaderboard=[[YELLOW]]--mcMMO[[BLUE]] Power Level [[YELLOW]]Leaderboard--
|
||||
Commands.PowerLevel.Capped=[[DARK_RED]]POWER LEVEL: [[GREEN]]{0} [[DARK_RED]]MAX LEVEL: [[YELLOW]]{1}
|
||||
Commands.PowerLevel=[[DARK_RED]]POWER LEVEL: [[GREEN]]{0}
|
||||
Commands.Skill.Invalid=[[RED]]That is not a valid skillname!
|
||||
Commands.Skill.Leaderboard=[[YELLOW]]--mcMMO [[BLUE]]{0}[[YELLOW]] Leaderboard--
|
||||
@ -451,7 +453,7 @@ Commands.XPGain.Repair=Repairing
|
||||
Commands.XPGain.Swords=Attacking Monsters
|
||||
Commands.XPGain.Taming=Djurt\u00e4mjning, eller sl\u00e5ss m/ dina vargar
|
||||
Commands.XPGain.Unarmed=Attacking Monsters
|
||||
Commands.XPGain.WoodCutting=Chopping down trees
|
||||
Commands.XPGain.Woodcutting=Chopping down trees
|
||||
Commands.XPGain=[[DARK_GRAY]]XP GAIN: [[WHITE]]{0}
|
||||
Commands.xplock.locked=[[GOLD]]Your XP BAR is now locked to {0}!
|
||||
Commands.xplock.unlocked=[[GOLD]]Your XP BAR is now [[GREEN]]UNLOCKED[[GOLD]]!
|
||||
@ -513,6 +515,7 @@ Perks.xp.desc=Receive {0}x XP.
|
||||
Perks.lucky.name=Luck
|
||||
Perks.lucky.desc=Gives {0} skills and abilities a 33.3% better chance to activate.
|
||||
Perks.lucky.desc.login=Gives certain skills and abilities a 33.3% better chance to activate.
|
||||
Perks.lucky.bonus=[[GOLD]] ({0}% with Lucky Perk)
|
||||
Perks.cooldowns.name=Fast Recovery
|
||||
Perks.cooldowns.desc=Cuts cooldown duration by {0}.
|
||||
Perks.activationtime.name=Endurance
|
||||
|
@ -249,6 +249,7 @@ Swords.Skills.SS.On=[[GREEN]]**SERRATED STRIKES ACTIVATED**
|
||||
Swords.Skills.SS.Refresh=[[GREEN]]Your [[YELLOW]]Serrated Strikes [[GREEN]]ability is refreshed!
|
||||
Swords.Skills.SS.Other.Off=[[RED]]Serrated Strikes[[GREEN]] has worn off for [[YELLOW]]{0}
|
||||
Swords.Skills.SS.Other.On=[[GREEN]]{0}[[DARK_GREEN]] has used [[RED]]Serrated Strikes!
|
||||
Swords.Skillup=[[YELLOW]]Swords skill increased by {0}. Total ({1})
|
||||
Swords.SS.Length=[[RED]]Serrated Strikes Length: [[YELLOW]]{0}s
|
||||
|
||||
#TAMING
|
||||
@ -399,6 +400,7 @@ Commands.Party.Teleport=<player> [[RED]]- Teleport to party member
|
||||
Commands.Party.Toggle=[[RED]]- Toggle Party Chat
|
||||
Commands.Party=<party-name> [[RED]]- Create/Join designated party
|
||||
Commands.PowerLevel.Leaderboard=[[YELLOW]]--mcMMO[[BLUE]] Power Level [[YELLOW]]Leaderboard--
|
||||
Commands.PowerLevel.Capped=[[DARK_RED]]POWER LEVEL: [[GREEN]]{0} [[DARK_RED]]MAX LEVEL: [[YELLOW]]{1}
|
||||
Commands.PowerLevel=[[DARK_RED]]POWER LEVEL: [[GREEN]]{0}
|
||||
Commands.Skill.Invalid=[[RED]]That is not a valid skillname!
|
||||
Commands.Skill.Leaderboard=[[YELLOW]]--mcMMO [[BLUE]]{0}[[YELLOW]] Leaderboard--
|
||||
@ -451,7 +453,7 @@ Commands.XPGain.Repair=Repairing
|
||||
Commands.XPGain.Swords=Attacking Monsters
|
||||
Commands.XPGain.Taming=Animal Taming, or combat w/ your wolves
|
||||
Commands.XPGain.Unarmed=Attacking Monsters
|
||||
Commands.XPGain.WoodCutting=Chopping down trees
|
||||
Commands.XPGain.Woodcutting=Chopping down trees
|
||||
Commands.XPGain=[[DARK_GRAY]]XP GAIN: [[WHITE]]{0}
|
||||
Commands.xplock.locked=[[GOLD]]Your XP BAR is now locked to {0}!
|
||||
Commands.xplock.unlocked=[[GOLD]]Your XP BAR is now [[GREEN]]UNLOCKED[[GOLD]]!
|
||||
@ -513,6 +515,7 @@ Perks.xp.desc=Receive {0}x XP.
|
||||
Perks.lucky.name=Luck
|
||||
Perks.lucky.desc=Gives {0} skills and abilities a 33.3% better chance to activate.
|
||||
Perks.lucky.desc.login=Gives certain skills and abilities a 33.3% better chance to activate.
|
||||
Perks.lucky.bonus=[[GOLD]] ({0}% with Lucky Perk)
|
||||
Perks.cooldowns.name=Fast Recovery
|
||||
Perks.cooldowns.desc=Cuts cooldown duration by {0}.
|
||||
Perks.activationtime.name=Endurance
|
||||
|
@ -249,6 +249,7 @@ Swords.Skills.SS.On=[[GREEN]]**\u952f\u9f7f\u653b\u51fb\u542f\u52a8**
|
||||
Swords.Skills.SS.Refresh=[[GREEN]]\u4f60\u7684 [[YELLOW]]\u952f\u9f7f\u653b\u51fb [[GREEN]]\u6280\u80fd\u5df2\u7ecf\u53ef\u4ee5\u4f7f\u7528\u4e86!
|
||||
Swords.Skills.SS.Other.Off=[[RED]]\u952f\u9f7f\u653b\u51fb[[GREEN]] \u5df2\u7ecf\u7ed3\u675f\u4e86 [[YELLOW]]{0}
|
||||
Swords.Skills.SS.Other.On=[[GREEN]]{0}[[DARK_GREEN]] \u4f7f\u7528\u4e86 [[RED]]\u952f\u9f7f\u653b\u51fb!
|
||||
Swords.Skillup=[[YELLOW]]Swords skill increased by {0}. Total ({1})
|
||||
Swords.SS.Length=[[RED]]\u952f\u9f7f\u5229\u5203\u6301\u7eed\u65f6\u95f4: [[YELLOW]]{0}s
|
||||
|
||||
#TAMING
|
||||
@ -399,6 +400,7 @@ Commands.Party.Teleport=<player> [[RED]]- \u4f20\u9001\u5230\u961f\u4f0d\u6210\u
|
||||
Commands.Party.Toggle=[[RED]]- \u5207\u6362\u961f\u4f0d\u804a\u5929
|
||||
Commands.Party=[\u961f\u4f0d\u540d] [[RED]]- \u521b\u5efa/\u52a0\u5165\u5df2\u5b58\u5728\u7684\u961f\u4f0d
|
||||
Commands.PowerLevel.Leaderboard=[[YELLOW]]--mcMMO[[BLUE]] \u80fd\u529b\u7b49\u7ea7 [[YELLOW]]\u6392\u884c\u699c--
|
||||
Commands.PowerLevel.Capped=[[DARK_RED]]POWER LEVEL: [[GREEN]]{0} [[DARK_RED]]MAX LEVEL: [[YELLOW]]{1}
|
||||
Commands.PowerLevel=[[DARK_RED]]\u80fd\u529b\u7b49\u7ea7: [[GREEN]]{0}
|
||||
Commands.Skill.Invalid=[[RED]]\u8fd9\u4e0d\u662f\u4e00\u4e2a\u6709\u6548\u7684\u6280\u80fd\u540d\u5b57!
|
||||
Commands.Skill.Leaderboard=[[YELLOW]]--mcMMO [[BLUE]]{0}[[YELLOW]] \u6392\u884c\u699c--
|
||||
@ -451,7 +453,7 @@ Commands.XPGain.Repair=\u4fee\u7406
|
||||
Commands.XPGain.Swords=\u653b\u51fb\u602a\u7269
|
||||
Commands.XPGain.Taming=\u9a6f\u517d, \u548c\u4f60\u7684\u72fc\u4e00\u8d77\u6218\u6597
|
||||
Commands.XPGain.Unarmed=\u653b\u51fb\u602a\u7269
|
||||
Commands.XPGain.WoodCutting=\u628a\u6811\u780d\u5012
|
||||
Commands.XPGain.Woodcutting=\u628a\u6811\u780d\u5012
|
||||
Commands.XPGain=[[DARK_GRAY]]\u83b7\u5f97\u7ecf\u9a8c: [[WHITE]]{0}
|
||||
Commands.xplock.locked=[[GOLD]]\u4f60\u7684\u7ecf\u9a8c\u6761\u9501\u5b9a\u5728 {0}!
|
||||
Commands.xplock.unlocked=[[GOLD]]\u4f60\u7684\u7ecf\u9a8c\u6761\u73b0\u5728 [[GREEN]]\u89e3\u9664\u9501\u5b9a\u4e86[[GOLD]]!
|
||||
@ -513,6 +515,7 @@ Perks.xp.desc=Receive {0}x XP.
|
||||
Perks.lucky.name=Luck
|
||||
Perks.lucky.desc=Gives {0} skills and abilities a 33.3% better chance to activate.
|
||||
Perks.lucky.desc.login=Gives certain skills and abilities a 33.3% better chance to activate.
|
||||
Perks.lucky.bonus=[[GOLD]] ({0}% with Lucky Perk)
|
||||
Perks.cooldowns.name=Fast Recovery
|
||||
Perks.cooldowns.desc=Cuts cooldown duration by {0}.
|
||||
Perks.activationtime.name=Endurance
|
||||
|
Reference in New Issue
Block a user