mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-07-25 16:45:28 +02:00
some work on limit break for tridents/xbows
This commit is contained in:
@@ -552,6 +552,15 @@ Woodcutting.Skills.TreeFeller.Other.Off=Tree Feller[[GREEN]] has worn off for [[
|
||||
Woodcutting.Skills.TreeFeller.Other.On=[[GREEN]]{0}[[DARK_GREEN]] has used [[RED]]Tree Feller!
|
||||
Woodcutting.Skills.TreeFeller.Splinter=YOUR AXE SPLINTERS INTO DOZENS OF PIECES!
|
||||
Woodcutting.Skills.TreeFeller.Threshold=That tree is too large!
|
||||
#TRIDENTS
|
||||
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 or not it will boost damage in PVE.
|
||||
Tridents.SubSkill.TridentsLimitBreak.Stat=Limit Break Max DMG
|
||||
#CROSSBOWS
|
||||
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 or not it will boost damage in PVE.
|
||||
Crossbows.SubSkill.CrossbowsLimitBreak.Stat=Limit Break Max DMG
|
||||
|
||||
#ABILITIY
|
||||
|
||||
#COMBAT
|
||||
|
@@ -726,6 +726,9 @@ permissions:
|
||||
description: Allows access to all Tridents abilities
|
||||
children:
|
||||
mcmmo.ability.tridents.multitasking: true
|
||||
mcmmo.ability.tridents.tridentslimitbreak: true
|
||||
mcmmo.ability.tridents.tridentslimitbreak:
|
||||
description: Allows access to Tridents Limit Break sub-skill
|
||||
mcmmo.ability.tridents.multitasking:
|
||||
description: Allows access to Multitasking Trident sub-skill
|
||||
mcmmo.ability.crossbows.*:
|
||||
@@ -737,6 +740,9 @@ permissions:
|
||||
description: Allows access to Crossbow sub-skills
|
||||
children:
|
||||
mcmmo.ability.crossbows.coneofdeath: true
|
||||
mcmmo.ability.crossbows.crossbowslimitbreak: true
|
||||
mcmmo.ability.crossbows.crossbowslimitbreak:
|
||||
description: Allows access to Crossbows Limit Break sub-skill
|
||||
mcmmo.ability.crossbows.coneofdeath:
|
||||
description: Allows access to Cone of Death sub-skill
|
||||
mcmmo.admin:
|
||||
|
@@ -558,8 +558,7 @@ Unarmed:
|
||||
Rank_2: 250
|
||||
Rank_3: 500
|
||||
Rank_4: 750
|
||||
Rank_5: 1000
|
||||
|
||||
Rank_5: 1000lo
|
||||
Woodcutting:
|
||||
Splinter:
|
||||
Standard:
|
||||
@@ -671,6 +670,29 @@ Repair:
|
||||
Rank_7: 850
|
||||
Rank_8: 1000
|
||||
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
|
||||
MultiTasking:
|
||||
Standard:
|
||||
Rank_1: 5
|
||||
@@ -685,6 +707,29 @@ Tridents:
|
||||
Rank_4: 600
|
||||
Rank_5: 1000
|
||||
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
|
||||
ConeOfDeath:
|
||||
Standard:
|
||||
Rank_1: 10
|
||||
|
Reference in New Issue
Block a user