mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-08-02 04:25:26 +02:00
Add some combat processing logic for Tridents/Xbows
This commit is contained in:
@@ -407,7 +407,7 @@ Salvage.Skills.Adept.Level=You must be level &e{0}&c to salvage &e{1}
|
||||
Salvage.Skills.TooDamaged=&4This item is too damaged to be salvaged.
|
||||
Salvage.Skills.ArcaneFailed=&cYou were unable to extract the knowledge contained within this item.
|
||||
Salvage.Skills.ArcanePartial=&cYou were only able to extract some of the knowledge contained within this item.
|
||||
Salvage.Skills.ArcaneSuccess=&aYou able to extract all of the knowledge contained within this item!
|
||||
Salvage.Skills.ArcaneSuccess=&aYou were able to extract all the knowledge contained within this item!
|
||||
Salvage.Listener.Anvil=&4You have placed a Salvage anvil, use this to Salvage tools and armor.
|
||||
Salvage.Listener=Salvage:
|
||||
Salvage.SkillName=SALVAGE
|
||||
@@ -423,7 +423,13 @@ Crossbows.Ability.Ready=&3You &6ready&3 your Crossbow.
|
||||
Crossbows.Skills.SSG.Refresh=&aYour &eSuper Shotgun &aability is refreshed!
|
||||
Crossbows.Skills.SSG.Other.On=&a{0}&2 used &Super Shotgun!
|
||||
Crossbows.SubSkill.SuperShotgun.Name=Super Shotgun
|
||||
Crossbows.SubSkill.SuperShotgun.Description=Shoot dozens of arrows at once
|
||||
Crossbows.SubSkill.SuperShotgun.Stat=Per Projectile damage {0}
|
||||
Crossbows.SubSkill.CrossbowsLimitBreak.Name=Crossbows Limit Break
|
||||
Crossbows.SubSkill.CrossbowsLimitBreak.Description=Breaking your limits. Increased damage against tough opponents. Intended for PVP, up to server settings for whether it will boost damage in PVE.
|
||||
Crossbows.SubSkill.CrossbowsLimitBreak.Stat=Limit Break Max DMG
|
||||
Crossbows.Listener=Crossbows:
|
||||
|
||||
#TRIDENTS
|
||||
Tridents.SkillName=TRIDENTS
|
||||
Tridents.Ability.Lower=&7You lower your trident.
|
||||
@@ -431,6 +437,11 @@ Tridents.Ability.Ready=&3You &6ready&3 your Trident.
|
||||
Tridents.Skills.TA.Refresh=&aYour &eSuper &aability is refreshed!
|
||||
Tridents.Skills.TA.Other.On=&a{0}&2 used Trident &Super!
|
||||
Tridents.SubSkill.SuperAbility.Name=Tridents Super Ability
|
||||
Tridents.SubSkill.SuperAbility.Description=N/A
|
||||
Tridents.SubSkill.SuperAbility.Stat=N/A
|
||||
Tridents.SubSkill.TridentsLimitBreak.Name=Tridents Limit Break
|
||||
Tridents.SubSkill.TridentsLimitBreak.Description=Breaking your limits. Increased damage against tough opponents. Intended for PVP, up to server settings for whether it will boost damage in PVE.
|
||||
Tridents.SubSkill.TridentsLimitBreak.Stat=Limit Break Max DMG
|
||||
Tridents.Listener=Tridents:
|
||||
|
||||
#SWORDS
|
||||
|
@@ -335,8 +335,11 @@ permissions:
|
||||
description: Allows access to all Crossbows abilities
|
||||
children:
|
||||
mcmmo.ability.crossbows.supershotgun: true
|
||||
mcmmo.ability.crossbows.crossbowslimitbreak: true
|
||||
mcmmo.ability.crossbows.supershotgun:
|
||||
description: Allows access to the Super Shotgun ability
|
||||
mcmmo.ability.crossbows.crossbowslimitbreak:
|
||||
description: Adds damage to crossbows
|
||||
mcmmo.ability.excavation.*:
|
||||
default: false
|
||||
description: Allows access to all Excavation abilities
|
||||
@@ -710,8 +713,11 @@ permissions:
|
||||
description: Allows access to all Trident abilities
|
||||
children:
|
||||
mcmmo.ability.tridents.superability: true
|
||||
mcmmo.ability.tridents.tridentslimitbreak: true
|
||||
mcmmo.ability.tridents.superability:
|
||||
description: Allows access to tridents super ability
|
||||
mcmmo.ability.tridents.tridentslimitbreak:
|
||||
description: Adds damage to tridents
|
||||
mcmmo.ability.unarmed.*:
|
||||
default: false
|
||||
description: Allows access to all Unarmed abilities
|
||||
|
@@ -202,12 +202,58 @@ Axes:
|
||||
Rank_3: 150
|
||||
Rank_4: 200
|
||||
Crossbows:
|
||||
CrossbowsLimitBreak:
|
||||
Standard:
|
||||
Rank_1: 10
|
||||
Rank_2: 20
|
||||
Rank_3: 30
|
||||
Rank_4: 40
|
||||
Rank_5: 50
|
||||
Rank_6: 60
|
||||
Rank_7: 70
|
||||
Rank_8: 80
|
||||
Rank_9: 90
|
||||
Rank_10: 100
|
||||
RetroMode:
|
||||
Rank_1: 100
|
||||
Rank_2: 200
|
||||
Rank_3: 300
|
||||
Rank_4: 400
|
||||
Rank_5: 500
|
||||
Rank_6: 600
|
||||
Rank_7: 700
|
||||
Rank_8: 800
|
||||
Rank_9: 900
|
||||
Rank_10: 1000
|
||||
SuperShotgun:
|
||||
Standard:
|
||||
Rank_1: 5
|
||||
RetroMode:
|
||||
Rank_1: 50
|
||||
Tridents:
|
||||
TridentsLimitBreak:
|
||||
Standard:
|
||||
Rank_1: 10
|
||||
Rank_2: 20
|
||||
Rank_3: 30
|
||||
Rank_4: 40
|
||||
Rank_5: 50
|
||||
Rank_6: 60
|
||||
Rank_7: 70
|
||||
Rank_8: 80
|
||||
Rank_9: 90
|
||||
Rank_10: 100
|
||||
RetroMode:
|
||||
Rank_1: 100
|
||||
Rank_2: 200
|
||||
Rank_3: 300
|
||||
Rank_4: 400
|
||||
Rank_5: 500
|
||||
Rank_6: 600
|
||||
Rank_7: 700
|
||||
Rank_8: 800
|
||||
Rank_9: 900
|
||||
Rank_10: 1000
|
||||
TridentsSuperAbility:
|
||||
Standard:
|
||||
Rank_1: 5
|
||||
|
Reference in New Issue
Block a user