MineCICD added "plugins"

This commit is contained in:
minster586
2024-10-05 22:23:51 -04:00
committed by minster586
parent 15691e7567
commit a7c7616624
198 changed files with 59954 additions and 1 deletions

View File

@@ -0,0 +1,27 @@
display-name: "Adventurer"
description: "Gives a &a%placeholder%%&r boost to Adventurer experience"
placeholder: "2 * %level%"
type: normal
targets:
- boots
conflicts:
- enriched_plating
rarity: uncommon
max-level: 6
tradeable: true
discoverable: true
enchantable: true
effects:
- id: skill_xp_multiplier
args:
multiplier: "1 + 0.02 * %level%"
skills:
- exploration
conditions: [ ]
dependencies:
- EcoSkills

View File

@@ -0,0 +1,26 @@
display-name: "Angler"
description: "Gives a &a%placeholder%%&r boost to Fishing experience"
placeholder: "8 * %level%"
type: normal
targets:
- fishing_rod
conflicts: [ ]
rarity: uncommon
max-level: 2
tradeable: true
discoverable: true
enchantable: true
effects:
- id: skill_xp_multiplier
args:
multiplier: "1 + 0.05 * %level%"
skills:
- fishing
conditions: [ ]
dependencies:
- EcoSkills

View File

@@ -0,0 +1,28 @@
display-name: "Chemist"
description: "Gives a &a%placeholder%%&r boost to Alchemy experience"
placeholder: "12.5 * %level%"
type: normal
targets:
- helmet
conflicts:
- enriched_plating
- sorcery
rarity: uncommon
max-level: 4
tradeable: true
discoverable: true
enchantable: true
effects:
- id: skill_xp_multiplier
args:
multiplier: "1 + 0.125 * %level%"
skills:
- alchemy
conditions: [ ]
dependencies:
- EcoSkills

View File

@@ -0,0 +1,26 @@
display-name: "Combatant"
description: "Gives a &a%placeholder%%&r boost to Combat experience"
placeholder: "10 + 2.5 * %level%"
type: normal
targets:
- pickaxe
conflicts: [ ]
rarity: uncommon
max-level: 3
tradeable: true
discoverable: true
enchantable: true
effects:
- id: skill_xp_multiplier
args:
multiplier: "1.1 + 0.025 * %level%"
skills:
- combat
conditions: [ ]
dependencies:
- EcoSkills

View File

@@ -0,0 +1,25 @@
display-name: "Crit Luck"
description: "Gives &a+%placeholder%&r %ecoskills_crit_chance_name%"
placeholder: "4 * %level%"
type: normal
targets:
- sword
conflicts: [ ]
rarity: uncommon
max-level: 3
tradeable: true
discoverable: true
enchantable: true
effects:
- id: add_stat
args:
stat: crit_chance
amount: "4 * %level%"
conditions: [ ]
dependencies:
- EcoSkills

View File

@@ -0,0 +1,29 @@
display-name: "Enriched Plating"
description: "Gives a &a%placeholder%%&r boost to Armory experience"
placeholder: "3 * %level%"
type: normal
targets:
- armor
conflicts:
- sorcery
- chemist
- adventurer
rarity: uncommon
max-level: 4
tradeable: true
discoverable: true
enchantable: true
effects:
- id: skill_xp_multiplier
args:
multiplier: "1 + 0.03 * %level%"
skills:
- alchemy
conditions: [ ]
dependencies:
- EcoSkills

View File

@@ -0,0 +1,25 @@
display-name: "Forceful Crit"
description: "Gives &a+%placeholder%&r %ecoskills_crit_damage_name%"
placeholder: "3 + 2 * %level%"
type: normal
targets:
- sword
conflicts: [ ]
rarity: rare
max-level: 6
tradeable: true
discoverable: true
enchantable: true
effects:
- id: add_stat
args:
stat: crit_damage
amount: "3 + 2 * %level%"
conditions: [ ]
dependencies:
- EcoSkills

View File

@@ -0,0 +1,26 @@
display-name: "Green Thumb"
description: "Gives a &a%placeholder%%&r boost to Farming experience"
placeholder: "2 + 4 * %level%"
type: normal
targets:
- hoe
conflicts: [ ]
rarity: uncommon
max-level: 2
tradeable: true
discoverable: true
enchantable: true
effects:
- id: skill_xp_multiplier
args:
multiplier: "1.02 + 0.04 * %level%"
skills:
- farming
conditions: [ ]
dependencies:
- EcoSkills

View File

@@ -0,0 +1,25 @@
display-name: "Might"
description: "Gives &a+%placeholder%&r %ecoskills_strength_name%"
placeholder: "-1 + 4 * %level%"
type: normal
targets:
- sword
conflicts: [ ]
rarity: rare
max-level: 4
tradeable: true
discoverable: true
enchantable: true
effects:
- id: add_stat
args:
stat: strength
amount: "-1 + 4 * %level%"
conditions: [ ]
dependencies:
- EcoSkills

View File

@@ -0,0 +1,32 @@
display-name: "Neptune"
description: "Gives &a+%crit_damage%&r to %ecoskills_crit_damage_name%&r but reduces %ecoskills_crit_chance_name%&r by &c%crit_chance%%"
placeholders:
crit_damage: "20 + 10 * %level%"
crit_chance: "40 - 5 * %level%"
type: normal
targets:
- trident
conflicts: [ ]
rarity: legendary
max-level: 3
tradeable: true
discoverable: true
enchantable: true
effects:
- id: add_stat
args:
stat: crit_damage
amount: "20 + 10 * %level%"
- id: multiply_stat
args:
stat: crit_chance
multiplier: "0.6 + %level% * 5"
conditions: [ ]
dependencies:
- EcoSkills

View File

@@ -0,0 +1,30 @@
display-name: "Overload"
description: "Gives &a+%placeholder%&r %ecoskills_crit_chance_name%&r and &a+%placeholder%&r %ecoskills_crit_damage_name%"
placeholder: "1 * %level%"
type: normal
targets:
- bow
- crossbow
conflicts: [ ]
rarity: rare
max-level: 7
tradeable: true
discoverable: true
enchantable: true
effects:
- id: add_stat
args:
stat: crit_chance
amount: "1 * %level%"
- id: add_stat
args:
stat: crit_damage
amount: "1 * %level%"
conditions: [ ]
dependencies:
- EcoSkills

View File

@@ -0,0 +1,26 @@
display-name: "Prospector"
description: "Gives a &a%placeholder%%&r boost to Mining experience"
placeholder: "3 * %level%"
type: normal
targets:
- pickaxe
conflicts: [ ]
rarity: uncommon
max-level: 5
tradeable: true
discoverable: true
enchantable: true
effects:
- id: skill_xp_multiplier
args:
multiplier: "1 + 0.03 * %level%"
skills:
- mining
conditions: [ ]
dependencies:
- EcoSkills

View File

@@ -0,0 +1,28 @@
display-name: "Sorcery"
description: "Gives a &a%placeholder%%&r boost to Enchanting experience"
placeholder: "10 * %level%"
type: normal
targets:
- helmet
conflicts:
- enriched_plating
- chemist
rarity: uncommon
max-level: 5
tradeable: true
discoverable: true
enchantable: true
effects:
- id: skill_xp_multiplier
args:
multiplier: "1 + 0.1 * %level%"
skills:
- enchanting
conditions: [ ]
dependencies:
- EcoSkills

View File

@@ -0,0 +1,26 @@
display-name: "Steel String"
description: "Gives &a+%placeholder%&r %ecoskills_strength_name%"
placeholder: "3 + 2 * %level%"
type: normal
targets:
- bow
- crossbow
conflicts: [ ]
rarity: rare
max-level: 3
tradeable: true
discoverable: true
enchantable: true
effects:
- id: add_stat
args:
stat: strength
amount: "3 + 2 * %level%"
conditions: [ ]
dependencies:
- EcoSkills

View File

@@ -0,0 +1,44 @@
display-name: "Stimulating"
description: "Gives a &a%bonus%%&r bonus to all stats for &a%seconds%&r seconds"
placeholders:
bonus: "10 * %level%"
seconds: "3 * %level%"
type: spell
targets:
- sword
conflicts: [ ]
rarity: legendary
max-level: 2
tradeable: true
discoverable: true
enchantable: true
effects:
- effects:
- id: add_holder
args:
effects:
- id: multiply_all_stats
args:
multiplier: "1 + 0.1 * %level%"
conditions: [ ]
duration: "3 * %level% * 20"
- id: play_sound
args:
sound: entity_allay_death
pitch: 1.2
volume: 1
args:
cooldown: 180
send_cooldown_message: true
triggers:
- alt_click
conditions: [ ]
dependencies:
- EcoSkills

View File

@@ -0,0 +1,25 @@
display-name: "Strongarm"
description: "Gives &a+%placeholder%&r %ecoskills_strength_name%"
placeholder: "2 + 4 * %level%"
type: normal
targets:
- trident
conflicts: [ ]
rarity: rare
max-level: 2
tradeable: true
discoverable: true
enchantable: true
effects:
- id: add_stat
args:
stat: strength
amount: "2 + 4 * %level%"
conditions: [ ]
dependencies:
- EcoSkills

View File

@@ -0,0 +1,24 @@
display-name: "Superior"
description: "Gives a &a%placeholder%%&r boost to all stats"
placeholder: "%level% * 2"
type: special
targets:
- armor
conflicts: [ ]
rarity: veryspecial
max-level: 2
tradeable: true
discoverable: true
enchantable: true
effects:
- id: multiply_all_stats
args:
multiplier: "1 + 0.02 * %level%"
conditions: [ ]
dependencies:
- EcoSkills

View File

@@ -0,0 +1,25 @@
display-name: "Vicious"
description: "Gives &a+%placeholder%&r %ecoskills_ferocity_name%"
placeholder: "5 + 5 * %level%"
type: normal
targets:
- sword
conflicts: [ ]
rarity: legendary
max-level: 3
tradeable: true
discoverable: true
enchantable: true
effects:
- id: add_stat
args:
stat: ferocity
amount: "5 + 5 * %level%"
conditions: [ ]
dependencies:
- EcoSkills

View File

@@ -0,0 +1,26 @@
display-name: "Woodworker"
description: "Gives a &a%placeholder%%&r boost to Woodcutting experience"
placeholder: "4 * %level%"
type: normal
targets:
- axe
conflicts: [ ]
rarity: uncommon
max-level: 4
tradeable: true
discoverable: true
enchantable: true
effects:
- id: skill_xp_multiplier
args:
multiplier: "1 + 0.04 * %level%"
skills:
- woodcutting
conditions: [ ]
dependencies:
- EcoSkills