Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
MythicAchievements MythicAchievements
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 4
    • Issues 4
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Packages & Registries
    • Packages & Registries
    • Package Registry
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • MythicCraft
  • MythicAchievementsMythicAchievements
  • Wiki
    • Skills
    • Mechanics
  • IncrementAchievement

IncrementAchievement · Changes

Page history
Create Skills/Mechanics/IncrementAchievement authored Feb 12, 2023 by Vierdant's avatar Vierdant
Hide whitespace changes
Inline Side-by-side
Showing with 31 additions and 0 deletions
+31 -0
  • Skills/Mechanics/IncrementAchievement.md Skills/Mechanics/IncrementAchievement.md +31 -0
  • No files found.
Skills/Mechanics/IncrementAchievement.md 0 → 100644
View page @ 49614b2d
Mechanic: IncrementAchievement
===============
Increment criteria of achievement by a specified amount. Useful if the criteria is a manual one.
Attributes
----------
| Attribute | Aliases | Description | Default |
|-----------|---------|-------------------------------------------|---------|
| achievement | achieve, a | The achievement to increment. | |
| criteria | crit, c | The criteria to increase. | |
| amount | | The amount it should increase by. | 1 |
Examples
----
Let's say we have this criterion for our achievement `KILL_SKELETAL`
```yml
Criteria:
KILL:
Type: KILL_MYTHIC_MOB
MobType: SkeletalKnight
Amount: 10
Conditions: []
```
And then we want to increment by one through a skill
```yml
Skills:
- incrementAchievement{a=KILL_SKELETAL;c=KILL;amount=2}
```
\ No newline at end of file
Clone repository

Achievements

  • Home
  • Changelogs
  • Commands and Permissions
  • FAQ / Common Issues

Usage

  • Installation
  • General Configuration
  • Categories (Tabs)
  • Creating Achievements
  • Criteria
  • Rewards

New Mechanics

  • Achievement Mechanics
  • Achievement Conditions