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 144
    • Issues 144
    • 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
    • Skills
    • Mechanics
  • setskillcooldown

setskillcooldown · Changes

Page history
updated layout and informations authored Mar 19, 2024 by Lxlp's avatar Lxlp
Hide whitespace changes
Inline Side-by-side
Showing with 21 additions and 12 deletions
+21 -12
  • skills/mechanics/setskillcooldown.md skills/mechanics/setskillcooldown.md +21 -12
  • No files found.
skills/mechanics/setskillcooldown.md
View page @ 39e464eb
Mechanic: Set Skill Cooldown
--------------------------
## Description
Sets the given metakill's cooldown to the given value (in seconds)
**Attributes**
| Attribute | Alias | Description |
| --------- | ----- | ----------- |
| skill | | The metaskillset of which you want to set the cooldown |
| seconds | | The duration of the cooldown |
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| skill | s | The [metaskill] of which you want to set the cooldown. Defaults to the executing one |
| seconds | sec, time, t | The duration of the cooldown | 0 |
Examples
--------
this example would set the cooldown of the metaskill *test_skill* to 10 seconds for the caster
## Examples
```yaml
Skills:
- setSkillCooldown{skill=test_skill;seconds=10} @self
```
- setSkillCooldown{skill=test_skill;seconds=10} @self
> This example would set the cooldown of the metaskill *test_skill* to 10 seconds for the caster
## Aliases
- [x] skillCooldown
- [x] setskillcd
- [x] skillcd
```
\ No newline at end of file
<!-- ALIASES -->
[metaskill]: /Skills/Metaskills
\ 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
  • Pins
Mobs
  • Mob Options
    • Display Options
  • Mob Levels
  • Mob Factions
  • Power Scaling
  • Damage Modifiers
  • Equipment
  • BossBar
  • Custom AI
  • Custom Kill Messages
  • Threat Tables
  • Immunity Tables
  • Templates
  • Vanilla Overrides
  • Extra: Disguises
  • Extra: ModelEngine
Skills
  • Mechanics
  • Targeters
    • Filters
  • Triggers
  • Conditions
    • In-line conditions
  • Metaskills
  • Placeholders
  • Variables
Items
  • Options
  • Attributes
  • Enchantments
  • Potions
  • Banner Layers
  • Firework
Drops & DropTables
  • Drops
  • DropTables
  • FancyDrops
Spawning
  • Spawners
  • Random Spawns
Stats
  • Custom Stat Options
  • Modifiers
  • Built in Stats
Technical
  • Math
  • Operations
    • Attribute Operations
    • Stats Modifiers
  • Particles Types
  • Audience
Examples
Useful Tips