mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-26 10:44:43 +02:00
Added new subskill to Swords, Stab
This commit is contained in:
@ -404,6 +404,8 @@ Swords.SubSkill.SerratedStrikes.Description=Deal partial damage in an AOE with a
|
||||
Swords.SubSkill.SerratedStrikes.Stat=Serrated Strikes Length
|
||||
Swords.SubSkill.Rupture.Name=Rupture
|
||||
Swords.SubSkill.Rupture.Description=Apply a powerful bleed DoT
|
||||
Swords.SubSkill.Stab.Name=Stab
|
||||
Swords.SubSkill.Stab.Description=Adds {0} extra damage when attacking players.
|
||||
Swords.SubSkill.Rupture.Stat=Rupture Chance
|
||||
Swords.SubSkill.Rupture.Stat.Extra=Rupture: [[GREEN]]{0} ticks [{1} DMG vs Player] [{2} DMG vs Mobs]
|
||||
Swords.Effect.4=Serrated Strikes Rupture+
|
||||
|
@ -561,6 +561,7 @@ permissions:
|
||||
description: Allows access to all Swords abilities
|
||||
children:
|
||||
mcmmo.ability.swords.rupture: true
|
||||
mcmmo.ability.swords.stab: true
|
||||
mcmmo.ability.swords.counterattack: true
|
||||
mcmmo.ability.swords.serratedstrikes: true
|
||||
mcmmo.ability.swords.rupture:
|
||||
|
@ -381,6 +381,13 @@ Fishing:
|
||||
Rank_7: 850
|
||||
Rank_8: 1000
|
||||
Swords:
|
||||
Stab:
|
||||
Standard:
|
||||
Rank_1: 75
|
||||
Rank_2: 100
|
||||
RetroMode:
|
||||
Rank_1: 750
|
||||
Rank_2: 1000
|
||||
CounterAttack:
|
||||
Standard:
|
||||
Rank_1: 20
|
||||
|
Reference in New Issue
Block a user