Add Maces skill
This commit is contained in:
Robert Alan Chapton
2024-06-30 15:10:29 -07:00
committed by GitHub
parent 02c732bdf2
commit 971e5da0ad
38 changed files with 688 additions and 288 deletions

View File

@ -633,4 +633,11 @@ Skills:
ChanceMax: 100.0
MaxBonusLevel:
Standard: 100
RetroMode: 1000
RetroMode: 1000
Maces:
Cripple:
Chance_To_Apply_On_Hit:
Rank_1: 10
Rank_2: 15
Rank_3: 20
Rank_4: 33

View File

@ -694,6 +694,7 @@ Particles:
Flux: true
Greater_Impact: true
Call_of_the_Wild: true
Cripple: true
# These settings determine if fireworks should get launched when a player levels-up,
# this will happen by default for every 100 levels.

View File

@ -458,12 +458,22 @@ Tridents.SubSkill.TridentAbility.Name=WIP
Tridents.Listener=Tridents:
#MACES
Commands.McTop.MacesNotSupported=[[GREEN]]Maces are not supported in this version of Minecraft.
Maces.SkillName=MACES
Maces.Ability.Lower=&7You lower your mace.
Maces.Ability.Ready=&3You &6ready&3 your Mace.
Maces.SubSkill.MacesLimitBreak.Name=Maces Limit Break
Maces.SubSkill.MacesLimitBreak.Description=Breaking your limits. Increased damage against tough opponents. Intended for PVP, up to server settings for whether it will boost damage in PVE.
Maces.SubSkill.MacesLimitBreak.Stat=Limit Break Max DMG
Maces.SubSkill.Crush.Name=Crush
Maces.SubSkill.Crush.Description=Adds bonus damage to your attacks.
Maces.SubSkill.Crush.Stat=Crush Damage
Maces.SubSkill.Cripple.Proc=**CRIPPLED**
Maces.SubSkill.Cripple.Activated=CRIPPLED TARGET!
Maces.SubSkill.Cripple.Name=Cripple
Maces.SubSkill.Cripple.Description=Adds a chance to cripple your target.
Maces.SubSkill.Cripple.Stat=Cripple Chance
Maces.SubSkill.Cripple.Stat.Extra=[[DARK_AQUA]]Cripple Duration: &e{0}s&a vs Players, &e{1}s&a vs Mobs.
Maces.Listener=Maces:
#SWORDS
@ -899,6 +909,7 @@ Commands.XPGain.Crossbows=Attacking Monsters
Commands.XPGain.Excavation=Digging and finding treasures
Commands.XPGain.Fishing=Fishing (Go figure!)
Commands.XPGain.Herbalism=Harvesting Herbs
Commands.XPGain.Maces=Attacking Monsters
Commands.XPGain.Mining=Mining Stone & Ore
Commands.XPGain.Repair=Repairing
Commands.XPGain.Swords=Attacking Monsters
@ -1038,11 +1049,11 @@ Guides.Woodcutting.Section.1=&3How does Tree Feller work?\n&eTree Feller is an a
Guides.Woodcutting.Section.2=&3How does Leaf Blower work?\n&eLeaf Blower is a passive ability that will cause leaf\n&eblocks to break instantly when hit with an axe. By default,\n&ethis ability unlocks at level 100.
Guides.Woodcutting.Section.3=&3How do Double Drops work?\n&eThis passive ability gives you a chance to obtain an extra\n&eblock for every log you chop.
# Crossbows
Guides.Crossbows.Section.0=&3About Crossbows:\n&eCrossbows is all about shooting with your crossbow.\n\n&3XP GAIN:\n&eXP is gained whenever you shoot mobs with a crossbow.
Guides.Crossbows.Section.0=&3About Crossbows:\n&eCrossbows is all about shooting with your crossbow.\n\n&3XP GAIN:\n&eXP is gained whenever you shoot mobs with a crossbow.\nThis is a WIP skill and more information will be added soon.
Guides.Crossbows.Section.1=&3How does Trickshot work?\n&eTrickshot is an passive ability, you shoot your bolts at a shallow angle with a crossbow to attempt a Trickshot. This will cause the arrow to ricochet off of blocks and potentially hit a target. The number of potential bounces from a ricochet depend on the rank of Trickshot.
# Tridents
Guides.Tridents.Section.0=&3About Tridents:\n&eTridents skill involves impaling foes with your trident.\n\n&3XP GAIN:\n&eXP is gained whenever you hit mobs with a trident.
Guides.Tridents.Section.0=&3About Tridents:\n&eTridents skill involves impaling foes with your trident.\n\n&3XP GAIN:\n&eXP is gained whenever you hit mobs with a trident.\nThis is a WIP skill and more information will be added soon.
Guides.Maces.Section.0=&3About Maces:\n&eMaces is all about smashing your foes with a mace.\n\n&3XP GAIN:\n&eXP is gained whenever you hit mobs with a mace.\nThis is a WIP skill and more information will be added soon.
#INSPECT
Inspect.Offline= &cYou do not have permission to inspect offline players!

View File

@ -248,6 +248,7 @@ permissions:
mcmmo.ability.excavation.all: true
mcmmo.ability.fishing.all: true
mcmmo.ability.herbalism.all: true
mcmmo.ability.maces.all: true
mcmmo.ability.mining.all: true
mcmmo.ability.repair.all: true
mcmmo.ability.salvage.all: true
@ -479,6 +480,23 @@ permissions:
description: Allows access to the Hylian Luck ability
mcmmo.ability.herbalism.shroomthumb:
description: Allows access to the Shroom Thumb ability
mcmmo.ability.maces.*:
default: false
description: Allows access to all Maces abilities
children:
mcmmo.ability.mining.all: true
mcmmo.ability.maces.all:
description: Allows access to all Maces abilities
children:
mcmmo.ability.maces.crush: true
mcmmo.ability.maces.cripple: true
mcmmo.ability.maces.maceslimitbreak: true
mcmmo.ability.maces.maceslimitbreak:
description: Allows access to Maces Limit Break subskill
mcmmo.ability.maces.crush:
description: Allows access to the Crush ability
mcmmo.ability.maces.cripple:
description: Allows access to the Cripple ability
mcmmo.ability.mining.*:
default: false
description: Allows access to all Mining abilities
@ -870,6 +888,7 @@ permissions:
mcmmo.commands.mcscoreboard: true
mcmmo.commands.mcstats: true
mcmmo.commands.mctop.all: true
mcmmo.commands.maces: true
mcmmo.commands.mining: true
mcmmo.commands.party.all: true
mcmmo.commands.ptp.all: true
@ -1047,6 +1066,7 @@ permissions:
mcmmo.commands.mctop.excavation: true
mcmmo.commands.mctop.fishing: true
mcmmo.commands.mctop.herbalism: true
mcmmo.commands.mctop.maces: true
mcmmo.commands.mctop.mining: true
mcmmo.commands.mctop.repair: true
mcmmo.commands.mctop.salvage: true
@ -1074,6 +1094,8 @@ permissions:
description: Allows access to the mctop command for fishing
mcmmo.commands.mctop.herbalism:
description: Allows access to the mctop command for herbalism
mcmmo.commands.mctop.maces:
description: Allows access to the mctop command for maces
mcmmo.commands.mctop.mining:
description: Allows access to the mctop command for mining
mcmmo.commands.mctop.repair:
@ -1234,6 +1256,9 @@ permissions:
mcmmo.commands.skillreset.taming: true
mcmmo.commands.skillreset.unarmed: true
mcmmo.commands.skillreset.woodcutting: true
mcmmo.commands.skillreset.crossbows: true
mcmmo.commands.skillreset.tridents: true
mcmmo.commands.skillreset.maces: true
mcmmo.commands.skillreset:
description: Allows access to the skillreset command
mcmmo.commands.skillreset.acrobatics:
@ -1252,6 +1277,12 @@ permissions:
description: Allows access to the skillreset command for herbalism
mcmmo.commands.skillreset.mining:
description: Allows access to the skillreset command for mining
mcmmo.commands.skillreset.crossbows:
description: Allows access to the skillreset command for crossbows
mcmmo.commands.skillreset.tridents:
description: Allows access to the skillreset command for tridents
mcmmo.commands.skillreset.maces:
description: Allows access to the skillreset command for maces
mcmmo.commands.skillreset.others.*:
default: false
description: Implies access to all mcmmo.commands.skillreset.others permissions
@ -1276,6 +1307,9 @@ permissions:
mcmmo.commands.skillreset.others.taming: true
mcmmo.commands.skillreset.others.unarmed: true
mcmmo.commands.skillreset.others.woodcutting: true
mcmmo.commands.skillreset.others.crossbows: true
mcmmo.commands.skillreset.others.tridents: true
mcmmo.commands.skillreset.others.maces: true
mcmmo.commands.skillreset.others:
description: Allows access to the skillreset command for other players
mcmmo.commands.skillreset.others.acrobatics:
@ -1308,6 +1342,12 @@ permissions:
description: Allows access to the skillreset command for unarmed for other players
mcmmo.commands.skillreset.others.woodcutting:
description: Allows access to the skillreset command for woodcutting for other players
mcmmo.commands.skillreset.others.crossbows:
description: Allows access to the skillreset command for crossbows for other players
mcmmo.commands.skillreset.others.tridents:
description: Allows access to the skillreset command for tridents for other players
mcmmo.commands.skillreset.others.maces:
description: Allows access to the skillreset command for maces for other players
mcmmo.commands.skillreset.repair:
description: Allows access to the skillreset command for repair
mcmmo.commands.skillreset.salvage:
@ -1332,23 +1372,6 @@ permissions:
description: Allows access to the taming command
mcmmo.commands.unarmed:
description: Allows access to the unarmed command
# mcmmo.commands.vampirism.*:
# default: false
# description: Implies access to all mcmmo.commands.vampirism permissions
# children:
# mcmmo.commands.vampirism.all: true
# mcmmo.commands.vampirism.all:
# description: Implies access to all mcmmo.commands.vampirism permissions
# children:
# mcmmo.commands.vampirism: true
# mcmmo.commands.vampirism.modify: true
# mcmmo.commands.vampirism.toggle: true
# mcmmo.commands.vampirism:
# description: Allows access to the vampirism command
# mcmmo.commands.vampirism.modify:
# description: Allows access to the vampirism command to modify the vampirism rate
# mcmmo.commands.vampirism.toggle:
# description: Allows access to the vampirism command to toggle vampirism on/off
mcmmo.commands.woodcutting:
description: Allows access to the woodcutting command
mcmmo.commands.xprate.*:
@ -1482,6 +1505,7 @@ permissions:
mcmmo.perks.lucky.excavation: true
mcmmo.perks.lucky.fishing: true
mcmmo.perks.lucky.herbalism: true
mcmmo.perks.lucky.maces: true
mcmmo.perks.lucky.mining: true
mcmmo.perks.lucky.repair: true
mcmmo.perks.lucky.salvage: true
@ -1490,6 +1514,8 @@ permissions:
mcmmo.perks.lucky.taming: true
mcmmo.perks.lucky.unarmed: true
mcmmo.perks.lucky.woodcutting: true
mcmmo.perks.lucky.crossbows: true
mcmmo.perks.lucky.tridents: true
mcmmo.perks.lucky.acrobatics:
default: false
description: Gives Acrobatics abilities & skills a 33.3% better chance to activate.
@ -1514,6 +1540,9 @@ permissions:
mcmmo.perks.lucky.herbalism:
default: false
description: Gives Herbalism abilities & skills a 33.3% better chance to activate.
mcmmo.perks.lucky.maces:
default: false
description: Gives Mining abilities & skills a 33.3% better chance to activate.
mcmmo.perks.lucky.mining:
default: false
description: Gives Mining abilities & skills a 33.3% better chance to activate.
@ -1580,6 +1609,7 @@ permissions:
mcmmo.perks.xp.150percentboost.excavation: true
mcmmo.perks.xp.150percentboost.fishing: true
mcmmo.perks.xp.150percentboost.herbalism: true
mcmmo.perks.xp.150percentboost.maces: true
mcmmo.perks.xp.150percentboost.mining: true
mcmmo.perks.xp.150percentboost.repair: true
mcmmo.perks.xp.150percentboost.smelting: true
@ -1612,6 +1642,9 @@ permissions:
mcmmo.perks.xp.150percentboost.herbalism:
default: false
description: Multiplies incoming Herbalism XP by 2.5
mcmmo.perks.xp.150percentboost.maces:
default: false
description: Multiplies incoming Maces XP by 2.5
mcmmo.perks.xp.150percentboost.mining:
default: false
description: Multiplies incoming Mining XP by 2.5
@ -1658,6 +1691,7 @@ permissions:
mcmmo.perks.xp.50percentboost.excavation: true
mcmmo.perks.xp.50percentboost.fishing: true
mcmmo.perks.xp.50percentboost.herbalism: true
mcmmo.perks.xp.50percentboost.maces: true
mcmmo.perks.xp.50percentboost.mining: true
mcmmo.perks.xp.50percentboost.repair: true
mcmmo.perks.xp.50percentboost.smelting: true
@ -1690,6 +1724,9 @@ permissions:
mcmmo.perks.xp.50percentboost.herbalism:
default: false
description: Multiplies incoming Herbalism XP by 1.5
mcmmo.perks.xp.50percentboost.maces:
default: false
description: Multiplies incoming Maces XP by 1.5
mcmmo.perks.xp.50percentboost.mining:
default: false
description: Multiplies incoming Mining XP by 1.5
@ -1736,6 +1773,7 @@ permissions:
mcmmo.perks.xp.25percentboost.excavation: true
mcmmo.perks.xp.25percentboost.fishing: true
mcmmo.perks.xp.25percentboost.herbalism: true
mcmmo.perks.xp.25percentboost.maces: true
mcmmo.perks.xp.25percentboost.mining: true
mcmmo.perks.xp.25percentboost.repair: true
mcmmo.perks.xp.25percentboost.smelting: true
@ -1768,6 +1806,9 @@ permissions:
mcmmo.perks.xp.25percentboost.herbalism:
default: false
description: Multiplies incoming Herbalism XP by 1.25
mcmmo.perks.xp.25percentboost.maces:
default: false
description: Multiplies incoming Maces XP by 1.25
mcmmo.perks.xp.25percentboost.mining:
default: false
description: Multiplies incoming Mining XP by 1.25
@ -1814,6 +1855,7 @@ permissions:
mcmmo.perks.xp.10percentboost.excavation: true
mcmmo.perks.xp.10percentboost.fishing: true
mcmmo.perks.xp.10percentboost.herbalism: true
mcmmo.perks.xp.10percentboost.maces: true
mcmmo.perks.xp.10percentboost.mining: true
mcmmo.perks.xp.10percentboost.repair: true
mcmmo.perks.xp.10percentboost.smelting: true
@ -1846,6 +1888,9 @@ permissions:
mcmmo.perks.xp.10percentboost.herbalism:
default: false
description: Multiplies incoming Herbalism XP by 1.1
mcmmo.perks.xp.10percentboost.maces:
default: false
description: Multiplies incoming Maces XP by 1.1
mcmmo.perks.xp.10percentboost.mining:
default: false
description: Multiplies incoming Mining XP by 1.1
@ -1892,6 +1937,7 @@ permissions:
mcmmo.perks.xp.customboost.excavation: true
mcmmo.perks.xp.customboost.fishing: true
mcmmo.perks.xp.customboost.herbalism: true
mcmmo.perks.xp.customboost.maces: true
mcmmo.perks.xp.customboost.mining: true
mcmmo.perks.xp.customboost.repair: true
mcmmo.perks.xp.customboost.smelting: true
@ -1924,6 +1970,9 @@ permissions:
mcmmo.perks.xp.customboost.herbalism:
default: false
description: Multiplies incoming Herbalism XP by the boost amount defined in the experience config
mcmmo.perks.xp.customboost.maces:
default: false
description: Multiplies incoming Maces XP by the boost amount defined in the experience config
mcmmo.perks.xp.customboost.mining:
default: false
description: Multiplies incoming Mining XP by the boost amount defined in the experience config
@ -1970,6 +2019,7 @@ permissions:
mcmmo.perks.xp.double.excavation: true
mcmmo.perks.xp.double.fishing: true
mcmmo.perks.xp.double.herbalism: true
mcmmo.perks.xp.double.maces: true
mcmmo.perks.xp.double.mining: true
mcmmo.perks.xp.double.repair: true
mcmmo.perks.xp.double.smelting: true
@ -2002,6 +2052,9 @@ permissions:
mcmmo.perks.xp.double.herbalism:
default: false
description: Doubles incoming Herbalism XP
mcmmo.perks.xp.double.maces:
default: false
description: Doubles incoming Maces XP
mcmmo.perks.xp.double.mining:
default: false
description: Doubles incoming Mining XP
@ -2048,6 +2101,7 @@ permissions:
mcmmo.perks.xp.quadruple.excavation: true
mcmmo.perks.xp.quadruple.fishing: true
mcmmo.perks.xp.quadruple.herbalism: true
mcmmo.perks.xp.quadruple.maces: true
mcmmo.perks.xp.quadruple.mining: true
mcmmo.perks.xp.quadruple.repair: true
mcmmo.perks.xp.quadruple.smelting: true
@ -2080,6 +2134,9 @@ permissions:
mcmmo.perks.xp.quadruple.herbalism:
default: false
description: Quadruples incoming Herbalism XP
mcmmo.perks.xp.quadruple.maces:
default: false
description: Quadruples incoming Maces XP
mcmmo.perks.xp.quadruple.mining:
default: false
description: Quadruples incoming Mining XP
@ -2127,6 +2184,7 @@ permissions:
mcmmo.perks.xp.triple.fishing: true
mcmmo.perks.xp.triple.herbalism: true
mcmmo.perks.xp.triple.mining: true
mcmmo.perks.xp.triple.maces: true
mcmmo.perks.xp.triple.repair: true
mcmmo.perks.xp.triple.smelting: true
mcmmo.perks.xp.triple.swords: true
@ -2158,6 +2216,9 @@ permissions:
mcmmo.perks.xp.triple.herbalism:
default: false
description: Triples incoming Herbalism XP
mcmmo.perks.xp.triple.maces:
default: false
description: Triples incoming Maces XP
mcmmo.perks.xp.triple.mining:
default: false
description: Triples incoming Mining XP
@ -2203,6 +2264,7 @@ permissions:
mcmmo.skills.excavation: true
mcmmo.skills.fishing: true
mcmmo.skills.herbalism: true
mcmmo.skill.maces: true
mcmmo.skills.mining: true
mcmmo.skills.repair: true
mcmmo.skills.salvage: true
@ -2283,6 +2345,11 @@ permissions:
children:
mcmmo.ability.taming.all: true
mcmmo.commands.taming: true
mcmmo.skills.maces:
description: Allows access to the Maces skill
children:
mcmmo.ability.maces.all: true
mcmmo.commands.maces: true
mcmmo.skills.tridents:
description: Allows access to the Tridents skill
children:

View File

@ -284,4 +284,12 @@ Repairables:
ItemMaterialCategory: OTHER
RepairMaterial: PRISMARINE_CRYSTALS
MinimumQuantity: 16
MaximumDurability: 250
MACE:
MinimumLevel: 0
XpMultiplier: 3
ItemType: TOOL
ItemMaterialCategory: OTHER
RepairMaterial: BREEZE_ROD
MinimumQuantity: 4
MaximumDurability: 250

View File

@ -444,28 +444,51 @@ Salvage:
Rank_7: 850
Rank_8: 1000
Maces:
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
MacesLimitBreak:
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
Cripple:
Standard:
Rank_1: 5
Rank_2: 20
Rank_3: 40
Rank_4: 80
RetroMode:
Rank_1: 50
Rank_2: 200
Rank_3: 400
Rank_4: 800
Crush:
Standard:
Rank_1: 10
Rank_2: 25
Rank_3: 75
Rank_4: 90
RetroMode:
Rank_1: 100
Rank_2: 250
Rank_3: 750
Rank_4: 900
Mining:
MotherLode:
Standard:

View File

@ -67,4 +67,8 @@ Sounds:
BLEED:
Enable: true
Volume: 2.0
Pitch: 2.0
Pitch: 2.0
CRIPPLE:
Enable: true
Volume: 1.0
Pitch: 0.5