Update custom_events.md

This commit is contained in:
wcko87 2017-09-29 09:45:37 +08:00 committed by GitHub
parent 3981ec75ad
commit 2f9c4d2cef

View File

@ -81,15 +81,15 @@ These are events defined by GemaYue specifically for the map editor. These event
If Erina passes this event, change game difficulty to k. If Erina passes this event, change game difficulty to k.
- k is the value of the X+1 tile (i.e. eventID: 5000+k) - k is the value of the X+1 tile (i.e. eventID: 5000+k)
``` ```
0: Casual 5000: Casual
1: Novice 5001: Novice
2: Normal 5002: Normal
3: Hard 5003: Hard
4: Hell 5004: Hell
5: Bunny Extinction 5005: Bunny Extinction
6: Unknown 5006: Unknown
7: Impossible 5007: Impossible
8+: Extra 5008+: Extra
``` ```