Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
MythicCrucible MythicCrucible
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 53
    • Issues 53
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • MythicCraft
  • MythicCrucibleMythicCrucible
  • Wiki
  • Sets

Sets · Changes

Page history
Create Sets authored Oct 27, 2024 by Lxlp's avatar Lxlp
Hide whitespace changes
Inline Side-by-side
Showing with 34 additions and 0 deletions
+34 -0
  • Sets.md Sets.md +34 -0
  • No files found.
Sets.md 0 → 100644
View page @ f0813dab
With Sets you can make your equipment pieces give off different bonuses depending on the amount of equipped items of the same set!
[[_TOC_]]
## Creating a Set
You can create a set by adding it to the `equipment-sets.yml` file in the base folder or in any [pack](/../../../MythicMobs/-/wikis/Packs)
```yaml
PHOENIX:
Enabled: true # Will default to true if not set
Display: 'Phoenix Set'
Lore:
- '<aqua>Phoenix Set'
- '<yellow>[2]: <green>+20% Critical Strike Chance'
- '<yellow>[4]: <green>20% chance on being hit to burn'
- '<green>ignite attacker. +20% Critical Strike Damage.'
Bonuses:
- Pieces: 2
Stats:
- CRITICAL_STRIKE_CHANCE 0.2 ADDITIVE
- Pieces: 4
Stats:
- CRITICAL_STRIKE_DAMAGE 0.2 ADDITIVE
Skills:
- ignite @trigger ~onDamaged 0.2
```
## Applying a Set to an item
This can be done by using the `EquipmentSet` option on any item
```yaml
ExampleItem:
Material: STONE_SWORD
EquipmentSet: PHOENIX
```
\ No newline at end of file
Clone repository
Home
Changelogs
Commands / Permissions
API
FAQ / Common Issues
Guides
Usage
  • Installation
  • Item Options
  • Item Skills
  • Item Durability
  • Crafting Recipes
    • Workbenches
  • Item Updater
  • Ammo System / Guns
  • Dynamic Lore Generation
  • ResourcePack Generator
  • World Generation
  • Augments
Item Types
  • Blocks
  • Furniture
    • Paint Brush
  • Bags
  • Hats
Mechanics
  • Item Mechanics
  • Item Targeters
  • Item Triggers
  • Item Conditions
Placeholders
  • Placeholders