Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
MythicMobs MythicMobs
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 145
    • Issues 145
    • 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
  • MythicMobsMythicMobs
  • Wiki
    • Examples
  • Consumable Skills

Consumable Skills · Changes

Page history
moved examples to another directory authored Jul 31, 2022 by Phillip's avatar Phillip
Hide whitespace changes
Inline Side-by-side
Showing with 0 additions and 0 deletions
+0 -0
  • examples/Consumable-Skills.md examples/Consumable-Skills.md +0 -0
  • No files found.
examples/Consumable-Skills.md 0 → 100644
View page @ e33da57e
These skills are usually triggered by a player when using an item, and utilizing [Mythic Crucible](https://git.lumine.io/mythiccraft/mythiccrucible).
### Eat Food Skill
----------
* A food consumption example skill that, when used, replenishes saturation and gives a short burst of the saturation potion effect while playing three sounds and particle on a slight delay.
```yaml
eatmeal:
Skills:
- feed{amount=10;overfeed=true} @self
- effect:particles{p=happy_villager;amount=5;speed=.5;y=1} @self
- effect:sound{s=minecraft:entity.experience_orb.pickup;v=0.8;p=0.6} @self
- Delay 2
- effect:sound{s=minecraft:entity.experience_orb.pickup;v=0.8;p=0.7} @self
- Delay 2
- effect:sound{s=minecraft:entity.experience_orb.pickup;v=0.8;p=0.8} @self
- potion{t=SATURATION;d=100;l=2;force=true} @self
```
---
### Drink Flight Potion Skill
----------
* A potion consumption spell that, when used, grants the consumer with the ability to fly for 1 minute, with a bossbar that counts down the duration remaining, and particles to show the effect is active.
```yaml
basicflypot:
Conditions:
Skills:
- effect:sound{s=entity.generic.drink;v=1;p=1} @self
- effect:particles{p=fireworks_spark;amount=20;speed=.5;y=1} @self
- effect:sound{s=block.end_portal_frame.fill;v=0.3;p=2} @self
- effect:sound{s=item.bottle.fill_dragonbreath;v=0.3;p=0.8} @self
- effect:sound{s=minecraft:block.beacon.power_select;v=1;p=1.4} @self
- effect:particles{p=ELECTRIC_SPARK;amount=10;speed=.8;y=1} @self
- fly{duration=1200;ot=flightaura;i=20;bt=true;auraName=Flight Remaining:} @self
flightaura:
Skills:
- effect:particles{p=fireworks_spark;amount=5;speed=.1;y=1} @self
```
\ No newline at end of file
Clone repository
  • Home
  • Changelogs
  • Premium Features
  • Commands and Permissions
  • FAQ / Common Issues
  • Mythic Add-ons
  • Compatible Plugins
  • API Information
  • Packs

Mobs

  • Overview
  • Types
  • Mob Options
  • Mob Levels
  • Mob Factions
  • Power Scaling
  • Damage Modifiers
  • Equipment
  • BossBar
  • Custom AI
  • Custom Kill Messages
  • Threat Tables
  • Immunity Tables
  • Extra: Disguises
  • Extra: ModelEngine

Skills

  • Overview
  • Mechanics
  • Effects
  • Targeters
  • Triggers
  • Conditions
  • Placeholders
  • Variables
  • Math

Items

  • Overview
  • Options
  • Attributes
  • Enchantments
  • Potions
  • Banner Layers

Drops & DropTables

Spawning

  • Spawners
  • Random Spawns

Examples