Vanilla Server Log

#Ka43WrK
1 error
7868 lines
Raw
1[23:52:49] [Server thread/INFO]: [MythicMobs] Debug level has been set to 5
2[23:52:52] [Server thread/INFO]: [Mythic] Reloading plugin...
3[23:52:52] [Server thread/INFO]: [MythicMobs] Saving plugin data...
4[23:52:52] [Server thread/INFO]: [MythicMobs] ✓Saving Finished
5[23:52:52] [Server thread/INFO]: [MythicMobs] [i] ** Loading Settings...
6[23:52:52] [Server thread/INFO]: [MythicMobs] [i] ** Loading WorldScaling Settings...
7[23:52:52] [Server thread/INFO]: [MythicMobs] [i] *** Loading WorldScaling for world Default
8[23:52:52] [Server thread/INFO]: [MythicMobs] [i] **** WorldScaling for world Enabled: true
9[23:52:52] [Server thread/INFO]: [MythicMobs] [i] **** WorldScaling for world perBlocksFromSpawn: 250.0
10[23:52:52] [Server thread/INFO]: [MythicMobs] [i] *** Loading WorldScaling for world world2
11[23:52:52] [Server thread/INFO]: [MythicMobs] [i] **** WorldScaling for world Enabled: true
12[23:52:52] [Server thread/INFO]: [MythicMobs] [i] **** WorldScaling for world perBlocksFromSpawn: 250.0
13[23:52:52] [Server thread/INFO]: [MythicMobs] [i] *** Loading WorldScaling for world world2_nether
14[23:52:52] [Server thread/INFO]: [MythicMobs] [i] **** WorldScaling for world Enabled: false
15[23:52:52] [Server thread/INFO]: [MythicMobs] [i] **** WorldScaling for world perBlocksFromSpawn: 100.0
16[23:52:52] [Server thread/INFO]: [MythicMobs] [i] ** Loading Default Level Modifiers...
17[23:52:52] [Server thread/INFO]: [MythicMobs] [i] **** Default Level Modifiers - Health: 0.1
18[23:52:52] [Server thread/INFO]: [MythicMobs] [i] **** Default Level Modifiers - Damage: 0
19[23:52:52] [Server thread/INFO]: [MythicMobs] [i] **** Default Level Modifiers - Power: 0
20[23:52:52] [Server thread/INFO]: [MythicMobs] [i] **** Default Level Modifiers - Armor: 0
21[23:52:52] [Server thread/INFO]: [MythicMobs] [i] **** Default Level Modifiers - KBR: 0
22[23:52:52] [Server thread/INFO]: [MythicMobs] [i] ** Finished Load Default Level Modifiers!
23[23:52:52] [Server thread/INFO]: [MythicMobs] Loading Packs...
24[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Annotation not found for io.lumine.mythic.core.skills.placeholders.all.BarPlaceholder$BarType
25[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Annotation not found for io.lumine.mythic.core.skills.placeholders.all.ConditionalPlaceholder
26[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Annotation not found for io.lumine.mythic.core.skills.placeholders.all.EntityNamePlaceholder
27[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Annotation not found for io.lumine.mythic.core.skills.placeholders.all.EntityNumericPlaceholder
28[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Annotation not found for io.lumine.mythic.core.skills.placeholders.all.FunctionalEntityPlaceholder
29[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Annotation not found for io.lumine.mythic.core.skills.placeholders.all.FunctionalMetaPlaceholder
30[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Annotation not found for io.lumine.mythic.core.skills.placeholders.all.FunctionalPlaceholder
31[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Annotation not found for io.lumine.mythic.core.skills.placeholders.all.MetaTargetPlaceholder
32[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Annotation not found for io.lumine.mythic.core.skills.placeholders.all.RandomLinePlaceholder
33[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Annotation not found for io.lumine.mythic.core.skills.placeholders.all.RayTracePlaceholder
34[23:52:52] [Server thread/INFO]: [MythicMobs] Loading Items...
35[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading config file: /home/********/plugins/MythicMobs/items/ExampleItems.yml
36[23:52:52] [Server thread/WARN]: [MythicMobs] Error loading item 'TestTool'. Enable debugging for a stack trace.
37[23:52:52] [Server thread/WARN]: java.lang.ClassCastException: class java.lang.Double cannot be cast to class java.lang.Float (java.lang.Double and java.lang.Float are in module java.base of loader 'bootstrap')
38[23:52:52] [Server thread/WARN]: at MythicMobs-5.8.1-SNAPSHOT.jar//io.lumine.mythic.api.adapters.items.components.AbstractItemToolComponent.<init>(AbstractItemToolComponent.java:38)
39[23:52:52] [Server thread/WARN]: at MythicMobs-5.8.1-SNAPSHOT.jar//io.lumine.mythic.core.items.MythicItem.loadItem(MythicItem.java:296)
40[23:52:52] [Server thread/WARN]: at MythicMobs-5.8.1-SNAPSHOT.jar//io.lumine.mythic.core.items.MythicItem.<init>(MythicItem.java:186)
41[23:52:52] [Server thread/WARN]: at MythicMobs-5.8.1-SNAPSHOT.jar//io.lumine.mythic.core.items.ItemExecutor.loadItems(ItemExecutor.java:97)
42[23:52:52] [Server thread/WARN]: at MythicMobs-5.8.1-SNAPSHOT.jar//io.lumine.mythic.core.items.ItemExecutor.load(ItemExecutor.java:49)
43[23:52:52] [Server thread/WARN]: at MythicMobs-5.8.1-SNAPSHOT.jar//io.lumine.mythic.core.config.ConfigExecutor.load(ConfigExecutor.java:453)
44[23:52:52] [Server thread/WARN]: at MythicMobs-5.8.1-SNAPSHOT.jar//io.lumine.mythic.core.config.ConfigExecutor.load(ConfigExecutor.java:47)
45[23:52:52] [Server thread/WARN]: at MythicMobs-5.8.1-SNAPSHOT.jar//io.lumine.mythic.bukkit.utils.plugin.ReloadableModule.reload(ReloadableModule.java:19)
46[23:52:52] [Server thread/WARN]: at MythicMobs-5.8.1-SNAPSHOT.jar//io.lumine.mythic.bukkit.commands.ReloadCommand.doReloadPart1(ReloadCommand.java:121)
47[23:52:52] [Server thread/WARN]: at MythicMobs-5.8.1-SNAPSHOT.jar//io.lumine.mythic.bukkit.commands.ReloadCommand.onCommand(ReloadCommand.java:68)
48[23:52:52] [Server thread/WARN]: at MythicMobs-5.8.1-SNAPSHOT.jar//io.lumine.mythic.bukkit.utils.commands.Command.onCommand(Command.java:64)
49[23:52:52] [Server thread/WARN]: at MythicMobs-5.8.1-SNAPSHOT.jar//io.lumine.mythic.bukkit.utils.commands.Command.onCommand(Command.java:55)
50[23:52:52] [Server thread/WARN]: at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45)
51[23:52:52] [Server thread/WARN]: at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:178)
52[23:52:52] [Server thread/WARN]: at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:1031)
53[23:52:52] [Server thread/WARN]: at org.bukkit.craftbukkit.CraftServer.dispatchServerCommand(CraftServer.java:1016)
54[23:52:52] [Server thread/WARN]: at net.minecraft.server.dedicated.DedicatedServer.handleConsoleInputs(DedicatedServer.java:523)
55[23:52:52] [Server thread/WARN]: at net.minecraft.server.dedicated.DedicatedServer.tickConnection(DedicatedServer.java:473)
56[23:52:52] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1785)
57[23:52:52] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1575)
58[23:52:52] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1291)
59[23:52:52] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.lambda$spin$2(MinecraftServer.java:313)
60[23:52:52] [Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
61[23:52:52] [Server thread/INFO]: [MythicMobs] Loading Item Groups...
62[23:52:52] [Server thread/INFO]: [MythicMobs] Loading Skills...
63[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading config file: /home/********/plugins/MythicMobs/skills/ExampleSkills.yml
64[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: message{cooldown=30;m="<mob.name><&co><&sp>Hahahah!<&sp>I<&sp>will<&sp>crush<&sp>you<&cm><&sp>fool!"} @PlayersInRadius{r=40}
65[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to MESSAGE
66[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter PlayersInRadius{r=40}
67[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
68[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded message skill with message <caster.name>: Hahahah! I will crush you, fool!
69[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: teleport @target
70[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to TELEPORT
71[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter target
72[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
73[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:sound{s=mob.endermen.portal;volume=1.0;pitch=0.5}
74[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:SOUND
75[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 10
76[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
77[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: damage{amount=5;ignorearmor=true} @PlayersInRadius{r=5}
78[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DAMAGE
79[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter PlayersInRadius{r=5}
80[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
81[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: throw{velocity=10;velocityY=5} @PlayersInRadius{r=5}
82[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to THROW
83[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter PlayersInRadius{r=5}
84[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
85[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:explosion @Self
86[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:EXPLOSION
87[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
88[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
89[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: message{m="<caster.name><&co><&sp>Arise<&cm><&sp>my<&sp>minions!"} @PlayersInRadius{r=40}
90[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to MESSAGE
91[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter PlayersInRadius{r=40}
92[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
93[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded message skill with message <caster.name>: Arise, my minions!
94[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 20
95[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
96[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{mob=SkeletalMinion;amount=2;noise=5} @Self
97[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
98[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
99[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
100[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 20
101[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
102[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{mob=SkeletalMinion;amount=2;noise=5} @Self
103[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
104[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
105[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
106[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 20
107[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
108[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{mob=SkeletalMinion;amount=2;noise=5} @Self
109[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
110[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
111[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
112[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=POISON;lvl=2;duration=100} @PlayersInRadius{r=15}
113[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
114[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter PlayersInRadius{r=15}
115[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
116[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:particles{p=happyVillager;amount=1000;hSpread=15;ySpread=1;speed=0;yOffset=0.5} @Self
117[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:PARTICLES
118[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
119[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
120[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: speak{cp=<gold>Skeleton<&csp>King</gold><&co>;cooldown=30;m="<yellow>Hahahah!<&sp>I<&sp>will<&sp>crush<&sp>you<&cm><&sp>fool!"} @PlayersInRadius{r=40} 0.2
121[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SPEAK
122[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter PlayersInRadius{r=40}
123[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
124[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded Speak mechanic with message <yellow>Hahahah! I will crush you, fool!
125[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: teleport @target
126[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to TELEPORT
127[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter target
128[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
129[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:sound{s=mob.endermen.portal;volume=1.0;pitch=0.5}
130[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:SOUND
131[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 10
132[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
133[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: damage{amount=5;ignorearmor=true} @PlayersInRadius{r=5}
134[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DAMAGE
135[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter PlayersInRadius{r=5}
136[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
137[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: throw{velocity=10;velocityY=5} @PlayersInRadius{r=5}
138[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to THROW
139[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter PlayersInRadius{r=5}
140[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
141[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:explosion @Self
142[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:EXPLOSION
143[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
144[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
145[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: speak{cp=<gold>Skeleton<&csp>King</gold><&co>;m="<&sp><yellow>Arise<&cm><&sp>my<&sp>minions!"} @PlayersInRadius{r=40} 0.2
146[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SPEAK
147[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter PlayersInRadius{r=40}
148[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
149[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded Speak mechanic with message <yellow>Arise, my minions!
150[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 20
151[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
152[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{mob=SkeletalMinionV2;amount=2;noise=5} @Self
153[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
154[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
155[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
156[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 20
157[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
158[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{mob=SkeletalMinionV2;amount=2;noise=5} @Self
159[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
160[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
161[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
162[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 20
163[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
164[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{mob=SkeletalMinionV2;amount=1;noise=5} @Self
165[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
166[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
167[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
168[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: speak{cp=<gold>Skeleton<&csp>King</gold><&co>;m="<&sp><yellow>Arise<&cm><&sp>my<&sp>minions!"} @PlayersInRadius{r=40} 0.2
169[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SPEAK
170[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter PlayersInRadius{r=40}
171[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
172[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded Speak mechanic with message <yellow>Arise, my minions!
173[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 20
174[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
175[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{mob=SkeletalMinionV2;amount=4;noise=5} @Self
176[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
177[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
178[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
179[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 20
180[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
181[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{mob=SkeletalWarriorV2;amount=2;noise=5} @Self
182[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
183[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
184[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
185[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 20
186[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
187[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{mob=SkeletalKnightV2;amount=1;noise=5} @Self
188[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
189[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
190[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
191[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:SK_Missile @PIR{r=7;limit=1;sort=NEAREST}
192[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:SK_MISSILE
193[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter PIR{r=7;limit=1;sort=NEAREST}
194[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 1
195[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 10
196[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
197[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: gcd{ticks=120}
198[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to GCD
199[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: cast{cb=false;duration=90;i=1;<&csp>onTick=[<&csp><&da><&csp>e:p{p=smoke;a=40;hs=0.5;vs=1}<&csp>];<&csp>onCastSkill=[<&csp><&da><&csp>skill:SK_Projectile{repeat=2;repeatInterval=10}<&csp>@RandomLocationsNearCaster{a=10;r=5;minr=5;s=2}<&csp><&da><&csp>skill:SK_Projectile{repeat=2;repeatInterval=10}<&csp>@PIR{r=10}<&csp><&da><&csp>skill:SK_Missile{delay=60}<&csp>@PIR{r=7;sort=RANDOM;limit=1}<&csp><&da><&csp>sound{s=entity.wither.shoot;v=0.6;p=0.7;repeat=2;repeatInterval=10;delay=20}<&csp>@self<&csp><&da><&csp>throw{velocity=20;velocityY=7}<&csp>@PlayersInRadius{r=5}<&csp><&da><&csp>effect:explosion<&csp>@Self<&csp>];<&csp>onStart=[<&csp><&da><&csp>stun{d=120}<&csp>@self<&csp>?!isplayer<&csp><&da><&csp>stun{d=120;f=true}<&csp>@self<&csp>?isplayer<&csp><&da><&csp>potion{type=RESISTANCE;l=1;d=90}<&csp>@self<&csp><&da><&csp>sendactionmessage{message="<gold>Charging<&sp>up!"}<&csp>?isPlayer<&csp><#><&da><&csp>effect:glow{color=RED;d=110}<&csp>@self<&csp>?!isPlayer<&csp>]} @self
200[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to CAST
201[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
202[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
203[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 20
204[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
205[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: missile{bullet=TRACKING;material=wither_skeleton_skull;velocity=10;hr=0.5;vr=0.5;hnp=true;Inertia=2.5;<&csp>onTick=[<&csp><&da><&csp>e:p{p=smoke;amount=20;hs=0.7;vs=0.7}<&csp>];<&csp>onHit=[<&csp><&da><&csp>damage{a=5}<&csp><&da><&csp>potion{type=WITHER;l=0;d=50}<&csp>];<&csp>onStart=[<&csp><&da><&csp>sound{s=entity.wither.shoot;v=0.7;p=0.7}<&csp>]}
206[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to MISSILE
207[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 20
208[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
209[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: projectile{bullet=TRACKING;material=wither_skeleton_skull;velocity=10;hr=0.5;vr=0.5;hnp=true;<&csp>onTick=[<&csp><&da><&csp>e:p{p=smoke;amount=20;hs=0.7;vs=0.7}<&csp>];<&csp>onHit=[<&csp><&da><&csp>damage{a=5}<&csp><&da><&csp>potion{type=WITHER;l=0;d=50}<&csp>];<&csp>onStart=[<&csp><&da><&csp>sound{s=entity.wither.shoot;v=0.2;p=0.7}<&csp>]}
210[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to PROJECTILE
211[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{type=GeoReinforcement2;a=<random.0to2>;r=7;if=true;os=true}
212[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
213[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{type=GeoReinforcement1;a=<random.1to3>;r=6;if=true;os=true}
214[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
215[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{type=GeoArcher;a=<random.1to2>;r=5;if=true;os=true}
216[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
217[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{type=Geo_Spectral_Knight;a=<random.0to1>;r=5;if=true;os=true}
218[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
219[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{type=ZombieKnight_Mace;a=<random.0to1>;r=5;if=true;os=true} 0.5
220[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
221[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setvariable{var=GeoSpawnLoc;type=STRING;value="<caster.l.x><&cm><caster.l.y><&cm><caster.l.z>";scope=CASTER}
222[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETVARIABLE
223[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=polished_basalt} @origin{yoffset=0;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
224[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
225[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=0;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
226[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
227[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=polished_basalt} @origin{yoffset=1;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
228[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
229[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=1;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
230[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
231[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=polished_basalt} @origin{yoffset=2;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
232[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
233[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=2;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
234[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
235[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=polished_basalt} @origin{yoffset=3;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
236[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
237[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=3;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
238[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
239[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=block.basalt.place;v=1;p=1;sc=VOICE} @origin
240[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
241[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin
242[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
243[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=block.basalt.place;v=1;p=1;sc=VOICE} @origin
244[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
245[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin
246[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
247[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 300
248[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
249[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=AIR} @origin{yoffset=0;conditions=[<&csp><&csp><&da><&csp>blocktype{type=polished_basalt}<&csp>true<&csp>]}
250[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
251[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=0;conditions=[<&csp><&csp><&da><&csp>blocktype{type=polished_basalt}<&csp>true<&csp>]}
252[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
253[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=AIR} @origin{yoffset=1;conditions=[<&csp><&csp><&da><&csp>blocktype{type=polished_basalt}<&csp>true<&csp>]}
254[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
255[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=1;conditions=[<&csp><&csp><&da><&csp>blocktype{type=polished_basalt}<&csp>true<&csp>]}
256[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
257[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=AIR} @origin{yoffset=2;conditions=[<&csp><&csp><&da><&csp>blocktype{type=polished_basalt}<&csp>true<&csp>]}
258[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
259[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=2;conditions=[<&csp><&csp><&da><&csp>blocktype{type=polished_basalt}<&csp>true<&csp>]}
260[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
261[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=AIR} @origin{yoffset=3;conditions=[<&csp><&csp><&da><&csp>blocktype{type=polished_basalt}<&csp>true<&csp>]}
262[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
263[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=3;conditions=[<&csp><&csp><&da><&csp>blocktype{type=polished_basalt}<&csp>true<&csp>]}
264[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
265[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=block.basalt.place;v=1;p=1;sc=VOICE} @origin
266[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
267[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin
268[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
269[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=block.basalt.place;v=1;p=1;sc=VOICE} @origin
270[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
271[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin
272[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
273[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 1
274[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
275[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=polished_basalt} @origin{yoffset=0;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
276[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
277[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=0;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
278[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
279[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=polished_basalt} @origin{yoffset=1;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
280[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
281[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=1;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
282[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
283[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=polished_basalt} @origin{yoffset=2;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
284[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
285[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=2;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
286[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
287[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=polished_basalt} @origin{yoffset=3;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
288[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
289[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=3;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
290[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
291[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=block.basalt.place;v=1;p=1;sc=VOICE} @origin
292[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
293[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin
294[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
295[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=block.basalt.place;v=1;p=1;sc=VOICE} @origin
296[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
297[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin
298[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
299[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 265
300[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
301[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=AIR} @origin{yoffset=0;conditions=[<&csp><&csp><&da><&csp>blocktype{type=polished_basalt}<&csp>true<&csp>]}
302[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
303[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=0;conditions=[<&csp><&csp><&da><&csp>blocktype{type=polished_basalt}<&csp>true<&csp>]}
304[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
305[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=AIR} @origin{yoffset=1;conditions=[<&csp><&csp><&da><&csp>blocktype{type=polished_basalt}<&csp>true<&csp>]}
306[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
307[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=1;conditions=[<&csp><&csp><&da><&csp>blocktype{type=polished_basalt}<&csp>true<&csp>]}
308[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
309[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=AIR} @origin{yoffset=2;conditions=[<&csp><&csp><&da><&csp>blocktype{type=polished_basalt}<&csp>true<&csp>]}
310[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
311[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=2;conditions=[<&csp><&csp><&da><&csp>blocktype{type=polished_basalt}<&csp>true<&csp>]}
312[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
313[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=AIR} @origin{yoffset=3;conditions=[<&csp><&csp><&da><&csp>blocktype{type=polished_basalt}<&csp>true<&csp>]}
314[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
315[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=3;conditions=[<&csp><&csp><&da><&csp>blocktype{type=polished_basalt}<&csp>true<&csp>]}
316[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
317[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=block.basalt.place;v=1;p=1;sc=VOICE} @origin
318[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
319[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin
320[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
321[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=block.basalt.place;v=1;p=1;sc=VOICE} @origin
322[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
323[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin
324[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
325[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 1
326[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
327[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=netherrack} @origin{yoffset=0;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
328[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
329[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=0;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
330[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
331[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=netherrack} @origin{yoffset=1;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
332[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
333[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=1;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
334[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
335[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=netherrack} @origin{yoffset=2;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
336[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
337[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=2;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
338[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
339[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=netherrack} @origin{yoffset=3;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
340[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
341[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=3;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
342[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
343[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=block.netherrack.place;v=1;p=1;sc=VOICE} @origin
344[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
345[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin
346[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
347[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=block.netherrack.place;v=1;p=1;sc=VOICE} @origin
348[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
349[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin
350[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
351[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 20
352[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
353[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=AIR} @origin{yoffset=0;conditions=[<&csp><&csp><&da><&csp>blocktype{type=netherrack}<&csp>true<&csp>]}
354[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
355[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=0;conditions=[<&csp><&csp><&da><&csp>blocktype{type=netherrack}<&csp>true<&csp>]}
356[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
357[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=AIR} @origin{yoffset=1;conditions=[<&csp><&csp><&da><&csp>blocktype{type=netherrack}<&csp>true<&csp>]}
358[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
359[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=1;conditions=[<&csp><&csp><&da><&csp>blocktype{type=netherrack}<&csp>true<&csp>]}
360[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
361[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=AIR} @origin{yoffset=2;conditions=[<&csp><&csp><&da><&csp>blocktype{type=netherrack}<&csp>true<&csp>]}
362[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
363[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=2;conditions=[<&csp><&csp><&da><&csp>blocktype{type=netherrack}<&csp>true<&csp>]}
364[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
365[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=AIR} @origin{yoffset=3;conditions=[<&csp><&csp><&da><&csp>blocktype{type=netherrack}<&csp>true<&csp>]}
366[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
367[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=3;conditions=[<&csp><&csp><&da><&csp>blocktype{type=netherrack}<&csp>true<&csp>]}
368[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
369[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=block.netherrack.place;v=1;p=1;sc=VOICE} @origin
370[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
371[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin
372[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
373[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=block.netherrack.place;v=1;p=1;sc=VOICE} @origin
374[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
375[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin
376[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
377[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 1
378[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
379[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=nether_wart_block} @origin{yoffset=0;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
380[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
381[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=0;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
382[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
383[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=nether_wart_block} @origin{yoffset=1;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
384[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
385[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=1;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
386[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
387[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=nether_wart_block} @origin{yoffset=2;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
388[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
389[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=2;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
390[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
391[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=nether_wart_block} @origin{yoffset=3;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
392[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
393[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=3;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
394[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
395[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 10
396[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
397[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=AIR} @origin{yoffset=0;conditions=[<&csp><&csp><&da><&csp>blocktype{type=nether_wart_block}<&csp>true<&csp>]}
398[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
399[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=0;conditions=[<&csp><&csp><&da><&csp>blocktype{type=nether_wart_block}<&csp>true<&csp>]}
400[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
401[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=AIR} @origin{yoffset=1;conditions=[<&csp><&csp><&da><&csp>blocktype{type=nether_wart_block}<&csp>true<&csp>]}
402[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
403[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=1;conditions=[<&csp><&csp><&da><&csp>blocktype{type=nether_wart_block}<&csp>true<&csp>]}
404[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
405[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=AIR} @origin{yoffset=2;conditions=[<&csp><&csp><&da><&csp>blocktype{type=nether_wart_block}<&csp>true<&csp>]}
406[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
407[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=2;conditions=[<&csp><&csp><&da><&csp>blocktype{type=nether_wart_block}<&csp>true<&csp>]}
408[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
409[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=AIR} @origin{yoffset=3;conditions=[<&csp><&csp><&da><&csp>blocktype{type=nether_wart_block}<&csp>true<&csp>]}
410[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
411[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=3;conditions=[<&csp><&csp><&da><&csp>blocktype{type=nether_wart_block}<&csp>true<&csp>]}
412[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
413[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 1
414[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
415[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=nether_wart_block} @origin{yoffset=0;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
416[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
417[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=0;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
418[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
419[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=nether_wart_block} @origin{yoffset=1;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
420[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
421[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=1;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
422[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
423[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=TNT} @origin{yoffset=2;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
424[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
425[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=2;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
426[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
427[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=nether_wart_block} @origin{yoffset=3;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
428[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
429[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=3;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
430[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
431[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 5
432[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
433[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=AIR} @origin{yoffset=0;conditions=[<&csp><&csp><&da><&csp>blocktype{type=nether_wart_block}<&csp>true<&csp>]}
434[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
435[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=0;conditions=[<&csp><&csp><&da><&csp>blocktype{type=nether_wart_block}<&csp>true<&csp>]}
436[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
437[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=AIR} @origin{yoffset=1;conditions=[<&csp><&csp><&da><&csp>blocktype{type=nether_wart_block}<&csp>true<&csp>]}
438[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
439[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=1;conditions=[<&csp><&csp><&da><&csp>blocktype{type=nether_wart_block}<&csp>true<&csp>]}
440[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
441[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=AIR} @origin{yoffset=2;conditions=[<&csp><&csp><&da><&csp>blocktype{type=TNT}<&csp>true<&csp>]}
442[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
443[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=2;conditions=[<&csp><&csp><&da><&csp>blocktype{type=TNT}<&csp>true<&csp>]}
444[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
445[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=AIR} @origin{yoffset=3;conditions=[<&csp><&csp><&da><&csp>blocktype{type=nether_wart_block}<&csp>true<&csp>]}
446[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
447[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=3;conditions=[<&csp><&csp><&da><&csp>blocktype{type=nether_wart_block}<&csp>true<&csp>]}
448[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
449[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: damage{a=15;cause=entity_explosion} @EntitiesNearOrigin{r=4}
450[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DAMAGE
451[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter EntitiesNearOrigin{r=4}
452[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
453[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:explosion @origin{yoffset=1}
454[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:EXPLOSION
455[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=1}
456[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
457[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:explosion @origin{yoffset=2}
458[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:EXPLOSION
459[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=2}
460[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
461[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:explosion @origin{yoffset=3}
462[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:EXPLOSION
463[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=3}
464[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
465[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>3;blockCentered=true}
466[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
467[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>3;blockCentered=true}
468[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
469[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>3;so=1;blockCentered=true}
470[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
471[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>3;so=1;blockCentered=true}
472[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
473[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>3;so=2;blockCentered=true}
474[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
475[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>3;so=2;blockCentered=true}
476[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
477[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>3;s=<&da>1;blockCentered=true}
478[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
479[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>3;s=<&da>1;blockCentered=true}
480[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
481[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>3;so=<&da>2;blockCentered=true}
482[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
483[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>3;so=<&da>2;blockCentered=true}
484[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
485[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>3;so=<&da>3;blockCentered=true}
486[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
487[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>3;so=<&da>3;blockCentered=true}
488[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
489[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>3;so=3;blockCentered=true}
490[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
491[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>3;so=3;blockCentered=true}
492[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
493[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>2;so=3;blockCentered=true}
494[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
495[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>2;so=3;blockCentered=true}
496[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
497[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>2;so=<&da>3;blockCentered=true}
498[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
499[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>2;so=<&da>3;blockCentered=true}
500[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
501[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>1;so=3;blockCentered=true}
502[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
503[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>1;so=3;blockCentered=true}
504[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
505[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>1;so=<&da>3;blockCentered=true}
506[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
507[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>1;so=<&da>3;blockCentered=true}
508[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
509[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>3;blockCentered=true}
510[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
511[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>3;blockCentered=true}
512[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
513[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>3;so=1;blockCentered=true}
514[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
515[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>3;so=1;blockCentered=true}
516[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
517[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>3;so=2;blockCentered=true}
518[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
519[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>3;so=2;blockCentered=true}
520[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
521[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>3;s=<&da>1;blockCentered=true}
522[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
523[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>3;s=<&da>1;blockCentered=true}
524[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
525[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar<&da>Explode;onSurface=true} @targetlocation{d=20;fo=<&da>3;so=<&da>2;blockCentered=true}
526[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
527[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>3;so=<&da>2;blockCentered=true}
528[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
529[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>2;so=3;blockCentered=true}
530[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
531[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>2;so=3;blockCentered=true}
532[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
533[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar<&da>Explode;onSurface=true} @targetlocation{d=20;fo=<&da>2;so=<&da>3;blockCentered=true}
534[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
535[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>2;so=<&da>3;blockCentered=true}
536[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
537[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>1;so=3;blockCentered=true}
538[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
539[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>1;so=3;blockCentered=true}
540[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
541[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>1;so=<&da>3;blockCentered=true}
542[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
543[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>1;so=<&da>3;blockCentered=true}
544[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
545[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar<&da>Explode;onSurface=true} @targetlocation{d=20;fo=<&da>3;blockCentered=true}
546[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
547[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>3;blockCentered=true}
548[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
549[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>3;so=1;blockCentered=true}
550[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
551[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>3;so=1;blockCentered=true}
552[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
553[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar<&da>Explode;onSurface=true} @targetlocation{d=20;fo=<&da>3;so=2;blockCentered=true}
554[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
555[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>3;so=2;blockCentered=true}
556[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
557[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar<&da>Explode;onSurface=true} @targetlocation{d=20;fo=<&da>3;s=<&da>1;blockCentered=true}
558[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
559[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>3;s=<&da>1;blockCentered=true}
560[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
561[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar<&da>Explode;onSurface=true} @targetlocation{d=20;fo=<&da>3;so=<&da>2;blockCentered=true}
562[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
563[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>3;so=<&da>2;blockCentered=true}
564[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
565[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar<&da>Explode;onSurface=true} @targetlocation{d=20;fo=<&da>2;so=3;blockCentered=true}
566[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
567[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>2;so=3;blockCentered=true}
568[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
569[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar<&da>Explode;onSurface=true} @targetlocation{d=20;fo=<&da>2;so=<&da>3;blockCentered=true}
570[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
571[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>2;so=<&da>3;blockCentered=true}
572[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
573[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>1;so=3;blockCentered=true}
574[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
575[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>1;so=3;blockCentered=true}
576[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
577[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar<&da>Explode;onSurface=true} @targetlocation{d=20;fo=<&da>1;so=<&da>3;blockCentered=true}
578[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
579[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>1;so=<&da>3;blockCentered=true}
580[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
581[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>2;blockCentered=true}
582[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
583[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>2;blockCentered=true}
584[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
585[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>3;so=1;blockCentered=true}
586[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
587[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>3;so=1;blockCentered=true}
588[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
589[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>3;so=2;blockCentered=true}
590[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
591[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>3;so=2;blockCentered=true}
592[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
593[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>2;so=3;blockCentered=true}
594[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
595[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>2;so=3;blockCentered=true}
596[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
597[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>3;s=<&da>2;blockCentered=true}
598[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
599[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>3;s=<&da>2;blockCentered=true}
600[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
601[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>3;so=<&da>3;blockCentered=true}
602[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
603[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>3;so=<&da>3;blockCentered=true}
604[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
605[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar<&da>Explode;onSurface=true} @targetlocation{d=20;fo=<&da>2;blockCentered=true}
606[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
607[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>2;blockCentered=true}
608[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
609[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar<&da>Explode;onSurface=true} @targetlocation{d=20;fo=<&da>3;so=1;blockCentered=true}
610[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
611[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>3;so=1;blockCentered=true}
612[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
613[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar<&da>Explode;onSurface=true} @targetlocation{d=20;fo=<&da>3;so=<&da>3;blockCentered=true}
614[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
615[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>3;so=<&da>3;blockCentered=true}
616[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
617[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=2;blockCentered=true}
618[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
619[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=2;blockCentered=true}
620[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
621[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=3;so=1;blockCentered=true}
622[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
623[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=3;so=1;blockCentered=true}
624[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
625[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=2;so=3;blockCentered=true}
626[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
627[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=2;so=3;blockCentered=true}
628[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
629[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=3;s=<&da>2;blockCentered=true}
630[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
631[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=3;s=<&da>2;blockCentered=true}
632[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
633[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=3;so=<&da>3;blockCentered=true}
634[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
635[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=3;so=<&da>3;blockCentered=true}
636[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
637[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar<&da>Explode;onSurface=true} @targetlocation{d=20;fo=2;blockCentered=true}
638[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
639[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=2;blockCentered=true}
640[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
641[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar<&da>Explode;onSurface=true} @targetlocation{d=20;fo=2;so=3;blockCentered=true}
642[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
643[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=2;so=3;blockCentered=true}
644[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
645[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar<&da>Explode;onSurface=true} @targetlocation{d=20;fo=3;so=<&da>3;blockCentered=true}
646[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
647[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=3;so=<&da>3;blockCentered=true}
648[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
649[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=2;blockCentered=true}
650[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
651[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=2;blockCentered=true}
652[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
653[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=3;so=1;blockCentered=true}
654[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
655[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=3;so=1;blockCentered=true}
656[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
657[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=2;so=3;blockCentered=true}
658[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
659[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=2;so=3;blockCentered=true}
660[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
661[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=3;s=<&da>2;blockCentered=true}
662[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
663[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=3;s=<&da>2;blockCentered=true}
664[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
665[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=3;so=<&da>3;blockCentered=true}
666[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
667[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=3;so=<&da>3;blockCentered=true}
668[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
669[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar<&da>Explode;onSurface=true} @targetlocation{d=20;fo=2;blockCentered=true}
670[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
671[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=2;blockCentered=true}
672[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
673[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar<&da>Explode;onSurface=true} @targetlocation{d=20;fo=3;so=1;blockCentered=true}
674[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
675[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=3;so=1;blockCentered=true}
676[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
677[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar<&da>Explode;onSurface=true} @targetlocation{d=20;fo=2;so=3;blockCentered=true}
678[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
679[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=2;so=3;blockCentered=true}
680[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
681[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>2;blockCentered=true}
682[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
683[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>2;blockCentered=true}
684[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
685[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>3;so=2;blockCentered=true}
686[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
687[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>3;so=2;blockCentered=true}
688[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
689[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>2;so=4;blockCentered=true}
690[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
691[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>2;so=4;blockCentered=true}
692[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
693[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>3;s=<&da>1;blockCentered=true}
694[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
695[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>3;s=<&da>1;blockCentered=true}
696[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
697[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>3;so=<&da>4;blockCentered=true}
698[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
699[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>3;so=<&da>4;blockCentered=true}
700[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
701[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar<&da>Explode;onSurface=true} @targetlocation{d=20;fo=<&da>2;blockCentered=true}
702[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
703[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>2;blockCentered=true}
704[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
705[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar<&da>Explode;onSurface=true} @targetlocation{d=20;fo=<&da>3;so=<&da>2;blockCentered=true}
706[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
707[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>3;so=<&da>2;blockCentered=true}
708[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
709[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar<&da>Explode;onSurface=true} @targetlocation{d=20;fo=<&da>3;so=<&da>1;blockCentered=true}
710[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
711[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>3;so=<&da>1;blockCentered=true}
712[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
713[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar<&da>Explode;onSurface=true} @targetlocation{d=20;fo=<&da>2;so=2;blockCentered=true}
714[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
715[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>2;so=2;blockCentered=true}
716[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
717[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar<&da>Explode;onSurface=true} @targetlocation{d=20;fo=<&da>2;so=3;blockCentered=true}
718[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
719[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>2;so=3;blockCentered=true}
720[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
721[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>2;blockCentered=true}
722[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
723[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>2;blockCentered=true}
724[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
725[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>3;so=1;blockCentered=true}
726[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
727[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>3;so=1;blockCentered=true}
728[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
729[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>2;so=3;blockCentered=true}
730[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
731[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>2;so=3;blockCentered=true}
732[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
733[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>3;s=<&da>2;blockCentered=true}
734[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
735[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>3;s=<&da>2;blockCentered=true}
736[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
737[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>3;so=<&da>3;blockCentered=true}
738[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
739[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>3;so=<&da>3;blockCentered=true}
740[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
741[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar<&da>Explode;onSurface=true} @targetlocation{d=20;fo=<&da>2;blockCentered=true}
742[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
743[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>2;blockCentered=true}
744[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
745[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar<&da>Explode;onSurface=true} @targetlocation{d=20;fo=<&da>3;so=1;blockCentered=true}
746[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
747[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>3;so=1;blockCentered=true}
748[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
749[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=GeomancerPillar<&da>Explode;onSurface=true} @targetlocation{d=20;fo=<&da>2;so=3;blockCentered=true}
750[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
751[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>2;so=3;blockCentered=true}
752[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
753[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: randomskill{<&csp>skills=<&csp>SummonGeoPillar1,<&csp>SummonGeoPillar2,<&csp>SummonGeoPillar3,<&csp>SummonGeoPillar4,<&csp>SummonGeoPillar5,<&csp>SummonGeoPillar6,<&csp>SummonGeoPillar<&da>Explode1,<&csp>SummonGeoPillar<&da>Explode2,<&csp>SummonGeoPillar<&da>Explode3,<&csp>SummonGeoPillar<&da>Explode4,<&csp>SummonGeoPillar<&da>Explode5,<&csp>SummonGeoPillar<&da>Explode6,<&csp>SummonGeoPillar<&da>Explode7<&csp>} @targetlocation
754[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to RANDOMSKILL
755[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation
756[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
757[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: onAttack{d=250;i=2;name=spectral_sprint;m=2;refreshDuration=false;<&csp>onTick=[<&csp><&da><&csp>e:p{p=spit;a=1;hs=0.1}<&csp>@selflocation{y=0.3}<&csp><&da><&csp>e:p{p=block;material=CRYING_OBSIDIAN;a=10;hs=0.3}<&csp>@selflocation{y=0.4}<&csp><&da><&csp>potion{type=speed;l=5;d=5}<&csp>@self<&csp>];<&csp>onAttack=[<&csp><&da><&csp>skill:Geo_Spectral_Vanish<&csp>@self<&csp><&da><&csp>auraremove{aura=spectral_sprint}<&csp>@self<&csp>]}
758[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to ONATTACK
759[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: runaigoalselector{goal=CLEAR} @self
760[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to RUNAIGOALSELECTOR
761[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
762[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
763[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: runaigoalselector{goal=fleeplayers} @self
764[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to RUNAIGOALSELECTOR
765[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
766[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
767[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 30
768[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
769[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: hide{d=80} @PIR{r=30}
770[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to HIDE
771[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter PIR{r=30}
772[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
773[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 90
774[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
775[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: runaigoalselector{goal=CLEAR} @self
776[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to RUNAIGOALSELECTOR
777[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
778[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
779[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: runaigoalselector{goal=meleeattack} @self
780[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to RUNAIGOALSELECTOR
781[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
782[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
783[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: attribute{attr=GENERIC_MOVEMENT_SPEED;a=0.33;duration=400}
784[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to ATTRIBUTE
785[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: jump{velocity=0.2} @self
786[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to JUMP
787[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
788[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
789[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 5
790[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
791[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: runaigoalselector{goal=clear}
792[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to RUNAIGOALSELECTOR
793[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: runaigoalselector{goal=fleeplayers}
794[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to RUNAIGOALSELECTOR
795[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{t=SPEED;d=60;level=2} @self
796[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
797[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
798[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
799[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 60
800[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
801[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: runaigoalselector{goal=clear}
802[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to RUNAIGOALSELECTOR
803[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: runaigoalselector{goal=meleeattack}
804[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to RUNAIGOALSELECTOR
805[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:RandomGeoPillar @targetlocation 0.5
806[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:RANDOMGEOPILLAR
807[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation
808[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
809[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:GeomancerReinforcements @self 0.2
810[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:GEOMANCERREINFORCEMENTS
811[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
812[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
813[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: jump{velocity=0.2} @self
814[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to JUMP
815[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
816[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
817[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 5
818[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
819[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: runaigoalselector{goal=clear}
820[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to RUNAIGOALSELECTOR
821[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: runaigoalselector{goal=goto<&csp><caster.var.GeoSpawnLoc>}
822[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to RUNAIGOALSELECTOR
823[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{t=SPEED;d=130;level=3} @self
824[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
825[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
826[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
827[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 130
828[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
829[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: runaigoalselector{goal=clear}
830[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to RUNAIGOALSELECTOR
831[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: runaigoalselector{goal=meleeattack}
832[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to RUNAIGOALSELECTOR
833[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:RandomGeoPillar @targetlocation 0.5
834[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:RANDOMGEOPILLAR
835[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation
836[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
837[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:GeomancerReinforcements @self 0.2
838[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:GEOMANCERREINFORCEMENTS
839[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
840[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
841[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=LightningCastMob;a=1;r=1} @RandomLocationsNearOrigin{a=<random.10to20>;r=12;s=7;minr=3}
842[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
843[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter RandomLocationsNearOrigin{a=<random.10to20>;r=12;s=7;minr=3}
844[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
845[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: lightning @self
846[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to LIGHTNING
847[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
848[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
849[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 5
850[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
851[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: damage{a=<random.14to20>;pkb=true;ia=false} @ENO{r=4.5}
852[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DAMAGE
853[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter ENO{r=4.5}
854[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
855[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{m=SoulFlameShotMob} @selflocation{ForwardOffset=<&da>1.5}
856[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
857[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter selflocation{ForwardOffset=<&da>1.5}
858[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
859[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: projectile{bulletType=MOB;mob=SoulFlameShot;i=1;v=7;hitnonplayers=true;tyo=1.3;<&csp>oe=[<&csp><&da><&csp>effect:particlesphere{particle=soul;r=0.5;a=50}<&csp>@origin<&csp><&da><&csp>sound{s=entity.guardian.attack;sc=VOICE;p=1;v=2}<&csp>@origin<&csp>];<&csp>ot=[<&csp><&da><&csp>effect:particle{particle=soul_fire_flame;a=3;hs=0.1;vs=0.1}<&csp>@origin<&csp><&da><&csp>effect:particle{particle=soul;a=1;hs=0.1;vs=0.1}<&csp>@origin<&csp><&da><&csp>sound{s=particle.soul_escape;sc=VOICE;p=2;v=1;p=0.8}<&csp>@origin<&csp>];<&csp>oh=[<&csp><&da><&csp>damage{a=<random.12to15>;pkb=true;ia=false;element=MAGIC}<&csp>]<&csp>}
860[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to PROJECTILE
861[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: message{m="&bSoul<&sp>Flame<&sp>Shot<&sp>&9on<&sp>Cooldown&f<&co><&sp><caster.skill.SoulFlameShotSpawn.cooldown><&sp>seconds<&sp>&9remaining."} @Self
862[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to MESSAGE
863[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
864[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
865[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded message skill with message §bSoul Flame Shot §9on Cooldown§f: <caster.skill.SoulFlameShotSpawn.cooldown> seconds §9remaining.
866[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=block.fire.extinguish;sc=VOICE} @Self
867[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
868[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
869[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
870[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: message{m="&bSoul<&sp>Flame<&sp>Shot<&sp>&9on<&sp>Cooldown&f<&co><&sp><caster.skill.SoulFlameShot.cooldown><&sp>seconds<&sp>&9remaining."} @Self
871[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to MESSAGE
872[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
873[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
874[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded message skill with message §bSoul Flame Shot §9on Cooldown§f: <caster.skill.SoulFlameShot.cooldown> seconds §9remaining.
875[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=block.fire.extinguish;sc=VOICE} @Self
876[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
877[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
878[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
879[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: missile{bulletType=ITEM;material=TOTEM_OF_UNDYING;v=20;i=1;hR=1;vR=1;in=0.75;<&csp>ot=[<&csp><&da><&csp>effect:particles{p=sculk_soul;a=1}<&csp>@origin<&csp><&csp>];<&csp>oh=[<&csp><&da><&csp>effect:particles{p=soul_fire_flame;a=50;hS=1;vS=1}<&csp><&da><&csp>effect:sound{s=block.sculk_shrieker.shriek;v=1;p=0;sc=VOICE}<&csp><&da><&csp>damage{a=2;i=true}<&csp><&da><&csp>sudoskill{s=VoodooAura;AuraDurationStat=6000;AuraDurationHarm=130;AuraDurationWeak=300}<&csp>]}
880[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to MISSILE
881[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: aura{auraName=Voodoo;d=220;<&csp>os=[<&csp><&da><&csp>message{m="<gradient:#8F55E5:#81FD02>Voodoo<<&fs>gradient><&sp><gradient:#610000:#FF0000>Doll<<&fs>gradient>&f&f<&co><&sp>&dFrom<&sp>this<&sp>hour<&sp>forth<&cm><&sp>I<&sp>curse<&sp>thee.<&sp>May<&sp>misfortune<&sp>be<&sp>thy<&sp>fate!"}<&csp>@Self<&csp><&da><&csp>potion{type=WITHER;level=1;duration=<skill.AuraDurationHarm|100>;force=true}<&csp>@Self<&csp><&da><&csp>potion{type=WEAKNESS;level=1;duration=<skill.AuraDurationWeak|100>;force=true}<&csp>@Self<&csp><&da><&csp>potion{type=UNLUCK;level=1;duration=<skill.AuraDurationStat|1000>;force=true}<&csp>@Self<&csp>];<&csp>ot=[<&csp><&da><&csp>effect:particles{particle=reddust;c=#8F55E5;a=1;hs=0.3;vs=0.4;s=0.05;y=0.5}<&csp>@Self<&csp><&da><&csp>effect:particles{particle=reddust;c=#81FD02;a=1;hs=0.3;vs=0.4;s=0.05;y=0.5}<&csp>@Self<&csp><&da><&csp>effect:particles{particle=reddust;c=#FF0000;a=1;hs=0.3;vs=0.4;s=0.05;y=0.5}<&csp>@Self<&csp>]} @self
882[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to AURA
883[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
884[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
885[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: message{m="<gradient:#FF61F9:#054BFF>Voodoo<&sq>s<<&fs>gradient><&sp><gradient:#8F55E5:#81FD02>Doll<<&fs>gradient><&sp><gradient:#610000:#FF0000>Attack<<&fs>gradient><&sp>&don<&sp>Cooldown&f<&co><&sp><caster.skill.VoodooDoll.cooldown><&sp>seconds<&sp>&dremaining."} @Self
886[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to MESSAGE
887[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
888[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
889[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded message skill with message <gradient:#FF61F9:#054BFF>Voodoo's</gradient> <gradient:#8F55E5:#81FD02>Doll</gradient> <gradient:#610000:#FF0000>Attack</gradient> §don Cooldown§f: <caster.skill.VoodooDoll.cooldown> seconds §dremaining.
890[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=block.fire.extinguish;sc=VOICE} @Self
891[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
892[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
893[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
894[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=LightningCastMob_Item;a=1;r=1} @RandomLocationsNearOrigin{a=<random.5to10>;r=12;s=7;minr=5}
895[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
896[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter RandomLocationsNearOrigin{a=<random.5to10>;r=12;s=7;minr=5}
897[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
898[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: randomskill{skills=RandomGeoPillar_Item<&csp>7,SummonLightningCircles_Item<&csp>2}
899[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to RANDOMSKILL
900[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: message{m="&bLightning<&sp>Cirles<&sp>Summon<&sp>&9is<&sp>on<&sp>Cooldown&f<&co><&sp><caster.skill.SummonLightningCircles_Item.cooldown><&sp>seconds<&sp>&9remaining."} @Self
901[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to MESSAGE
902[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
903[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
904[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded message skill with message §bLightning Cirles Summon §9is on Cooldown§f: <caster.skill.SummonLightningCircles_Item.cooldown> seconds §9remaining.
905[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=block.fire.extinguish;sc=VOICE} @Self
906[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
907[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
908[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
909[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: message{m="&7Basalt<&sp>Summoning<&sp>&fis<&sp>on<&sp>Cooldown&f<&co><&sp><caster.skill.RandomGeoPillar_Item.cooldown><&sp>seconds<&sp>&fremaining."} @Self
910[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to MESSAGE
911[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
912[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
913[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded message skill with message §7Basalt Summoning §fis on Cooldown§f: <caster.skill.RandomGeoPillar_Item.cooldown> seconds §fremaining.
914[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=block.fire.extinguish;sc=VOICE} @Self
915[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
916[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
917[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
918[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: swap @PIR{sort=NEAREST;limit=1;r=20}
919[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SWAP
920[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter PIR{sort=NEAREST;limit=1;r=20}
921[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 1
922[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: speak{r=20;o=0;m="&6Parendum<&sp>potrokaratia!"}
923[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SPEAK
924[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded Speak mechanic with message §6Parendum potrokaratia!
925[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: teleport @PIR{sort=NEAREST;limit=1;r=8}
926[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to TELEPORT
927[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter PIR{sort=NEAREST;limit=1;r=8}
928[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 1
929[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{type=WITCH;r=10;a=2} @selflocation
930[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
931[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter selflocation
932[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
933[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: speak{r=20;m="&5Kardipo<&sp>septum<&sp>crea";o=0}
934[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SPEAK
935[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded Speak mechanic with message §5Kardipo septum crea
936[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{type=ZOMBIE;r=10;a=2} 0.3
937[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
938[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{type=blazing_cube;r=10;a=2} 0.3
939[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
940[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: speak{r=20;m="&c&lI<&sp>need<&sp>help<&sp>over<&sp>here!";o=0}
941[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SPEAK
942[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded Speak mechanic with message §c§lI need help over here!
943[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:explosion @self
944[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:EXPLOSION
945[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
946[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
947[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: throw{v=20;vy=2} @EIR{r=4}
948[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to THROW
949[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter EIR{r=4}
950[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
951[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: speak{r=20;m="&c&lActaram<&sp>Strikera!";o=0} @self
952[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SPEAK
953[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
954[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
955[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded Speak mechanic with message §c§lActaram Strikera!
956[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:lightning @PIR{sort=NEAREST;limit=1;r=10}
957[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:LIGHTNING
958[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter PIR{sort=NEAREST;limit=1;r=10}
959[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 1
960[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: damage{a=10} @PIR{sort=NEAREST;limit=1;r=10}
961[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DAMAGE
962[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter PIR{sort=NEAREST;limit=1;r=10}
963[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 1
964[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: vskill{s=BM_firewarden<&da>message<random.1to4>}
965[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to VSKILL
966[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: speak{r=20;o=0;m="You<&sp>&4fool!<&sp>&fYou<&sp>don<&sq>t<&sp>get<&sp>me!"}
967[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SPEAK
968[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded Speak mechanic with message You §4fool! §fYou don't get me!
969[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: speak{r=20;o=0;m="Did<&sp>you<&sp>ever<&sp>taste<&sp>a<&sp>burned<&sp>skin?"}
970[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SPEAK
971[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded Speak mechanic with message Did you ever taste a burned skin?
972[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: speak{r=20;o=0;m="&4&lKAPOW!"}
973[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SPEAK
974[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded Speak mechanic with message §4§lKAPOW!
975[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: speak{r=20;o=0;m="I<&sp>would<&sp>love<&sp>to<&sp>see<&sp>people<&sp>like<&sp>you<&sp>in<&sp>the<&sp>nether!"}
976[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SPEAK
977[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded Speak mechanic with message I would love to see people like you in the nether!
978[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=BLINDNESS;d=100;l=0} @PIR{r=25}
979[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
980[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter PIR{r=25}
981[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
982[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: speak{r=25;o=0;m="Let<&sq>s<&sp>see<&sp>how<&sp>well<&sp>you<&sp>do<&sp>in<&sp>the<&sp>&5shadows<&sp>..."}
983[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SPEAK
984[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded Speak mechanic with message Let's see how well you do in the §5shadows ...
985[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=SLOW;d=100;l=2}
986[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
987[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: damage{d=5}
988[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DAMAGE
989[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: particles{p=Snowflake;a=20;repeatI=10;repeat=9;y=1;spread=0.5}
990[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to PARTICLES
991[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: shootfireball{type=small;v=1;repeat=2;repeatI=7} @LocationsOfTargets{y=1}
992[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SHOOTFIREBALL
993[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter LocationsOfTargets{y=1}
994[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
995[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{type=ZOMBIE;a=2} @selflocation
996[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
997[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter selflocation
998[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
999[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{type=SKELETON;a=2} @selflocation
1000[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1001[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter selflocation
1002[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1003[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: speak{r=20;o=0;m="Rise<&cm><&sp>my<&sp>minions!"}
1004[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SPEAK
1005[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded Speak mechanic with message Rise, my minions!
1006[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: gcd{ticks=150} @self
1007[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to GCD
1008[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
1009[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1010[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: aura{d=100;i=20;<&csp>os=[<&csp><&da><&csp>sound{s=entity.ender_dragon.ambient;sc=VOICE;v=1.5;p=0.6}<&csp>@self<&csp><&da><&csp>stun{d=100;f=true}<&csp>@PIR{r=20}<&csp><&da><&csp>speak{offset=0.6f;radius=30;maxlinelength=22;lineprefix=&f;chatprefix=&f;message="YOUR<&sp>HEALTH<&sp>MAKES<&sp>ME<&sp>STRONGER!";duration=200}<&csp>@self<&csp>];<&csp>ot=[<&csp><&da><&csp>sound{s=entity.blaze.hurt;p=0.4;v=2}<&csp>@self<&csp>0.55<&csp><&da><&csp>consume{d=3;h=6;i=true}<&csp>@PlayersInRadius{r=20}<&csp><&da><&csp>effect:particleline{particle=small_flame;amount=1;syo=1}<&csp>@PIR{r=20}<&csp>]} @PlayersInRadius{r=20}
1011[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to AURA
1012[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter PlayersInRadius{r=20}
1013[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1014[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: throw{velocity=15;velocityY=2} @PlayersInRadius{r=7}
1015[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to THROW
1016[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter PlayersInRadius{r=7}
1017[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1018[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:particlesphere{particle=flame;amount=200;radius=7} @Self
1019[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:PARTICLESPHERE
1020[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
1021[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1022[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: damage{amount=4} @PlayersInRadius{r=7}
1023[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DAMAGE
1024[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter PlayersInRadius{r=7}
1025[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1026[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:BM_Pillar-SetBlock @origin{yoffset=0}
1027[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:BM_PILLAR-SETBLOCK
1028[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=0}
1029[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1030[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:BM_Pillar-SetBlock @origin{yoffset=1}
1031[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:BM_PILLAR-SETBLOCK
1032[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=1}
1033[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1034[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:BM_Pillar-SetBlock @origin{yoffset=2}
1035[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:BM_PILLAR-SETBLOCK
1036[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=2}
1037[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1038[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:BM_Pillar-SetBlock @origin{yoffset=3}
1039[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:BM_PILLAR-SETBLOCK
1040[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=3}
1041[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1042[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=block.basalt.place;v=1;p=1;sc=VOICE} @origin
1043[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
1044[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin
1045[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1046[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=block.basalt.place;v=1;p=1;sc=VOICE} @origin
1047[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
1048[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin
1049[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1050[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 120
1051[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
1052[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:BM_Pillar-SetAir @origin{yoffset=0}
1053[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:BM_PILLAR-SETAIR
1054[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=0}
1055[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1056[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:BM_Pillar-SetAir @origin{yoffset=1}
1057[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:BM_PILLAR-SETAIR
1058[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=1}
1059[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1060[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:BM_Pillar-SetAir @origin{yoffset=2}
1061[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:BM_PILLAR-SETAIR
1062[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=2}
1063[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1064[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:BM_Pillar-SetAir @origin{yoffset=3}
1065[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:BM_PILLAR-SETAIR
1066[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=3}
1067[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1068[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=block.basalt.place;v=1;p=1;sc=VOICE} @origin
1069[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
1070[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin
1071[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1072[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=block.basalt.place;v=1;p=1;sc=VOICE} @origin
1073[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
1074[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin
1075[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1076[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=polished_basalt}
1077[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
1078[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=AIR}
1079[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
1080[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{type=reinforced_creeper;a=1}
1081[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1082[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{type=fire_warden;a=1}
1083[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1084[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{type=magician;a=1}
1085[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1086[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{type=skeleton_soldier;a=1}
1087[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1088[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{type=trained_skeleton;a=1}
1089[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1090[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{type=blazing_cube;a=1}
1091[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1092[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{type=baby_booboo;a=1}
1093[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1094[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{type=frost_revenant;a=1}
1095[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1096[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{type=plague_bearer;a=1}
1097[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1098[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{type=inferno_golem;a=1}
1099[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1100[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{type=necromancer;a=1}
1101[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1102[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{type=ShadowAssassin;a=1}
1103[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1104[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{type=bloodwolf;a=1}
1105[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1106[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{type=ZombieKnight_Mace;a=1}
1107[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1108[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{type=Death_Bringer;a=1}
1109[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1110[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{type=BM<&da>Geomancer;a=1}
1111[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1112[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{type=Blazeon;a=1}
1113[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1114[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: randomskill{<&csp>skills=<&csp>Summon<&da>Death_Bringer<&csp>10,<&csp>Summon<&da>Geomancer<&csp>5<&csp>} @randomLocationsNearTarget{a=1;r=32}
1115[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to RANDOMSKILL
1116[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter randomLocationsNearTarget{a=1;r=32}
1117[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1118[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:Summon-Blazeon @RandomLocationsNearTarget{a=1;r=50;minr=50}
1119[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:SUMMON-BLAZEON
1120[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter RandomLocationsNearTarget{a=1;r=50;minr=50}
1121[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1122[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: projectile{i=1;syo=0;sfo=0;pav=false;hnp=true;g=1;hitSelf=false;hr=0.3;vr=0.3;Type=METEOR;d=250;mr=60;<&csp>onTick=[<&csp><&da><&csp>e:particle{particle=reddust;color=#C10F0F;hs=0.3;vs=0.3;a=10}<&csp><&da><&csp>e:particle{particle=reddust;color=#FCD05C;hs=0.3;vs=0.3;a=10}<&csp><&da><&csp>e:particle{particle=reddust;color=#3A3935;hs=0.3;vs=0.3;a=10}<&csp><&da><&csp>e:particle{particle=flame;hs=0.4;vs=0.4;a=10}<&csp>];<&csp>onEnd=[<&csp><&da><&csp>effect:blockmask{m=fire;r=1;oa=true;d=<random.70to100>}<&csp><&da><&csp>effect:blockmask{m=obsidian;r=2;d=150}<&csp><&da><&csp>ignite{d=100}<&csp>@PlayersNearOrigin{r=2}<&csp><&da><&csp>explosion{yield=1.0;fire=false;bd=false}<&csp>];<&csp>onHit=[<&csp><&da><&csp>damage{a=5}<&csp>]<&csp>} @randomLocationsNearTarget{a=2;minr=8;radius=30;spacing=8;yo=20}
1123[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to PROJECTILE
1124[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter randomLocationsNearTarget{a=2;minr=8;radius=30;spacing=8;yo=20}
1125[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1126[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:lightning{repeat=<random.1to3>;repeatI=<random.8to16>} @randomLocationsNearTarget{a=1;minr=8;radius=30;spacing=8}
1127[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:LIGHTNING
1128[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter randomLocationsNearTarget{a=1;minr=8;radius=30;spacing=8}
1129[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1130[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: randomskill{<&csp>Skills=<&csp>[<&csp><&da><&csp>sound{s=ambient.cave;v=0.6;p=<random.float.0.5to1.5>}<&csp>]<&csp>5,<&csp>[<&csp><&da><&csp>sound{s=ambient.basalt_deltas.mood;v=1;p=<random.float.0.5to1.5>}<&csp>]<&csp>5,<&csp>[<&csp><&da><&csp>sound{s=ambient.soul_sand_valley.mood;v=1;p=<random.float.0.5to1.5>}<&csp>]<&csp>5,<&csp>[<&csp><&da><&csp>sound{s=ambient.crimson_forest.mood;v=1;p=<random.float.0.5to1.5>}<&csp>]<&csp>5,<&csp>[<&csp><&da><&csp>sound{s=block.enchantment_table.use;v=1;p=0.4}<&csp>]<&csp>5,<&csp>[<&csp><&da><&csp>skill{s=BM<&da>Mob_Sounds<&da>HeartBeat1}<&csp>]<&csp>1,<&csp>[<&csp><&da><&csp>skill{s=BM<&da>Mob_Sounds<&da>HeartBeat2}<&csp>]<&csp>1,<&csp>[<&csp><&da><&csp>skill{s=BM<&da>Mob_Sounds<&da>HeartBeat1;repeat=2;repeatI=100}<&csp>]<&csp>2,<&csp>[<&csp><&da><&csp>skill{s=BM<&da>Mob_Sounds<&da>HeartBeat2;repeat=2;repeatI=80}<&csp>]<&csp>2<&csp>}
1131[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to RANDOMSKILL
1132[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: randomskill{<&csp>Skills=<&csp>[<&csp><&da><&csp>sound{s=entity.ghast.ambient;v=1;p=<random.float.0.5to1.5>;repeat=1;repeatI=60}<&csp>],<&csp>[<&csp><&da><&csp>sound{s=entity.ghast.hurt;v=1;p=<random.float.0.5to1.5>;repeat=1;repeatI=60}<&csp>],<&csp>[<&csp><&da><&csp>sound{s=entity.enderman.scream;v=1;p=<random.float.0.5to1.5>}<&csp>],<&csp>[<&csp><&da><&csp>sound{s=entity.warden.ambient;v=1;p=<random.float.0.5to1.5>}<&csp>],<&csp>[<&csp><&da><&csp>sound{s=entity.warden.agitated;v=1;p=<random.float.0.5to1.5>}<&csp>],<&csp>[<&csp><&da><&csp>sound{s=entity.warden.heartbeat;v=1;p=<random.float.0.5to1.5>}<&csp>]<&csp>[<&csp><&da><&csp>sound{s=entity.phantom.swoop;v=1;p=<random.float.0.5to1.5>}<&csp>]<&csp>}
1133[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to RANDOMSKILL
1134[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=entity.warden.heartbeat;repeat=3;repeatI=20} @selflocation
1135[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
1136[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter selflocation
1137[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1138[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 8
1139[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
1140[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=entity.warden.heartbeat;repeat=3;repeatI=20} @selflocation
1141[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
1142[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter selflocation
1143[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1144[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=entity.warden.heartbeat;p=1.2;v=0.6;repeat=5;repeatI=12}
1145[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
1146[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 6
1147[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
1148[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=entity.warden.heartbeat;p=1.7;v=0.6;repeat=5;repeatI=12}
1149[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
1150[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{type=BM_GeoReinforcement2;a=<random.0to2>;r=7;if=true;os=true}
1151[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1152[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{type=BM_GeoReinforcement1;a=<random.1to3>;r=6;if=true;os=true}
1153[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1154[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{type=BM_GeoArcher;a=<random.1to2>;r=5;if=true;os=true}
1155[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1156[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{type=BM_Geo_Spectral_Knight;a=<random.0to1>;r=5;if=true;os=true}
1157[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1158[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{type=BM_ZombieKnight_Mace;a=<random.0to1>;r=5;if=true;os=true} 0.5
1159[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1160[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setvariable{var=GeoSpawnLoc;type=STRING;value="<caster.l.x><&cm><caster.l.y><&cm><caster.l.z>";scope=CASTER}
1161[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETVARIABLE
1162[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=polished_basalt} @origin{yoffset=0;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
1163[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
1164[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=0;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
1165[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1166[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=polished_basalt} @origin{yoffset=1;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
1167[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
1168[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=1;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
1169[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1170[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=polished_basalt} @origin{yoffset=2;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
1171[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
1172[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=2;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
1173[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1174[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=polished_basalt} @origin{yoffset=3;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
1175[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
1176[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=3;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
1177[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1178[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=block.basalt.place;v=1;p=1;sc=VOICE} @origin
1179[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
1180[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin
1181[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1182[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=block.basalt.place;v=1;p=1;sc=VOICE} @origin
1183[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
1184[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin
1185[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1186[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 300
1187[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
1188[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=AIR} @origin{yoffset=0;conditions=[<&csp><&csp><&da><&csp>blocktype{type=polished_basalt}<&csp>true<&csp>]}
1189[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
1190[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=0;conditions=[<&csp><&csp><&da><&csp>blocktype{type=polished_basalt}<&csp>true<&csp>]}
1191[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1192[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=AIR} @origin{yoffset=1;conditions=[<&csp><&csp><&da><&csp>blocktype{type=polished_basalt}<&csp>true<&csp>]}
1193[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
1194[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=1;conditions=[<&csp><&csp><&da><&csp>blocktype{type=polished_basalt}<&csp>true<&csp>]}
1195[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1196[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=AIR} @origin{yoffset=2;conditions=[<&csp><&csp><&da><&csp>blocktype{type=polished_basalt}<&csp>true<&csp>]}
1197[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
1198[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=2;conditions=[<&csp><&csp><&da><&csp>blocktype{type=polished_basalt}<&csp>true<&csp>]}
1199[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1200[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=AIR} @origin{yoffset=3;conditions=[<&csp><&csp><&da><&csp>blocktype{type=polished_basalt}<&csp>true<&csp>]}
1201[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
1202[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=3;conditions=[<&csp><&csp><&da><&csp>blocktype{type=polished_basalt}<&csp>true<&csp>]}
1203[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1204[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=block.basalt.place;v=1;p=1;sc=VOICE} @origin
1205[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
1206[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin
1207[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1208[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=block.basalt.place;v=1;p=1;sc=VOICE} @origin
1209[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
1210[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin
1211[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1212[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 1
1213[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
1214[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=polished_basalt} @origin{yoffset=0;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
1215[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
1216[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=0;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
1217[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1218[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=polished_basalt} @origin{yoffset=1;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
1219[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
1220[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=1;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
1221[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1222[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=polished_basalt} @origin{yoffset=2;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
1223[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
1224[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=2;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
1225[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1226[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=polished_basalt} @origin{yoffset=3;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
1227[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
1228[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=3;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
1229[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1230[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=block.basalt.place;v=1;p=1;sc=VOICE} @origin
1231[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
1232[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin
1233[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1234[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=block.basalt.place;v=1;p=1;sc=VOICE} @origin
1235[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
1236[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin
1237[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1238[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 265
1239[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
1240[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=AIR} @origin{yoffset=0;conditions=[<&csp><&csp><&da><&csp>blocktype{type=polished_basalt}<&csp>true<&csp>]}
1241[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
1242[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=0;conditions=[<&csp><&csp><&da><&csp>blocktype{type=polished_basalt}<&csp>true<&csp>]}
1243[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1244[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=AIR} @origin{yoffset=1;conditions=[<&csp><&csp><&da><&csp>blocktype{type=polished_basalt}<&csp>true<&csp>]}
1245[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
1246[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=1;conditions=[<&csp><&csp><&da><&csp>blocktype{type=polished_basalt}<&csp>true<&csp>]}
1247[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1248[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=AIR} @origin{yoffset=2;conditions=[<&csp><&csp><&da><&csp>blocktype{type=polished_basalt}<&csp>true<&csp>]}
1249[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
1250[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=2;conditions=[<&csp><&csp><&da><&csp>blocktype{type=polished_basalt}<&csp>true<&csp>]}
1251[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1252[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=AIR} @origin{yoffset=3;conditions=[<&csp><&csp><&da><&csp>blocktype{type=polished_basalt}<&csp>true<&csp>]}
1253[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
1254[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=3;conditions=[<&csp><&csp><&da><&csp>blocktype{type=polished_basalt}<&csp>true<&csp>]}
1255[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1256[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=block.basalt.place;v=1;p=1;sc=VOICE} @origin
1257[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
1258[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin
1259[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1260[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=block.basalt.place;v=1;p=1;sc=VOICE} @origin
1261[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
1262[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin
1263[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1264[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 1
1265[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
1266[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=netherrack} @origin{yoffset=0;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
1267[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
1268[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=0;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
1269[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1270[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=netherrack} @origin{yoffset=1;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
1271[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
1272[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=1;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
1273[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1274[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=netherrack} @origin{yoffset=2;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
1275[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
1276[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=2;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
1277[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1278[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=netherrack} @origin{yoffset=3;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
1279[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
1280[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=3;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
1281[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1282[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=block.netherrack.place;v=1;p=1;sc=VOICE} @origin
1283[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
1284[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin
1285[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1286[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=block.netherrack.place;v=1;p=1;sc=VOICE} @origin
1287[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
1288[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin
1289[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1290[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 20
1291[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
1292[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=AIR} @origin{yoffset=0;conditions=[<&csp><&csp><&da><&csp>blocktype{type=netherrack}<&csp>true<&csp>]}
1293[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
1294[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=0;conditions=[<&csp><&csp><&da><&csp>blocktype{type=netherrack}<&csp>true<&csp>]}
1295[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1296[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=AIR} @origin{yoffset=1;conditions=[<&csp><&csp><&da><&csp>blocktype{type=netherrack}<&csp>true<&csp>]}
1297[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
1298[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=1;conditions=[<&csp><&csp><&da><&csp>blocktype{type=netherrack}<&csp>true<&csp>]}
1299[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1300[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=AIR} @origin{yoffset=2;conditions=[<&csp><&csp><&da><&csp>blocktype{type=netherrack}<&csp>true<&csp>]}
1301[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
1302[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=2;conditions=[<&csp><&csp><&da><&csp>blocktype{type=netherrack}<&csp>true<&csp>]}
1303[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1304[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=AIR} @origin{yoffset=3;conditions=[<&csp><&csp><&da><&csp>blocktype{type=netherrack}<&csp>true<&csp>]}
1305[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
1306[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=3;conditions=[<&csp><&csp><&da><&csp>blocktype{type=netherrack}<&csp>true<&csp>]}
1307[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1308[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=block.netherrack.place;v=1;p=1;sc=VOICE} @origin
1309[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
1310[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin
1311[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1312[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=block.netherrack.place;v=1;p=1;sc=VOICE} @origin
1313[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
1314[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin
1315[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1316[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 1
1317[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
1318[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=nether_wart_block} @origin{yoffset=0;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
1319[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
1320[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=0;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
1321[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1322[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=nether_wart_block} @origin{yoffset=1;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
1323[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
1324[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=1;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
1325[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1326[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=nether_wart_block} @origin{yoffset=2;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
1327[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
1328[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=2;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
1329[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1330[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=nether_wart_block} @origin{yoffset=3;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
1331[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
1332[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=3;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
1333[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1334[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 10
1335[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
1336[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=AIR} @origin{yoffset=0;conditions=[<&csp><&csp><&da><&csp>blocktype{type=nether_wart_block}<&csp>true<&csp>]}
1337[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
1338[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=0;conditions=[<&csp><&csp><&da><&csp>blocktype{type=nether_wart_block}<&csp>true<&csp>]}
1339[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1340[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=AIR} @origin{yoffset=1;conditions=[<&csp><&csp><&da><&csp>blocktype{type=nether_wart_block}<&csp>true<&csp>]}
1341[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
1342[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=1;conditions=[<&csp><&csp><&da><&csp>blocktype{type=nether_wart_block}<&csp>true<&csp>]}
1343[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1344[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=AIR} @origin{yoffset=2;conditions=[<&csp><&csp><&da><&csp>blocktype{type=nether_wart_block}<&csp>true<&csp>]}
1345[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
1346[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=2;conditions=[<&csp><&csp><&da><&csp>blocktype{type=nether_wart_block}<&csp>true<&csp>]}
1347[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1348[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=AIR} @origin{yoffset=3;conditions=[<&csp><&csp><&da><&csp>blocktype{type=nether_wart_block}<&csp>true<&csp>]}
1349[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
1350[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=3;conditions=[<&csp><&csp><&da><&csp>blocktype{type=nether_wart_block}<&csp>true<&csp>]}
1351[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1352[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 1
1353[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
1354[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=nether_wart_block} @origin{yoffset=0;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
1355[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
1356[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=0;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
1357[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1358[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=nether_wart_block} @origin{yoffset=1;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
1359[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
1360[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=1;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
1361[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1362[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=TNT} @origin{yoffset=2;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
1363[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
1364[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=2;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
1365[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1366[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=nether_wart_block} @origin{yoffset=3;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
1367[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
1368[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=3;conditions=[<&csp><&csp><&da><&csp>blocktype{type=air}<&csp>true<&csp>]}
1369[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1370[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 5
1371[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
1372[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=AIR} @origin{yoffset=0;conditions=[<&csp><&csp><&da><&csp>blocktype{type=nether_wart_block}<&csp>true<&csp>]}
1373[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
1374[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=0;conditions=[<&csp><&csp><&da><&csp>blocktype{type=nether_wart_block}<&csp>true<&csp>]}
1375[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1376[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=AIR} @origin{yoffset=1;conditions=[<&csp><&csp><&da><&csp>blocktype{type=nether_wart_block}<&csp>true<&csp>]}
1377[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
1378[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=1;conditions=[<&csp><&csp><&da><&csp>blocktype{type=nether_wart_block}<&csp>true<&csp>]}
1379[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1380[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=AIR} @origin{yoffset=2;conditions=[<&csp><&csp><&da><&csp>blocktype{type=TNT}<&csp>true<&csp>]}
1381[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
1382[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=2;conditions=[<&csp><&csp><&da><&csp>blocktype{type=TNT}<&csp>true<&csp>]}
1383[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1384[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=AIR} @origin{yoffset=3;conditions=[<&csp><&csp><&da><&csp>blocktype{type=nether_wart_block}<&csp>true<&csp>]}
1385[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
1386[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=3;conditions=[<&csp><&csp><&da><&csp>blocktype{type=nether_wart_block}<&csp>true<&csp>]}
1387[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1388[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: damage{a=15;cause=entity_explosion} @EntitiesNearOrigin{r=4}
1389[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DAMAGE
1390[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter EntitiesNearOrigin{r=4}
1391[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1392[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:explosion @origin{yoffset=1}
1393[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:EXPLOSION
1394[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=1}
1395[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1396[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:explosion @origin{yoffset=2}
1397[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:EXPLOSION
1398[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=2}
1399[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1400[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:explosion @origin{yoffset=3}
1401[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:EXPLOSION
1402[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{yoffset=3}
1403[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1404[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>3;blockCentered=true}
1405[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1406[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>3;blockCentered=true}
1407[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1408[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>3;so=1;blockCentered=true}
1409[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1410[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>3;so=1;blockCentered=true}
1411[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1412[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>3;so=2;blockCentered=true}
1413[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1414[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>3;so=2;blockCentered=true}
1415[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1416[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>3;s=<&da>1;blockCentered=true}
1417[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1418[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>3;s=<&da>1;blockCentered=true}
1419[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1420[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>3;so=<&da>2;blockCentered=true}
1421[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1422[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>3;so=<&da>2;blockCentered=true}
1423[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1424[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>3;so=<&da>3;blockCentered=true}
1425[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1426[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>3;so=<&da>3;blockCentered=true}
1427[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1428[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>3;so=3;blockCentered=true}
1429[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1430[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>3;so=3;blockCentered=true}
1431[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1432[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>2;so=3;blockCentered=true}
1433[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1434[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>2;so=3;blockCentered=true}
1435[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1436[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>2;so=<&da>3;blockCentered=true}
1437[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1438[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>2;so=<&da>3;blockCentered=true}
1439[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1440[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>1;so=3;blockCentered=true}
1441[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1442[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>1;so=3;blockCentered=true}
1443[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1444[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>1;so=<&da>3;blockCentered=true}
1445[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1446[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>1;so=<&da>3;blockCentered=true}
1447[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1448[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>3;blockCentered=true}
1449[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1450[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>3;blockCentered=true}
1451[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1452[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>3;so=1;blockCentered=true}
1453[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1454[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>3;so=1;blockCentered=true}
1455[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1456[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>3;so=2;blockCentered=true}
1457[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1458[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>3;so=2;blockCentered=true}
1459[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1460[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>3;s=<&da>1;blockCentered=true}
1461[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1462[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>3;s=<&da>1;blockCentered=true}
1463[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1464[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar<&da>Explode;onSurface=true} @targetlocation{d=20;fo=<&da>3;so=<&da>2;blockCentered=true}
1465[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1466[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>3;so=<&da>2;blockCentered=true}
1467[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1468[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>2;so=3;blockCentered=true}
1469[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1470[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>2;so=3;blockCentered=true}
1471[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1472[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar<&da>Explode;onSurface=true} @targetlocation{d=20;fo=<&da>2;so=<&da>3;blockCentered=true}
1473[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1474[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>2;so=<&da>3;blockCentered=true}
1475[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1476[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>1;so=3;blockCentered=true}
1477[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1478[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>1;so=3;blockCentered=true}
1479[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1480[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>1;so=<&da>3;blockCentered=true}
1481[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1482[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>1;so=<&da>3;blockCentered=true}
1483[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1484[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar<&da>Explode;onSurface=true} @targetlocation{d=20;fo=<&da>3;blockCentered=true}
1485[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1486[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>3;blockCentered=true}
1487[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1488[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>3;so=1;blockCentered=true}
1489[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1490[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>3;so=1;blockCentered=true}
1491[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1492[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar<&da>Explode;onSurface=true} @targetlocation{d=20;fo=<&da>3;so=2;blockCentered=true}
1493[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1494[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>3;so=2;blockCentered=true}
1495[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1496[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar<&da>Explode;onSurface=true} @targetlocation{d=20;fo=<&da>3;s=<&da>1;blockCentered=true}
1497[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1498[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>3;s=<&da>1;blockCentered=true}
1499[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1500[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar<&da>Explode;onSurface=true} @targetlocation{d=20;fo=<&da>3;so=<&da>2;blockCentered=true}
1501[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1502[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>3;so=<&da>2;blockCentered=true}
1503[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1504[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar<&da>Explode;onSurface=true} @targetlocation{d=20;fo=<&da>2;so=3;blockCentered=true}
1505[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1506[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>2;so=3;blockCentered=true}
1507[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1508[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar<&da>Explode;onSurface=true} @targetlocation{d=20;fo=<&da>2;so=<&da>3;blockCentered=true}
1509[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1510[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>2;so=<&da>3;blockCentered=true}
1511[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1512[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>1;so=3;blockCentered=true}
1513[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1514[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>1;so=3;blockCentered=true}
1515[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1516[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar<&da>Explode;onSurface=true} @targetlocation{d=20;fo=<&da>1;so=<&da>3;blockCentered=true}
1517[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1518[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>1;so=<&da>3;blockCentered=true}
1519[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1520[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>2;blockCentered=true}
1521[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1522[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>2;blockCentered=true}
1523[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1524[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>3;so=1;blockCentered=true}
1525[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1526[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>3;so=1;blockCentered=true}
1527[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1528[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>3;so=2;blockCentered=true}
1529[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1530[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>3;so=2;blockCentered=true}
1531[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1532[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>2;so=3;blockCentered=true}
1533[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1534[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>2;so=3;blockCentered=true}
1535[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1536[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>3;s=<&da>2;blockCentered=true}
1537[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1538[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>3;s=<&da>2;blockCentered=true}
1539[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1540[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>3;so=<&da>3;blockCentered=true}
1541[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1542[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>3;so=<&da>3;blockCentered=true}
1543[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1544[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar<&da>Explode;onSurface=true} @targetlocation{d=20;fo=<&da>2;blockCentered=true}
1545[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1546[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>2;blockCentered=true}
1547[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1548[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar<&da>Explode;onSurface=true} @targetlocation{d=20;fo=<&da>3;so=1;blockCentered=true}
1549[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1550[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>3;so=1;blockCentered=true}
1551[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1552[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar<&da>Explode;onSurface=true} @targetlocation{d=20;fo=<&da>3;so=<&da>3;blockCentered=true}
1553[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1554[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>3;so=<&da>3;blockCentered=true}
1555[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1556[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=2;blockCentered=true}
1557[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1558[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=2;blockCentered=true}
1559[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1560[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=3;so=1;blockCentered=true}
1561[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1562[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=3;so=1;blockCentered=true}
1563[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1564[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=2;so=3;blockCentered=true}
1565[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1566[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=2;so=3;blockCentered=true}
1567[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1568[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=3;s=<&da>2;blockCentered=true}
1569[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1570[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=3;s=<&da>2;blockCentered=true}
1571[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1572[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=3;so=<&da>3;blockCentered=true}
1573[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1574[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=3;so=<&da>3;blockCentered=true}
1575[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1576[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar<&da>Explode;onSurface=true} @targetlocation{d=20;fo=2;blockCentered=true}
1577[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1578[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=2;blockCentered=true}
1579[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1580[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar<&da>Explode;onSurface=true} @targetlocation{d=20;fo=2;so=3;blockCentered=true}
1581[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1582[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=2;so=3;blockCentered=true}
1583[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1584[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar<&da>Explode;onSurface=true} @targetlocation{d=20;fo=3;so=<&da>3;blockCentered=true}
1585[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1586[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=3;so=<&da>3;blockCentered=true}
1587[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1588[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=2;blockCentered=true}
1589[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1590[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=2;blockCentered=true}
1591[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1592[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=3;so=1;blockCentered=true}
1593[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1594[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=3;so=1;blockCentered=true}
1595[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1596[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=2;so=3;blockCentered=true}
1597[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1598[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=2;so=3;blockCentered=true}
1599[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1600[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=3;s=<&da>2;blockCentered=true}
1601[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1602[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=3;s=<&da>2;blockCentered=true}
1603[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1604[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=3;so=<&da>3;blockCentered=true}
1605[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1606[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=3;so=<&da>3;blockCentered=true}
1607[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1608[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar<&da>Explode;onSurface=true} @targetlocation{d=20;fo=2;blockCentered=true}
1609[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1610[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=2;blockCentered=true}
1611[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1612[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar<&da>Explode;onSurface=true} @targetlocation{d=20;fo=3;so=1;blockCentered=true}
1613[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1614[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=3;so=1;blockCentered=true}
1615[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1616[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar<&da>Explode;onSurface=true} @targetlocation{d=20;fo=2;so=3;blockCentered=true}
1617[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1618[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=2;so=3;blockCentered=true}
1619[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1620[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>2;blockCentered=true}
1621[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1622[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>2;blockCentered=true}
1623[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1624[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>3;so=2;blockCentered=true}
1625[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1626[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>3;so=2;blockCentered=true}
1627[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1628[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>2;so=4;blockCentered=true}
1629[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1630[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>2;so=4;blockCentered=true}
1631[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1632[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>3;s=<&da>1;blockCentered=true}
1633[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1634[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>3;s=<&da>1;blockCentered=true}
1635[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1636[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>3;so=<&da>4;blockCentered=true}
1637[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1638[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>3;so=<&da>4;blockCentered=true}
1639[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1640[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar<&da>Explode;onSurface=true} @targetlocation{d=20;fo=<&da>2;blockCentered=true}
1641[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1642[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>2;blockCentered=true}
1643[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1644[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar<&da>Explode;onSurface=true} @targetlocation{d=20;fo=<&da>3;so=<&da>2;blockCentered=true}
1645[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1646[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>3;so=<&da>2;blockCentered=true}
1647[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1648[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar<&da>Explode;onSurface=true} @targetlocation{d=20;fo=<&da>3;so=<&da>1;blockCentered=true}
1649[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1650[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>3;so=<&da>1;blockCentered=true}
1651[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1652[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar<&da>Explode;onSurface=true} @targetlocation{d=20;fo=<&da>2;so=2;blockCentered=true}
1653[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1654[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>2;so=2;blockCentered=true}
1655[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1656[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar<&da>Explode;onSurface=true} @targetlocation{d=20;fo=<&da>2;so=3;blockCentered=true}
1657[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1658[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>2;so=3;blockCentered=true}
1659[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1660[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>2;blockCentered=true}
1661[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1662[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>2;blockCentered=true}
1663[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1664[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>3;so=1;blockCentered=true}
1665[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1666[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>3;so=1;blockCentered=true}
1667[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1668[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>2;so=3;blockCentered=true}
1669[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1670[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>2;so=3;blockCentered=true}
1671[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1672[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>3;s=<&da>2;blockCentered=true}
1673[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1674[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>3;s=<&da>2;blockCentered=true}
1675[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1676[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar;onSurface=true} @targetlocation{d=20;fo=<&da>3;so=<&da>3;blockCentered=true}
1677[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1678[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>3;so=<&da>3;blockCentered=true}
1679[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1680[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar<&da>Explode;onSurface=true} @targetlocation{d=20;fo=<&da>2;blockCentered=true}
1681[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1682[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>2;blockCentered=true}
1683[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1684[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar<&da>Explode;onSurface=true} @targetlocation{d=20;fo=<&da>3;so=1;blockCentered=true}
1685[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1686[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>3;so=1;blockCentered=true}
1687[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1688[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_GeomancerPillar<&da>Explode;onSurface=true} @targetlocation{d=20;fo=<&da>2;so=3;blockCentered=true}
1689[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1690[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{d=20;fo=<&da>2;so=3;blockCentered=true}
1691[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1692[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: randomskill{<&csp>skills=<&csp>BM_SummonGeoPillar1,<&csp>BM_SummonGeoPillar2,<&csp>BM_SummonGeoPillar3,<&csp>BM_SummonGeoPillar4,<&csp>BM_SummonGeoPillar5,<&csp>BM_SummonGeoPillar6,<&csp>BM_SummonGeoPillar<&da>Explode1,<&csp>BM_SummonGeoPillar<&da>Explode2,<&csp>BM_SummonGeoPillar<&da>Explode3,<&csp>BM_SummonGeoPillar<&da>Explode4,<&csp>BM_SummonGeoPillar<&da>Explode5,<&csp>BM_SummonGeoPillar<&da>Explode6,<&csp>BM_SummonGeoPillar<&da>Explode7<&csp>} @targetlocation
1693[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to RANDOMSKILL
1694[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation
1695[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1696[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: onAttack{d=250;i=2;name=spectral_sprint;m=2;refreshDuration=false;<&csp>onTick=[<&csp><&da><&csp>e:p{p=spit;a=1;hs=0.1}<&csp>@selflocation{y=0.3}<&csp><&da><&csp>e:p{p=block;material=CRYING_OBSIDIAN;a=10;hs=0.3}<&csp>@selflocation{y=0.4}<&csp><&da><&csp>potion{type=speed;l=5;d=5}<&csp>@self<&csp>];<&csp>onAttack=[<&csp><&da><&csp>skill:BM_Geo_Spectral_Vanish<&csp>@self<&csp><&da><&csp>auraremove{aura=spectral_sprint}<&csp>@self<&csp>]}
1697[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to ONATTACK
1698[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: runaigoalselector{goal=CLEAR} @self
1699[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to RUNAIGOALSELECTOR
1700[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
1701[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1702[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: runaigoalselector{goal=fleeplayers} @self
1703[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to RUNAIGOALSELECTOR
1704[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
1705[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1706[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 30
1707[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
1708[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: hide{d=80} @PIR{r=30}
1709[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to HIDE
1710[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter PIR{r=30}
1711[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1712[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 90
1713[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
1714[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: runaigoalselector{goal=CLEAR} @self
1715[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to RUNAIGOALSELECTOR
1716[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
1717[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1718[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: runaigoalselector{goal=meleeattack} @self
1719[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to RUNAIGOALSELECTOR
1720[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
1721[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1722[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: attribute{attr=GENERIC_MOVEMENT_SPEED;a=0.33;duration=400}
1723[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to ATTRIBUTE
1724[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: jump{velocity=0.2} @self
1725[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to JUMP
1726[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
1727[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1728[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 5
1729[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
1730[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: runaigoalselector{goal=clear}
1731[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to RUNAIGOALSELECTOR
1732[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: runaigoalselector{goal=fleeplayers}
1733[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to RUNAIGOALSELECTOR
1734[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{t=SPEED;d=60;level=2} @self
1735[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
1736[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
1737[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1738[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 60
1739[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
1740[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: runaigoalselector{goal=clear}
1741[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to RUNAIGOALSELECTOR
1742[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: runaigoalselector{goal=meleeattack}
1743[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to RUNAIGOALSELECTOR
1744[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:BM_RandomGeoPillar @targetlocation 0.5
1745[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:BM_RANDOMGEOPILLAR
1746[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation
1747[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1748[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:BM_GeomancerReinforcements @self 0.2
1749[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:BM_GEOMANCERREINFORCEMENTS
1750[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
1751[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1752[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: jump{velocity=0.2} @self
1753[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to JUMP
1754[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
1755[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1756[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 5
1757[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
1758[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: runaigoalselector{goal=clear}
1759[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to RUNAIGOALSELECTOR
1760[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: runaigoalselector{goal=goto<&csp><caster.var.GeoSpawnLoc>}
1761[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to RUNAIGOALSELECTOR
1762[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{t=SPEED;d=130;level=3} @self
1763[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
1764[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
1765[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1766[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 130
1767[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
1768[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: runaigoalselector{goal=clear}
1769[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to RUNAIGOALSELECTOR
1770[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: runaigoalselector{goal=meleeattack}
1771[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to RUNAIGOALSELECTOR
1772[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:BM_RandomGeoPillar @targetlocation 0.5
1773[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:BM_RANDOMGEOPILLAR
1774[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation
1775[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1776[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:BM_GeomancerReinforcements @self 0.2
1777[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:BM_GEOMANCERREINFORCEMENTS
1778[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
1779[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1780[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{m=BM_SoulFlameShotMob} @selflocation{ForwardOffset=<&da>1.5}
1781[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1782[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter selflocation{ForwardOffset=<&da>1.5}
1783[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1784[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: projectile{bulletType=MOB;mob=BM_SoulFlameShot;i=1;v=7;hitnonplayers=true;tyo=1.3;<&csp>oe=[<&csp><&da><&csp>effect:particlesphere{particle=soul;r=0.5;a=50}<&csp>@origin<&csp><&da><&csp>sound{s=entity.guardian.attack;sc=VOICE;p=1;v=2}<&csp>@origin<&csp>];<&csp>ot=[<&csp><&da><&csp>effect:particle{particle=soul_fire_flame;a=3;hs=0.1;vs=0.1}<&csp>@origin<&csp><&da><&csp>effect:particle{particle=soul;a=1;hs=0.1;vs=0.1}<&csp>@origin<&csp><&da><&csp>sound{s=particle.soul_escape;sc=VOICE;p=2;v=1;p=0.8}<&csp>@origin<&csp>];<&csp>oh=[<&csp><&da><&csp>damage{a=<random.12to15>;pkb=true;ia=false;element=MAGIC}<&csp>]<&csp>}
1785[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to PROJECTILE
1786[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: message{m="&bSoul<&sp>Flame<&sp>Shot<&sp>&9on<&sp>Cooldown&f<&co><&sp><caster.skill.BM_SoulFlameShotSpawn.cooldown><&sp>seconds<&sp>&9remaining."} @Self
1787[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to MESSAGE
1788[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
1789[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1790[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded message skill with message §bSoul Flame Shot §9on Cooldown§f: <caster.skill.BM_SoulFlameShotSpawn.cooldown> seconds §9remaining.
1791[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=block.fire.extinguish;sc=VOICE} @Self
1792[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
1793[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
1794[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1795[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: message{m="&bSoul<&sp>Flame<&sp>Shot<&sp>&9on<&sp>Cooldown&f<&co><&sp><caster.skill.BM_SoulFlameShot.cooldown><&sp>seconds<&sp>&9remaining."} @Self
1796[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to MESSAGE
1797[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
1798[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1799[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded message skill with message §bSoul Flame Shot §9on Cooldown§f: <caster.skill.BM_SoulFlameShot.cooldown> seconds §9remaining.
1800[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=block.fire.extinguish;sc=VOICE} @Self
1801[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
1802[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
1803[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1804[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: missile{bulletType=ITEM;material=TOTEM_OF_UNDYING;v=20;i=1;hR=1;vR=1;in=0.75;<&csp>ot=[<&csp><&da><&csp>effect:particles{p=sculk_soul;a=1}<&csp>@origin<&csp><&csp>];<&csp>oh=[<&csp><&da><&csp>effect:particles{p=soul_fire_flame;a=50;hS=1;vS=1}<&csp><&da><&csp>effect:sound{s=block.sculk_shrieker.shriek;v=1;p=0;sc=VOICE}<&csp><&da><&csp>damage{a=2;i=true}<&csp><&da><&csp>sudoskill{s=BM_VoodooAura;AuraDurationStat=6000;AuraDurationHarm=130;AuraDurationWeak=300}<&csp>]}
1805[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to MISSILE
1806[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: aura{auraName=BM_Voodoo;d=220;<&csp>os=[<&csp><&da><&csp>message{m="<gradient:#8F55E5:#81FD02>Voodoo<<&fs>gradient><&sp><gradient:#610000:#FF0000>Doll<<&fs>gradient>&f&f<&co><&sp>&dFrom<&sp>this<&sp>hour<&sp>forth<&cm><&sp>I<&sp>curse<&sp>thee.<&sp>May<&sp>misfortune<&sp>be<&sp>thy<&sp>fate!"}<&csp>@Self<&csp><&da><&csp>potion{type=WITHER;level=1;duration=<skill.AuraDurationHarm|100>;force=true}<&csp>@Self<&csp><&da><&csp>potion{type=WEAKNESS;level=1;duration=<skill.AuraDurationWeak|100>;force=true}<&csp>@Self<&csp><&da><&csp>potion{type=UNLUCK;level=1;duration=<skill.AuraDurationStat|1000>;force=true}<&csp>@Self<&csp>];<&csp>ot=[<&csp><&da><&csp>effect:particles{particle=reddust;c=#8F55E5;a=1;hs=0.3;vs=0.4;s=0.05;y=0.5}<&csp>@Self<&csp><&da><&csp>effect:particles{particle=reddust;c=#81FD02;a=1;hs=0.3;vs=0.4;s=0.05;y=0.5}<&csp>@Self<&csp><&da><&csp>effect:particles{particle=reddust;c=#FF0000;a=1;hs=0.3;vs=0.4;s=0.05;y=0.5}<&csp>@Self<&csp>]} @self
1807[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to AURA
1808[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
1809[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1810[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: message{m="<gradient:#FF61F9:#054BFF>Geomancer<&sq>s<<&fs>gradient><&sp><gradient:#8F55E5:#81FD02>Doll<<&fs>gradient><&sp><gradient:#610000:#FF0000>Attack<<&fs>gradient><&sp>&don<&sp>Cooldown&f<&co><&sp><caster.skill.BM_VoodooDoll.cooldown><&sp>seconds<&sp>&dremaining."} @Self
1811[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to MESSAGE
1812[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
1813[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1814[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded message skill with message <gradient:#FF61F9:#054BFF>Geomancer's</gradient> <gradient:#8F55E5:#81FD02>Doll</gradient> <gradient:#610000:#FF0000>Attack</gradient> §don Cooldown§f: <caster.skill.BM_VoodooDoll.cooldown> seconds §dremaining.
1815[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=block.fire.extinguish;sc=VOICE} @Self
1816[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
1817[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
1818[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1819[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_LightningCastMob;a=1;r=1} @RandomLocationsNearOrigin{a=<random.10to20>;r=12;s=7;minr=3}
1820[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1821[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter RandomLocationsNearOrigin{a=<random.10to20>;r=12;s=7;minr=3}
1822[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1823[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: lightning @self
1824[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to LIGHTNING
1825[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
1826[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1827[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 5
1828[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
1829[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: damage{a=<random.14to20>;pkb=true;ia=false} @ENO{r=4.5}
1830[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DAMAGE
1831[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter ENO{r=4.5}
1832[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1833[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=BM_LightningCastMob_Item;a=1;r=1;onSurface=true} @RandomLocationsNearOrigin{a=<random.5to10>;r=12;s=7;minr=5}
1834[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1835[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter RandomLocationsNearOrigin{a=<random.5to10>;r=12;s=7;minr=5}
1836[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1837[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: randomskill{<&csp>skills=<&csp>BM_SummonGeoPillar1<&csp>1,<&csp>BM_SummonGeoPillar2<&csp>2,<&csp>BM_SummonGeoPillar3<&csp>2,<&csp>BM_SummonGeoPillar4<&csp>2,<&csp>BM_SummonGeoPillar5<&csp>3,<&csp>BM_SummonGeoPillar6<&csp>3,<&csp>BM_SummonGeoPillar<&da>Explode1<&csp>1,<&csp>BM_SummonGeoPillar<&da>Explode2<&csp>1,<&csp>BM_SummonGeoPillar<&da>Explode3<&csp>2,<&csp>BM_SummonGeoPillar<&da>Explode4<&csp>2,<&csp>BM_SummonGeoPillar<&da>Explode5<&csp>2,<&csp>BM_SummonGeoPillar<&da>Explode6<&csp>3,<&csp>BM_SummonGeoPillar<&da>Explode7<&csp>3<&csp>} @targetlocation{maxdistance=10}
1838[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to RANDOMSKILL
1839[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{maxdistance=10}
1840[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1841[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: message{m="&bLightning<&sp>Cirles<&sp>Summon<&sp>&9is<&sp>on<&sp>Cooldown&f<&co><&sp><caster.skill.BM_SummonLightningCircles_Item.cooldown><&sp>seconds<&sp>&9remaining."} @Self
1842[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to MESSAGE
1843[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
1844[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1845[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded message skill with message §bLightning Cirles Summon §9is on Cooldown§f: <caster.skill.BM_SummonLightningCircles_Item.cooldown> seconds §9remaining.
1846[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=block.fire.extinguish;sc=VOICE} @Self
1847[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
1848[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
1849[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1850[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: message{m="&7Basalt<&sp>Summoning<&sp>&fis<&sp>on<&sp>Cooldown&f<&co><&sp><caster.skill.BM_RandomGeoPillar_Item.cooldown><&sp>seconds<&sp>&fremaining."} @Self
1851[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to MESSAGE
1852[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
1853[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1854[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded message skill with message §7Basalt Summoning §fis on Cooldown§f: <caster.skill.BM_RandomGeoPillar_Item.cooldown> seconds §fremaining.
1855[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=block.fire.extinguish;sc=VOICE} @Self
1856[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
1857[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
1858[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1859[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: speak{cp=<gray>Death<&csp>Bringer</gray><&co>;cooldown=30;m="<yellow>Hahahah!<&sp>I<&sp>will<&sp>crush<&sp>you<&cm><&sp>fool!"} @PlayersInRadius{r=40} 0.2
1860[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SPEAK
1861[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter PlayersInRadius{r=40}
1862[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1863[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded Speak mechanic with message <yellow>Hahahah! I will crush you, fool!
1864[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: teleport @target
1865[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to TELEPORT
1866[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter target
1867[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1868[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:sound{s=mob.endermen.portal;volume=1.0;pitch=0.5}
1869[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:SOUND
1870[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 10
1871[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
1872[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: damage{amount=5;ignorearmor=true} @PlayersInRadius{r=5}
1873[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DAMAGE
1874[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter PlayersInRadius{r=5}
1875[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1876[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: throw{velocity=10;velocityY=5} @PlayersInRadius{r=5}
1877[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to THROW
1878[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter PlayersInRadius{r=5}
1879[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1880[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:explosion @Self
1881[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:EXPLOSION
1882[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
1883[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1884[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: speak{cp=<gray>Death<&csp>Bringer</gray><&co>;m="<&sp><yellow>Arise<&cm><&sp>my<&sp>minions!"} @PlayersInRadius{r=40} 0.2
1885[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SPEAK
1886[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter PlayersInRadius{r=40}
1887[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1888[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded Speak mechanic with message <yellow>Arise, my minions!
1889[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 20
1890[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
1891[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{mob=DeathMinion;amount=2;noise=5} @Self
1892[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1893[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
1894[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1895[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 20
1896[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
1897[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{mob=DeathMinion;amount=2;noise=5} @Self
1898[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1899[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
1900[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1901[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 20
1902[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
1903[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{mob=DeathMinion;amount=1;noise=5} @Self
1904[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1905[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
1906[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1907[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: speak{cp=<gray>Death<&csp>Bringer</gray><&co>;m="<&sp><yellow>Arise<&cm><&sp>my<&sp>minions!"} @PlayersInRadius{r=40} 0.2
1908[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SPEAK
1909[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter PlayersInRadius{r=40}
1910[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1911[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded Speak mechanic with message <yellow>Arise, my minions!
1912[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 20
1913[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
1914[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{mob=DeathMinion;amount=4;noise=5} @Self
1915[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1916[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
1917[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1918[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 20
1919[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
1920[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{mob=DeathWarrior;amount=2;noise=5} @Self
1921[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1922[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
1923[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1924[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 20
1925[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
1926[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{mob=DeathKnight;amount=1;noise=5} @Self
1927[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
1928[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
1929[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1930[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:DB_Missile @PIR{r=7;limit=1;sort=NEAREST}
1931[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:DB_MISSILE
1932[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter PIR{r=7;limit=1;sort=NEAREST}
1933[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 1
1934[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setBlock{types=WITHER_ROSE;sync=true}
1935[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
1936[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 10
1937[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
1938[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: gcd{ticks=120}
1939[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to GCD
1940[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: cast{cb=false;duration=90;i=1;<&csp>onTick=[<&csp><&da><&csp>e:p{p=smoke;a=40;hs=0.5;vs=1}<&csp>];<&csp>onCastSkill=[<&csp><&da><&csp>skill:DB_Projectile{repeat=2;repeatInterval=10}<&csp>@RandomLocationsNearCaster{a=10;r=5;minr=5;s=2}<&csp><&da><&csp>skill:DB_Projectile{repeat=2;repeatInterval=10}<&csp>@PIR{r=10}<&csp><&da><&csp>skill:DB_Missile{delay=60}<&csp>@PIR{r=7;sort=RANDOM;limit=1}<&csp><&da><&csp>sound{s=entity.wither.shoot;v=0.6;p=0.7;repeat=2;repeatInterval=10;delay=20}<&csp>@self<&csp><&da><&csp>throw{velocity=20;velocityY=7}<&csp>@PlayersInRadius{r=5}<&csp><&da><&csp>effect:explosion<&csp>@Self<&csp>];<&csp>onStart=[<&csp><&da><&csp>stun{d=120}<&csp>@self<&csp>?!isplayer<&csp><&da><&csp>stun{d=120;f=true}<&csp>@self<&csp>?isplayer<&csp><&da><&csp>potion{type=RESISTANCE;l=1;d=90}<&csp>@self<&csp><&da><&csp>sendactionmessage{message="<gold>Charging<&sp>up!"}<&csp>?isPlayer<&csp><#><&da><&csp>effect:glow{color=RED;d=110}<&csp>@self<&csp>?!isPlayer<&csp>]} @self
1941[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to CAST
1942[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
1943[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1944[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 20
1945[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
1946[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: missile{bullet=TRACKING;material=wither_skeleton_skull;velocity=10;hr=0.5;vr=0.5;hnp=true;Inertia=2.5;<&csp>onTick=[<&csp><&da><&csp>e:p{p=smoke;amount=20;hs=0.7;vs=0.7}<&csp>];<&csp>onHit=[<&csp><&da><&csp>damage{a=5}<&csp><&da><&csp>potion{type=WITHER;l=0;d=50}<&csp>];<&csp>onStart=[<&csp><&da><&csp>sound{s=entity.wither.shoot;v=0.7;p=0.7}<&csp>]}
1947[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to MISSILE
1948[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 20
1949[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
1950[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: projectile{bullet=TRACKING;material=wither_skeleton_skull;velocity=10;hr=0.5;vr=0.5;hnp=true;<&csp>onTick=[<&csp><&da><&csp>e:p{p=smoke;amount=20;hs=0.7;vs=0.7}<&csp>];<&csp>onHit=[<&csp><&da><&csp>damage{a=5}<&csp><&da><&csp>potion{type=WITHER;l=0;d=50}<&csp>];<&csp>onStart=[<&csp><&da><&csp>sound{s=entity.wither.shoot;v=0.2;p=0.7}<&csp>]}
1951[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to PROJECTILE
1952[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: aura{name=bgmusic;d=6900;refreshDuration=false;mergeAll=true;DoEndSkillOnTerminate=false;onEnd=bgmusic;i=30;<&csp>onStart=[<&csp><&da><&csp>sound{s=music.dragon;sc=MUSIC;audience=@target}<&csp>];<&csp>onTick=[<&csp><&da><&csp>skill{s=endbgmusic}<&csp>@self<&csp>?mobsInRadius{t=tuff_stuff;r=80;a=0}<&csp>]}
1953[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to AURA
1954[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: auraremove{n=bgmusic}
1955[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to AURAREMOVE
1956[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: stopsound{s=music.dragon;sc=MUSIC}
1957[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to STOPSOUND
1958[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:GetNearbyPlayers @PIR{r=20}
1959[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:GETNEARBYPLAYERS
1960[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter PIR{r=20}
1961[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1962[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setMaxHealth{amount=20*<skill.var.nearby>}
1963[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETMAXHEALTH
1964[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setvar{var=skill.nearby;val=<skill.targets>}
1965[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETVAR
1966[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=entity.dragon_fireball.explode;p=0.50;v=10} @self
1967[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
1968[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
1969[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1970[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=entity.warden.sonic_boom;p=0.50;v=10} @self
1971[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
1972[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
1973[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1974[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=item.mace.smash_ground_heavy;p=0.50;v=10} @self
1975[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
1976[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
1977[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1978[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: particles{particle=CLOUD;amount=25;hs=1;vs=1;speed=3;directional=true} @ring{r=15;points=128}
1979[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to PARTICLES
1980[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter ring{r=15;points=128}
1981[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1982[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: projectile{v=15;i=1;sB=false;sE=false;hp=false;hnp=false;mr=70;md=500;startyoffset=2;targetyoffset=2;hugSurface=false;bullettype=MOB;mob=xd;bulletmatchdirection=true;bulletspin=1;<&csp>onTick=[<&csp><&da><&csp>modifyprojectile{trait=VELOCITY;action=MULTIPLY;value=0.995}<&csp>0.5<&csp>]} @ring{r=15;points=64}
1983[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to PROJECTILE
1984[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter ring{r=15;points=64}
1985[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
1986[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setvar{var=target.mobKey;type=STRING;value="<caster.var.MobID>"}
1987[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETVAR
1988[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:TrackKills_Add
1989[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:TRACKKILLS_ADD
1990[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: varadd{var=target.<target.var.mobKey>Killed;a=1}
1991[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to VARADD
1992[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setvariable{var=target.<target.var.mobKey>Killed;value=1;save=true}
1993[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETVARIABLE
1994[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: projectile{hp=true;v=15;hRadius=2;vRadius=2;StartYOffset=8;Interval=1;MaxRange=64;<&csp>onTick=[<&csp><&da><&csp>effect:particlesphere{p=blockcrack;material=BEDROCK;amount=200;radius=2}<&csp><&da><&csp>effect:particlesphere{particle=smoke_large;amount=200;radius=2}<&csp>];<&csp>onEnd=[<&csp><&da><&csp>effect:blockmask{m=OBSIDIAN;r=5;d=100}<&csp><&da><&csp>effect:flames<&csp><&da><&csp>potion{type=SLOW;duration=80;level=1}<&csp>@EntitiesNearOrigin{r=5}<&csp><&da><&csp>potion{type=BLINDNESS;duration=80;level=20}<&csp>@EntitiesNearOrigin{r=5}<&csp><&da><&csp>damage{amount=7;ignoreArmor=false}<&csp>@EntitiesNearOrigin{r=5}<&csp>]}
1995[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to PROJECTILE
1996[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: projectile{hp=true;v=15;hRadius=1.5;vRadius=1.5;StartYOffset=+8;Interval=1;MaxRange=96;<&csp>onTick=[<&csp><&da><&csp>effect:particlesphere{particle=flame;amount=200;radius=1.5}<&csp><&da><&csp>effect:particlesphere{p=blockcrack;material=NETHERRACK;amount=100;radius=1.5}<&csp>];<&csp>OnEnd=[<&csp><&da><&csp>effect:explosion<&csp><&da><&csp>explosion{yield=5.0;fire=false;bd=false}<&csp><&da><&csp>ignite{ticks=100}<&csp>@EntitiesNearOrigin{r=5}<&csp><&da><&csp>skill:BlazeonEruptionProjectile<&csp>@randomLocationsNearOrigin{a=4;radius=15;spacing=5}<&csp><&da><&csp>summon{type=BlazeonLava;a=1;onSurface=true;sio=false;sip=false;if=false}<&csp>]}
1997[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to PROJECTILE
1998[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=Murkspawn;a=3;r=10;sio=false;sip=false;if=false;onSurface=true} @self ?playerwithin{d=40} ?mobsInRadius{types=Murkspawn;a=<12;radius=35}
1999[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
2000[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
2001[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2002[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition playerwithin{d=40}
2003[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition mobsInRadius{types=Murkspawn;a=<12;radius=35}
2004[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=Screamer;a=1;r=10;sio=false;sip=false;if=false;onSurface=false} @self ?playerwithin{d=40} ?mobsInRadius{types=Screamer;a=<2;radius=50}
2005[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
2006[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
2007[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2008[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition playerwithin{d=40}
2009[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition mobsInRadius{types=Screamer;a=<2;radius=50}
2010[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:BlazeonSmokeProjectile 0.7 >50%
2011[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:BLAZEONSMOKEPROJECTILE
2012[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:BlazeonFireProjectile 0.7 <50%
2013[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:BLAZEONFIREPROJECTILE
2014[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{type=BlazeonVortex;a=1;onSurface=true;sio=false;sip=false;if=false} @RandomLocationsNearCaster{a=7;minr=8;radius=35;spacing=15}
2015[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
2016[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter RandomLocationsNearCaster{a=7;minr=8;radius=35;spacing=15}
2017[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2018[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setvariable{var=SpawnLoc;type=STRING;value="&b<caster.l.x<&lc>round<&eq>0<&rc>>&e<&cm><&sp>&b<caster.l.y<&lc>round<&eq>0<&rc>>&e<&cm><&sp>&b<caster.l.z<&lc>round<&eq>0<&rc>>";scope=CASTER} @self
2019[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETVARIABLE
2020[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
2021[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2022[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: e:p{particle=explosion} @self
2023[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to E:P
2024[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
2025[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2026[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{sc=HOSTILE;sound=entity.generic.explode;v=1;p=0.8} @self
2027[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
2028[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
2029[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2030[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: damage{damagecause=ENTITY_EXPLOSION;a=5} @EIR{r=5;conditions=[<&csp>distance{d=3to5}]<&csp>}
2031[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DAMAGE
2032[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter EIR{r=5;conditions=[<&csp>distance{d=3to5}]<&csp>}
2033[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2034[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: damage{damagecause=ENTITY_EXPLOSION;a=7} @EIR{r=3;conditions=[<&csp>distance{d=2to3}]<&csp>}
2035[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DAMAGE
2036[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter EIR{r=3;conditions=[<&csp>distance{d=2to3}]<&csp>}
2037[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2038[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: damage{damagecause=ENTITY_EXPLOSION;a=10} @EIR{r=2;conditions=[<&csp>distance{d=1to2}]<&csp>}
2039[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DAMAGE
2040[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter EIR{r=2;conditions=[<&csp>distance{d=1to2}]<&csp>}
2041[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2042[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: damage{damagecause=ENTITY_EXPLOSION;a=12} @EIR{r=1;conditions=[<&csp>distance{d=0to1}]<&csp>}
2043[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DAMAGE
2044[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter EIR{r=1;conditions=[<&csp>distance{d=0to1}]<&csp>}
2045[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2046[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:BlazeonMeteor3 @RandomThreatTarget
2047[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:BLAZEONMETEOR3
2048[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter RandomThreatTarget
2049[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2050[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: jump{v=3}
2051[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to JUMP
2052[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=DAMAGE_RESISTANCE;l=5;duration=100} @self
2053[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
2054[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
2055[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2056[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 40
2057[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
2058[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: jump{v=<&da>20}
2059[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to JUMP
2060[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 15
2061[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
2062[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:BlazeonEruptionProjectile @RandomLocationsNearCaster{a=8;radius=25;spacing=10}
2063[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:BLAZEONERUPTIONPROJECTILE
2064[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter RandomLocationsNearCaster{a=8;radius=25;spacing=10}
2065[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2066[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{type=BlazeonLava;a=1;onSurface=true;sio=false;sip=false;if=false} @selflocation
2067[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
2068[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter selflocation
2069[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2070[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:BlazeonMeteor3 @RandomThreatTarget
2071[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:BLAZEONMETEOR3
2072[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter RandomThreatTarget
2073[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2074[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:explosion @selflocation
2075[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:EXPLOSION
2076[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter selflocation
2077[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2078[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: explosion{yield=5.0;fire=false;bd=false} @selflocation
2079[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EXPLOSION
2080[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter selflocation
2081[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2082[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: clearpotion{type=DAMAGE_RESISTANCE} @self
2083[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to CLEARPOTION
2084[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
2085[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2086[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: randommessage{cd=30;m=<&csp>"<dark_red>Blazeon<<&fs>dark_red><gray>>><&sp><red>Take<&sp>this!",<&csp>"<dark_red>Blazeon<<&fs>dark_red><gray>>><&sp><red>Take<&sp>some<&sp><bold>ERUPTIONS<<&fs>bold>!"<&csp>}
2087[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to RANDOMMESSAGE
2088[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded RandomMessage <dark_red>Blazeon<<&fs>dark_red><gray>>><&sp><red>Take<&sp>this!
2089[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded RandomMessage <dark_red>Blazeon<<&fs>dark_red><gray>>><&sp><red>Take<&sp>some<&sp><bold>ERUPTIONS<<&fs>bold>!
2090[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: projectile{v=18;g=1;tyo=22;i=1;syo=4;fromorigin=true;<&csp>onTick=[<&csp><&da><&csp>e:particle{particle=reddust;color=#C10F0F;hs=0.2;vs=0.2;a=10}<&csp><&da><&csp>e:particle{particle=reddust;color=#FCD05C;hs=0.2;vs=0.2;a=10}<&csp><&da><&csp>e:particle{particle=reddust;color=#3A3935;hs=0.2;vs=0.2;a=10}<&csp><&da><&csp>e:particle{particle=flame;hs=0.4;vs=0.4;a=10}<&csp>];<&csp>onEnd=[<&csp><&da><&csp>summon{type=BlazeonLava;a=1;onSurface=true;sio=false;sip=false;if=false}<&csp>]} @RandomLocationsNearCaster{a=6;radius=25;spacing=10}
2091[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to PROJECTILE
2092[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter RandomLocationsNearCaster{a=6;radius=25;spacing=10}
2093[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2094[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:blockmask{material=netherrack;r=4;ry=1;d=120}
2095[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:BLOCKMASK
2096[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 10
2097[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
2098[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:blockmask{material=magma_block;r=3;ry=1;d=110}
2099[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:BLOCKMASK
2100[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 20
2101[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
2102[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: explosion{yield=2.0;fire=false;bd=false} @RandomLocationsNearCaster{a=3;r=2}
2103[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EXPLOSION
2104[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter RandomLocationsNearCaster{a=3;r=2}
2105[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2106[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: randommessage{cd=30;m=<&csp>"<dark_red>Blazeon<<&fs>dark_red><gray>>><&sp><red>I<&sp>am<&sp>coming<&sp>to<&sp>get<&sp>you!",<&csp>"<dark_red>Blazeon<<&fs>dark_red><gray>>><&sp><red>I<&sp>am<&sp><bold>rushing<<&fs>bold><&sp>over<&sp>to<&sp>you!"<&csp>}
2107[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to RANDOMMESSAGE
2108[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded RandomMessage <dark_red>Blazeon<<&fs>dark_red><gray>>><&sp><red>I<&sp>am<&sp>coming<&sp>to<&sp>get<&sp>you!
2109[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded RandomMessage <dark_red>Blazeon<<&fs>dark_red><gray>>><&sp><red>I<&sp>am<&sp><bold>rushing<<&fs>bold><&sp>over<&sp>to<&sp>you!
2110[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:BlazeonSmokeProjectile 0.5
2111[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:BLAZEONSMOKEPROJECTILE
2112[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: aura{name=BlazingRush;i=1;d=80;<&csp>onTick=[<&csp><&da><&csp>damage{a=10}<&csp>@EIR{r=4}<&csp><&da><&csp>ignite{d=100}<&csp>@EIR{r=4}<&csp><&da><&csp>throw{v=12;vy=3}<&csp>@EIR{r=4}<&csp><&da><&csp>setblock{material=FIRE;sync=true}<&csp>@SelfLocation<&csp><&da><&csp>effect:blockmask{m=magma_block;r=2;ry=1;d=100}<&csp>@selfLocation{yo=<&da>1}<&csp>];<&csp>onStart=[<&csp><&da><&csp>potion{type=SPEED;l=12;duration=80}<&csp>@self<&csp>]}
2113[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to AURA
2114[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:BlazeonSmokeProjectile 0.7 >50%
2115[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:BLAZEONSMOKEPROJECTILE
2116[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:BlazeonFireProjectile 0.7 <50%
2117[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:BLAZEONFIREPROJECTILE
2118[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:BlazeonMeteor1{repeat=30;repeatInterval=<random.8to12>} @RandomLocationsNearCaster{a=2;minr=8;radius=30;spacing=8;yo=20}
2119[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:BLAZEONMETEOR1
2120[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter RandomLocationsNearCaster{a=2;minr=8;radius=30;spacing=8;yo=20}
2121[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2122[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:BlazeonMeteor1{repeat=10;repeatInterval=<random.4to8>} @RandomLocationsNearCaster{a=2;minr=8;radius=30;spacing=8;yo=20}
2123[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:BLAZEONMETEOR1
2124[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter RandomLocationsNearCaster{a=2;minr=8;radius=30;spacing=8;yo=20}
2125[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2126[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:BlazeonMeteor2{repeat=2;repeatInterval=20} @PLIR{radius=30}
2127[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:BLAZEONMETEOR2
2128[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter PLIR{radius=30}
2129[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2130[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: randomskill{skills=BlazeonMeteor1a,BlazeonMeteor1b,BlazeonMeteor1c,BlazeonMeteor1d}
2131[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to RANDOMSKILL
2132[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: projectile{i=1;syo=0;sfo=0;pav=false;hnp=true;g=1;hitSelf=false;hr=0.3;vr=0.3;Type=METEOR;d=250;mr=60;<&csp>onTick=[<&csp><&da><&csp>e:particle{particle=reddust;color=#C10F0F;hs=0.3;vs=0.3;a=10}<&csp><&da><&csp>e:particle{particle=reddust;color=#FCD05C;hs=0.3;vs=0.3;a=10}<&csp><&da><&csp>e:particle{particle=reddust;color=#3A3935;hs=0.3;vs=0.3;a=10}<&csp><&da><&csp>e:particle{particle=flame;hs=0.4;vs=0.4;a=10}<&csp>];<&csp>onEnd=[<&csp><&da><&csp>effect:blockmask{m=fire;r=1;oa=true;d=<random.70to100>}<&csp><&da><&csp>effect:blockmask{m=obsidian;r=2;d=150}<&csp><&da><&csp>ignite{d=100}<&csp>@PlayersNearOrigin{r=2}<&csp><&da><&csp>explosion{yield=1.0;fire=false;bd=false}<&csp>];<&csp>onHit=[<&csp><&da><&csp>damage{a=5}<&csp>]}
2133[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to PROJECTILE
2134[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: projectile{i=1;syo=0;sfo=0;pav=false;hnp=true;g=1.5;hitSelf=false;hr=0.3;vr=0.3;Type=METEOR;d=250;mr=60;<&csp>onTick=[<&csp><&da><&csp>e:particle{particle=reddust;color=#C10F0F;hs=0.3;vs=0.3;a=10}<&csp><&da><&csp>e:particle{particle=reddust;color=#FCD05C;hs=0.3;vs=0.3;a=10}<&csp><&da><&csp>e:particle{particle=reddust;color=#3A3935;hs=0.3;vs=0.3;a=10}<&csp><&da><&csp>e:particle{particle=flame;hs=0.4;vs=0.4;a=10}<&csp>];<&csp>onEnd=[<&csp><&da><&csp>effect:blockmask{m=fire;r=1;oa=true;d=<random.70to100>}<&csp><&da><&csp>effect:blockmask{m=obsidian;r=2;d=150}<&csp><&da><&csp>ignite{d=100}<&csp>@PlayersNearOrigin{r=2}<&csp><&da><&csp>explosion{yield=1.0;fire=false;bd=false}<&csp>];<&csp>onHit=[<&csp><&da><&csp>damage{a=5}<&csp>]}
2135[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to PROJECTILE
2136[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: projectile{i=1;syo=0;sfo=0;pav=false;hnp=true;g=2;hitSelf=false;hr=0.3;vr=0.3;Type=METEOR;d=250;mr=60;<&csp>onTick=[<&csp><&da><&csp>e:particle{particle=reddust;color=#C10F0F;hs=0.3;vs=0.3;a=10}<&csp><&da><&csp>e:particle{particle=reddust;color=#FCD05C;hs=0.3;vs=0.3;a=10}<&csp><&da><&csp>e:particle{particle=reddust;color=#3A3935;hs=0.3;vs=0.3;a=10}<&csp><&da><&csp>e:particle{particle=flame;hs=0.4;vs=0.4;a=10}<&csp>];<&csp>onEnd=[<&csp><&da><&csp>effect:blockmask{m=fire;r=1;oa=true;d=<random.70to100>}<&csp><&da><&csp>effect:blockmask{m=obsidian;r=2;d=150}<&csp><&da><&csp>ignite{d=100}<&csp>@PlayersNearOrigin{r=2}<&csp><&da><&csp>explosion{yield=1.0;fire=false;bd=false}<&csp>];<&csp>onHit=[<&csp><&da><&csp>damage{a=5}<&csp>]}
2137[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to PROJECTILE
2138[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: projectile{i=1;syo=0;sfo=0;pav=false;hnp=true;g=0.5;hitSelf=false;hr=0.3;vr=0.3;Type=METEOR;d=250;mr=60;<&csp>onTick=[<&csp><&da><&csp>e:particle{particle=reddust;color=#C10F0F;hs=0.3;vs=0.3;a=10}<&csp><&da><&csp>e:particle{particle=reddust;color=#FCD05C;hs=0.3;vs=0.3;a=10}<&csp><&da><&csp>e:particle{particle=reddust;color=#3A3935;hs=0.3;vs=0.3;a=10}<&csp><&da><&csp>e:particle{particle=flame;hs=0.4;vs=0.4;a=10}<&csp>];<&csp>onEnd=[<&csp><&da><&csp>effect:blockmask{m=fire;r=1;oa=true;d=<random.70to100>}<&csp><&da><&csp>effect:blockmask{m=obsidian;r=2;d=150}<&csp><&da><&csp>ignite{d=100}<&csp>@PlayersNearOrigin{r=2}<&csp><&da><&csp>explosion{yield=1.0;fire=false;bd=false}<&csp>];<&csp>onHit=[<&csp><&da><&csp>damage{a=5}<&csp>]}
2139[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to PROJECTILE
2140[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: projectile{i=1;syo=20;sfo=0;pav=false;hnp=true;v=12;hitSelf=false;hr=0.3;vr=0.3;d=200;<&csp>onTick=[<&csp><&da><&csp>e:particle{particle=reddust;color=#C10F0F;hs=0.3;vs=0.3;a=10}<&csp><&da><&csp>e:particle{particle=reddust;color=#FCD05C;hs=0.3;vs=0.3;a=10}<&csp><&da><&csp>e:particle{particle=reddust;color=#3A3935;hs=0.3;vs=0.3;a=10}<&csp><&da><&csp>e:particle{particle=flame;hs=0.4;vs=0.4;a=10}<&csp>];<&csp>onEnd=[<&csp><&da><&csp>effect:blockmask{m=fire;r=1;oa=true;na=false;d=<random.70to100>}<&csp><&da><&csp>effect:blockmask{m=obsidian;r=2;d=150}<&csp><&da><&csp>ignite{d=100}<&csp>@PlayersNearOrigin{r=2}<&csp><&da><&csp>explosion{yield=1.0;fire=false;bd=false}<&csp>];<&csp>onHit=[<&csp><&da><&csp>damage{a=5}<&csp>]}
2141[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to PROJECTILE
2142[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: missile{bullettype=MOB;mob=Small_Meteor_Projectile;byo=0.3;bk=true;<&csp>i=1;syo=20;sfo=2;pav=false;hnp=true;v=6;in=20;hitSelf=false;hr=0.3;vr=0.3;duration=160;<&csp>onTick=[<&csp><&da><&csp>e:particle{particle=reddust;color=#C10F0F;hs=0.3;vs=0.3;a=10}<&csp><&da><&csp>e:particle{particle=reddust;color=#FCD05C;hs=0.3;vs=0.3;a=10}<&csp><&da><&csp>e:particle{particle=reddust;color=#3A3935;hs=0.3;vs=0.3;a=10}<&csp><&da><&csp>e:particle{particle=flame;hs=0.4;vs=0.4;a=10}<&csp>];<&csp>onEnd=[<&csp><&da><&csp>effect:blockmask{m=fire;r=1;oa=true;d=<random.70to100>}<&csp><&da><&csp>effect:blockmask{m=obsidian;r=3;d=150}<&csp><&da><&csp>ignite{d=100}<&csp>@PlayersNearOrigin{r=2}<&csp><&da><&csp>explosion{yield=1.0;fire=false;bd=false}<&csp>];<&csp>onHit=[<&csp><&da><&csp>damage{a=5}<&csp>]}
2143[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to MISSILE
2144[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: shoot{type=arrow;velocity=0.9;damage=0;hnp=true;oH=SpawnHelperTotemMob;onend=SpawnHelperTotemMob;md=256}
2145[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SHOOT
2146[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{type=HelperTotemMob;amount=1;radius=1} @Origin
2147[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
2148[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Origin
2149[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2150[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: totem{ch=0;hR=6;vR=2;duration=300;hp=true;hnp=true;<&csp>oT=[<&csp><&da><&csp>effect:particlering{particle=scrape;points=50;radius=6;amount=1;hs=0.25;vs=0.25}<&csp>@Origin<&csp><&da><&csp>potion{type=DAMAGE_RESISTANCE;duration=100;level=2}<&csp>@EntitiesNearOrigin{r=6;target=creatures,players}<&csp><&da><&csp>potion{type=REGENERATION;duration=200;level=1}<&csp>@EntitiesNearOrigin{r=6;target=creatures,players}<&csp><&da><&csp>potion{type=SATURATION;duration=200;level=1}<&csp>@EntitiesNearOrigin{r=6;target=creatures,players}<&csp><&da><&csp>potion{type=ABSORPTION;duration=200;level=1}<&csp>@EntitiesNearOrigin{r=6;target=creatures,players}<&csp>];<&csp>oE=[<&csp><&da><&csp>effect:particles{particle=flame;amount=2;d=true;s=0.35}<&csp>@Sphere{radius=5;points=500}<&csp>]} @origin
2151[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to TOTEM
2152[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin
2153[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2154[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: message{m="&9Helping<&sp>Spirit<&sp>&7on<&sp>Cooldown&f<&co><&sp><caster.skill.HelperTotemArrow.cooldown><&sp>seconds<&sp>&7remaining."} @Self
2155[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to MESSAGE
2156[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
2157[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2158[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded message skill with message §9Helping Spirit §7on Cooldown§f: <caster.skill.HelperTotemArrow.cooldown> seconds §7remaining.
2159[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=block.fire.extinguish;sc=VOICE} @Self
2160[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
2161[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
2162[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2163[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setvariable{var=skill.AuraDurationStat;value=6000}
2164[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETVARIABLE
2165[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setvariable{var=skill.AuraDurationStrength;value=300}
2166[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETVARIABLE
2167[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setvariable{var=skill.AuraDurationRes;value=300}
2168[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETVARIABLE
2169[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sudoskill{s=FragmentPowerAura} @Self
2170[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUDOSKILL
2171[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
2172[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2173[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: aura{auraName=FragmentPower;d=220;<&csp>os=[<&csp><&da><&csp>message{m="<#C90000>◆<&sp><gradient:#C90000:#997373>The<&sp>Runes<&sp>Of<&sp>The<&sp>Shard<<&fs>gradient><&sp><#997373>◆<&sp>&fstirs<&cm><&sp>awakening<&sp>an<&sp>ancient<&sp>force<&sp>within<&sp>you."}<&csp><&da><&csp>potion{type=STRENGTH;level=0;duration=<skill.var.AuraDurationStrength>;force=true}<&csp><&da><&csp>potion{type=RESISTANCE;level=0;duration=<skill.var.AuraDurationRes>;force=true}<&csp>];<&csp>ot=[<&csp><&da><&csp>effect:particles{particle=reddust;c=#C90000;a=1;hs=0.3;vs=0.4;s=0.05;y=0.5}<&csp><&da><&csp>effect:particles{particle=reddust;c=#000000;a=1;hs=0.3;vs=0.4;s=0.05;y=0.5}<&csp><&da><&csp>effect:particles{particle=reddust;c=#997373;a=1;hs=0.3;vs=0.4;s=0.05;y=0.5}<&csp>]} @self
2174[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to AURA
2175[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
2176[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2177[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: message{m="&8The<&sp>power<&sp>of<&sp>the<&sp>&cRunes<&sp>of<&sp>the<&sp>Shard<&sp>&8wanes<&cm><&sp>needing<&sp>&7<&co><&sp><caster.skill.FragmentPower.cooldown><&sp>&8seconds<&sp>to<&sp>replenish..."} @Self
2178[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to MESSAGE
2179[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
2180[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2181[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded message skill with message §8The power of the §cRunes of the Shard §8wanes, needing §7: <caster.skill.FragmentPower.cooldown> §8seconds to replenish...
2182[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=block.ancient_debris.step;sc=VOICE} @Self
2183[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
2184[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
2185[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2186[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: randommessage{<&csp>m=<&csp>"&7A<&sp>storm<&sp>is<&sp>brewing...",<&csp>"&7The<&sp>whispers<&sp>of<&sp>chaos<&sp>call<&sp>to<&sp>you...",<&csp>"&7In<&sp>chaos<&cm><&sp>there<&sp>is<&sp>power...",<&csp>"&7The<&sp>end<&sp>is<&sp>only<&sp>the<&sp>beginning...",<&csp>"&7The<&sp>path<&sp>to<&sp>power<&sp>is<&sp>veiled<&sp>in<&sp>darkness..."<&csp>} @Self
2187[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to RANDOMMESSAGE
2188[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
2189[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2190[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded RandomMessage &7A<&sp>storm<&sp>is<&sp>brewing...
2191[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded RandomMessage &7The<&sp>whispers<&sp>of<&sp>chaos<&sp>call<&sp>to<&sp>you...
2192[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded RandomMessage &7In<&sp>chaos<&cm><&sp>there<&sp>is<&sp>power...
2193[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded RandomMessage &7The<&sp>end<&sp>is<&sp>only<&sp>the<&sp>beginning...
2194[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded RandomMessage &7The<&sp>path<&sp>to<&sp>power<&sp>is<&sp>veiled<&sp>in<&sp>darkness...
2195[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:particles{p=large_smoke;amount=1;speed=0;hS=0.1;vS=0.1} @origin
2196[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:PARTICLES
2197[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin
2198[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2199[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:particles{p=flame;amount=1;speed=0;hS=0.1;vS=0.1} @origin
2200[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:PARTICLES
2201[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin
2202[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2203[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: projectile{onTick=FLAMET;onHit=FLAMETHROWERHIT;onEnd=FLAMETHROWEREND;v=10;ti=2;i=1;hR=0.5;vR=0.5;hnp=true;ham=true;hn=10;vn=1;mr=9;sfo=0;sE=true;syo=1;so=0.3;id=20;repeat=4;repeatI=1} @Forward{f=200;uel=true}
2204[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to PROJECTILE
2205[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Forward{f=200;uel=true}
2206[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2207[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=minecraft:block.fire.ambient;v=1;p=1.5;repeat=1;repeati=10} @origin
2208[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
2209[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin
2210[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2211[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: damage{pi=true;a=0.1;pk=true;i=true;repeat=12;repeatI=16} @ENO{r=1.8}
2212[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DAMAGE
2213[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter ENO{r=1.8}
2214[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2215[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: damage{pi=true;a=0.1;pk=true;i=true;repeat=4;repeatI=20}
2216[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DAMAGE
2217[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:particles{p=large_smoke;amount=3;speed=0.05;hS=0.1;vS=0.1} @origin
2218[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:PARTICLES
2219[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin
2220[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2221[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:particles{p=flame;amount=3;speed=0.05;hS=0.1;vS=0.1} @origin
2222[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:PARTICLES
2223[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin
2224[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2225[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: ignite{ticks=100;repeat=19;repeatI=10} @ENO{r=1.8}
2226[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to IGNITE
2227[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter ENO{r=1.8}
2228[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2229[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:blockmask{m=fire;r=1;oa=true;d=<random.70to100>}
2230[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:BLOCKMASK
2231[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: projectile{mr=40;hnp=true;g=0.8;d=1600;v=25;sync=true;tyo=+1.5;hn=0.5;vn=0.5;<&csp>oE=[<&csp><&da><&csp>summon{t=SoulStrikeMob}<&csp>@origin{fo=<&da>2}<&csp><&csp>];<&csp>oT=[<&csp><&da><&csp>effect:particle{particle=dragon_breath;a=3;hs=0.1;vs=0.1}<&csp>@origin<&csp><&da><&csp>effect:particle{particle=soul;a=1;hs=0.1;vs=0.1}<&csp>@origin<&csp><&da><&csp>sound{s=particle.soul_escape;sc=VOICE;p=2;v=1;p=0.8}<&csp>@origin<&csp>]} @targetlocation
2232[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to PROJECTILE
2233[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation
2234[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2235[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: projectile{i=1;v=18;hitnonplayers=true;tyo=0.25;sso=<random.<&da>2to2>;syo=<random.15to20>;sfo=<random.<&da>2to<&da>2>;vO=<&da>90;repeat=<random.4to9>;repeatI=<random.5to10>;<&csp>onEnd=[<&csp><&da><&csp>effect:particlesphere{particle=soul;r=0.5;a=50}<&csp>@origin<&csp><&da><&csp>sound{s=entity.guardian.attack;sc=VOICE;p=1;v=2}<&csp>@origin<&csp><&da><&csp>delay<&csp>10<&csp><&da><&csp>effect:particlesphere{particle=reddust;c=#220e57;r=2;s=1;a=300}<&csp>@origin<&csp><&da><&csp>damage{a=<random.9to12>;pkb=true;element=MAGIC;damagecause=projectile}<&csp>@EntitiesNearOrigin{r=3}<&csp><&da><&csp>sound{s=entity.firework_rocket.large_blast;sc=VOICE;v=3}<&csp>@origin<&csp><&da><&csp>delay<&csp>20<&csp><&da><&csp>effect:particlesphere{particle=dust_color_transition;c=#220e57;r=3;a=500}<&csp>@origin<&csp><&da><&csp>effect:particlesphere{particle=dust_color_transition;c=#9e1558;r=3;a=500}<&csp>@origin<&csp><&da><&csp>damage{a=<random.7to10>;pkb=true;element=MAGIC;damagecause=projectile}<&csp>@EntitiesNearOrigin{r=4}<&csp><&da><&csp>sound{s=entity.dragon_fireball.explode;sc=VOICE;p=1}<&csp>@origin<&csp><&csp>];<&csp>onTick=[<&csp><&da><&csp>effect:particle{particle=dragon_breath;a=3;hs=0.1;vs=0.1}<&csp>@origin<&csp><&da><&csp>effect:particle{particle=soul;a=1;hs=0.1;vs=0.1}<&csp>@origin<&csp><&da><&csp>sound{s=particle.soul_escape;sc=VOICE;p=2;v=1;p=0.8}<&csp>@origin<&csp><&csp>];<&csp>onHit=[<&csp><&da><&csp>damage{a=<random.12to15>;pkb=true;ia=false;element=MAGIC;damagecause=projectile}<&csp>]} @origin
2236[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to PROJECTILE
2237[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin
2238[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2239[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: message{m="&5Soul<&sp>Strike<&sp>&don<&sp>Cooldown&f<&co><&sp><caster.skill.SoulStrikeProj.cooldown><&sp>seconds<&sp>&dremaining."} @Self
2240[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to MESSAGE
2241[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
2242[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2243[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded message skill with message §5Soul Strike §don Cooldown§f: <caster.skill.SoulStrikeProj.cooldown> seconds §dremaining.
2244[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=block.fire.extinguish;sc=VOICE} @Self
2245[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
2246[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
2247[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2248[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: projectile{mr=40;hnp=true;g=0.8;d=1600;v=25;sync=true;tyo=+1.5;hn=0.5;vn=0.5;<&csp>oE=[<&csp><&csp><&da><&csp>summon{t=SoulStrikeMob}<&csp>@origin{fo=<&da>2}<&csp>];<&csp>oT=[<&csp><&da><&csp>effect:particle{particle=dragon_breath;a=3;hs=0.1;vs=0.1}<&csp>@origin<&csp><&da><&csp>effect:particle{particle=soul;a=1;hs=0.1;vs=0.1}<&csp>@origin<&csp><&da><&csp>sound{s=particle.soul_escape;sc=VOICE;p=2;v=1;p=0.8}<&csp>@origin<&csp>]<&csp>} @targetlocation
2249[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to PROJECTILE
2250[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation
2251[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2252[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: takeitem{i=SoulStrikeBall;a=1} @self
2253[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to TAKEITEM
2254[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
2255[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2256[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setmaterialcooldown{material=purple_dye;d=100} @self
2257[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETMATERIALCOOLDOWN
2258[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
2259[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2260[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: message{m="&5Soul<&sp>Strike<&sp>&don<&sp>Cooldown&f<&co><&sp><caster.skill.SoulStrikeProjBall.cooldown><&sp>seconds<&sp>&dremaining."} @Self
2261[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to MESSAGE
2262[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
2263[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2264[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded message skill with message §5Soul Strike §don Cooldown§f: <caster.skill.SoulStrikeProjBall.cooldown> seconds §dremaining.
2265[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=block.fire.extinguish;sc=VOICE} @Self
2266[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
2267[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
2268[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2269[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: totem{BulletType=BLOCK;material=CAMPFIRE;YOffset=0;charges=0;interval=20;duration=600;onTick=StaminaRegen;HitSelf=true} @SelfLocation{forwardOffset=<&da>1}
2270[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to TOTEM
2271[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter SelfLocation{forwardOffset=<&da>1}
2272[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2273[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: damage{a=3} @EntitiesNearOrigin{targetself=true;r=4}
2274[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DAMAGE
2275[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter EntitiesNearOrigin{targetself=true;r=4}
2276[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2277[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: command{cmd="say<&sp>hello<&sp><target.name>";asOp=true;requireTarget=true} @EntitiesNearOrigin{targetself=true;r=4}
2278[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to COMMAND
2279[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter EntitiesNearOrigin{targetself=true;r=4}
2280[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2281[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setvar{var=global.eater;val=<target.name>;type=STRING;save=true;duration=10010} @self
2282[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETVAR
2283[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
2284[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2285[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=ABSORPTION;l=2;d=1000} @self
2286[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
2287[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
2288[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2289[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 400
2290[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
2291[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: message{m="<green><global.var.eater><<&fs>green><&sp><white>is<&sp>experiencing<&sp>some<&sp>stomach<&sp>pains..."} @server{targetself=true}
2292[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to MESSAGE
2293[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter server{targetself=true}
2294[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2295[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded message skill with message <green><global.var.eater></green> <white>is experiencing some stomach pains...
2296[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 600
2297[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
2298[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=entity.tnt.primed;sc=MASTER;v=2} @self
2299[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
2300[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
2301[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2302[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 8400
2303[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
2304[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=entity.tnt.primed;sc=MASTER;v=2} @self
2305[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
2306[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
2307[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2308[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: message{m="<green><global.var.eater><<&fs>green><&sp><white>is<&sp>experiencing<&sp>a<&sp>weird<&sp>rumbling<&sp>sensation<&sp>from<&sp>their<&sp>tummy..."} @server{targetself=true}
2309[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to MESSAGE
2310[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter server{targetself=true}
2311[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2312[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded message skill with message <green><global.var.eater></green> <white>is experiencing a weird rumbling sensation from their tummy...
2313[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 600
2314[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
2315[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: explosion{y=5;bd=true;fire=false}
2316[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EXPLOSION
2317[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: message{m="<white>The<&sp>Exploding<&sp>Pie<&sp>has<&sp>reached<&sp>the<&sp>lower<&sp>intestines<&sp>of<&sp><green><global.var.eater><<&fs>green>..."} @server{targetself=true}
2318[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to MESSAGE
2319[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter server{targetself=true}
2320[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2321[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded message skill with message <white>The Exploding Pie has reached the lower intestines of <green><global.var.eater></green>...
2322[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=entity.witch.throw;p=0.9;sc=master} @self
2323[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
2324[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
2325[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2326[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=entity.skeleton.shoot;p=1.0;sc=master} @self
2327[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
2328[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
2329[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2330[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: projectile{oH=spearthrowH;oE=spearthrowE;bulletType=DISPLAY;material=STONE_SHOVEL;model=2;yaw=0.0;byo=<&da>1.0;pitch=0.8;roll=0;scale=1.0,1.0,1.0;i=1;v=48;d=120;mr=48;hnp=true;g=0.75;syo=1.55;tyo=1.5;hr=2} @targetlocation
2331[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to PROJECTILE
2332[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation
2333[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2334[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: shieldbreak{duration=200}
2335[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SHIELDBREAK
2336[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: damage{a=8}
2337[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DAMAGE
2338[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=item.trident.hit;p=1.0;sc=master;v=2} @origin
2339[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
2340[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin
2341[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2342[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: dropitem{i=testspear}
2343[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DROPITEM
2344[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sudo{skill=Throw_Gravity} @PIR{r=1;limit=1;sort=NEAREST}
2345[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUDO
2346[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter PIR{r=1;limit=1;sort=NEAREST}
2347[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 1
2348[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: directionalvelocity{mode=ADD;yaw=<caster.l.yaw>;pitch=<&da>35;v=3} @self
2349[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DIRECTIONALVELOCITY
2350[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
2351[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2352[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: aura{aura=buffer;d=10} @self
2353[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to AURA
2354[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
2355[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2356[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: stataura{auraname=throw_plate_gravity;stat=GRAVITY;type=ADDITIVE;v=<&da>0.05;duration=200;onTick=Throw_Gravity_End} @self
2357[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to STATAURA
2358[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
2359[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2360[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: stataura{auraname=throw_plate_safefall;stat=SAFE_FALL_DISTANCE;type=ADDITIVE;v=100;duration=200} @self
2361[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to STATAURA
2362[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
2363[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2364[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: auraremove{name=throw_plate_gravity}
2365[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to AURAREMOVE
2366[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: auraremove{name=throw_plate_safefall}
2367[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to AURAREMOVE
2368[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: takeitem{i=TagStick;a=1} @Self
2369[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to TAKEITEM
2370[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
2371[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2372[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:SetTagTarget @trigger
2373[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:SETTAGTARGET
2374[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter trigger
2375[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2376[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: message{m="<dark_aqua><global.var.ts_tagged><&sp><green>has<&sp>been<&sp>tagged<&sp>by<&sp><red><caster.name><green>!"} @PlayersInRadius{r=150;targetself=true}
2377[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to MESSAGE
2378[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter PlayersInRadius{r=150;targetself=true}
2379[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2380[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded message skill with message <dark_aqua><global.var.ts_tagged> <green>has been tagged by <red><caster.name><green>!
2381[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=entity.arrow.hit_player} @Self
2382[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
2383[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
2384[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2385[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=block.bell.use} @trigger
2386[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
2387[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter trigger
2388[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2389[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: particlering{particle=trial_spawner_detection;a=1;r=2;points=250;hs=1;vs=0.1;d=true;s=0.2} @trigger
2390[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to PARTICLERING
2391[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter trigger
2392[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2393[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 100
2394[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
2395[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: giveitem{i=TagStick;a=1} @trigger
2396[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to GIVEITEM
2397[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter trigger
2398[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2399[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 1
2400[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
2401[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sudoskill{cat=true;s=GotTagged} @Trigger
2402[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUDOSKILL
2403[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Trigger
2404[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2405[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setvar{var=global.ts_tagged;value=<target.name>;save=true;type=STRING}
2406[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETVAR
2407[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: parseweapon @self
2408[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to PARSEWEAPON
2409[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
2410[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2411[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading CustomMechanic with name PARSEWEAPON
2412[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setvar{var=caster.ts_skill;value=0} @self
2413[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETVAR
2414[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
2415[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2416[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: variableadd{var=caster.ts_skill;a=1}
2417[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to VARIABLEADD
2418[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: variableSubtract{var=caster.ts_skill;a=1}
2419[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to VARIABLESUBTRACT
2420[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:TS_SkillSound
2421[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:TS_SKILLSOUND
2422[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:TS_ActionMessage
2423[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:TS_ACTIONMESSAGE
2424[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: am{m=<gray>[<green>1</green>/<dark_green>4</dark_green>]<&csp><dark_gray>Smoke<&csp>Bomb<&csp><white>selected} ?varequals{var=caster.ts_skill;value=0}
2425[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to AM
2426[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.ts_skill;value=0}
2427[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: am{m=<gray>[<green>2</green>/<dark_green>4</dark_green>]<&csp><aqua>Speed<&csp><white>selected} ?varequals{var=caster.ts_skill;value=1}
2428[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to AM
2429[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.ts_skill;value=1}
2430[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: am{m=<gray>[<green>3</green>/<dark_green>4</dark_green>]<&csp><gray>Vanish<&csp><white>selected} ?varequals{var=caster.ts_skill;value=2}
2431[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to AM
2432[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.ts_skill;value=2}
2433[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: am{m=<gray>[<green>4</green>/<dark_green>4</dark_green>]<&csp><dark_gray>Blindness<&csp><white>selected} ?varequals{var=caster.ts_skill;value=3}
2434[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to AM
2435[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.ts_skill;value=3}
2436[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=block.note_block.snare;p=0.6;audience=@self} ?varequals{var=caster.ts_skill;value=0}
2437[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
2438[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.ts_skill;value=0}
2439[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
2440[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2441[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=block.note_block.snare;p=1.0;audience=@self} ?varequals{var=caster.ts_skill;value=1}
2442[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
2443[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.ts_skill;value=1}
2444[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
2445[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2446[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=block.note_block.snare;p=1.4;audience=@self} ?varequals{var=caster.ts_skill;value=2}
2447[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
2448[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.ts_skill;value=2}
2449[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
2450[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2451[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=block.note_block.snare;p=1.8;audience=@self} ?varequals{var=caster.ts_skill;value=3}
2452[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
2453[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.ts_skill;value=3}
2454[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
2455[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2456[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:TS_SmokeBomb ?vareq{var=caster.ts_skill;value=0}
2457[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:TS_SMOKEBOMB
2458[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition vareq{var=caster.ts_skill;value=0}
2459[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:TS_Speed ?vareq{var=caster.ts_skill;value=1}
2460[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:TS_SPEED
2461[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition vareq{var=caster.ts_skill;value=1}
2462[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:TS_Vanish ?vareq{var=caster.ts_skill;value=2}
2463[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:TS_VANISH
2464[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition vareq{var=caster.ts_skill;value=2}
2465[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:TS_Blindness ?vareq{var=caster.ts_skill;value=3}
2466[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:TS_BLINDNESS
2467[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition vareq{var=caster.ts_skill;value=3}
2468[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: message{m="<gold>Tag<&sp>Stick<&sp>Skill<&sp><yellow>on<&sp>Cooldown<white><&co><&sp><caster.skill.TS_UseSkill.cooldown><&sp>seconds<&sp><yellow>remaining."} @Self
2469[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to MESSAGE
2470[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
2471[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2472[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded message skill with message <gold>Tag Stick Skill <yellow>on Cooldown<white>: <caster.skill.TS_UseSkill.cooldown> seconds <yellow>remaining.
2473[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=block.fire.extinguish;audience=@self} @Self
2474[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
2475[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
2476[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2477[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
2478[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2479[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: message{m="<green>You<&sp>have<&sp>just<&sp>activated<&sp>the<&sp><red>Smoke<&sp>Bomb<green>!"}
2480[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to MESSAGE
2481[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded message skill with message <green>You have just activated the <red>Smoke Bomb<green>!
2482[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: e:p{particle=explosion_emitter;a=5;vs=0.1;hs=0.1;audience=@PIR{r=150};repeat=10;repeatI=5} @randomlocationsnearcaster{a=1;r=9}
2483[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to E:P
2484[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter randomlocationsnearcaster{a=1;r=9}
2485[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2486[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter PIR{r=150}
2487[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2488[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: e:p{particle=explosion;a=1;vs=0.1;hs=0.1;audience=@PIR{r=150};repeat=10;repeatI=5} @selflocation
2489[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to E:P
2490[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter selflocation
2491[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2492[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter PIR{r=150}
2493[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2494[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=entity.generic.explode;v=0.7;repeat=5;repeatI=10} @self
2495[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
2496[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
2497[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2498[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: m{m="<gray>You<&sp>are<&sp>invisible<&sp>for<&sp>7<&sp>seconds!"}
2499[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to M
2500[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded message skill with message <gray>You are invisible for 7 seconds!
2501[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=block.beacon.activate;p=1.5;v=2}
2502[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
2503[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: hide{d=140} @server
2504[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to HIDE
2505[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter server
2506[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2507[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: e:p{p=reddust;color=#ffffff;a=5;hs=0.2;vs=0;repeat=23;repeatI=6} @selflocation{}
2508[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to E:P
2509[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter selflocation{}
2510[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2511[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=SLOWNESS;l=0;d=60;delay=80}
2512[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
2513[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 140
2514[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
2515[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: m{m="<gray>You<&sp>are<&sp>now<&sp><white>Visible"}
2516[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to M
2517[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded message skill with message <gray>You are now <white>Visible
2518[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=SPEED;l=2;d=100}
2519[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
2520[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: m{m="<aqua>You<&sp>have<&sp>just<&sp>activated<&sp>a<&sp><dark_aqua>Speed<&sp>Boost"}
2521[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to M
2522[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded message skill with message <aqua>You have just activated a <dark_aqua>Speed Boost
2523[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=block.brewing_stand.brew;p=1.3;audience=@self}
2524[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
2525[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
2526[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2527[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: m{m="<gray>Everyone<&sp>around<&sp>you<&sp>is<&sp><dark_gray>Blind!"}
2528[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to M
2529[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded message skill with message <gray>Everyone around you is <dark_gray>Blind!
2530[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=BLINDNESS;l=0;d=100} @PIR{r=25}
2531[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
2532[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter PIR{r=25}
2533[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2534[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=block.amethyst_block.resonate;p=0.1} @pir{r=25;targetself=true}
2535[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
2536[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter pir{r=25;targetself=true}
2537[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2538[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading config file: /home/********/plugins/MythicMobs/mobs/ExampleMobs.yml
2539[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading config file: /home/********/plugins/MythicMobs/mobs/VanillaMobs.yml
2540[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
2541[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
2542[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
2543[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
2544[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: speak{m="None may challenge the Skeleton King!";cooldown=20} @PlayersInRadius{r=40} ~onCombat 0.2
2545[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: speak{m="None<&sp>may<&sp>challenge<&sp>the<&sp>Skeleton<&sp>King!";cooldown=20} @PlayersInRadius{r=40} ~onCombat 0.2
2546[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SPEAK
2547[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter PlayersInRadius{r=40}
2548[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2549[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onCombat
2550[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded Speak mechanic with message None may challenge the Skeleton King!
2551[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
2552[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: speak{m="Ahahahahah! Die, <trigger.name>!"} @PlayersInRadius{r=40} ~onPlayerKill
2553[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: speak{m="Ahahahahah!<&sp>Die<&cm><&sp><trigger.name>!"} @PlayersInRadius{r=40} ~onPlayerKill
2554[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SPEAK
2555[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter PlayersInRadius{r=40}
2556[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2557[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onPlayerKill
2558[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded Speak mechanic with message Ahahahahah! Die, <trigger.name>!
2559[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
2560[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{s=SummonSkeletons} @self 0.1
2561[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{s=SummonSkeletons} @self 0.1
2562[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
2563[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
2564[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2565[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
2566[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{s=SmashAttack} @target 0.2
2567[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{s=SmashAttack} @target 0.2
2568[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
2569[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter target
2570[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2571[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
2572[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
2573[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
2574[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
2575[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
2576[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: lightning @LivingInRadius{r=10} ~onTimer:100
2577[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: lightning @LivingInRadius{r=10} ~onTimer:100
2578[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to LIGHTNING
2579[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter LivingInRadius{r=10}
2580[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2581[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:100
2582[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 100
2583[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
2584[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
2585[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{s=AngrySludgePoison} 0.2
2586[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{s=AngrySludgePoison} 0.2
2587[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
2588[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
2589[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: blockmask{material=SLIME_BLOCK;r=1;duration=100} @self ~onTimer:20
2590[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: blockmask{material=SLIME_BLOCK;r=1;duration=100} @self ~onTimer:20
2591[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to BLOCKMASK
2592[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
2593[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2594[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:20
2595[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 20
2596[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: shootfireball{y=1;v=4} @target ~onTimer:20
2597[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: shootfireball{y=1;v=4} @target ~onTimer:20
2598[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SHOOTFIREBALL
2599[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter target
2600[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2601[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:20
2602[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 20
2603[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
2604[23:52:52] [Server thread/INFO]: [MythicMobs] [i] + EntityType is vanilla override for null
2605[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
2606[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
2607[23:52:52] [Server thread/INFO]: [MythicMobs] [i] + EntityType is vanilla override for null
2608[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
2609[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
2610[23:52:52] [Server thread/INFO]: [MythicMobs] [i] + EntityType is vanilla override for null
2611[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
2612[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: potion{type=POISON;duration=100;lvl=1} @target ~onAttack
2613[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=POISON;duration=100;lvl=1} @target ~onAttack
2614[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
2615[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter target
2616[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2617[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onAttack
2618[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
2619[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
2620[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
2621[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: speak{cp=<gold>Skeleton King<&co>;m="Ahahahahah! Die, <trigger.name>!"} @PlayersInRadius{r=40} ~onPlayerKill 1
2622[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: speak{cp=<gold>Skeleton<&csp>King<&co>;m="Ahahahahah!<&sp>Die<&cm><&sp><trigger.name>!"} @PlayersInRadius{r=40} ~onPlayerKill 1
2623[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SPEAK
2624[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter PlayersInRadius{r=40}
2625[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2626[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onPlayerKill
2627[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded Speak mechanic with message Ahahahahah! Die, <trigger.name>!
2628[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
2629[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{s=SK_SmashAttack} @target ~onTimer:50 >33% 0.45 ?offgcd
2630[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{s=SK_SmashAttack} @target ~onTimer:50 >33% 0.45 ?offgcd
2631[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
2632[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter target
2633[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2634[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:50
2635[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition offgcd
2636[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 50
2637[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: randomskill{skills=SK_SummonSkeletons 8,SK_SummonStrongSkeletons 1} @self ~onCombat 0.1 ?playerwithin{d=20} ?mobsInRadius{types=SkeletalMinion,SkeletalKnight;a=<10;radius=15}
2638[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: randomskill{skills=SK_SummonSkeletons<&csp>8,SK_SummonStrongSkeletons<&csp>1} @self ~onCombat 0.1 ?playerwithin{d=20} ?mobsInRadius{types=SkeletalMinion,SkeletalKnight;a=<10;radius=15}
2639[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to RANDOMSKILL
2640[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
2641[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2642[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onCombat
2643[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition playerwithin{d=20}
2644[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition mobsInRadius{types=SkeletalMinion,SkeletalKnight;a=<10;radius=15}
2645[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
2646[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: randomskill{ skills= [ - speak{cp=<gold>Skeleton King<&co>;m=" <yellow>None may challenge the Skeleton King!";cooldown=20} ], [ - speak{cp=<gold>Skeleton King<&co>;m=" <yellow>Take that <target.name>!";cooldown=20} ], [ - speak{cp=<gold>Skeleton King<&co>;m=" <yellow>Who do you think you are??";cooldown=20} ], [ - speak{cp=<gold>Skeleton King<&co>;m=" <yellow>Feel my wrath <target.name>!!";cooldown=20} ], [ - speak{cp=<gold>Skeleton King<&co>;m=" <yellow>Are you even trying <target.name>?!";cooldown=20} ] } @NearestPlayer{r=40} ~onCombat >0 0.1
2647[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: randomskill{<&csp>skills=<&csp>[<&csp><&csp><&da><&csp>speak{cp=<gold>Skeleton<&csp>King<&co>;m="<&sp><yellow>None<&sp>may<&sp>challenge<&sp>the<&sp>Skeleton<&sp>King!";cooldown=20}<&csp>],<&csp>[<&csp><&csp><&da><&csp>speak{cp=<gold>Skeleton<&csp>King<&co>;m="<&sp><yellow>Take<&sp>that<&sp><target.name>!";cooldown=20}<&csp>],<&csp>[<&csp><&csp><&da><&csp>speak{cp=<gold>Skeleton<&csp>King<&co>;m="<&sp><yellow>Who<&sp>do<&sp>you<&sp>think<&sp>you<&sp>are??";cooldown=20}<&csp>],<&csp>[<&csp><&csp><&da><&csp>speak{cp=<gold>Skeleton<&csp>King<&co>;m="<&sp><yellow>Feel<&sp>my<&sp>wrath<&sp><target.name>!!";cooldown=20}<&csp>],<&csp>[<&csp><&csp><&da><&csp>speak{cp=<gold>Skeleton<&csp>King<&co>;m="<&sp><yellow>Are<&sp>you<&sp>even<&sp>trying<&sp><target.name>?!";cooldown=20}<&csp>]<&csp>} @NearestPlayer{r=40} ~onCombat >0 0.1
2648[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to RANDOMSKILL
2649[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter NearestPlayer{r=40}
2650[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2651[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onCombat
2652[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
2653[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: randomskill{skills=SK_Missile_Attack 10,SK_Bide 2} @self ~onTimer:120 >66% ?offgcd ?playerwithin{d=20}
2654[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: randomskill{skills=SK_Missile_Attack<&csp>10,SK_Bide<&csp>2} @self ~onTimer:120 >66% ?offgcd ?playerwithin{d=20}
2655[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to RANDOMSKILL
2656[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
2657[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2658[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:120
2659[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition offgcd
2660[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition playerwithin{d=20}
2661[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 120
2662[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: randomskill{skills=SK_Missile_Attack 10,SK_Bide 3} @self ~onTimer:100 =33to66% ?offgcd ?playerwithin{d=20}
2663[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: randomskill{skills=SK_Missile_Attack<&csp>10,SK_Bide<&csp>3} @self ~onTimer:100 =33to66% ?offgcd ?playerwithin{d=20}
2664[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to RANDOMSKILL
2665[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
2666[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2667[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:100
2668[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition offgcd
2669[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition playerwithin{d=20}
2670[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 100
2671[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: randomskill{skills=SK_Missile_Attack 10,SK_Bide 3,SK_SmashAttack 3} @self ~onTimer:80 <33% ?offgcd ?playerwithin{d=20}
2672[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: randomskill{skills=SK_Missile_Attack<&csp>10,SK_Bide<&csp>3,SK_SmashAttack<&csp>3} @self ~onTimer:80 <33% ?offgcd ?playerwithin{d=20}
2673[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to RANDOMSKILL
2674[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
2675[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2676[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:80
2677[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition offgcd
2678[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition playerwithin{d=20}
2679[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 80
2680[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
2681[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
2682[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
2683[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
2684[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
2685[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
2686[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
2687[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
2688[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:RandomGeoPillar @targetlocation{target=players;conditions=[ - distance{d=<6} castinstead GeoDisengage ]} ~onTimer:150 0.7
2689[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:RandomGeoPillar @targetlocation{target=players;conditions=[<&csp><&csp><&da><&csp>distance{d=<6}<&csp>castinstead<&csp>GeoDisengage<&csp>]} ~onTimer:150 0.7
2690[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:RANDOMGEOPILLAR
2691[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{target=players;conditions=[<&csp><&csp><&da><&csp>distance{d=<6}<&csp>castinstead<&csp>GeoDisengage<&csp>]}
2692[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2693[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:150
2694[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 150
2695[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:SummonLightningCircles @target ~onTimer:150 >50% 0.4 ?playerwithin{d=30}
2696[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:SummonLightningCircles @target ~onTimer:150 >50% 0.4 ?playerwithin{d=30}
2697[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:SUMMONLIGHTNINGCIRCLES
2698[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter target
2699[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2700[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:150
2701[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition playerwithin{d=30}
2702[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 150
2703[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:SummonLightningCircles @target ~onTimer:150 <50% 0.8 ?playerwithin{d=30}
2704[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:SummonLightningCircles @target ~onTimer:150 <50% 0.8 ?playerwithin{d=30}
2705[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:SUMMONLIGHTNINGCIRCLES
2706[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter target
2707[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2708[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:150
2709[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition playerwithin{d=30}
2710[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 150
2711[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:SoulFlameShot{repeat=5;repeatInterval=5} @targetlocation ~onTimer:170 0.7 ?playerwithin{d=30}
2712[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:SoulFlameShot{repeat=5;repeatInterval=5} @targetlocation ~onTimer:170 0.7 ?playerwithin{d=30}
2713[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:SOULFLAMESHOT
2714[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation
2715[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2716[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:170
2717[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition playerwithin{d=30}
2718[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 170
2719[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:GeomancerReinforcements @self ~onSpawn
2720[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:GeomancerReinforcements @self ~onSpawn
2721[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:GEOMANCERREINFORCEMENTS
2722[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
2723[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2724[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
2725[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
2726[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: setname{name="<caster.name>";delay=2} @Self ~onDamaged
2727[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setname{name="<caster.name>";delay=2} @Self ~onDamaged
2728[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETNAME
2729[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
2730[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2731[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onDamaged
2732[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
2733[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: potion{t=GLOWING;d=1000000} @self ~onSpawn
2734[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{t=GLOWING;d=1000000} @self ~onSpawn
2735[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
2736[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
2737[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2738[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
2739[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
2740[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: sound{s=entity.arrow.hit_player;sc=VOICE;v=1;p=1} @trigger ~onDamaged ?damagecause{cause=PROJECTILE}
2741[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=entity.arrow.hit_player;sc=VOICE;v=1;p=1} @trigger ~onDamaged ?damagecause{cause=PROJECTILE}
2742[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
2743[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter trigger
2744[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2745[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onDamaged
2746[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition damagecause{cause=PROJECTILE}
2747[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
2748[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob kill messages...
2749[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
2750[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
2751[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
2752[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
2753[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
2754[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
2755[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
2756[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
2757[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
2758[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
2759[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:Geo_Spectral_Sprint @self ~onTimer:200 ?inCombat
2760[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:Geo_Spectral_Sprint @self ~onTimer:200 ?inCombat
2761[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:GEO_SPECTRAL_SPRINT
2762[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
2763[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2764[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:200
2765[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition inCombat
2766[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 200
2767[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
2768[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
2769[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{s=[ - setvar{var=global.bloodmoon-active;val=1;save=true} @self{targetarmorstands=true} - sendtitle{title="&4Bloodmoon has Started";subtitle="&cGood Luck";fi=10;fo=10;d=50} @server - sound{sc=VOICE;sound=entity.ender_dragon.death;v=0.5;p=0.8} @server ];cd=300} ~onTimer:100 ?worldtime{t=13000to13200} ?lunarphase{phase=0} 0.1
2770[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{s=[<&csp><&da><&csp>setvar{var=global.bloodmoon<&da>active;val=1;save=true}<&csp>@self{targetarmorstands=true}<&csp><&da><&csp>sendtitle{title="&4Bloodmoon<&sp>has<&sp>Started";subtitle="&cGood<&sp>Luck";fi=10;fo=10;d=50}<&csp>@server<&csp><&da><&csp>sound{sc=VOICE;sound=entity.ender_dragon.death;v=0.5;p=0.8}<&csp>@server<&csp>];cd=300} ~onTimer:100 ?worldtime{t=13000to13200} ?lunarphase{phase=0} 0.1
2771[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
2772[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:100
2773[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition worldtime{t=13000to13200}
2774[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition lunarphase{phase=0}
2775[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 100
2776[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: summon{type=Bloodmoon-BossBar} @selflocation ~onTimer:100 ?varisset{var=global.bloodmoon-active} ?mobsinradius{a=<1;r=10;t=Bloodmoon-BossBar}
2777[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{type=Bloodmoon<&da>BossBar} @selflocation ~onTimer:100 ?varisset{var=global.bloodmoon<&da>active} ?mobsinradius{a=<1;r=10;t=Bloodmoon<&da>BossBar}
2778[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
2779[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter selflocation
2780[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2781[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:100
2782[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varisset{var=global.bloodmoon<&da>active}
2783[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition mobsinradius{a=<1;r=10;t=Bloodmoon<&da>BossBar}
2784[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 100
2785[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{s=[ - sendtitle{title="&7You have survived the bloodmoon";subtitle="&7Congrats";fi=10;fo=10;d=50} @server - sound{sc=VOICE;sound=ui.toast.challenge_complete;v=0.5;p=1} @server - unsetvar{var=global.bloodmoon-active} @self{taragetarmorstands=true} ]} ~onTimer:100 ?worldtime{t=23500to23900} ?varisset{var=global.bloodmoon-active}
2786[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{s=[<&csp><&da><&csp>sendtitle{title="&7You<&sp>have<&sp>survived<&sp>the<&sp>bloodmoon";subtitle="&7Congrats";fi=10;fo=10;d=50}<&csp>@server<&csp><&da><&csp>sound{sc=VOICE;sound=ui.toast.challenge_complete;v=0.5;p=1}<&csp>@server<&csp><&da><&csp>unsetvar{var=global.bloodmoon<&da>active}<&csp>@self{taragetarmorstands=true}<&csp>]} ~onTimer:100 ?worldtime{t=23500to23900} ?varisset{var=global.bloodmoon<&da>active}
2787[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
2788[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:100
2789[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition worldtime{t=23500to23900}
2790[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varisset{var=global.bloodmoon<&da>active}
2791[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 100
2792[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:Bloodmoon-Meteor{repeat=4;repeatI=<random.6to10>} @world{limit=1;sort=RANDOM} ~onTimer:400 0.8 ?varisset{var=global.bloodmoon-active}
2793[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:Bloodmoon-Meteor{repeat=4;repeatI=<random.6to10>} @world{limit=1;sort=RANDOM} ~onTimer:400 0.8 ?varisset{var=global.bloodmoon<&da>active}
2794[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:BLOODMOON-METEOR
2795[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter world{limit=1;sort=RANDOM}
2796[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 1
2797[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:400
2798[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varisset{var=global.bloodmoon<&da>active}
2799[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 400
2800[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:Summon-MiniBoss @world{limit=1;sort=RANDOM} ~onTimer:600 0.4 ?varisset{var=global.bloodmoon-active}
2801[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:Summon-MiniBoss @world{limit=1;sort=RANDOM} ~onTimer:600 0.4 ?varisset{var=global.bloodmoon<&da>active}
2802[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:SUMMON-MINIBOSS
2803[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter world{limit=1;sort=RANDOM}
2804[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 1
2805[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:600
2806[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varisset{var=global.bloodmoon<&da>active}
2807[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 600
2808[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:Summon-Boss @world{limit=1;sort=RANDOM} ~onTimer:800 ?varisset{var=global.bloodmoon-active}
2809[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:Summon-Boss @world{limit=1;sort=RANDOM} ~onTimer:800 ?varisset{var=global.bloodmoon<&da>active}
2810[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:SUMMON-BOSS
2811[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter world{limit=1;sort=RANDOM}
2812[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 1
2813[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:800
2814[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varisset{var=global.bloodmoon<&da>active}
2815[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 800
2816[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:Bloodmoon-Lightning @world{limit=1;sort=RANDOM} ~onTimer:400 0.7 ?varisset{var=global.bloodmoon-active}
2817[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:Bloodmoon-Lightning @world{limit=1;sort=RANDOM} ~onTimer:400 0.7 ?varisset{var=global.bloodmoon<&da>active}
2818[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:BLOODMOON-LIGHTNING
2819[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter world{limit=1;sort=RANDOM}
2820[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 1
2821[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:400
2822[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varisset{var=global.bloodmoon<&da>active}
2823[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 400
2824[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:Bloodmoon-Ambient_Sounds @world{limit=1;sort=RANDOM} ~onTimer:400 0.7 ?varisset{var=global.bloodmoon-active}
2825[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:Bloodmoon-Ambient_Sounds @world{limit=1;sort=RANDOM} ~onTimer:400 0.7 ?varisset{var=global.bloodmoon<&da>active}
2826[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:BLOODMOON-AMBIENT_SOUNDS
2827[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter world{limit=1;sort=RANDOM}
2828[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 1
2829[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:400
2830[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varisset{var=global.bloodmoon<&da>active}
2831[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 400
2832[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:Bloodmoon-Mob_Sounds @world{limit=1;sort=RANDOM} ~onTimer:300 0.7 ?varisset{var=global.bloodmoon-active}
2833[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:Bloodmoon-Mob_Sounds @world{limit=1;sort=RANDOM} ~onTimer:300 0.7 ?varisset{var=global.bloodmoon<&da>active}
2834[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:BLOODMOON-MOB_SOUNDS
2835[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter world{limit=1;sort=RANDOM}
2836[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 1
2837[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:300
2838[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varisset{var=global.bloodmoon<&da>active}
2839[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 300
2840[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
2841[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
2842[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{delay=10;s=[ - command{c="minecraft:time set night"} - setvar{var=global.bloodmoon-active;val=1;save=true;cd=60} @self{targetarmorstands=true} - sendtitle{title="&4Bloodmoon has Started";subtitle="&cGood Luck";fi=10;fo=10;d=50;cd=60} @server - sound{sc=VOICE;sound=entity.ender_dragon.death;v=0.5;p=0.8;cd=60} @server - summon{type=Bloodmoon-BossBar} @selflocation ]} @self ~onInteract ?!varisset{var=global.bloodmoon-active}
2843[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{delay=10;s=[<&csp><&da><&csp>command{c="minecraft:time<&sp>set<&sp>night"}<&csp><&da><&csp>setvar{var=global.bloodmoon<&da>active;val=1;save=true;cd=60}<&csp>@self{targetarmorstands=true}<&csp><&da><&csp>sendtitle{title="&4Bloodmoon<&sp>has<&sp>Started";subtitle="&cGood<&sp>Luck";fi=10;fo=10;d=50;cd=60}<&csp>@server<&csp><&da><&csp>sound{sc=VOICE;sound=entity.ender_dragon.death;v=0.5;p=0.8;cd=60}<&csp>@server<&csp><&da><&csp>summon{type=Bloodmoon<&da>BossBar}<&csp>@selflocation<&csp>]} @self ~onInteract ?!varisset{var=global.bloodmoon<&da>active}
2844[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
2845[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
2846[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2847[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onInteract
2848[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varisset{var=global.bloodmoon<&da>active}
2849[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
2850[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{delay=10;s=[ - command{c="minecraft:time set day"} - sendtitle{title="&7You have survived the bloodmoon";subtitle="&7Congrats";fi=10;fo=10;d=50} @server - sound{sc=VOICE;sound=ui.toast.challenge_complete;v=0.5;p=1} @server - unsetvar{var=global.bloodmoon-active} @self{taragetarmorstands=true} ]} @self ~onInteract ?varisset{var=global.bloodmoon-active}
2851[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{delay=10;s=[<&csp><&da><&csp>command{c="minecraft:time<&sp>set<&sp>day"}<&csp><&da><&csp>sendtitle{title="&7You<&sp>have<&sp>survived<&sp>the<&sp>bloodmoon";subtitle="&7Congrats";fi=10;fo=10;d=50}<&csp>@server<&csp><&da><&csp>sound{sc=VOICE;sound=ui.toast.challenge_complete;v=0.5;p=1}<&csp>@server<&csp><&da><&csp>unsetvar{var=global.bloodmoon<&da>active}<&csp>@self{taragetarmorstands=true}<&csp>]} @self ~onInteract ?varisset{var=global.bloodmoon<&da>active}
2852[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
2853[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
2854[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2855[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onInteract
2856[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varisset{var=global.bloodmoon<&da>active}
2857[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
2858[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
2859[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
2860[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: effect:lightning @selflocation ~onExplode
2861[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:lightning @selflocation ~onExplode
2862[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:LIGHTNING
2863[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter selflocation
2864[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2865[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onExplode
2866[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
2867[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{s=[ - ignite{d=500} - damage{a=5} ]} @self ~onTimer:10 ?!varisset{var=global.bloodmoon-active}
2868[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{s=[<&csp><&da><&csp>ignite{d=500}<&csp><&da><&csp>damage{a=5}<&csp>]} @self ~onTimer:10 ?!varisset{var=global.bloodmoon<&da>active}
2869[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
2870[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
2871[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2872[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:10
2873[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varisset{var=global.bloodmoon<&da>active}
2874[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 10
2875[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
2876[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
2877[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{s=[ - ignite{d=500} - damage{a=5} ]} @self ~onTimer:10 ?!varisset{var=global.bloodmoon-active}
2878[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{s=[<&csp><&da><&csp>ignite{d=500}<&csp><&da><&csp>damage{a=5}<&csp>]} @self ~onTimer:10 ?!varisset{var=global.bloodmoon<&da>active}
2879[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
2880[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
2881[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2882[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:10
2883[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varisset{var=global.bloodmoon<&da>active}
2884[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 10
2885[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
2886[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
2887[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{s=[ - ignite{d=500} - damage{a=5} ]} @self ~onTimer:10 ?!varisset{var=global.bloodmoon-active}
2888[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{s=[<&csp><&da><&csp>ignite{d=500}<&csp><&da><&csp>damage{a=5}<&csp>]} @self ~onTimer:10 ?!varisset{var=global.bloodmoon<&da>active}
2889[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
2890[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
2891[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2892[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:10
2893[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varisset{var=global.bloodmoon<&da>active}
2894[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 10
2895[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
2896[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
2897[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{s=[ - ignite{d=500} - damage{a=5} ]} @self ~onTimer:10 ?!varisset{var=global.bloodmoon-active}
2898[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{s=[<&csp><&da><&csp>ignite{d=500}<&csp><&da><&csp>damage{a=5}<&csp>]} @self ~onTimer:10 ?!varisset{var=global.bloodmoon<&da>active}
2899[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
2900[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
2901[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2902[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:10
2903[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varisset{var=global.bloodmoon<&da>active}
2904[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 10
2905[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
2906[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
2907[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{s=[ - ignite{d=500} - damage{a=5} ]} @self ~onTimer:10 ?!varisset{var=global.bloodmoon-active}
2908[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{s=[<&csp><&da><&csp>ignite{d=500}<&csp><&da><&csp>damage{a=5}<&csp>]} @self ~onTimer:10 ?!varisset{var=global.bloodmoon<&da>active}
2909[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
2910[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
2911[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2912[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:10
2913[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varisset{var=global.bloodmoon<&da>active}
2914[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 10
2915[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
2916[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
2917[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{s=BM_lightning-spell} @self ~onTimer:200 ?inCombat
2918[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{s=BM_lightning<&da>spell} @self ~onTimer:200 ?inCombat
2919[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
2920[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
2921[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2922[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:200
2923[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition inCombat
2924[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 200
2925[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: randomskill{skills=BM_swap-spell 5,BM_teleport-spell 4,BM_witch-reinforcements 6,BM_blast-spell 6,BM_lightning-spell 5} @self ~onTimer:200 ?inCombat
2926[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: randomskill{skills=BM_swap<&da>spell<&csp>5,BM_teleport<&da>spell<&csp>4,BM_witch<&da>reinforcements<&csp>6,BM_blast<&da>spell<&csp>6,BM_lightning<&da>spell<&csp>5} @self ~onTimer:200 ?inCombat
2927[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to RANDOMSKILL
2928[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
2929[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2930[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:200
2931[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition inCombat
2932[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 200
2933[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{s=[ - ignite{d=500} - damage{a=5} ]} @self ~onTimer:10 ?!varisset{var=global.bloodmoon-active}
2934[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{s=[<&csp><&da><&csp>ignite{d=500}<&csp><&da><&csp>damage{a=5}<&csp>]} @self ~onTimer:10 ?!varisset{var=global.bloodmoon<&da>active}
2935[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
2936[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
2937[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2938[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:10
2939[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varisset{var=global.bloodmoon<&da>active}
2940[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 10
2941[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
2942[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
2943[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{s=[ - ignite{d=500} - damage{a=5} ]} @self ~onTimer:10 ?!varisset{var=global.bloodmoon-active}
2944[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{s=[<&csp><&da><&csp>ignite{d=500}<&csp><&da><&csp>damage{a=5}<&csp>]} @self ~onTimer:10 ?!varisset{var=global.bloodmoon<&da>active}
2945[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
2946[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
2947[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2948[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:10
2949[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varisset{var=global.bloodmoon<&da>active}
2950[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 10
2951[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: randomskill{s=BM_reinforcements,BM_shadow-attack} @self ~onTimer:200 ?inCombat
2952[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: randomskill{s=BM_reinforcements,BM_shadow<&da>attack} @self ~onTimer:200 ?inCombat
2953[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to RANDOMSKILL
2954[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
2955[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2956[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:200
2957[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition inCombat
2958[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 200
2959[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:BM_firewarden-messages @self ~onAttack
2960[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:BM_firewarden-messages @self ~onAttack
2961[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:BM_FIREWARDEN-MESSAGES
2962[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
2963[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2964[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onAttack
2965[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
2966[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
2967[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
2968[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:BM_freeze @trigger{r=5} ~onBowHit
2969[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:BM_freeze @trigger{r=5} ~onBowHit
2970[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:BM_FREEZE
2971[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter trigger{r=5}
2972[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2973[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onBowHit
2974[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
2975[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{s=[ - ignite{d=500} - damage{a=5} ]} @self ~onTimer:10 ?!varisset{var=global.bloodmoon-active}
2976[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{s=[<&csp><&da><&csp>ignite{d=500}<&csp><&da><&csp>damage{a=5}<&csp>]} @self ~onTimer:10 ?!varisset{var=global.bloodmoon<&da>active}
2977[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
2978[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
2979[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2980[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:10
2981[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varisset{var=global.bloodmoon<&da>active}
2982[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 10
2983[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
2984[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
2985[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: potion{type=POISON;d=100;l=1} @PlayersInRadius{r=3} ~onDamaged
2986[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=POISON;d=100;l=1} @PlayersInRadius{r=3} ~onDamaged
2987[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
2988[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter PlayersInRadius{r=3}
2989[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2990[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onDamaged
2991[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
2992[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: particles{p=sneeze;a=10;y=1;spread=0.5} @self ~onTimer:5
2993[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: particles{p=sneeze;a=10;y=1;spread=0.5} @self ~onTimer:5
2994[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to PARTICLES
2995[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
2996[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
2997[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:5
2998[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 5
2999[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{s=[ - ignite{d=500} - damage{a=5} ]} @self ~onTimer:10 ?!varisset{var=global.bloodmoon-active}
3000[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{s=[<&csp><&da><&csp>ignite{d=500}<&csp><&da><&csp>damage{a=5}<&csp>]} @self ~onTimer:10 ?!varisset{var=global.bloodmoon<&da>active}
3001[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
3002[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3003[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3004[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:10
3005[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varisset{var=global.bloodmoon<&da>active}
3006[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 10
3007[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
3008[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
3009[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:BM_fireball @PlayersInRadius{r=15;y=1} ~onTimer:100 ?playerwithin{d=20}
3010[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:BM_fireball @PlayersInRadius{r=15;y=1} ~onTimer:100 ?playerwithin{d=20}
3011[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:BM_FIREBALL
3012[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter PlayersInRadius{r=15;y=1}
3013[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3014[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:100
3015[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition playerwithin{d=20}
3016[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 100
3017[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: ignite{d=100} @trigger ~onAttack
3018[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: ignite{d=100} @trigger ~onAttack
3019[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to IGNITE
3020[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter trigger
3021[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3022[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onAttack
3023[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3024[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: particle{p=flame;hs=0.5;a=20} @self ~onTimer:5
3025[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: particle{p=flame;hs=0.5;a=20} @self ~onTimer:5
3026[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to PARTICLE
3027[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3028[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3029[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:5
3030[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 5
3031[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{s=[ - ignite{d=500} - damage{a=10} ]} @self ~onTimer:10 ?!varisset{var=global.bloodmoon-active}
3032[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{s=[<&csp><&da><&csp>ignite{d=500}<&csp><&da><&csp>damage{a=10}<&csp>]} @self ~onTimer:10 ?!varisset{var=global.bloodmoon<&da>active}
3033[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
3034[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3035[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3036[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:10
3037[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varisset{var=global.bloodmoon<&da>active}
3038[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 10
3039[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
3040[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
3041[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:BM_summon_minions @self ~onTimer:300 ?inCombat
3042[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:BM_summon_minions @self ~onTimer:300 ?inCombat
3043[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:BM_SUMMON_MINIONS
3044[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3045[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3046[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:300
3047[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition inCombat
3048[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 300
3049[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{s=[ - ignite{d=500} - damage{a=10} ]} @self ~onTimer:10 ?!varisset{var=global.bloodmoon-active}
3050[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{s=[<&csp><&da><&csp>ignite{d=500}<&csp><&da><&csp>damage{a=10}<&csp>]} @self ~onTimer:10 ?!varisset{var=global.bloodmoon<&da>active}
3051[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
3052[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3053[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3054[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:10
3055[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varisset{var=global.bloodmoon<&da>active}
3056[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 10
3057[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
3058[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
3059[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{s=[ - sudo{setcasterastrigger=true;skill=[ - teleportto{location=@selfLocation{f=3} @trigger } ]} - damage{a=5} - potion{type=DARKNESS;l=1;d=70;i=false;p=false} @PIR{r=10} ]} @trigger ~onDamaged 0.1
3060[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{s=[<&csp><&da><&csp>sudo{setcasterastrigger=true;skill=[<&csp><&da><&csp>teleportto{location=@selfLocation{f=3}<&csp>@trigger<&csp>}<&csp>]}<&csp><&da><&csp>damage{a=5}<&csp><&da><&csp>potion{type=DARKNESS;l=1;d=70;i=false;p=false}<&csp>@PIR{r=10}<&csp>]} @trigger ~onDamaged 0.1
3061[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
3062[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter trigger
3063[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3064[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onDamaged
3065[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3066[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{s=[ - e:p{p=smoke;a=100;vs=2;hs=0.5} - e:p{p=explosion;a=30;vs=2;hs=0.5} - sound{sound=entity.dragon_fireball.explode;v=0.7} - teleport @randomLocationsNearCaster{a=1;r=20} ];cd=15} @self ~onDamaged <20%
3067[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{s=[<&csp><&da><&csp>e:p{p=smoke;a=100;vs=2;hs=0.5}<&csp><&da><&csp>e:p{p=explosion;a=30;vs=2;hs=0.5}<&csp><&da><&csp>sound{sound=entity.dragon_fireball.explode;v=0.7}<&csp><&da><&csp>teleport<&csp>@randomLocationsNearCaster{a=1;r=20}<&csp>];cd=15} @self ~onDamaged <20%
3068[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
3069[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3070[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3071[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onDamaged
3072[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3073[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{s=[ - ignite{d=500} - damage{a=10} ]} @self ~onTimer:10 ?!varisset{var=global.bloodmoon-active}
3074[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{s=[<&csp><&da><&csp>ignite{d=500}<&csp><&da><&csp>damage{a=10}<&csp>]} @self ~onTimer:10 ?!varisset{var=global.bloodmoon<&da>active}
3075[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
3076[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3077[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3078[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:10
3079[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varisset{var=global.bloodmoon<&da>active}
3080[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 10
3081[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
3082[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
3083[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{s=[ - ignite{d=500} - damage{a=10} ]} @self ~onTimer:10 ?!varisset{var=global.bloodmoon-active}
3084[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{s=[<&csp><&da><&csp>ignite{d=500}<&csp><&da><&csp>damage{a=10}<&csp>]} @self ~onTimer:10 ?!varisset{var=global.bloodmoon<&da>active}
3085[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
3086[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3087[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3088[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:10
3089[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varisset{var=global.bloodmoon<&da>active}
3090[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 10
3091[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
3092[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
3093[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: attribute{attr=GENERIC_JUMP_STRENGTH;a=0.8;duration=100000000} @self ~onSpawn
3094[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: attribute{attr=GENERIC_JUMP_STRENGTH;a=0.8;duration=100000000} @self ~onSpawn
3095[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to ATTRIBUTE
3096[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3097[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3098[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
3099[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3100[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: attribute{attr=GENERIC_FALL_DAMAGE_MULTIPLIER;a=-1;duration=100000000} @self ~onSpawn
3101[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: attribute{attr=GENERIC_FALL_DAMAGE_MULTIPLIER;a=<&da>1;duration=100000000} @self ~onSpawn
3102[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to ATTRIBUTE
3103[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3104[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3105[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
3106[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3107[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{delay=1to12;s=[ - jump{v=0.9} @self - e:p{p=cloud;hs=1;a=20} ]} @self ~onTimer:35 ?inCombat ?!playerwithin{d=2} ?onGround
3108[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{delay=1to12;s=[<&csp><&da><&csp>jump{v=0.9}<&csp>@self<&csp><&da><&csp>e:p{p=cloud;hs=1;a=20}<&csp>]} @self ~onTimer:35 ?inCombat ?!playerwithin{d=2} ?onGround
3109[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
3110[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3111[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3112[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:35
3113[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition inCombat
3114[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition playerwithin{d=2}
3115[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition onGround
3116[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 35
3117[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
3118[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
3119[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: damage{a=<skill.var.damage-amount>} @parent ~onDamaged
3120[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: damage{a=<skill.var.damage<&da>amount>} @parent ~onDamaged
3121[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DAMAGE
3122[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter parent
3123[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3124[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onDamaged
3125[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3126[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: damage{a=8} @self ~onTimer:10 ?!varisset{var=global.bloodmoon-active}
3127[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: damage{a=8} @self ~onTimer:10 ?!varisset{var=global.bloodmoon<&da>active}
3128[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DAMAGE
3129[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3130[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3131[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:10
3132[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varisset{var=global.bloodmoon<&da>active}
3133[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 10
3134[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: remove @self ~onDamaged <10% ?!varisset{var=global.bloodmoon-active}
3135[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: remove @self ~onDamaged <10% ?!varisset{var=global.bloodmoon<&da>active}
3136[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to REMOVE
3137[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3138[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3139[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onDamaged
3140[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varisset{var=global.bloodmoon<&da>active}
3141[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3142[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
3143[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
3144[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: damage{a=8} @self ~onTimer:10 ?!varisset{var=global.bloodmoon-active}
3145[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: damage{a=8} @self ~onTimer:10 ?!varisset{var=global.bloodmoon<&da>active}
3146[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DAMAGE
3147[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3148[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3149[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:10
3150[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varisset{var=global.bloodmoon<&da>active}
3151[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 10
3152[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: remove @self ~onDamaged <10% ?!varisset{var=global.bloodmoon-active}
3153[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: remove @self ~onDamaged <10% ?!varisset{var=global.bloodmoon<&da>active}
3154[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to REMOVE
3155[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3156[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3157[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onDamaged
3158[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varisset{var=global.bloodmoon<&da>active}
3159[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3160[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: teleport{delay=0} @casterSpawnLocation{blockCentered=true} ~onTimer:5
3161[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: teleport{delay=0} @casterSpawnLocation{blockCentered=true} ~onTimer:5
3162[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to TELEPORT
3163[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter casterSpawnLocation{blockCentered=true}
3164[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3165[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:5
3166[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 5
3167[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:BM_spawner_beam @self 0.5 ~onTimer:250 ?playerwithin{d=20}
3168[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:BM_spawner_beam @self 0.5 ~onTimer:250 ?playerwithin{d=20}
3169[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:BM_SPAWNER_BEAM
3170[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3171[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3172[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:250
3173[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition playerwithin{d=20}
3174[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 250
3175[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:BM_ForceField @self ~onTimer:10 ?playerwithin{d=20} <50%
3176[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:BM_ForceField @self ~onTimer:10 ?playerwithin{d=20} <50%
3177[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:BM_FORCEFIELD
3178[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3179[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3180[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:10
3181[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition playerwithin{d=20}
3182[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 10
3183[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: randomskill{ skills= [ - summon{type=BM_Pillar;a=1} @ring{r=5;points=10} ] 25, [ - summon{type=BM_Pillar;a=1} @ring{r=5;points=10;ry=25} ] 25, [ - summon{type=BM_Pillar;a=1} @ring{r=5;points=10;ry=55} ] 25, [ - summon{type=BM_Pillar;a=1} @ring{r=5;points=10;rx=55} ] 35 } ~onDamaged 0.35 ?varisset{var=global.bloodmoon-active}
3184[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: randomskill{<&csp>skills=<&csp>[<&csp><&da><&csp>summon{type=BM_Pillar;a=1}<&csp>@ring{r=5;points=10}<&csp>]<&csp>25,<&csp>[<&csp><&da><&csp>summon{type=BM_Pillar;a=1}<&csp>@ring{r=5;points=10;ry=25}<&csp>]<&csp>25,<&csp>[<&csp><&da><&csp>summon{type=BM_Pillar;a=1}<&csp>@ring{r=5;points=10;ry=55}<&csp>]<&csp>25,<&csp>[<&csp><&da><&csp>summon{type=BM_Pillar;a=1}<&csp>@ring{r=5;points=10;rx=55}<&csp>]<&csp>35<&csp>} ~onDamaged 0.35 ?varisset{var=global.bloodmoon<&da>active}
3185[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to RANDOMSKILL
3186[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onDamaged
3187[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varisset{var=global.bloodmoon<&da>active}
3188[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3189[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: randomskill{repeat=2;repeatI=1; skills= Summon-reinforced_creeper 4, Summon-baby_booboo 1, Summon-ZombieKnight_Mace 1, Summon-blazing_cube 7, Summon-trained_skeleton 3, Summon-skeleton_soldier 3, Summon-magician 2, Summon-fire_warden 2, Summon-necromancer 2, Summon-inferno_golem 1, Summon-plague_bearer 4, Summon-ShadowAssassin 4, Summon-bloodwolf 4, Summon-frost_revenant 4 } @RandomLocationsNearCaster{a=1;r=30} ~onTimer:100 0.75
3190[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: randomskill{repeat=2;repeatI=1;<&csp>skills=<&csp>Summon<&da>reinforced_creeper<&csp>4,<&csp>Summon<&da>baby_booboo<&csp>1,<&csp>Summon<&da>ZombieKnight_Mace<&csp>1,<&csp>Summon<&da>blazing_cube<&csp>7,<&csp>Summon<&da>trained_skeleton<&csp>3,<&csp>Summon<&da>skeleton_soldier<&csp>3,<&csp>Summon<&da>magician<&csp>2,<&csp>Summon<&da>fire_warden<&csp>2,<&csp>Summon<&da>necromancer<&csp>2,<&csp>Summon<&da>inferno_golem<&csp>1,<&csp>Summon<&da>plague_bearer<&csp>4,<&csp>Summon<&da>ShadowAssassin<&csp>4,<&csp>Summon<&da>bloodwolf<&csp>4,<&csp>Summon<&da>frost_revenant<&csp>4<&csp>} @RandomLocationsNearCaster{a=1;r=30} ~onTimer:100 0.75
3191[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to RANDOMSKILL
3192[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter RandomLocationsNearCaster{a=1;r=30}
3193[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3194[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:100
3195[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 100
3196[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
3197[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
3198[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
3199[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
3200[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:BM_RandomGeoPillar @targetlocation{target=players;conditions=[ - distance{d=<6} castinstead GeoDisengage ]} ~onTimer:200 0.7
3201[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:BM_RandomGeoPillar @targetlocation{target=players;conditions=[<&csp><&csp><&da><&csp>distance{d=<6}<&csp>castinstead<&csp>GeoDisengage<&csp>]} ~onTimer:200 0.7
3202[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:BM_RANDOMGEOPILLAR
3203[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{target=players;conditions=[<&csp><&csp><&da><&csp>distance{d=<6}<&csp>castinstead<&csp>GeoDisengage<&csp>]}
3204[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3205[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:200
3206[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 200
3207[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:BM_SummonLightningCircles @target ~onTimer:150 >50% 0.4 ?playerwithin{d=30}
3208[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:BM_SummonLightningCircles @target ~onTimer:150 >50% 0.4 ?playerwithin{d=30}
3209[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:BM_SUMMONLIGHTNINGCIRCLES
3210[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter target
3211[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3212[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:150
3213[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition playerwithin{d=30}
3214[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 150
3215[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:BM_SummonLightningCircles @target ~onTimer:150 <50% 0.8 ?playerwithin{d=30}
3216[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:BM_SummonLightningCircles @target ~onTimer:150 <50% 0.8 ?playerwithin{d=30}
3217[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:BM_SUMMONLIGHTNINGCIRCLES
3218[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter target
3219[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3220[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:150
3221[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition playerwithin{d=30}
3222[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 150
3223[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:BM_SoulFlameShot{repeat=5;repeatInterval=5} @targetlocation ~onTimer:170 0.7 ?playerwithin{d=30}
3224[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:BM_SoulFlameShot{repeat=5;repeatInterval=5} @targetlocation ~onTimer:170 0.7 ?playerwithin{d=30}
3225[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:BM_SOULFLAMESHOT
3226[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation
3227[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3228[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:170
3229[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition playerwithin{d=30}
3230[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 170
3231[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:BM_GeomancerReinforcements @self ~onSpawn
3232[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:BM_GeomancerReinforcements @self ~onSpawn
3233[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:BM_GEOMANCERREINFORCEMENTS
3234[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3235[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3236[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
3237[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3238[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: setname{name="<caster.name>";delay=2} @Self ~onDamaged
3239[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setname{name="<caster.name>";delay=2} @Self ~onDamaged
3240[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETNAME
3241[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
3242[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3243[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onDamaged
3244[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3245[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: potion{t=GLOWING;d=1000000} @self ~onSpawn
3246[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{t=GLOWING;d=1000000} @self ~onSpawn
3247[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
3248[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3249[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3250[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
3251[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3252[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: sound{s=entity.arrow.hit_player;sc=VOICE;v=1;p=1} @trigger ~onDamaged ?damagecause{cause=PROJECTILE}
3253[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=entity.arrow.hit_player;sc=VOICE;v=1;p=1} @trigger ~onDamaged ?damagecause{cause=PROJECTILE}
3254[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
3255[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter trigger
3256[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3257[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onDamaged
3258[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition damagecause{cause=PROJECTILE}
3259[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3260[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob kill messages...
3261[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
3262[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
3263[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
3264[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
3265[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
3266[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
3267[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
3268[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
3269[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
3270[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
3271[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:BM_Geo_Spectral_Sprint @self ~onTimer:200 ?inCombat
3272[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:BM_Geo_Spectral_Sprint @self ~onTimer:200 ?inCombat
3273[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:BM_GEO_SPECTRAL_SPRINT
3274[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3275[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3276[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:200
3277[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition inCombat
3278[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 200
3279[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
3280[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
3281[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: speak{cp=<gray>Death Bringer<&co>;m="Ahahahahah! Die, <trigger.name>!"} @PlayersInRadius{r=40} ~onPlayerKill 1
3282[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: speak{cp=<gray>Death<&csp>Bringer<&co>;m="Ahahahahah!<&sp>Die<&cm><&sp><trigger.name>!"} @PlayersInRadius{r=40} ~onPlayerKill 1
3283[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SPEAK
3284[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter PlayersInRadius{r=40}
3285[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3286[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onPlayerKill
3287[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded Speak mechanic with message Ahahahahah! Die, <trigger.name>!
3288[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3289[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{s=DB_SmashAttack} @target ~onTimer:50 >33% 0.45 ?offgcd
3290[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{s=DB_SmashAttack} @target ~onTimer:50 >33% 0.45 ?offgcd
3291[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
3292[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter target
3293[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3294[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:50
3295[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition offgcd
3296[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 50
3297[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: randomskill{skills=DB_SummonSkeletons 8,DB_SummonStrongSkeletons 1} @self ~onCombat 0.1 ?playerwithin{d=20} ?mobsInRadius{types=DeathMinion,DeathKnight,DeathWarrior;a=<10;radius=15}
3298[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: randomskill{skills=DB_SummonSkeletons<&csp>8,DB_SummonStrongSkeletons<&csp>1} @self ~onCombat 0.1 ?playerwithin{d=20} ?mobsInRadius{types=DeathMinion,DeathKnight,DeathWarrior;a=<10;radius=15}
3299[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to RANDOMSKILL
3300[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3301[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3302[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onCombat
3303[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition playerwithin{d=20}
3304[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition mobsInRadius{types=DeathMinion,DeathKnight,DeathWarrior;a=<10;radius=15}
3305[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3306[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:DB_Place_Wither_Rose @selflocation ~onTimer:60 0.4
3307[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:DB_Place_Wither_Rose @selflocation ~onTimer:60 0.4
3308[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:DB_PLACE_WITHER_ROSE
3309[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter selflocation
3310[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3311[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:60
3312[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 60
3313[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: randomskill{ skills= [ - speak{cp=<gray>Death Bringer<&co>;m=" <gray>None may challenge the Death Bringer!";cooldown=20} ], [ - speak{cp=<gray>Death Bringer<&co>;m=" <gray>Take that <target.name>!";cooldown=20} ], [ - speak{cp=<gray>Death Bringer<&co>;m=" <gray>Who do you think you are??";cooldown=20} ], [ - speak{cp=<gray>Death Bringer<&co>;m=" <gray>Feel my wrath <target.name>!!";cooldown=20} ], [ - speak{cp=<gray>Death Bringer<&co>;m=" <gray>Are you even trying <target.name>?!";cooldown=20} ] } @NearestPlayer{r=40} ~onCombat >0 0.1
3314[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: randomskill{<&csp>skills=<&csp>[<&csp><&csp><&da><&csp>speak{cp=<gray>Death<&csp>Bringer<&co>;m="<&sp><gray>None<&sp>may<&sp>challenge<&sp>the<&sp>Death<&sp>Bringer!";cooldown=20}<&csp>],<&csp>[<&csp><&csp><&da><&csp>speak{cp=<gray>Death<&csp>Bringer<&co>;m="<&sp><gray>Take<&sp>that<&sp><target.name>!";cooldown=20}<&csp>],<&csp>[<&csp><&csp><&da><&csp>speak{cp=<gray>Death<&csp>Bringer<&co>;m="<&sp><gray>Who<&sp>do<&sp>you<&sp>think<&sp>you<&sp>are??";cooldown=20}<&csp>],<&csp>[<&csp><&csp><&da><&csp>speak{cp=<gray>Death<&csp>Bringer<&co>;m="<&sp><gray>Feel<&sp>my<&sp>wrath<&sp><target.name>!!";cooldown=20}<&csp>],<&csp>[<&csp><&csp><&da><&csp>speak{cp=<gray>Death<&csp>Bringer<&co>;m="<&sp><gray>Are<&sp>you<&sp>even<&sp>trying<&sp><target.name>?!";cooldown=20}<&csp>]<&csp>} @NearestPlayer{r=40} ~onCombat >0 0.1
3315[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to RANDOMSKILL
3316[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter NearestPlayer{r=40}
3317[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3318[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onCombat
3319[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3320[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: randomskill{skills=DB_Missile_Attack 10,DB_Bide 2} @self ~onTimer:120 ?offgcd ?playerwithin{d=20}
3321[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: randomskill{skills=DB_Missile_Attack<&csp>10,DB_Bide<&csp>2} @self ~onTimer:120 ?offgcd ?playerwithin{d=20}
3322[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to RANDOMSKILL
3323[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3324[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3325[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:120
3326[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition offgcd
3327[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition playerwithin{d=20}
3328[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 120
3329[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
3330[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
3331[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
3332[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
3333[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
3334[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
3335[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
3336[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
3337[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: effect:particles{p=flame;amount=20;hs=0.5;vs=0.1} ~onTimer:5
3338[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:particles{p=flame;amount=20;hs=0.5;vs=0.1} ~onTimer:5
3339[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:PARTICLES
3340[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:5
3341[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 5
3342[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{s=[ - fakelightning - damage{a=5;ignorearmor=true;pi=true;preventknockback=true} ]} @PIR{r=10;sort=RANDOM;limit=2} ~onTimer:20 0.3 ?varisset{var=caster.activated}
3343[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{s=[<&csp><&da><&csp>fakelightning<&csp><&da><&csp>damage{a=5;ignorearmor=true;pi=true;preventknockback=true}<&csp>]} @PIR{r=10;sort=RANDOM;limit=2} ~onTimer:20 0.3 ?varisset{var=caster.activated}
3344[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
3345[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter PIR{r=10;sort=RANDOM;limit=2}
3346[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 2
3347[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:20
3348[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varisset{var=caster.activated}
3349[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 20
3350[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: fakelightning{repeat=2;repeatI=<random.2to10>} @randomLocationsNearCaster{a=1;r=15;s=10} ~onTimer:20 0.3 ?varisset{var=caster.activated}
3351[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: fakelightning{repeat=2;repeatI=<random.2to10>} @randomLocationsNearCaster{a=1;r=15;s=10} ~onTimer:20 0.3 ?varisset{var=caster.activated}
3352[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to FAKELIGHTNING
3353[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter randomLocationsNearCaster{a=1;r=15;s=10}
3354[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3355[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:20
3356[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varisset{var=caster.activated}
3357[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 20
3358[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: potion{type=SLOWNESS;l=2;d=30} @trigger ~onAttack
3359[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=SLOWNESS;l=2;d=30} @trigger ~onAttack
3360[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
3361[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter trigger
3362[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3363[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onAttack
3364[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3365[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: potion{type=WEAKNESS;l=0;d=30} @trigger ~onAttack
3366[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=WEAKNESS;l=0;d=30} @trigger ~onAttack
3367[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
3368[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter trigger
3369[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3370[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onAttack
3371[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3372[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: summon{type=LightningWolfMinion;a=6;r=0} @selflocation ~onSignal:ACTIVATE
3373[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{type=LightningWolfMinion;a=6;r=0} @selflocation ~onSignal:ACTIVATE
3374[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
3375[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter selflocation
3376[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3377[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSignal:ACTIVATE
3378[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on Signal with key {0}
3379[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: setvar{var=caster.activated;value=1} @self ~onSignal:ACTIVATE
3380[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setvar{var=caster.activated;value=1} @self ~onSignal:ACTIVATE
3381[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETVAR
3382[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3383[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3384[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSignal:ACTIVATE
3385[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on Signal with key {0}
3386[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: fakelightning @selflocation ~onSignal:ACTIVATE
3387[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: fakelightning @selflocation ~onSignal:ACTIVATE
3388[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to FAKELIGHTNING
3389[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter selflocation
3390[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3391[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSignal:ACTIVATE
3392[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on Signal with key {0}
3393[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: signal{signal=ACTIVATE;cd=5} @self ~onTimer:5 ?!varisset{var=caster.activated} ?playerinradius{a=>0;r=13}
3394[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: signal{signal=ACTIVATE;cd=5} @self ~onTimer:5 ?!varisset{var=caster.activated} ?playerinradius{a=>0;r=13}
3395[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SIGNAL
3396[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3397[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3398[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:5
3399[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varisset{var=caster.activated}
3400[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition playerinradius{a=>0;r=13}
3401[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 5
3402[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
3403[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
3404[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: potion{type=WEAKNESS;l=0;d=50} @trigger ~onAttack
3405[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=WEAKNESS;l=0;d=50} @trigger ~onAttack
3406[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
3407[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter trigger
3408[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3409[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onAttack
3410[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3411[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
3412[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
3413[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: stun{facing=true;aura=stunfirst;ticks=80;ontickskill=[ - message{m=hello} @world{targetself=true} ]} @trigger ~onInteract
3414[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: stun{facing=true;aura=stunfirst;ticks=80;ontickskill=[<&csp><&da><&csp>message{m=hello}<&csp>@world{targetself=true}<&csp>]} @trigger ~onInteract
3415[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to STUN
3416[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter trigger
3417[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3418[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onInteract
3419[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3420[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
3421[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
3422[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{s=bgmusic} @PIR{r=64} ~onTimer:100
3423[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{s=bgmusic} @PIR{r=64} ~onTimer:100
3424[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
3425[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter PIR{r=64}
3426[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3427[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:100
3428[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 100
3429[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{s=bgmusic} @trigger ~onDamaged
3430[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{s=bgmusic} @trigger ~onDamaged
3431[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
3432[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter trigger
3433[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3434[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onDamaged
3435[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3436[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{s=endbgmusic} @PIR{r=128} ~onDeath
3437[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{s=endbgmusic} @PIR{r=128} ~onDeath
3438[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
3439[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter PIR{r=128}
3440[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3441[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onDeath
3442[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3443[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
3444[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
3445[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:setHPPerPlayer @self ~onSpawn
3446[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:setHPPerPlayer @self ~onSpawn
3447[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:SETHPPERPLAYER
3448[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3449[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3450[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
3451[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3452[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: setname{name=<caster.name>} @self ~onTimer:10
3453[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setname{name=<caster.name>} @self ~onTimer:10
3454[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETNAME
3455[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3456[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3457[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:10
3458[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 10
3459[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
3460[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
3461[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: setrotation{yaw=<random.-180to180>;pitch=<random.-90to90>} @self ~onSpawn
3462[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setrotation{yaw=<random.<&da>180to180>;pitch=<random.<&da>90to90>} @self ~onSpawn
3463[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETROTATION
3464[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3465[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3466[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
3467[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3468[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: displaytransformation{action=MULTIPLY;transformation=SCALE;value=1.021,1.021,1.021} @self ~onTimer:1
3469[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: displaytransformation{action=MULTIPLY;transformation=SCALE;value=1.021,1.021,1.021} @self ~onTimer:1
3470[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DISPLAYTRANSFORMATION
3471[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3472[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3473[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:1
3474[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 1
3475[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: setVar{name=caster.phase;value=<random.0to2>} @self ~onSpawn
3476[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setVar{name=caster.phase;value=<random.0to2>} @self ~onSpawn
3477[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETVAR
3478[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3479[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3480[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
3481[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3482[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: setDisplayEntityItem{item=MAGMA_BLOCK} @self ~onSpawn ?vareq{name=caster.phase;value=0}
3483[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setDisplayEntityItem{item=MAGMA_BLOCK} @self ~onSpawn ?vareq{name=caster.phase;value=0}
3484[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETDISPLAYENTITYITEM
3485[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3486[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3487[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
3488[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition vareq{name=caster.phase;value=0}
3489[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3490[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: setDisplayEntityItem{item=HONEY_BLOCK} @self ~onSpawn ?vareq{name=caster.phase;value=1}
3491[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setDisplayEntityItem{item=HONEY_BLOCK} @self ~onSpawn ?vareq{name=caster.phase;value=1}
3492[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETDISPLAYENTITYITEM
3493[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3494[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3495[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
3496[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition vareq{name=caster.phase;value=1}
3497[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3498[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: setDisplayEntityItem{item=SHROOMLIGHT} @self ~onSpawn ?vareq{name=caster.phase;value=2}
3499[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setDisplayEntityItem{item=SHROOMLIGHT} @self ~onSpawn ?vareq{name=caster.phase;value=2}
3500[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETDISPLAYENTITYITEM
3501[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3502[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3503[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
3504[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition vareq{name=caster.phase;value=2}
3505[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3506[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:mob:xd:change{delay=<random.15to30>} @self ~onTimer:25
3507[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:mob:xd:change{delay=<random.15to30>} @self ~onTimer:25
3508[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:MOB:XD:CHANGE
3509[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3510[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3511[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:25
3512[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 25
3513[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: varAdd{name=caster.phase;value=1} @self
3514[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to VARADD
3515[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3516[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3517[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setDisplayEntityItem{item=HONEY_BLOCK} @self ?vareq{name=caster.phase;value=0}
3518[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETDISPLAYENTITYITEM
3519[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3520[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3521[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition vareq{name=caster.phase;value=0}
3522[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setDisplayEntityItem{item=SHROOMLIGHT} @self ?vareq{name=caster.phase;value=1}
3523[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETDISPLAYENTITYITEM
3524[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3525[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3526[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition vareq{name=caster.phase;value=1}
3527[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setDisplayEntityItem{item=ORANGE_STAINED_GLASS} @self ?vareq{name=caster.phase;value=2}
3528[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETDISPLAYENTITYITEM
3529[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3530[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3531[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition vareq{name=caster.phase;value=2}
3532[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setDisplayEntityItem{item=GRAY_STAINED_GLASS} @self ?vareq{name=caster.phase;value=3}
3533[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETDISPLAYENTITYITEM
3534[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3535[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3536[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition vareq{name=caster.phase;value=3}
3537[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setDisplayEntityItem{item=WHITE_STAINED_GLASS} @self ?vareq{name=caster.phase;value=4}
3538[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETDISPLAYENTITYITEM
3539[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3540[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3541[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition vareq{name=caster.phase;value=4}
3542[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
3543[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
3544[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
3545[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
3546[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
3547[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
3548[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{s=TrackKills} @trigger ~onDeath
3549[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{s=TrackKills} @trigger ~onDeath
3550[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
3551[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter trigger
3552[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3553[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onDeath
3554[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3555[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: setvar{var=caster.MobID;type=string;value="<caster.type>";save=true} @self ~onSpawn
3556[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setvar{var=caster.MobID;type=string;value="<caster.type>";save=true} @self ~onSpawn
3557[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETVAR
3558[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3559[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3560[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
3561[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3562[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
3563[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
3564[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: teleportto{location=0,5,0;relative=true} @self ~onTimer:10 ?inblock{b=stone,dirt,grass_block,water,lava,gravel,deepslate}
3565[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: teleportto{location=0,5,0;relative=true} @self ~onTimer:10 ?inblock{b=stone,dirt,grass_block,water,lava,gravel,deepslate}
3566[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to TELEPORTTO
3567[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3568[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3569[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:10
3570[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition inblock{b=stone,dirt,grass_block,water,lava,gravel,deepslate}
3571[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 10
3572[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{s=[ - potion{t=INVISIBILITY;d=72000;l=1} - ignite{ticks=72000} - potion{t=FIRE_RESISTANCE;d=72000;1=1} ]} @self ~onSpawn
3573[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{s=[<&csp><&da><&csp>potion{t=INVISIBILITY;d=72000;l=1}<&csp><&da><&csp>ignite{ticks=72000}<&csp><&da><&csp>potion{t=FIRE_RESISTANCE;d=72000;1=1}<&csp>]} @self ~onSpawn
3574[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
3575[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3576[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3577[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
3578[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3579[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: ignite{ticks=72000} @self ~onTimer:200
3580[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: ignite{ticks=72000} @self ~onTimer:200
3581[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to IGNITE
3582[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3583[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3584[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:200
3585[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 200
3586[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: effect:flames{hS=30;vS=30} @self ~onTimer:10
3587[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:flames{hS=30;vS=30} @self ~onTimer:10
3588[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:FLAMES
3589[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3590[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3591[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:10
3592[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 10
3593[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: e:p{p=smoke;a=40;hS=20;vS=20} @self ~onDamaged
3594[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: e:p{p=smoke;a=40;hS=20;vS=20} @self ~onDamaged
3595[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to E:P
3596[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3597[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3598[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onDamaged
3599[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3600[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: setblock{type=AIR} @BlocksNearOrigin{r=40;blocktypes=FIRE} ~onDeath
3601[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{type=AIR} @BlocksNearOrigin{r=40;blocktypes=FIRE} ~onDeath
3602[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
3603[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter BlocksNearOrigin{r=40;blocktypes=FIRE}
3604[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3605[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onDeath
3606[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3607[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: e:p{p=cloud;a=200;vs=10;hs=10;repeat=2;repeatInterval=5} ~onDeath
3608[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: e:p{p=cloud;a=200;vs=10;hs=10;repeat=2;repeatInterval=5} ~onDeath
3609[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to E:P
3610[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onDeath
3611[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3612[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
3613[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
3614[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: equip{i=ExplosiveMurkspawnChest CHEST} ~onSpawn 0.25
3615[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: equip{i=ExplosiveMurkspawnChest<&csp>CHEST} ~onSpawn 0.25
3616[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EQUIP
3617[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
3618[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3619[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:MurkspawnExplode @self ~onDeath ?wearing{item=ExplosiveMurkspawnChest;slot=CHEST}
3620[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:MurkspawnExplode @self ~onDeath ?wearing{item=ExplosiveMurkspawnChest;slot=CHEST}
3621[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:MURKSPAWNEXPLODE
3622[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3623[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3624[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onDeath
3625[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition wearing{item=ExplosiveMurkspawnChest;slot=CHEST}
3626[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3627[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
3628[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
3629[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
3630[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
3631[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
3632[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
3633[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: remove{delay=250} @self ~onSpawn
3634[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: remove{delay=250} @self ~onSpawn
3635[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to REMOVE
3636[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3637[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3638[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
3639[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3640[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:LavaEruption @selflocation ~onSpawn
3641[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:LavaEruption @selflocation ~onSpawn
3642[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:LAVAERUPTION
3643[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter selflocation
3644[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3645[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
3646[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3647[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
3648[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
3649[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: ignite{d=250} @PIR{r=2} ~onTimer:10
3650[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: ignite{d=250} @PIR{r=2} ~onTimer:10
3651[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to IGNITE
3652[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter PIR{r=2}
3653[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3654[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:10
3655[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 10
3656[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: effect:particletornado{ amount=5; particle=flame; maxradius=1; yoffset=0; height=2.5; interval=1; duration=30; hs=0.25;vs=1; rotationspeed=1.5; sliceheight=1; cloudparticle=smoke_normal; cloudsize=3; cvs=0.2;ca=3;chs=0.5;cps=0;cyo=0.1} @selflocation ~onTimer:20
3657[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:particletornado{<&csp>amount=5;<&csp>particle=flame;<&csp>maxradius=1;<&csp>yoffset=0;<&csp>height=2.5;<&csp>interval=1;<&csp>duration=30;<&csp>hs=0.25;vs=1;<&csp>rotationspeed=1.5;<&csp>sliceheight=1;<&csp>cloudparticle=smoke_normal;<&csp>cloudsize=3;<&csp>cvs=0.2;ca=3;chs=0.5;cps=0;cyo=0.1} @selflocation ~onTimer:20
3658[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:PARTICLETORNADO
3659[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter selflocation
3660[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3661[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:20
3662[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 20
3663[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: remove{delay=400} @self ~onSpawn
3664[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: remove{delay=400} @self ~onSpawn
3665[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to REMOVE
3666[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3667[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3668[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
3669[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3670[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
3671[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
3672[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
3673[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
3674[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: model{m=duck;save=true} @self ~onSpawn
3675[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: model{m=duck;save=true} @self ~onSpawn
3676[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to MODEL
3677[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3678[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3679[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
3680[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading CustomMechanic with name MODEL
3681[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3682[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: summon{type=DuckLeash2;a=1} @selflocation ~onSpawn
3683[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{type=DuckLeash2;a=1} @selflocation ~onSpawn
3684[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
3685[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter selflocation
3686[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3687[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
3688[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3689[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
3690[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
3691[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: model{m=duck;save=true} @self ~onSpawn
3692[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: model{m=duck;save=true} @self ~onSpawn
3693[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to MODEL
3694[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3695[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3696[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
3697[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading CustomMechanic with name MODEL
3698[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3699[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: leash{m=duck;p=leash} @parent ~onInteract
3700[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: leash{m=duck;p=leash} @parent ~onInteract
3701[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to LEASH
3702[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter parent
3703[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3704[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onInteract
3705[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading CustomMechanic with name LEASH
3706[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3707[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
3708[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
3709[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{s=[ - setblock{m=COBWEB;sync=true} @blocksnearorigin{r=1;blocktypes=AIR;radiusy=1;noair=false} - delay 150 - setblock{m=AIR;sync=true} @blocksnearorigin{r=1;blocktypes=COBWEB;radiusy=1} ]} @self ~onSpawn ?inblock{b=AIR}
3710[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{s=[<&csp><&da><&csp>setblock{m=COBWEB;sync=true}<&csp>@blocksnearorigin{r=1;blocktypes=AIR;radiusy=1;noair=false}<&csp><&da><&csp>delay<&csp>150<&csp><&da><&csp>setblock{m=AIR;sync=true}<&csp>@blocksnearorigin{r=1;blocktypes=COBWEB;radiusy=1}<&csp>]} @self ~onSpawn ?inblock{b=AIR}
3711[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
3712[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3713[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3714[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
3715[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition inblock{b=AIR}
3716[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3717[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: remove{delay=160} @self ~onSpawn
3718[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: remove{delay=160} @self ~onSpawn
3719[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to REMOVE
3720[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3721[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3722[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
3723[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3724[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
3725[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
3726[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: remove{delay=250} @self ~onSpawn
3727[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: remove{delay=250} @self ~onSpawn
3728[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to REMOVE
3729[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3730[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3731[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
3732[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3733[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:SoulStrike @self ~onSpawn
3734[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:SoulStrike @self ~onSpawn
3735[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:SOULSTRIKE
3736[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3737[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3738[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
3739[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3740[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob kill messages...
3741[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
3742[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
3743[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: sound{s=entity.tnt.primed} @selflocation ~onSpawn
3744[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=entity.tnt.primed} @selflocation ~onSpawn
3745[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
3746[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter selflocation
3747[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3748[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
3749[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3750[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
3751[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
3752[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: remove{delay=81} @self ~onSpawn
3753[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: remove{delay=81} @self ~onSpawn
3754[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to REMOVE
3755[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3756[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3757[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
3758[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3759[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: explode{y=4;bd=false;delay=80} @self ~onSpawn
3760[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: explode{y=4;bd=false;delay=80} @self ~onSpawn
3761[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EXPLODE
3762[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3763[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3764[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
3765[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3766[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: sound{s=entity.tnt.primed} @selflocation ~onSpawn
3767[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=entity.tnt.primed} @selflocation ~onSpawn
3768[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
3769[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter selflocation
3770[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3771[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
3772[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3773[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
3774[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
3775[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:HelperTotem @self ~onSpawn
3776[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:HelperTotem @self ~onSpawn
3777[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:HELPERTOTEM
3778[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3779[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3780[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
3781[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3782[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: remove{delay=310} @self ~onSpawn
3783[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: remove{delay=310} @self ~onSpawn
3784[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to REMOVE
3785[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3786[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3787[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
3788[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3789[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
3790[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
3791[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:RandomGeoPillar @targetlocation{target=players;conditions=[ - distance{d=<6} castinstead GeoDisengage ]} ~onTimer:150 0.7
3792[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:RandomGeoPillar @targetlocation{target=players;conditions=[<&csp><&csp><&da><&csp>distance{d=<6}<&csp>castinstead<&csp>GeoDisengage<&csp>]} ~onTimer:150 0.7
3793[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:RANDOMGEOPILLAR
3794[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{target=players;conditions=[<&csp><&csp><&da><&csp>distance{d=<6}<&csp>castinstead<&csp>GeoDisengage<&csp>]}
3795[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3796[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:150
3797[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 150
3798[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:SummonLightningCircles @target ~onTimer:150 >50% 0.4 ?playerwithin{d=30}
3799[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:SummonLightningCircles @target ~onTimer:150 >50% 0.4 ?playerwithin{d=30}
3800[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:SUMMONLIGHTNINGCIRCLES
3801[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter target
3802[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3803[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:150
3804[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition playerwithin{d=30}
3805[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 150
3806[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:SummonLightningCircles @target ~onTimer:150 <50% 0.8 ?playerwithin{d=30}
3807[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:SummonLightningCircles @target ~onTimer:150 <50% 0.8 ?playerwithin{d=30}
3808[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:SUMMONLIGHTNINGCIRCLES
3809[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter target
3810[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3811[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:150
3812[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition playerwithin{d=30}
3813[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 150
3814[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:SoulFlameShot{repeat=5;repeatInterval=5} @targetlocation ~onTimer:170 0.7 ?playerwithin{d=30}
3815[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:SoulFlameShot{repeat=5;repeatInterval=5} @targetlocation ~onTimer:170 0.7 ?playerwithin{d=30}
3816[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:SOULFLAMESHOT
3817[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation
3818[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3819[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:170
3820[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition playerwithin{d=30}
3821[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 170
3822[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:GeomancerReinforcements @self ~onSpawn
3823[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:GeomancerReinforcements @self ~onSpawn
3824[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:GEOMANCERREINFORCEMENTS
3825[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3826[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3827[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
3828[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3829[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: setname{name="<caster.name>";delay=2} @Self ~onDamaged
3830[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setname{name="<caster.name>";delay=2} @Self ~onDamaged
3831[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETNAME
3832[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
3833[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3834[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onDamaged
3835[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3836[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: potion{t=GLOWING;d=1000000} @self ~onSpawn
3837[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{t=GLOWING;d=1000000} @self ~onSpawn
3838[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
3839[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3840[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3841[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
3842[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3843[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: sound{s=entity.arrow.hit_player;sc=VOICE;v=1;p=1} @trigger ~onDamaged ?damagecause{cause=PROJECTILE}
3844[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=entity.arrow.hit_player;sc=VOICE;v=1;p=1} @trigger ~onDamaged ?damagecause{cause=PROJECTILE}
3845[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
3846[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter trigger
3847[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3848[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onDamaged
3849[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition damagecause{cause=PROJECTILE}
3850[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3851[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: setlevel{l=1} @self ~onSpawn
3852[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setlevel{l=1} @self ~onSpawn
3853[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETLEVEL
3854[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3855[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3856[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
3857[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3858[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:GeoSpawn @self ~onSpawn
3859[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:GeoSpawn @self ~onSpawn
3860[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:GEOSPAWN
3861[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3862[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3863[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
3864[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3865[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:GeoDisengage @self ~onDamaged 0.6
3866[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:GeoDisengage @self ~onDamaged 0.6
3867[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:GEODISENGAGE
3868[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3869[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3870[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onDamaged
3871[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3872[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:GeomancerReinforcements @self ~onTimer:200
3873[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:GeomancerReinforcements @self ~onTimer:200
3874[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:GEOMANCERREINFORCEMENTS
3875[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3876[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3877[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:200
3878[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 200
3879[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob kill messages...
3880[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
3881[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
3882[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: remove{delay=85} @self ~onSpawn
3883[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: remove{delay=85} @self ~onSpawn
3884[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to REMOVE
3885[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3886[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3887[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
3888[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3889[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: effect:particlering{particle=soul_fire_flame;a=1;r=4;points=80;hs=0;vs=0} @self ~onTimer:10
3890[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:particlering{particle=soul_fire_flame;a=1;r=4;points=80;hs=0;vs=0} @self ~onTimer:10
3891[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:PARTICLERING
3892[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3893[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3894[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:10
3895[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 10
3896[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:LightningSelf{delay=75} @self ~onSpawn
3897[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:LightningSelf{delay=75} @self ~onSpawn
3898[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:LIGHTNINGSELF
3899[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3900[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3901[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
3902[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3903[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: setvariable{var=Owner;value="<target.name>";scope=CASTER;t=STRING;sync=true} @parent ~onSpawn
3904[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setvariable{var=Owner;value="<target.name>";scope=CASTER;t=STRING;sync=true} @parent ~onSpawn
3905[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETVARIABLE
3906[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter parent
3907[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3908[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
3909[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3910[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob kill messages...
3911[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
3912[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
3913[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: remove{delay=330} @self ~onSpawn
3914[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: remove{delay=330} @self ~onSpawn
3915[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to REMOVE
3916[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3917[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3918[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
3919[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3920[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:GeomancerPillar-Explode @self ~onSpawn
3921[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:GeomancerPillar-Explode @self ~onSpawn
3922[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:GEOMANCERPILLAR-EXPLODE
3923[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3924[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3925[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
3926[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3927[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob kill messages...
3928[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
3929[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
3930[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: remove{delay=320} @self ~onSpawn
3931[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: remove{delay=320} @self ~onSpawn
3932[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to REMOVE
3933[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3934[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3935[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
3936[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3937[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:GeomancerPillar @self ~onSpawn
3938[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:GeomancerPillar @self ~onSpawn
3939[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:GEOMANCERPILLAR
3940[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3941[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3942[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
3943[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3944[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
3945[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
3946[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{s=SoulFlameShot;repeat=<random.7to10>;repeatInterval=7} @Forward{f=20;sideOffset=<random.float.-2.7to2.7>;cyaw=-3} ~onSpawn
3947[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{s=SoulFlameShot;repeat=<random.7to10>;repeatInterval=7} @Forward{f=20;sideOffset=<random.float.<&da>2.7to2.7>;cyaw=<&da>3} ~onSpawn
3948[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
3949[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Forward{f=20;sideOffset=<random.float.<&da>2.7to2.7>;cyaw=<&da>3}
3950[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3951[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
3952[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3953[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: remove{delay=150} @self ~onSpawn
3954[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: remove{delay=150} @self ~onSpawn
3955[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to REMOVE
3956[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3957[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3958[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
3959[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3960[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: setvariable{var=Owner;value="<target.name>";scope=CASTER;t=STRING} @owner ~onSpawn
3961[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setvariable{var=Owner;value="<target.name>";scope=CASTER;t=STRING} @owner ~onSpawn
3962[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETVARIABLE
3963[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter owner
3964[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3965[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
3966[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3967[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob kill messages...
3968[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
3969[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
3970[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
3971[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
3972[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
3973[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
3974[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
3975[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
3976[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: attribute{attr=GENERIC_JUMP_STRENGTH;a=0.8;duration=100000000} @self ~onSpawn
3977[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: attribute{attr=GENERIC_JUMP_STRENGTH;a=0.8;duration=100000000} @self ~onSpawn
3978[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to ATTRIBUTE
3979[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3980[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3981[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
3982[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3983[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: attribute{attr=GENERIC_FALL_DAMAGE_MULTIPLIER;a=-1;duration=100000000} @self ~onSpawn
3984[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: attribute{attr=GENERIC_FALL_DAMAGE_MULTIPLIER;a=<&da>1;duration=100000000} @self ~onSpawn
3985[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to ATTRIBUTE
3986[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3987[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3988[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
3989[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
3990[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{delay=1to12;s=[ - jump{v=0.9} @self - e:p{p=cloud;hs=1;a=20} ]} @self ~onTimer:35 ?inCombat ?!playerwithin{d=2} ?onGround
3991[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{delay=1to12;s=[<&csp><&da><&csp>jump{v=0.9}<&csp>@self<&csp><&da><&csp>e:p{p=cloud;hs=1;a=20}<&csp>]} @self ~onTimer:35 ?inCombat ?!playerwithin{d=2} ?onGround
3992[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
3993[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
3994[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
3995[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:35
3996[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition inCombat
3997[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition playerwithin{d=2}
3998[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition onGround
3999[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 35
4000[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
4001[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
4002[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: remove{delay=85} @self ~onSpawn
4003[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: remove{delay=85} @self ~onSpawn
4004[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to REMOVE
4005[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
4006[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4007[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
4008[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
4009[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: effect:particlering{particle=soul_fire_flame;a=1;r=4;points=80;hs=0;vs=0} @self ~onTimer:10
4010[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:particlering{particle=soul_fire_flame;a=1;r=4;points=80;hs=0;vs=0} @self ~onTimer:10
4011[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:PARTICLERING
4012[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
4013[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4014[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:10
4015[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 10
4016[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:LightningSelf{delay=75} @self ~onSpawn
4017[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:LightningSelf{delay=75} @self ~onSpawn
4018[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:LIGHTNINGSELF
4019[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
4020[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4021[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
4022[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
4023[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: setvariable{var=Owner;value="<target.name>";scope=CASTER;t=STRING;sync=true} @parent ~onSpawn
4024[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setvariable{var=Owner;value="<target.name>";scope=CASTER;t=STRING;sync=true} @parent ~onSpawn
4025[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETVARIABLE
4026[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter parent
4027[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4028[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
4029[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
4030[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob kill messages...
4031[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
4032[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
4033[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: remove @self ~onTimer:50 ?!varisset{var=global.bloodmoon-active}
4034[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: remove @self ~onTimer:50 ?!varisset{var=global.bloodmoon<&da>active}
4035[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to REMOVE
4036[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
4037[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4038[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:50
4039[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varisset{var=global.bloodmoon<&da>active}
4040[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 50
4041[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
4042[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
4043[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: remove{delay=130} @self ~onSpawn
4044[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: remove{delay=130} @self ~onSpawn
4045[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to REMOVE
4046[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
4047[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4048[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
4049[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
4050[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:BM_Pillar @self ~onSpawn
4051[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:BM_Pillar @self ~onSpawn
4052[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:BM_PILLAR
4053[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
4054[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4055[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
4056[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
4057[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
4058[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
4059[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:BM_RandomGeoPillar @targetlocation{target=players;conditions=[ - distance{d=<6} castinstead GeoDisengage ]} ~onTimer:200 0.7
4060[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:BM_RandomGeoPillar @targetlocation{target=players;conditions=[<&csp><&csp><&da><&csp>distance{d=<6}<&csp>castinstead<&csp>GeoDisengage<&csp>]} ~onTimer:200 0.7
4061[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:BM_RANDOMGEOPILLAR
4062[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{target=players;conditions=[<&csp><&csp><&da><&csp>distance{d=<6}<&csp>castinstead<&csp>GeoDisengage<&csp>]}
4063[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4064[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:200
4065[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 200
4066[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:BM_SummonLightningCircles @target ~onTimer:150 >50% 0.4 ?playerwithin{d=30}
4067[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:BM_SummonLightningCircles @target ~onTimer:150 >50% 0.4 ?playerwithin{d=30}
4068[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:BM_SUMMONLIGHTNINGCIRCLES
4069[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter target
4070[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4071[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:150
4072[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition playerwithin{d=30}
4073[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 150
4074[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:BM_SummonLightningCircles @target ~onTimer:150 <50% 0.8 ?playerwithin{d=30}
4075[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:BM_SummonLightningCircles @target ~onTimer:150 <50% 0.8 ?playerwithin{d=30}
4076[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:BM_SUMMONLIGHTNINGCIRCLES
4077[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter target
4078[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4079[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:150
4080[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition playerwithin{d=30}
4081[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 150
4082[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:BM_SoulFlameShot{repeat=5;repeatInterval=5} @targetlocation ~onTimer:170 0.7 ?playerwithin{d=30}
4083[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:BM_SoulFlameShot{repeat=5;repeatInterval=5} @targetlocation ~onTimer:170 0.7 ?playerwithin{d=30}
4084[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:BM_SOULFLAMESHOT
4085[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation
4086[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4087[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:170
4088[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition playerwithin{d=30}
4089[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 170
4090[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:BM_GeomancerReinforcements @self ~onSpawn
4091[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:BM_GeomancerReinforcements @self ~onSpawn
4092[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:BM_GEOMANCERREINFORCEMENTS
4093[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
4094[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4095[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
4096[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
4097[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: setname{name="<caster.name>";delay=2} @Self ~onDamaged
4098[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setname{name="<caster.name>";delay=2} @Self ~onDamaged
4099[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETNAME
4100[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
4101[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4102[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onDamaged
4103[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
4104[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: potion{t=GLOWING;d=1000000} @self ~onSpawn
4105[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{t=GLOWING;d=1000000} @self ~onSpawn
4106[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
4107[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
4108[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4109[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
4110[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
4111[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: sound{s=entity.arrow.hit_player;sc=VOICE;v=1;p=1} @trigger ~onDamaged ?damagecause{cause=PROJECTILE}
4112[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=entity.arrow.hit_player;sc=VOICE;v=1;p=1} @trigger ~onDamaged ?damagecause{cause=PROJECTILE}
4113[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
4114[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter trigger
4115[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4116[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onDamaged
4117[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition damagecause{cause=PROJECTILE}
4118[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
4119[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: setlevel{l=1} @self ~onSpawn
4120[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setlevel{l=1} @self ~onSpawn
4121[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETLEVEL
4122[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
4123[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4124[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
4125[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
4126[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:BM_GeoSpawn @self ~onSpawn
4127[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:BM_GeoSpawn @self ~onSpawn
4128[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:BM_GEOSPAWN
4129[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
4130[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4131[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
4132[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
4133[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:BM_GeoDisengage @self ~onDamaged 0.6
4134[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:BM_GeoDisengage @self ~onDamaged 0.6
4135[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:BM_GEODISENGAGE
4136[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
4137[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4138[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onDamaged
4139[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
4140[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:BM_GeomancerReinforcements @self ~onTimer:200
4141[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:BM_GeomancerReinforcements @self ~onTimer:200
4142[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:BM_GEOMANCERREINFORCEMENTS
4143[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
4144[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4145[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:200
4146[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 200
4147[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob kill messages...
4148[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
4149[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
4150[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: remove{delay=85} @self ~onSpawn
4151[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: remove{delay=85} @self ~onSpawn
4152[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to REMOVE
4153[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
4154[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4155[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
4156[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
4157[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: effect:particlering{particle=soul_fire_flame;a=1;r=4;points=80;hs=0;vs=0} @self ~onTimer:10
4158[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:particlering{particle=soul_fire_flame;a=1;r=4;points=80;hs=0;vs=0} @self ~onTimer:10
4159[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:PARTICLERING
4160[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
4161[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4162[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:10
4163[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 10
4164[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:BM_LightningSelf{delay=75} @self ~onSpawn
4165[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:BM_LightningSelf{delay=75} @self ~onSpawn
4166[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:BM_LIGHTNINGSELF
4167[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
4168[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4169[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
4170[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
4171[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: setvariable{var=Owner;value="<target.name>";scope=CASTER;t=STRING;sync=true} @parent ~onSpawn
4172[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setvariable{var=Owner;value="<target.name>";scope=CASTER;t=STRING;sync=true} @parent ~onSpawn
4173[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETVARIABLE
4174[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter parent
4175[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4176[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
4177[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
4178[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob kill messages...
4179[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
4180[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
4181[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: remove{delay=330} @self ~onSpawn
4182[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: remove{delay=330} @self ~onSpawn
4183[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to REMOVE
4184[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
4185[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4186[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
4187[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
4188[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:BM_GeomancerPillar-Explode @self ~onSpawn
4189[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:BM_GeomancerPillar-Explode @self ~onSpawn
4190[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:BM_GEOMANCERPILLAR-EXPLODE
4191[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
4192[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4193[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
4194[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
4195[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob kill messages...
4196[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
4197[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
4198[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: remove{delay=320} @self ~onSpawn
4199[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: remove{delay=320} @self ~onSpawn
4200[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to REMOVE
4201[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
4202[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4203[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
4204[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
4205[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:BM_GeomancerPillar @self ~onSpawn
4206[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:BM_GeomancerPillar @self ~onSpawn
4207[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:BM_GEOMANCERPILLAR
4208[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
4209[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4210[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
4211[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
4212[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
4213[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
4214[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{s=BM_SoulFlameShot;repeat=<random.7to10>;repeatInterval=7} @Forward{f=20;sideOffset=<random.float.-2.7to2.7>;cyaw=-3} ~onSpawn
4215[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{s=BM_SoulFlameShot;repeat=<random.7to10>;repeatInterval=7} @Forward{f=20;sideOffset=<random.float.<&da>2.7to2.7>;cyaw=<&da>3} ~onSpawn
4216[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
4217[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Forward{f=20;sideOffset=<random.float.<&da>2.7to2.7>;cyaw=<&da>3}
4218[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4219[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
4220[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
4221[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: remove{delay=150} @self ~onSpawn
4222[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: remove{delay=150} @self ~onSpawn
4223[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to REMOVE
4224[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
4225[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4226[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
4227[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
4228[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: setvariable{var=Owner;value="<target.name>";scope=CASTER;t=STRING} @owner ~onSpawn
4229[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setvariable{var=Owner;value="<target.name>";scope=CASTER;t=STRING} @owner ~onSpawn
4230[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETVARIABLE
4231[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter owner
4232[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4233[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
4234[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
4235[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob kill messages...
4236[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
4237[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
4238[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
4239[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
4240[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
4241[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
4242[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
4243[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
4244[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: attribute{attr=GENERIC_JUMP_STRENGTH;a=0.8;duration=100000000} @self ~onSpawn
4245[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: attribute{attr=GENERIC_JUMP_STRENGTH;a=0.8;duration=100000000} @self ~onSpawn
4246[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to ATTRIBUTE
4247[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
4248[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4249[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
4250[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
4251[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: attribute{attr=GENERIC_FALL_DAMAGE_MULTIPLIER;a=-1;duration=100000000} @self ~onSpawn
4252[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: attribute{attr=GENERIC_FALL_DAMAGE_MULTIPLIER;a=<&da>1;duration=100000000} @self ~onSpawn
4253[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to ATTRIBUTE
4254[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
4255[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4256[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
4257[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
4258[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{delay=1to12;s=[ - jump{v=0.9} @self - e:p{p=cloud;hs=1;a=20} ]} @self ~onTimer:35 ?inCombat ?!playerwithin{d=2} ?onGround
4259[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{delay=1to12;s=[<&csp><&da><&csp>jump{v=0.9}<&csp>@self<&csp><&da><&csp>e:p{p=cloud;hs=1;a=20}<&csp>]} @self ~onTimer:35 ?inCombat ?!playerwithin{d=2} ?onGround
4260[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
4261[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
4262[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4263[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:35
4264[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition inCombat
4265[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition playerwithin{d=2}
4266[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition onGround
4267[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 35
4268[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
4269[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
4270[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: remove{delay=85} @self ~onSpawn
4271[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: remove{delay=85} @self ~onSpawn
4272[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to REMOVE
4273[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
4274[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4275[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
4276[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
4277[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: effect:particlering{particle=soul_fire_flame;a=1;r=4;points=80;hs=0;vs=0} @self ~onTimer:10
4278[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:particlering{particle=soul_fire_flame;a=1;r=4;points=80;hs=0;vs=0} @self ~onTimer:10
4279[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:PARTICLERING
4280[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
4281[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4282[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:10
4283[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 10
4284[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:BM_LightningSelf{delay=75} @self ~onSpawn
4285[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:BM_LightningSelf{delay=75} @self ~onSpawn
4286[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:BM_LIGHTNINGSELF
4287[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
4288[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4289[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
4290[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
4291[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: setvariable{var=Owner;value="<target.name>";scope=CASTER;t=STRING;sync=true} @parent ~onSpawn
4292[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setvariable{var=Owner;value="<target.name>";scope=CASTER;t=STRING;sync=true} @parent ~onSpawn
4293[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETVARIABLE
4294[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter parent
4295[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4296[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
4297[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
4298[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob kill messages...
4299[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
4300[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
4301[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: teleportto{location=0,5,0;relative=true} @self ~onTimer:10 ?inblock{b=stone,dirt,grass_block,water,lava,gravel,deepslate}
4302[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: teleportto{location=0,5,0;relative=true} @self ~onTimer:10 ?inblock{b=stone,dirt,grass_block,water,lava,gravel,deepslate}
4303[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to TELEPORTTO
4304[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
4305[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4306[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:10
4307[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition inblock{b=stone,dirt,grass_block,water,lava,gravel,deepslate}
4308[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 10
4309[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{s=[ - potion{t=INVISIBILITY;d=72000;l=1} - ignite{ticks=72000} - potion{t=FIRE_RESISTANCE;d=72000;1=1} ]} @self ~onSpawn
4310[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{s=[<&csp><&da><&csp>potion{t=INVISIBILITY;d=72000;l=1}<&csp><&da><&csp>ignite{ticks=72000}<&csp><&da><&csp>potion{t=FIRE_RESISTANCE;d=72000;1=1}<&csp>]} @self ~onSpawn
4311[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
4312[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
4313[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4314[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
4315[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
4316[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: ignite{ticks=72000} @self ~onTimer:200
4317[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: ignite{ticks=72000} @self ~onTimer:200
4318[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to IGNITE
4319[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
4320[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4321[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:200
4322[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 200
4323[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: effect:flames{hS=30;vS=30} @self ~onTimer:10
4324[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:flames{hS=30;vS=30} @self ~onTimer:10
4325[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:FLAMES
4326[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
4327[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4328[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:10
4329[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 10
4330[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: e:p{p=smoke;a=40;hS=20;vS=20} @self ~onDamaged
4331[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: e:p{p=smoke;a=40;hS=20;vS=20} @self ~onDamaged
4332[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to E:P
4333[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
4334[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4335[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onDamaged
4336[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
4337[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: setblock{type=AIR} @BlocksNearOrigin{r=40;blocktypes=FIRE} ~onDeath
4338[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{type=AIR} @BlocksNearOrigin{r=40;blocktypes=FIRE} ~onDeath
4339[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
4340[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter BlocksNearOrigin{r=40;blocktypes=FIRE}
4341[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4342[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onDeath
4343[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
4344[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: e:p{p=cloud;a=200;vs=10;hs=10;repeat=2;repeatInterval=5} ~onDeath
4345[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: e:p{p=cloud;a=200;vs=10;hs=10;repeat=2;repeatInterval=5} ~onDeath
4346[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to E:P
4347[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onDeath
4348[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
4349[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: randomskill{skills=SpawnMurkspawn 5,SpawnScreamer 1} @self ~onTimer:300
4350[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: randomskill{skills=SpawnMurkspawn<&csp>5,SpawnScreamer<&csp>1} @self ~onTimer:300
4351[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to RANDOMSKILL
4352[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
4353[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4354[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:300
4355[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 300
4356[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: rally{types=Murkspawn;radius=32;ot=false} @Trigger ~onDamaged 0.5
4357[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: rally{types=Murkspawn;radius=32;ot=false} @Trigger ~onDamaged 0.5
4358[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to RALLY
4359[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Trigger
4360[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4361[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onDamaged
4362[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
4363[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: randomskill{ skills= BlazeonFireProjectile 8, BlazeonSmokeProjectile 8, BlazeonMeteorAttack 6, SummonVortex 5, BlazeonEruptionAttack 5, BlazeonBlazingRush 5 } @target ~onTimer:100 ?inCombat
4364[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: randomskill{<&csp>skills=<&csp>BlazeonFireProjectile<&csp>8,<&csp>BlazeonSmokeProjectile<&csp>8,<&csp>BlazeonMeteorAttack<&csp>6,<&csp>SummonVortex<&csp>5,<&csp>BlazeonEruptionAttack<&csp>5,<&csp>BlazeonBlazingRush<&csp>5<&csp>} @target ~onTimer:100 ?inCombat
4365[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to RANDOMSKILL
4366[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter target
4367[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4368[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:100
4369[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition inCombat
4370[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 100
4371[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: message{m="&eA &6Blazeon &ehas spawned at <caster.var.SpawnLoc>";delay=160} ~onSpawn @PlayersInWorld
4372[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: message{m="&eA<&sp>&6Blazeon<&sp>&ehas<&sp>spawned<&sp>at<&sp><caster.var.SpawnLoc>";delay=160} ~onSpawn @PlayersInWorld
4373[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to MESSAGE
4374[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
4375[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter PlayersInWorld
4376[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4377[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded message skill with message §eA §6Blazeon §ehas spawned at <caster.var.SpawnLoc>
4378[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
4379[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: message{m="&eThe &6Blazeon &espawned at <caster.var.SpawnLoc>&e has been slain."} ~onDeath @PlayersInWorld
4380[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: message{m="&eThe<&sp>&6Blazeon<&sp>&espawned<&sp>at<&sp><caster.var.SpawnLoc>&e<&sp>has<&sp>been<&sp>slain."} ~onDeath @PlayersInWorld
4381[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to MESSAGE
4382[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onDeath
4383[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter PlayersInWorld
4384[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4385[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded message skill with message §eThe §6Blazeon §espawned at <caster.var.SpawnLoc>§e has been slain.
4386[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
4387[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: Skill{s=SaveBlazeonLocation;delay=150} @self ~onSpawn
4388[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: Skill{s=SaveBlazeonLocation;delay=150} @self ~onSpawn
4389[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
4390[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
4391[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4392[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
4393[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
4394[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading MythicMob type {0}...
4395[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Loading mob skills...
4396[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: teleportto{location=0,5,0;relative=true} @self ~onTimer:10 ?inblock{b=stone,dirt,grass_block,water,lava,gravel,deepslate}
4397[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: teleportto{location=0,5,0;relative=true} @self ~onTimer:10 ?inblock{b=stone,dirt,grass_block,water,lava,gravel,deepslate}
4398[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to TELEPORTTO
4399[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
4400[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4401[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:10
4402[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition inblock{b=stone,dirt,grass_block,water,lava,gravel,deepslate}
4403[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 10
4404[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{s=[ - potion{t=INVISIBILITY;d=72000;l=1} - ignite{ticks=72000} - potion{t=FIRE_RESISTANCE;d=72000;1=1} ]} @self ~onSpawn
4405[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{s=[<&csp><&da><&csp>potion{t=INVISIBILITY;d=72000;l=1}<&csp><&da><&csp>ignite{ticks=72000}<&csp><&da><&csp>potion{t=FIRE_RESISTANCE;d=72000;1=1}<&csp>]} @self ~onSpawn
4406[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
4407[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
4408[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4409[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSpawn
4410[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
4411[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: ignite{ticks=72000} @self ~onTimer:200
4412[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: ignite{ticks=72000} @self ~onTimer:200
4413[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to IGNITE
4414[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
4415[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4416[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:200
4417[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 200
4418[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: effect:flames{hS=30;vS=30} @self ~onTimer:10
4419[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:flames{hS=30;vS=30} @self ~onTimer:10
4420[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:FLAMES
4421[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
4422[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4423[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:10
4424[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 10
4425[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: e:p{p=smoke;a=40;hS=20;vS=20} @self ~onDamaged
4426[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: e:p{p=smoke;a=40;hS=20;vS=20} @self ~onDamaged
4427[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to E:P
4428[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
4429[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4430[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onDamaged
4431[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
4432[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: setblock{type=AIR} @BlocksNearOrigin{r=40;blocktypes=FIRE} ~onDeath
4433[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{type=AIR} @BlocksNearOrigin{r=40;blocktypes=FIRE} ~onDeath
4434[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
4435[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter BlocksNearOrigin{r=40;blocktypes=FIRE}
4436[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4437[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onDeath
4438[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
4439[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: e:p{p=cloud;a=200;vs=10;hs=10;repeat=2;repeatInterval=5} ~onDeath
4440[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: e:p{p=cloud;a=200;vs=10;hs=10;repeat=2;repeatInterval=5} ~onDeath
4441[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to E:P
4442[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onDeath
4443[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
4444[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: randomskill{skills=SpawnMurkspawn 5,SpawnScreamer 1} @self ~onTimer:300
4445[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: randomskill{skills=SpawnMurkspawn<&csp>5,SpawnScreamer<&csp>1} @self ~onTimer:300
4446[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to RANDOMSKILL
4447[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
4448[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4449[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:300
4450[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 300
4451[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: rally{types=Murkspawn;radius=32;ot=false} @Trigger ~onDamaged 0.5
4452[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: rally{types=Murkspawn;radius=32;ot=false} @Trigger ~onDamaged 0.5
4453[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to RALLY
4454[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Trigger
4455[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4456[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onDamaged
4457[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Loading mechanic to base skill tree...
4458[23:52:52] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: randomskill{ skills= BlazeonFireProjectile 8, BlazeonSmokeProjectile 8, BlazeonMeteorAttack 6, SummonVortex 5, BlazeonEruptionAttack 5, BlazeonBlazingRush 5 } @target ~onTimer:100 ?inCombat
4459[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: randomskill{<&csp>skills=<&csp>BlazeonFireProjectile<&csp>8,<&csp>BlazeonSmokeProjectile<&csp>8,<&csp>BlazeonMeteorAttack<&csp>6,<&csp>SummonVortex<&csp>5,<&csp>BlazeonEruptionAttack<&csp>5,<&csp>BlazeonBlazingRush<&csp>5<&csp>} @target ~onTimer:100 ?inCombat
4460[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to RANDOMSKILL
4461[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter target
4462[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4463[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:100
4464[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition inCombat
4465[23:52:52] [Server thread/INFO]: [MythicMobs] |------- Mechanic set on timer with interval 100
4466[23:52:52] [Server thread/INFO]: [MythicMobs] Loading Drop Tables...
4467[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading config file: /home/********/plugins/MythicMobs/droptables/ExampleDropTables.yml
4468[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading config file: /home/********/plugins/MythicMobs/droptables/ExampleDropTables.yml
4469[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading config file: /home/********/plugins/MythicMobs/packs/SkeletonKingV2/droptables/SkeletonKingV2-Droptables.yml
4470[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading config file: /home/********/plugins/MythicMobs/packs/Spawners/droptables/mob_droptable.yml
4471[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading config file: /home/********/plugins/MythicMobs/packs/Bloodmoon/droptables/Bloodmoon-Droptable.yml
4472[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading config file: /home/********/plugins/MythicMobs/packs/Arcane Wolf Pack/droptables/mob_droptable.yml
4473[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading config file: /home/********/plugins/MythicMobs/packs/Utility/droptables/utility_droptable.yml
4474[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading config file: /home/********/plugins/MythicMobs/packs/Valhalla Exclusive/droptables/mob_droptable.yml
4475[23:52:52] [Server thread/INFO]: [MythicMobs] Loading Random Spawns...
4476[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading config file: /home/********/plugins/MythicMobs/randomspawns/ExampleRandomSpawns.yml
4477[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading config file: /home/********/plugins/MythicMobs/randomspawns/ExampleRandomSpawns.yml
4478[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading config file: /home/********/plugins/MythicMobs/packs/SkeletonKingV2/randomspawns/SkeletonKingV2-RandomSpawn.yml
4479[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading config file: /home/********/plugins/MythicMobs/packs/Spawners/randomspawns/spawner_randomspawn.yml
4480[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading config file: /home/********/plugins/MythicMobs/packs/Bloodmoon/randomspawns/Bloodmoon-RandomSpawn.yml
4481[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading config file: /home/********/plugins/MythicMobs/packs/Arcane Wolf Pack/randomspawns/mob_randomspawn.yml
4482[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading config file: /home/********/plugins/MythicMobs/packs/Utility/randomspawns/utility_randomspawn.yml
4483[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Loading config file: /home/********/plugins/MythicMobs/packs/Valhalla Exclusive/randomspawns/mob_randomspawn.yml
4484[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Sorting ADD Random Spawners...
4485[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Sorting REPLACE Random Spawners...
4486[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Random Spawns Sorted to:
4487[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- * 10 = Bloodmoon-Spawner
4488[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- * 9 = Bloodmoon-ExtraMobs
4489[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- * 2 = BuffMobs_Underground2
4490[23:52:52] [Server thread/INFO]: [MythicMobs] Loading Spawn Blocks...
4491[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Doing second pass on 1459 skills.
4492[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> SK_Missile
4493[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4494[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: stun{d=120} @self ?!isplayer
4495[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to STUN
4496[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
4497[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4498[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition isplayer
4499[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: stun{d=120;f=true} @self ?isplayer
4500[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to STUN
4501[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
4502[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4503[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition isplayer
4504[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=RESISTANCE;l=1;d=90} @self
4505[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
4506[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
4507[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4508[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sendactionmessage{message="<gold>Charging<&sp>up!"} ?isPlayer
4509[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SENDACTIONMESSAGE
4510[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition isPlayer
4511[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: e:p{p=smoke;a=40;hs=0.5;vs=1}
4512[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to E:P
4513[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:SK_Projectile{repeat=2;repeatInterval=10} @RandomLocationsNearCaster{a=10;r=5;minr=5;s=2}
4514[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:SK_PROJECTILE
4515[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter RandomLocationsNearCaster{a=10;r=5;minr=5;s=2}
4516[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4517[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:SK_Projectile{repeat=2;repeatInterval=10} @PIR{r=10}
4518[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:SK_PROJECTILE
4519[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter PIR{r=10}
4520[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4521[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:SK_Missile{delay=60} @PIR{r=7;sort=RANDOM;limit=1}
4522[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:SK_MISSILE
4523[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter PIR{r=7;sort=RANDOM;limit=1}
4524[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 1
4525[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=entity.wither.shoot;v=0.6;p=0.7;repeat=2;repeatInterval=10;delay=20} @self
4526[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
4527[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
4528[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4529[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: throw{velocity=20;velocityY=7} @PlayersInRadius{r=5}
4530[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to THROW
4531[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter PlayersInRadius{r=5}
4532[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4533[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:explosion @Self
4534[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:EXPLOSION
4535[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
4536[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4537[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: e:p{p=smoke;amount=20;hs=0.7;vs=0.7}
4538[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to E:P
4539[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: damage{a=5}
4540[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DAMAGE
4541[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=WITHER;l=0;d=50}
4542[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
4543[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=entity.wither.shoot;v=0.7;p=0.7}
4544[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
4545[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: e:p{p=smoke;amount=20;hs=0.7;vs=0.7}
4546[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to E:P
4547[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: damage{a=5}
4548[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DAMAGE
4549[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=WITHER;l=0;d=50}
4550[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
4551[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=entity.wither.shoot;v=0.2;p=0.7}
4552[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
4553[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkillMechanic mechanics -> SummonGeoPillar1, SummonGeoPillar2, SummonGeoPillar3, SummonGeoPillar4, SummonGeoPillar5, SummonGeoPillar6, SummonGeoPillar-Explode1, SummonGeoPillar-Explode2, SummonGeoPillar-Explode3, SummonGeoPillar-Explode4, SummonGeoPillar-Explode5, SummonGeoPillar-Explode6, SummonGeoPillar-Explode7
4554[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill SummonGeoPillar1 with a weight of 1
4555[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4556[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill SummonGeoPillar2 with a weight of 1
4557[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4558[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill SummonGeoPillar3 with a weight of 1
4559[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4560[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill SummonGeoPillar4 with a weight of 1
4561[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4562[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill SummonGeoPillar5 with a weight of 1
4563[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4564[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill SummonGeoPillar6 with a weight of 1
4565[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4566[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill SummonGeoPillar-Explode1 with a weight of 1
4567[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4568[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill SummonGeoPillar-Explode2 with a weight of 1
4569[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4570[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill SummonGeoPillar-Explode3 with a weight of 1
4571[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4572[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill SummonGeoPillar-Explode4 with a weight of 1
4573[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4574[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill SummonGeoPillar-Explode5 with a weight of 1
4575[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4576[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill SummonGeoPillar-Explode6 with a weight of 1
4577[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4578[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill SummonGeoPillar-Explode7 with a weight of 1
4579[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4580[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: e:p{p=spit;a=1;hs=0.1} @selflocation{y=0.3}
4581[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to E:P
4582[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter selflocation{y=0.3}
4583[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4584[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: e:p{p=block;material=CRYING_OBSIDIAN;a=10;hs=0.3} @selflocation{y=0.4}
4585[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to E:P
4586[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter selflocation{y=0.4}
4587[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4588[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=speed;l=5;d=5} @self
4589[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
4590[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
4591[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4592[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:Geo_Spectral_Vanish @self
4593[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:GEO_SPECTRAL_VANISH
4594[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
4595[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4596[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: auraremove{aura=spectral_sprint} @self
4597[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to AURAREMOVE
4598[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
4599[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4600[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> RandomGeoPillar
4601[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4602[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> GeomancerReinforcements
4603[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4604[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> RandomGeoPillar
4605[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4606[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> GeomancerReinforcements
4607[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4608[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:particle{particle=soul_fire_flame;a=3;hs=0.1;vs=0.1} @origin
4609[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:PARTICLE
4610[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin
4611[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4612[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:particle{particle=soul;a=1;hs=0.1;vs=0.1} @origin
4613[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:PARTICLE
4614[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin
4615[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4616[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=particle.soul_escape;sc=VOICE;p=2;v=1;p=0.8} @origin
4617[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
4618[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin
4619[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4620[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: damage{a=<random.12to15>;pkb=true;ia=false;element=MAGIC}
4621[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DAMAGE
4622[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:particlesphere{particle=soul;r=0.5;a=50} @origin
4623[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:PARTICLESPHERE
4624[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin
4625[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4626[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=entity.guardian.attack;sc=VOICE;p=1;v=2} @origin
4627[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
4628[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin
4629[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4630[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:particles{p=sculk_soul;a=1} @origin
4631[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:PARTICLES
4632[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin
4633[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4634[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:particles{p=soul_fire_flame;a=50;hS=1;vS=1}
4635[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:PARTICLES
4636[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:sound{s=block.sculk_shrieker.shriek;v=1;p=0;sc=VOICE}
4637[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:SOUND
4638[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: damage{a=2;i=true}
4639[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DAMAGE
4640[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sudoskill{s=VoodooAura;AuraDurationStat=6000;AuraDurationHarm=130;AuraDurationWeak=300}
4641[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUDOSKILL
4642[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: message{m="<gradient:#8F55E5:#81FD02>Voodoo<<&fs>gradient><&sp><gradient:#610000:#FF0000>Doll<<&fs>gradient>&f&f<&co><&sp>&dFrom<&sp>this<&sp>hour<&sp>forth<&cm><&sp>I<&sp>curse<&sp>thee.<&sp>May<&sp>misfortune<&sp>be<&sp>thy<&sp>fate!"} @Self
4643[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to MESSAGE
4644[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
4645[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4646[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded message skill with message <gradient:#8F55E5:#81FD02>Voodoo</gradient> <gradient:#610000:#FF0000>Doll</gradient>§f§f: §dFrom this hour forth, I curse thee. May misfortune be thy fate!
4647[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=WITHER;level=1;duration=<skill.AuraDurationHarm|100>;force=true} @Self
4648[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
4649[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
4650[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4651[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=WEAKNESS;level=1;duration=<skill.AuraDurationWeak|100>;force=true} @Self
4652[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
4653[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
4654[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4655[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=UNLUCK;level=1;duration=<skill.AuraDurationStat|1000>;force=true} @Self
4656[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
4657[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
4658[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4659[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:particles{particle=reddust;c=#8F55E5;a=1;hs=0.3;vs=0.4;s=0.05;y=0.5} @Self
4660[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:PARTICLES
4661[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
4662[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4663[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:particles{particle=reddust;c=#81FD02;a=1;hs=0.3;vs=0.4;s=0.05;y=0.5} @Self
4664[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:PARTICLES
4665[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
4666[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4667[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:particles{particle=reddust;c=#FF0000;a=1;hs=0.3;vs=0.4;s=0.05;y=0.5} @Self
4668[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:PARTICLES
4669[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
4670[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4671[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkillMechanic mechanics -> RandomGeoPillar_Item 7,SummonLightningCircles_Item 2
4672[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill RandomGeoPillar_Item with a weight of 7
4673[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4674[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill SummonLightningCircles_Item with a weight of 2
4675[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4676[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=entity.ender_dragon.ambient;sc=VOICE;v=1.5;p=0.6} @self
4677[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
4678[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
4679[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4680[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: stun{d=100;f=true} @PIR{r=20}
4681[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to STUN
4682[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter PIR{r=20}
4683[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4684[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: speak{offset=0.6f;radius=30;maxlinelength=22;lineprefix=&f;chatprefix=&f;message="YOUR<&sp>HEALTH<&sp>MAKES<&sp>ME<&sp>STRONGER!";duration=200} @self
4685[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SPEAK
4686[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
4687[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4688[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded Speak mechanic with message YOUR HEALTH MAKES ME STRONGER!
4689[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=entity.blaze.hurt;p=0.4;v=2} @self 0.55
4690[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
4691[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
4692[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4693[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: consume{d=3;h=6;i=true} @PlayersInRadius{r=20}
4694[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to CONSUME
4695[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter PlayersInRadius{r=20}
4696[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4697[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:particleline{particle=small_flame;amount=1;syo=1} @PIR{r=20}
4698[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:PARTICLELINE
4699[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter PIR{r=20}
4700[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4701[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> BM_Pillar-SetBlock
4702[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4703[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> BM_Pillar-SetBlock
4704[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4705[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> BM_Pillar-SetBlock
4706[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4707[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> BM_Pillar-SetBlock
4708[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4709[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> BM_Pillar-SetAir
4710[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4711[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> BM_Pillar-SetAir
4712[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4713[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> BM_Pillar-SetAir
4714[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4715[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> BM_Pillar-SetAir
4716[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4717[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkillMechanic mechanics -> Summon-Death_Bringer 10, Summon-Geomancer 5
4718[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill Summon-Death_Bringer with a weight of 10
4719[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4720[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill Summon-Geomancer with a weight of 5
4721[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4722[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> Summon-Blazeon
4723[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4724[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: e:particle{particle=reddust;color=#C10F0F;hs=0.3;vs=0.3;a=10}
4725[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to E:PARTICLE
4726[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: e:particle{particle=reddust;color=#FCD05C;hs=0.3;vs=0.3;a=10}
4727[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to E:PARTICLE
4728[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: e:particle{particle=reddust;color=#3A3935;hs=0.3;vs=0.3;a=10}
4729[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to E:PARTICLE
4730[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: e:particle{particle=flame;hs=0.4;vs=0.4;a=10}
4731[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to E:PARTICLE
4732[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: damage{a=5}
4733[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DAMAGE
4734[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:blockmask{m=fire;r=1;oa=true;d=<random.70to100>}
4735[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:BLOCKMASK
4736[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:blockmask{m=obsidian;r=2;d=150}
4737[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:BLOCKMASK
4738[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: ignite{d=100} @PlayersNearOrigin{r=2}
4739[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to IGNITE
4740[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter PlayersNearOrigin{r=2}
4741[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4742[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: explosion{yield=1.0;fire=false;bd=false}
4743[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EXPLOSION
4744[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkillMechanic mechanics -> [ - sound{s=ambient.cave;v=0.6;p=<random.float.0.5to1.5>} ] 5, [ - sound{s=ambient.basalt_deltas.mood;v=1;p=<random.float.0.5to1.5>} ] 5, [ - sound{s=ambient.soul_sand_valley.mood;v=1;p=<random.float.0.5to1.5>} ] 5, [ - sound{s=ambient.crimson_forest.mood;v=1;p=<random.float.0.5to1.5>} ] 5, [ - sound{s=block.enchantment_table.use;v=1;p=0.4} ] 5, [ - skill{s=BM-Mob_Sounds-HeartBeat1} ] 1, [ - skill{s=BM-Mob_Sounds-HeartBeat2} ] 1, [ - skill{s=BM-Mob_Sounds-HeartBeat1;repeat=2;repeatI=100} ] 2, [ - skill{s=BM-Mob_Sounds-HeartBeat2;repeat=2;repeatI=80} ] 2
4745[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill [ - sound{s=ambient.cave;v=0.6;p=<random.float.0.5to1.5>} ] with a weight of 5
4746[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=ambient.cave;v=0.6;p=<random.float.0.5to1.5>}
4747[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
4748[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4749[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill [ - sound{s=ambient.basalt_deltas.mood;v=1;p=<random.float.0.5to1.5>} ] with a weight of 5
4750[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=ambient.basalt_deltas.mood;v=1;p=<random.float.0.5to1.5>}
4751[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
4752[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4753[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill [ - sound{s=ambient.soul_sand_valley.mood;v=1;p=<random.float.0.5to1.5>} ] with a weight of 5
4754[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=ambient.soul_sand_valley.mood;v=1;p=<random.float.0.5to1.5>}
4755[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
4756[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4757[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill [ - sound{s=ambient.crimson_forest.mood;v=1;p=<random.float.0.5to1.5>} ] with a weight of 5
4758[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=ambient.crimson_forest.mood;v=1;p=<random.float.0.5to1.5>}
4759[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
4760[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4761[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill [ - sound{s=block.enchantment_table.use;v=1;p=0.4} ] with a weight of 5
4762[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=block.enchantment_table.use;v=1;p=0.4}
4763[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
4764[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4765[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill [ - skill{s=BM-Mob_Sounds-HeartBeat1} ] with a weight of 1
4766[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{s=BM<&da>Mob_Sounds<&da>HeartBeat1}
4767[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
4768[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4769[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill [ - skill{s=BM-Mob_Sounds-HeartBeat2} ] with a weight of 1
4770[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{s=BM<&da>Mob_Sounds<&da>HeartBeat2}
4771[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
4772[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4773[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill [ - skill{s=BM-Mob_Sounds-HeartBeat1;repeat=2;repeatI=100} ] with a weight of 2
4774[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{s=BM<&da>Mob_Sounds<&da>HeartBeat1;repeat=2;repeatI=100}
4775[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
4776[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4777[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill [ - skill{s=BM-Mob_Sounds-HeartBeat2;repeat=2;repeatI=80} ] with a weight of 2
4778[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{s=BM<&da>Mob_Sounds<&da>HeartBeat2;repeat=2;repeatI=80}
4779[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
4780[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4781[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkillMechanic mechanics -> [ - sound{s=entity.ghast.ambient;v=1;p=<random.float.0.5to1.5>;repeat=1;repeatI=60} ], [ - sound{s=entity.ghast.hurt;v=1;p=<random.float.0.5to1.5>;repeat=1;repeatI=60} ], [ - sound{s=entity.enderman.scream;v=1;p=<random.float.0.5to1.5>} ], [ - sound{s=entity.warden.ambient;v=1;p=<random.float.0.5to1.5>} ], [ - sound{s=entity.warden.agitated;v=1;p=<random.float.0.5to1.5>} ], [ - sound{s=entity.warden.heartbeat;v=1;p=<random.float.0.5to1.5>} ] [ - sound{s=entity.phantom.swoop;v=1;p=<random.float.0.5to1.5>} ]
4782[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill [ - sound{s=entity.ghast.ambient;v=1;p=<random.float.0.5to1.5>;repeat=1;repeatI=60} ] with a weight of 1
4783[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=entity.ghast.ambient;v=1;p=<random.float.0.5to1.5>;repeat=1;repeatI=60}
4784[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
4785[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4786[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill [ - sound{s=entity.ghast.hurt;v=1;p=<random.float.0.5to1.5>;repeat=1;repeatI=60} ] with a weight of 1
4787[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=entity.ghast.hurt;v=1;p=<random.float.0.5to1.5>;repeat=1;repeatI=60}
4788[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
4789[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4790[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill [ - sound{s=entity.enderman.scream;v=1;p=<random.float.0.5to1.5>} ] with a weight of 1
4791[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=entity.enderman.scream;v=1;p=<random.float.0.5to1.5>}
4792[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
4793[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4794[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill [ - sound{s=entity.warden.ambient;v=1;p=<random.float.0.5to1.5>} ] with a weight of 1
4795[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=entity.warden.ambient;v=1;p=<random.float.0.5to1.5>}
4796[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
4797[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4798[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill [ - sound{s=entity.warden.agitated;v=1;p=<random.float.0.5to1.5>} ] with a weight of 1
4799[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=entity.warden.agitated;v=1;p=<random.float.0.5to1.5>}
4800[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
4801[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4802[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill [ - sound{s=entity.warden.heartbeat;v=1;p=<random.float.0.5to1.5>} ] [ - sound{s=entity.phantom.swoop;v=1;p=<random.float.0.5to1.5>} ] with a weight of 1
4803[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=entity.warden.heartbeat;v=1;p=<random.float.0.5to1.5>} ] [
4804[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
4805[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=entity.phantom.swoop;v=1;p=<random.float.0.5to1.5>}
4806[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
4807[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4808[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkillMechanic mechanics -> BM_SummonGeoPillar1, BM_SummonGeoPillar2, BM_SummonGeoPillar3, BM_SummonGeoPillar4, BM_SummonGeoPillar5, BM_SummonGeoPillar6, BM_SummonGeoPillar-Explode1, BM_SummonGeoPillar-Explode2, BM_SummonGeoPillar-Explode3, BM_SummonGeoPillar-Explode4, BM_SummonGeoPillar-Explode5, BM_SummonGeoPillar-Explode6, BM_SummonGeoPillar-Explode7
4809[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill BM_SummonGeoPillar1 with a weight of 1
4810[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4811[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill BM_SummonGeoPillar2 with a weight of 1
4812[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4813[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill BM_SummonGeoPillar3 with a weight of 1
4814[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4815[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill BM_SummonGeoPillar4 with a weight of 1
4816[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4817[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill BM_SummonGeoPillar5 with a weight of 1
4818[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4819[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill BM_SummonGeoPillar6 with a weight of 1
4820[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4821[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill BM_SummonGeoPillar-Explode1 with a weight of 1
4822[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4823[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill BM_SummonGeoPillar-Explode2 with a weight of 1
4824[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4825[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill BM_SummonGeoPillar-Explode3 with a weight of 1
4826[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4827[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill BM_SummonGeoPillar-Explode4 with a weight of 1
4828[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4829[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill BM_SummonGeoPillar-Explode5 with a weight of 1
4830[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4831[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill BM_SummonGeoPillar-Explode6 with a weight of 1
4832[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4833[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill BM_SummonGeoPillar-Explode7 with a weight of 1
4834[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4835[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: e:p{p=spit;a=1;hs=0.1} @selflocation{y=0.3}
4836[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to E:P
4837[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter selflocation{y=0.3}
4838[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4839[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: e:p{p=block;material=CRYING_OBSIDIAN;a=10;hs=0.3} @selflocation{y=0.4}
4840[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to E:P
4841[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter selflocation{y=0.4}
4842[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4843[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=speed;l=5;d=5} @self
4844[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
4845[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
4846[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4847[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:BM_Geo_Spectral_Vanish @self
4848[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:BM_GEO_SPECTRAL_VANISH
4849[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
4850[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4851[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: auraremove{aura=spectral_sprint} @self
4852[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to AURAREMOVE
4853[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
4854[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4855[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> BM_RandomGeoPillar
4856[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4857[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> BM_GeomancerReinforcements
4858[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4859[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> BM_RandomGeoPillar
4860[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4861[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> BM_GeomancerReinforcements
4862[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4863[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:particle{particle=soul_fire_flame;a=3;hs=0.1;vs=0.1} @origin
4864[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:PARTICLE
4865[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin
4866[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4867[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:particle{particle=soul;a=1;hs=0.1;vs=0.1} @origin
4868[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:PARTICLE
4869[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin
4870[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4871[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=particle.soul_escape;sc=VOICE;p=2;v=1;p=0.8} @origin
4872[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
4873[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin
4874[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4875[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: damage{a=<random.12to15>;pkb=true;ia=false;element=MAGIC}
4876[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DAMAGE
4877[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:particlesphere{particle=soul;r=0.5;a=50} @origin
4878[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:PARTICLESPHERE
4879[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin
4880[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4881[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=entity.guardian.attack;sc=VOICE;p=1;v=2} @origin
4882[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
4883[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin
4884[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4885[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:particles{p=sculk_soul;a=1} @origin
4886[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:PARTICLES
4887[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin
4888[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4889[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:particles{p=soul_fire_flame;a=50;hS=1;vS=1}
4890[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:PARTICLES
4891[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:sound{s=block.sculk_shrieker.shriek;v=1;p=0;sc=VOICE}
4892[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:SOUND
4893[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: damage{a=2;i=true}
4894[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DAMAGE
4895[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sudoskill{s=BM_VoodooAura;AuraDurationStat=6000;AuraDurationHarm=130;AuraDurationWeak=300}
4896[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUDOSKILL
4897[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: message{m="<gradient:#8F55E5:#81FD02>Voodoo<<&fs>gradient><&sp><gradient:#610000:#FF0000>Doll<<&fs>gradient>&f&f<&co><&sp>&dFrom<&sp>this<&sp>hour<&sp>forth<&cm><&sp>I<&sp>curse<&sp>thee.<&sp>May<&sp>misfortune<&sp>be<&sp>thy<&sp>fate!"} @Self
4898[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to MESSAGE
4899[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
4900[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4901[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded message skill with message <gradient:#8F55E5:#81FD02>Voodoo</gradient> <gradient:#610000:#FF0000>Doll</gradient>§f§f: §dFrom this hour forth, I curse thee. May misfortune be thy fate!
4902[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=WITHER;level=1;duration=<skill.AuraDurationHarm|100>;force=true} @Self
4903[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
4904[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
4905[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4906[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=WEAKNESS;level=1;duration=<skill.AuraDurationWeak|100>;force=true} @Self
4907[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
4908[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
4909[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4910[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=UNLUCK;level=1;duration=<skill.AuraDurationStat|1000>;force=true} @Self
4911[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
4912[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
4913[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4914[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:particles{particle=reddust;c=#8F55E5;a=1;hs=0.3;vs=0.4;s=0.05;y=0.5} @Self
4915[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:PARTICLES
4916[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
4917[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4918[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:particles{particle=reddust;c=#81FD02;a=1;hs=0.3;vs=0.4;s=0.05;y=0.5} @Self
4919[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:PARTICLES
4920[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
4921[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4922[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:particles{particle=reddust;c=#FF0000;a=1;hs=0.3;vs=0.4;s=0.05;y=0.5} @Self
4923[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:PARTICLES
4924[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
4925[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4926[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkillMechanic mechanics -> BM_SummonGeoPillar1 1, BM_SummonGeoPillar2 2, BM_SummonGeoPillar3 2, BM_SummonGeoPillar4 2, BM_SummonGeoPillar5 3, BM_SummonGeoPillar6 3, BM_SummonGeoPillar-Explode1 1, BM_SummonGeoPillar-Explode2 1, BM_SummonGeoPillar-Explode3 2, BM_SummonGeoPillar-Explode4 2, BM_SummonGeoPillar-Explode5 2, BM_SummonGeoPillar-Explode6 3, BM_SummonGeoPillar-Explode7 3
4927[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill BM_SummonGeoPillar1 with a weight of 1
4928[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4929[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill BM_SummonGeoPillar2 with a weight of 2
4930[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4931[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill BM_SummonGeoPillar3 with a weight of 2
4932[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4933[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill BM_SummonGeoPillar4 with a weight of 2
4934[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4935[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill BM_SummonGeoPillar5 with a weight of 3
4936[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4937[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill BM_SummonGeoPillar6 with a weight of 3
4938[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4939[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill BM_SummonGeoPillar-Explode1 with a weight of 1
4940[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4941[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill BM_SummonGeoPillar-Explode2 with a weight of 1
4942[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4943[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill BM_SummonGeoPillar-Explode3 with a weight of 2
4944[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4945[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill BM_SummonGeoPillar-Explode4 with a weight of 2
4946[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4947[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill BM_SummonGeoPillar-Explode5 with a weight of 2
4948[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4949[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill BM_SummonGeoPillar-Explode6 with a weight of 3
4950[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4951[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill BM_SummonGeoPillar-Explode7 with a weight of 3
4952[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4953[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> DB_Missile
4954[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
4955[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: stun{d=120} @self ?!isplayer
4956[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to STUN
4957[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
4958[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4959[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition isplayer
4960[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: stun{d=120;f=true} @self ?isplayer
4961[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to STUN
4962[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
4963[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4964[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition isplayer
4965[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=RESISTANCE;l=1;d=90} @self
4966[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
4967[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
4968[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4969[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sendactionmessage{message="<gold>Charging<&sp>up!"} ?isPlayer
4970[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SENDACTIONMESSAGE
4971[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition isPlayer
4972[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: e:p{p=smoke;a=40;hs=0.5;vs=1}
4973[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to E:P
4974[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:DB_Projectile{repeat=2;repeatInterval=10} @RandomLocationsNearCaster{a=10;r=5;minr=5;s=2}
4975[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:DB_PROJECTILE
4976[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter RandomLocationsNearCaster{a=10;r=5;minr=5;s=2}
4977[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4978[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:DB_Projectile{repeat=2;repeatInterval=10} @PIR{r=10}
4979[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:DB_PROJECTILE
4980[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter PIR{r=10}
4981[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4982[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:DB_Missile{delay=60} @PIR{r=7;sort=RANDOM;limit=1}
4983[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:DB_MISSILE
4984[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter PIR{r=7;sort=RANDOM;limit=1}
4985[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 1
4986[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=entity.wither.shoot;v=0.6;p=0.7;repeat=2;repeatInterval=10;delay=20} @self
4987[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
4988[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
4989[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4990[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: throw{velocity=20;velocityY=7} @PlayersInRadius{r=5}
4991[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to THROW
4992[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter PlayersInRadius{r=5}
4993[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4994[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:explosion @Self
4995[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:EXPLOSION
4996[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
4997[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
4998[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: e:p{p=smoke;amount=20;hs=0.7;vs=0.7}
4999[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to E:P
5000[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: damage{a=5}
5001[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DAMAGE
5002[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=WITHER;l=0;d=50}
5003[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
5004[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=entity.wither.shoot;v=0.7;p=0.7}
5005[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
5006[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: e:p{p=smoke;amount=20;hs=0.7;vs=0.7}
5007[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to E:P
5008[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: damage{a=5}
5009[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DAMAGE
5010[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=WITHER;l=0;d=50}
5011[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
5012[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=entity.wither.shoot;v=0.2;p=0.7}
5013[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
5014[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=music.dragon;sc=MUSIC;audience=@target}
5015[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
5016[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter target
5017[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
5018[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{s=endbgmusic} @self ?mobsInRadius{t=tuff_stuff;r=80;a=0}
5019[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
5020[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
5021[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
5022[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition mobsInRadius{t=tuff_stuff;r=80;a=0}
5023[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> GetNearbyPlayers
5024[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5025[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: modifyprojectile{trait=VELOCITY;action=MULTIPLY;value=0.995} 0.5
5026[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to MODIFYPROJECTILE
5027[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> TrackKills_Add
5028[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5029[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:particlesphere{p=blockcrack;material=BEDROCK;amount=200;radius=2}
5030[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:PARTICLESPHERE
5031[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:particlesphere{particle=smoke_large;amount=200;radius=2}
5032[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:PARTICLESPHERE
5033[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:blockmask{m=OBSIDIAN;r=5;d=100}
5034[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:BLOCKMASK
5035[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:flames
5036[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:FLAMES
5037[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=SLOW;duration=80;level=1} @EntitiesNearOrigin{r=5}
5038[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
5039[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter EntitiesNearOrigin{r=5}
5040[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
5041[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=BLINDNESS;duration=80;level=20} @EntitiesNearOrigin{r=5}
5042[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
5043[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter EntitiesNearOrigin{r=5}
5044[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
5045[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: damage{amount=7;ignoreArmor=false} @EntitiesNearOrigin{r=5}
5046[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DAMAGE
5047[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter EntitiesNearOrigin{r=5}
5048[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
5049[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:particlesphere{particle=flame;amount=200;radius=1.5}
5050[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:PARTICLESPHERE
5051[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:particlesphere{p=blockcrack;material=NETHERRACK;amount=100;radius=1.5}
5052[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:PARTICLESPHERE
5053[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:explosion
5054[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:EXPLOSION
5055[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: explosion{yield=5.0;fire=false;bd=false}
5056[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EXPLOSION
5057[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: ignite{ticks=100} @EntitiesNearOrigin{r=5}
5058[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to IGNITE
5059[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter EntitiesNearOrigin{r=5}
5060[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
5061[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:BlazeonEruptionProjectile @randomLocationsNearOrigin{a=4;radius=15;spacing=5}
5062[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:BLAZEONERUPTIONPROJECTILE
5063[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter randomLocationsNearOrigin{a=4;radius=15;spacing=5}
5064[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
5065[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{type=BlazeonLava;a=1;onSurface=true;sio=false;sip=false;if=false}
5066[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
5067[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> BlazeonSmokeProjectile
5068[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5069[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> BlazeonFireProjectile
5070[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5071[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> BlazeonMeteor3
5072[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5073[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> BlazeonEruptionProjectile
5074[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5075[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> BlazeonMeteor3
5076[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5077[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: e:particle{particle=reddust;color=#C10F0F;hs=0.2;vs=0.2;a=10}
5078[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to E:PARTICLE
5079[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: e:particle{particle=reddust;color=#FCD05C;hs=0.2;vs=0.2;a=10}
5080[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to E:PARTICLE
5081[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: e:particle{particle=reddust;color=#3A3935;hs=0.2;vs=0.2;a=10}
5082[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to E:PARTICLE
5083[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: e:particle{particle=flame;hs=0.4;vs=0.4;a=10}
5084[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to E:PARTICLE
5085[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{type=BlazeonLava;a=1;onSurface=true;sio=false;sip=false;if=false}
5086[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
5087[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> BlazeonSmokeProjectile
5088[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5089[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=SPEED;l=12;duration=80} @self
5090[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
5091[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
5092[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
5093[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: damage{a=10} @EIR{r=4}
5094[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DAMAGE
5095[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter EIR{r=4}
5096[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
5097[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: ignite{d=100} @EIR{r=4}
5098[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to IGNITE
5099[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter EIR{r=4}
5100[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
5101[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: throw{v=12;vy=3} @EIR{r=4}
5102[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to THROW
5103[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter EIR{r=4}
5104[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
5105[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{material=FIRE;sync=true} @SelfLocation
5106[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
5107[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter SelfLocation
5108[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
5109[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:blockmask{m=magma_block;r=2;ry=1;d=100} @selfLocation{yo=<&da>1}
5110[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:BLOCKMASK
5111[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter selfLocation{yo=<&da>1}
5112[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
5113[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> BlazeonSmokeProjectile
5114[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5115[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> BlazeonFireProjectile
5116[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5117[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> BlazeonMeteor1
5118[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5119[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> BlazeonMeteor1
5120[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5121[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> BlazeonMeteor2
5122[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5123[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkillMechanic mechanics -> BlazeonMeteor1a,BlazeonMeteor1b,BlazeonMeteor1c,BlazeonMeteor1d
5124[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill BlazeonMeteor1a with a weight of 1
5125[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5126[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill BlazeonMeteor1b with a weight of 1
5127[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5128[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill BlazeonMeteor1c with a weight of 1
5129[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5130[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill BlazeonMeteor1d with a weight of 1
5131[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5132[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: e:particle{particle=reddust;color=#C10F0F;hs=0.3;vs=0.3;a=10}
5133[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to E:PARTICLE
5134[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: e:particle{particle=reddust;color=#FCD05C;hs=0.3;vs=0.3;a=10}
5135[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to E:PARTICLE
5136[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: e:particle{particle=reddust;color=#3A3935;hs=0.3;vs=0.3;a=10}
5137[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to E:PARTICLE
5138[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: e:particle{particle=flame;hs=0.4;vs=0.4;a=10}
5139[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to E:PARTICLE
5140[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: damage{a=5}
5141[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DAMAGE
5142[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:blockmask{m=fire;r=1;oa=true;d=<random.70to100>}
5143[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:BLOCKMASK
5144[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:blockmask{m=obsidian;r=2;d=150}
5145[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:BLOCKMASK
5146[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: ignite{d=100} @PlayersNearOrigin{r=2}
5147[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to IGNITE
5148[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter PlayersNearOrigin{r=2}
5149[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
5150[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: explosion{yield=1.0;fire=false;bd=false}
5151[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EXPLOSION
5152[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: e:particle{particle=reddust;color=#C10F0F;hs=0.3;vs=0.3;a=10}
5153[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to E:PARTICLE
5154[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: e:particle{particle=reddust;color=#FCD05C;hs=0.3;vs=0.3;a=10}
5155[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to E:PARTICLE
5156[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: e:particle{particle=reddust;color=#3A3935;hs=0.3;vs=0.3;a=10}
5157[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to E:PARTICLE
5158[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: e:particle{particle=flame;hs=0.4;vs=0.4;a=10}
5159[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to E:PARTICLE
5160[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: damage{a=5}
5161[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DAMAGE
5162[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:blockmask{m=fire;r=1;oa=true;d=<random.70to100>}
5163[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:BLOCKMASK
5164[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:blockmask{m=obsidian;r=2;d=150}
5165[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:BLOCKMASK
5166[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: ignite{d=100} @PlayersNearOrigin{r=2}
5167[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to IGNITE
5168[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter PlayersNearOrigin{r=2}
5169[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
5170[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: explosion{yield=1.0;fire=false;bd=false}
5171[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EXPLOSION
5172[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: e:particle{particle=reddust;color=#C10F0F;hs=0.3;vs=0.3;a=10}
5173[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to E:PARTICLE
5174[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: e:particle{particle=reddust;color=#FCD05C;hs=0.3;vs=0.3;a=10}
5175[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to E:PARTICLE
5176[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: e:particle{particle=reddust;color=#3A3935;hs=0.3;vs=0.3;a=10}
5177[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to E:PARTICLE
5178[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: e:particle{particle=flame;hs=0.4;vs=0.4;a=10}
5179[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to E:PARTICLE
5180[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: damage{a=5}
5181[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DAMAGE
5182[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:blockmask{m=fire;r=1;oa=true;d=<random.70to100>}
5183[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:BLOCKMASK
5184[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:blockmask{m=obsidian;r=2;d=150}
5185[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:BLOCKMASK
5186[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: ignite{d=100} @PlayersNearOrigin{r=2}
5187[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to IGNITE
5188[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter PlayersNearOrigin{r=2}
5189[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
5190[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: explosion{yield=1.0;fire=false;bd=false}
5191[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EXPLOSION
5192[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: e:particle{particle=reddust;color=#C10F0F;hs=0.3;vs=0.3;a=10}
5193[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to E:PARTICLE
5194[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: e:particle{particle=reddust;color=#FCD05C;hs=0.3;vs=0.3;a=10}
5195[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to E:PARTICLE
5196[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: e:particle{particle=reddust;color=#3A3935;hs=0.3;vs=0.3;a=10}
5197[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to E:PARTICLE
5198[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: e:particle{particle=flame;hs=0.4;vs=0.4;a=10}
5199[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to E:PARTICLE
5200[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: damage{a=5}
5201[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DAMAGE
5202[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:blockmask{m=fire;r=1;oa=true;d=<random.70to100>}
5203[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:BLOCKMASK
5204[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:blockmask{m=obsidian;r=2;d=150}
5205[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:BLOCKMASK
5206[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: ignite{d=100} @PlayersNearOrigin{r=2}
5207[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to IGNITE
5208[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter PlayersNearOrigin{r=2}
5209[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
5210[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: explosion{yield=1.0;fire=false;bd=false}
5211[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EXPLOSION
5212[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: e:particle{particle=reddust;color=#C10F0F;hs=0.3;vs=0.3;a=10}
5213[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to E:PARTICLE
5214[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: e:particle{particle=reddust;color=#FCD05C;hs=0.3;vs=0.3;a=10}
5215[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to E:PARTICLE
5216[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: e:particle{particle=reddust;color=#3A3935;hs=0.3;vs=0.3;a=10}
5217[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to E:PARTICLE
5218[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: e:particle{particle=flame;hs=0.4;vs=0.4;a=10}
5219[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to E:PARTICLE
5220[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: damage{a=5}
5221[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DAMAGE
5222[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:blockmask{m=fire;r=1;oa=true;na=false;d=<random.70to100>}
5223[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:BLOCKMASK
5224[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:blockmask{m=obsidian;r=2;d=150}
5225[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:BLOCKMASK
5226[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: ignite{d=100} @PlayersNearOrigin{r=2}
5227[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to IGNITE
5228[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter PlayersNearOrigin{r=2}
5229[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
5230[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: explosion{yield=1.0;fire=false;bd=false}
5231[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EXPLOSION
5232[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: e:particle{particle=reddust;color=#C10F0F;hs=0.3;vs=0.3;a=10}
5233[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to E:PARTICLE
5234[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: e:particle{particle=reddust;color=#FCD05C;hs=0.3;vs=0.3;a=10}
5235[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to E:PARTICLE
5236[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: e:particle{particle=reddust;color=#3A3935;hs=0.3;vs=0.3;a=10}
5237[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to E:PARTICLE
5238[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: e:particle{particle=flame;hs=0.4;vs=0.4;a=10}
5239[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to E:PARTICLE
5240[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: damage{a=5}
5241[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DAMAGE
5242[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:blockmask{m=fire;r=1;oa=true;d=<random.70to100>}
5243[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:BLOCKMASK
5244[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:blockmask{m=obsidian;r=3;d=150}
5245[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:BLOCKMASK
5246[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: ignite{d=100} @PlayersNearOrigin{r=2}
5247[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to IGNITE
5248[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter PlayersNearOrigin{r=2}
5249[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
5250[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: explosion{yield=1.0;fire=false;bd=false}
5251[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EXPLOSION
5252[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Shoot Loaded onTick pointing at null
5253[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded onHit pointing at SpawnHelperTotemMob
5254[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded onEnd pointing at SpawnHelperTotemMob
5255[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:particlering{particle=scrape;points=50;radius=6;amount=1;hs=0.25;vs=0.25} @Origin
5256[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:PARTICLERING
5257[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Origin
5258[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
5259[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=DAMAGE_RESISTANCE;duration=100;level=2} @EntitiesNearOrigin{r=6;target=creatures,players}
5260[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
5261[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter EntitiesNearOrigin{r=6;target=creatures,players}
5262[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
5263[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=REGENERATION;duration=200;level=1} @EntitiesNearOrigin{r=6;target=creatures,players}
5264[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
5265[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter EntitiesNearOrigin{r=6;target=creatures,players}
5266[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
5267[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=SATURATION;duration=200;level=1} @EntitiesNearOrigin{r=6;target=creatures,players}
5268[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
5269[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter EntitiesNearOrigin{r=6;target=creatures,players}
5270[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
5271[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=ABSORPTION;duration=200;level=1} @EntitiesNearOrigin{r=6;target=creatures,players}
5272[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
5273[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter EntitiesNearOrigin{r=6;target=creatures,players}
5274[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
5275[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:particles{particle=flame;amount=2;d=true;s=0.35} @Sphere{radius=5;points=500}
5276[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:PARTICLES
5277[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Sphere{radius=5;points=500}
5278[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
5279[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> FragmentPowerAura
5280[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5281[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: message{m="<#C90000>◆<&sp><gradient:#C90000:#997373>The<&sp>Runes<&sp>Of<&sp>The<&sp>Shard<<&fs>gradient><&sp><#997373>◆<&sp>&fstirs<&cm><&sp>awakening<&sp>an<&sp>ancient<&sp>force<&sp>within<&sp>you."}
5282[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to MESSAGE
5283[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded message skill with message <#C90000>◆ <gradient:#C90000:#997373>The Runes Of The Shard</gradient> <#997373>◆ §fstirs, awakening an ancient force within you.
5284[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=STRENGTH;level=0;duration=<skill.var.AuraDurationStrength>;force=true}
5285[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
5286[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=RESISTANCE;level=0;duration=<skill.var.AuraDurationRes>;force=true}
5287[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
5288[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:particles{particle=reddust;c=#C90000;a=1;hs=0.3;vs=0.4;s=0.05;y=0.5}
5289[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:PARTICLES
5290[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:particles{particle=reddust;c=#000000;a=1;hs=0.3;vs=0.4;s=0.05;y=0.5}
5291[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:PARTICLES
5292[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:particles{particle=reddust;c=#997373;a=1;hs=0.3;vs=0.4;s=0.05;y=0.5}
5293[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:PARTICLES
5294[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:particle{particle=dragon_breath;a=3;hs=0.1;vs=0.1} @origin
5295[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:PARTICLE
5296[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin
5297[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
5298[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:particle{particle=soul;a=1;hs=0.1;vs=0.1} @origin
5299[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:PARTICLE
5300[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin
5301[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
5302[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=particle.soul_escape;sc=VOICE;p=2;v=1;p=0.8} @origin
5303[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
5304[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin
5305[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
5306[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=SoulStrikeMob} @origin{fo=<&da>2}
5307[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
5308[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{fo=<&da>2}
5309[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
5310[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:particle{particle=dragon_breath;a=3;hs=0.1;vs=0.1} @origin
5311[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:PARTICLE
5312[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin
5313[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
5314[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:particle{particle=soul;a=1;hs=0.1;vs=0.1} @origin
5315[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:PARTICLE
5316[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin
5317[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
5318[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=particle.soul_escape;sc=VOICE;p=2;v=1;p=0.8} @origin
5319[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
5320[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin
5321[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
5322[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: damage{a=<random.12to15>;pkb=true;ia=false;element=MAGIC;damagecause=projectile}
5323[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DAMAGE
5324[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:particlesphere{particle=soul;r=0.5;a=50} @origin
5325[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:PARTICLESPHERE
5326[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin
5327[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
5328[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=entity.guardian.attack;sc=VOICE;p=1;v=2} @origin
5329[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
5330[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin
5331[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
5332[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 10
5333[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
5334[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:particlesphere{particle=reddust;c=#220e57;r=2;s=1;a=300} @origin
5335[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:PARTICLESPHERE
5336[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin
5337[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
5338[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: damage{a=<random.9to12>;pkb=true;element=MAGIC;damagecause=projectile} @EntitiesNearOrigin{r=3}
5339[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DAMAGE
5340[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter EntitiesNearOrigin{r=3}
5341[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
5342[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=entity.firework_rocket.large_blast;sc=VOICE;v=3} @origin
5343[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
5344[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin
5345[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
5346[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 20
5347[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
5348[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:particlesphere{particle=dust_color_transition;c=#220e57;r=3;a=500} @origin
5349[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:PARTICLESPHERE
5350[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin
5351[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
5352[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:particlesphere{particle=dust_color_transition;c=#9e1558;r=3;a=500} @origin
5353[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:PARTICLESPHERE
5354[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin
5355[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
5356[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: damage{a=<random.7to10>;pkb=true;element=MAGIC;damagecause=projectile} @EntitiesNearOrigin{r=4}
5357[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DAMAGE
5358[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter EntitiesNearOrigin{r=4}
5359[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
5360[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=entity.dragon_fireball.explode;sc=VOICE;p=1} @origin
5361[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
5362[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin
5363[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
5364[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:particle{particle=dragon_breath;a=3;hs=0.1;vs=0.1} @origin
5365[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:PARTICLE
5366[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin
5367[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
5368[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:particle{particle=soul;a=1;hs=0.1;vs=0.1} @origin
5369[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:PARTICLE
5370[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin
5371[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
5372[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=particle.soul_escape;sc=VOICE;p=2;v=1;p=0.8} @origin
5373[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
5374[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin
5375[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
5376[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=SoulStrikeMob} @origin{fo=<&da>2}
5377[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
5378[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin{fo=<&da>2}
5379[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
5380[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> Throw_Gravity
5381[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5382[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> SetTagTarget
5383[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5384[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> GotTagged
5385[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5386[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> TS_SkillSound
5387[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5388[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> TS_ActionMessage
5389[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5390[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> TS_SmokeBomb
5391[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5392[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> TS_Speed
5393[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5394[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> TS_Vanish
5395[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5396[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> TS_Blindness
5397[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5398[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> SummonSkeletons
5399[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5400[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> SmashAttack
5401[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5402[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> AngrySludgePoison
5403[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5404[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> SK_SmashAttack
5405[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5406[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkillMechanic mechanics -> SK_SummonSkeletons 8,SK_SummonStrongSkeletons 1
5407[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill SK_SummonSkeletons with a weight of 8
5408[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5409[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill SK_SummonStrongSkeletons with a weight of 1
5410[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5411[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkillMechanic mechanics -> [ - speak{cp=<gold>Skeleton King<&co>;m="<&sp><yellow>None<&sp>may<&sp>challenge<&sp>the<&sp>Skeleton<&sp>King!";cooldown=20} ], [ - speak{cp=<gold>Skeleton King<&co>;m="<&sp><yellow>Take<&sp>that<&sp><target.name>!";cooldown=20} ], [ - speak{cp=<gold>Skeleton King<&co>;m="<&sp><yellow>Who<&sp>do<&sp>you<&sp>think<&sp>you<&sp>are??";cooldown=20} ], [ - speak{cp=<gold>Skeleton King<&co>;m="<&sp><yellow>Feel<&sp>my<&sp>wrath<&sp><target.name>!!";cooldown=20} ], [ - speak{cp=<gold>Skeleton King<&co>;m="<&sp><yellow>Are<&sp>you<&sp>even<&sp>trying<&sp><target.name>?!";cooldown=20} ]
5412[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill [ - speak{cp=<gold>Skeleton King<&co>;m="<&sp><yellow>None<&sp>may<&sp>challenge<&sp>the<&sp>Skeleton<&sp>King!";cooldown=20} ] with a weight of 1
5413[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: speak{cp=<gold>Skeleton<&csp>King<&co>;m="<&sp><yellow>None<&sp>may<&sp>challenge<&sp>the<&sp>Skeleton<&sp>King!";cooldown=20}
5414[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SPEAK
5415[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded Speak mechanic with message <yellow>None may challenge the Skeleton King!
5416[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5417[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill [ - speak{cp=<gold>Skeleton King<&co>;m="<&sp><yellow>Take<&sp>that<&sp><target.name>!";cooldown=20} ] with a weight of 1
5418[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: speak{cp=<gold>Skeleton<&csp>King<&co>;m="<&sp><yellow>Take<&sp>that<&sp><target.name>!";cooldown=20}
5419[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SPEAK
5420[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded Speak mechanic with message <yellow>Take that <target.name>!
5421[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5422[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill [ - speak{cp=<gold>Skeleton King<&co>;m="<&sp><yellow>Who<&sp>do<&sp>you<&sp>think<&sp>you<&sp>are??";cooldown=20} ] with a weight of 1
5423[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: speak{cp=<gold>Skeleton<&csp>King<&co>;m="<&sp><yellow>Who<&sp>do<&sp>you<&sp>think<&sp>you<&sp>are??";cooldown=20}
5424[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SPEAK
5425[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded Speak mechanic with message <yellow>Who do you think you are??
5426[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5427[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill [ - speak{cp=<gold>Skeleton King<&co>;m="<&sp><yellow>Feel<&sp>my<&sp>wrath<&sp><target.name>!!";cooldown=20} ] with a weight of 1
5428[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: speak{cp=<gold>Skeleton<&csp>King<&co>;m="<&sp><yellow>Feel<&sp>my<&sp>wrath<&sp><target.name>!!";cooldown=20}
5429[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SPEAK
5430[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded Speak mechanic with message <yellow>Feel my wrath <target.name>!!
5431[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5432[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill [ - speak{cp=<gold>Skeleton King<&co>;m="<&sp><yellow>Are<&sp>you<&sp>even<&sp>trying<&sp><target.name>?!";cooldown=20} ] with a weight of 1
5433[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: speak{cp=<gold>Skeleton<&csp>King<&co>;m="<&sp><yellow>Are<&sp>you<&sp>even<&sp>trying<&sp><target.name>?!";cooldown=20}
5434[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SPEAK
5435[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded Speak mechanic with message <yellow>Are you even trying <target.name>?!
5436[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5437[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkillMechanic mechanics -> SK_Missile_Attack 10,SK_Bide 2
5438[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill SK_Missile_Attack with a weight of 10
5439[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5440[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill SK_Bide with a weight of 2
5441[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5442[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkillMechanic mechanics -> SK_Missile_Attack 10,SK_Bide 3
5443[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill SK_Missile_Attack with a weight of 10
5444[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5445[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill SK_Bide with a weight of 3
5446[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5447[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkillMechanic mechanics -> SK_Missile_Attack 10,SK_Bide 3,SK_SmashAttack 3
5448[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill SK_Missile_Attack with a weight of 10
5449[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5450[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill SK_Bide with a weight of 3
5451[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5452[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill SK_SmashAttack with a weight of 3
5453[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5454[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> RandomGeoPillar
5455[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5456[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> SummonLightningCircles
5457[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5458[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> SummonLightningCircles
5459[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5460[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> SoulFlameShot
5461[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5462[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> GeomancerReinforcements
5463[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5464[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> Geo_Spectral_Sprint
5465[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5466[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> [ - setvar{var=global.bloodmoon-active;val=1;save=true} @self{targetarmorstands=true} - sendtitle{title="&4Bloodmoon<&sp>has<&sp>Started";subtitle="&cGood<&sp>Luck";fi=10;fo=10;d=50} @server - sound{sc=VOICE;sound=entity.ender_dragon.death;v=0.5;p=0.8} @server ]
5467[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setvar{var=global.bloodmoon<&da>active;val=1;save=true} @self{targetarmorstands=true}
5468[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETVAR
5469[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self{targetarmorstands=true}
5470[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
5471[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sendtitle{title="&4Bloodmoon<&sp>has<&sp>Started";subtitle="&cGood<&sp>Luck";fi=10;fo=10;d=50} @server
5472[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SENDTITLE
5473[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter server
5474[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
5475[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{sc=VOICE;sound=entity.ender_dragon.death;v=0.5;p=0.8} @server
5476[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
5477[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter server
5478[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
5479[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5480[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> [ - sendtitle{title="&7You<&sp>have<&sp>survived<&sp>the<&sp>bloodmoon";subtitle="&7Congrats";fi=10;fo=10;d=50} @server - sound{sc=VOICE;sound=ui.toast.challenge_complete;v=0.5;p=1} @server - unsetvar{var=global.bloodmoon-active} @self{taragetarmorstands=true} ]
5481[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sendtitle{title="&7You<&sp>have<&sp>survived<&sp>the<&sp>bloodmoon";subtitle="&7Congrats";fi=10;fo=10;d=50} @server
5482[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SENDTITLE
5483[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter server
5484[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
5485[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{sc=VOICE;sound=ui.toast.challenge_complete;v=0.5;p=1} @server
5486[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
5487[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter server
5488[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
5489[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: unsetvar{var=global.bloodmoon<&da>active} @self{taragetarmorstands=true}
5490[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to UNSETVAR
5491[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self{taragetarmorstands=true}
5492[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
5493[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5494[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> Bloodmoon-Meteor
5495[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5496[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> Summon-MiniBoss
5497[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5498[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> Summon-Boss
5499[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5500[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> Bloodmoon-Lightning
5501[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5502[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> Bloodmoon-Ambient_Sounds
5503[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5504[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> Bloodmoon-Mob_Sounds
5505[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5506[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> [ - command{c="minecraft:time<&sp>set<&sp>night"} - setvar{var=global.bloodmoon-active;val=1;save=true;cd=60} @self{targetarmorstands=true} - sendtitle{title="&4Bloodmoon<&sp>has<&sp>Started";subtitle="&cGood<&sp>Luck";fi=10;fo=10;d=50;cd=60} @server - sound{sc=VOICE;sound=entity.ender_dragon.death;v=0.5;p=0.8;cd=60} @server - summon{type=Bloodmoon-BossBar} @selflocation ]
5507[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: command{c="minecraft:time<&sp>set<&sp>night"}
5508[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to COMMAND
5509[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setvar{var=global.bloodmoon<&da>active;val=1;save=true;cd=60} @self{targetarmorstands=true}
5510[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETVAR
5511[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self{targetarmorstands=true}
5512[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
5513[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sendtitle{title="&4Bloodmoon<&sp>has<&sp>Started";subtitle="&cGood<&sp>Luck";fi=10;fo=10;d=50;cd=60} @server
5514[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SENDTITLE
5515[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter server
5516[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
5517[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{sc=VOICE;sound=entity.ender_dragon.death;v=0.5;p=0.8;cd=60} @server
5518[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
5519[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter server
5520[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
5521[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{type=Bloodmoon<&da>BossBar} @selflocation
5522[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
5523[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter selflocation
5524[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
5525[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5526[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> [ - command{c="minecraft:time<&sp>set<&sp>day"} - sendtitle{title="&7You<&sp>have<&sp>survived<&sp>the<&sp>bloodmoon";subtitle="&7Congrats";fi=10;fo=10;d=50} @server - sound{sc=VOICE;sound=ui.toast.challenge_complete;v=0.5;p=1} @server - unsetvar{var=global.bloodmoon-active} @self{taragetarmorstands=true} ]
5527[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: command{c="minecraft:time<&sp>set<&sp>day"}
5528[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to COMMAND
5529[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sendtitle{title="&7You<&sp>have<&sp>survived<&sp>the<&sp>bloodmoon";subtitle="&7Congrats";fi=10;fo=10;d=50} @server
5530[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SENDTITLE
5531[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter server
5532[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
5533[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{sc=VOICE;sound=ui.toast.challenge_complete;v=0.5;p=1} @server
5534[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
5535[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter server
5536[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
5537[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: unsetvar{var=global.bloodmoon<&da>active} @self{taragetarmorstands=true}
5538[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to UNSETVAR
5539[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self{taragetarmorstands=true}
5540[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
5541[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5542[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> [ - ignite{d=500} - damage{a=5} ]
5543[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: ignite{d=500}
5544[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to IGNITE
5545[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: damage{a=5}
5546[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DAMAGE
5547[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5548[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> [ - ignite{d=500} - damage{a=5} ]
5549[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: ignite{d=500}
5550[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to IGNITE
5551[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: damage{a=5}
5552[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DAMAGE
5553[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5554[23:52:52] [Server thread/ERROR]: [MythicMobs] Badly configured enchantment
5555[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> [ - ignite{d=500} - damage{a=5} ]
5556[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: ignite{d=500}
5557[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to IGNITE
5558[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: damage{a=5}
5559[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DAMAGE
5560[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5561[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> [ - ignite{d=500} - damage{a=5} ]
5562[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: ignite{d=500}
5563[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to IGNITE
5564[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: damage{a=5}
5565[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DAMAGE
5566[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5567[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> [ - ignite{d=500} - damage{a=5} ]
5568[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: ignite{d=500}
5569[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to IGNITE
5570[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: damage{a=5}
5571[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DAMAGE
5572[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5573[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> BM_lightning-spell
5574[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5575[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkillMechanic mechanics -> BM_swap-spell 5,BM_teleport-spell 4,BM_witch-reinforcements 6,BM_blast-spell 6,BM_lightning-spell 5
5576[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill BM_swap-spell with a weight of 5
5577[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5578[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill BM_teleport-spell with a weight of 4
5579[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5580[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill BM_witch-reinforcements with a weight of 6
5581[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5582[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill BM_blast-spell with a weight of 6
5583[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5584[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill BM_lightning-spell with a weight of 5
5585[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5586[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> [ - ignite{d=500} - damage{a=5} ]
5587[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: ignite{d=500}
5588[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to IGNITE
5589[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: damage{a=5}
5590[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DAMAGE
5591[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5592[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> [ - ignite{d=500} - damage{a=5} ]
5593[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: ignite{d=500}
5594[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to IGNITE
5595[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: damage{a=5}
5596[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DAMAGE
5597[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5598[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkillMechanic mechanics -> BM_reinforcements,BM_shadow-attack
5599[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill BM_reinforcements with a weight of 1
5600[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5601[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill BM_shadow-attack with a weight of 1
5602[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5603[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> BM_firewarden-messages
5604[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5605[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> BM_freeze
5606[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5607[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> [ - ignite{d=500} - damage{a=5} ]
5608[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: ignite{d=500}
5609[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to IGNITE
5610[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: damage{a=5}
5611[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DAMAGE
5612[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5613[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> [ - ignite{d=500} - damage{a=5} ]
5614[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: ignite{d=500}
5615[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to IGNITE
5616[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: damage{a=5}
5617[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DAMAGE
5618[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5619[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> BM_fireball
5620[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5621[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> [ - ignite{d=500} - damage{a=10} ]
5622[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: ignite{d=500}
5623[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to IGNITE
5624[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: damage{a=10}
5625[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DAMAGE
5626[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5627[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> BM_summon_minions
5628[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5629[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> [ - ignite{d=500} - damage{a=10} ]
5630[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: ignite{d=500}
5631[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to IGNITE
5632[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: damage{a=10}
5633[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DAMAGE
5634[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5635[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> [ - sudo{setcasterastrigger=true;skill=[ - teleportto{location=@selfLocation{f=3} @trigger } ]} - damage{a=5} - potion{type=DARKNESS;l=1;d=70;i=false;p=false} @PIR{r=10} ]
5636[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sudo{setcasterastrigger=true;skill=[<&csp><&da><&csp>teleportto{location=@selfLocation{f=3}<&csp>@trigger<&csp>}<&csp>]}
5637[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUDO
5638[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: damage{a=5}
5639[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DAMAGE
5640[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=DARKNESS;l=1;d=70;i=false;p=false} @PIR{r=10}
5641[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
5642[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter PIR{r=10}
5643[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
5644[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5645[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> [ - e:p{p=smoke;a=100;vs=2;hs=0.5} - e:p{p=explosion;a=30;vs=2;hs=0.5} - sound{sound=entity.dragon_fireball.explode;v=0.7} - teleport @randomLocationsNearCaster{a=1;r=20} ]
5646[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: e:p{p=smoke;a=100;vs=2;hs=0.5}
5647[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to E:P
5648[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: e:p{p=explosion;a=30;vs=2;hs=0.5}
5649[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to E:P
5650[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{sound=entity.dragon_fireball.explode;v=0.7}
5651[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
5652[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: teleport @randomLocationsNearCaster{a=1;r=20}
5653[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to TELEPORT
5654[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter randomLocationsNearCaster{a=1;r=20}
5655[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
5656[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5657[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> [ - ignite{d=500} - damage{a=10} ]
5658[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: ignite{d=500}
5659[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to IGNITE
5660[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: damage{a=10}
5661[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DAMAGE
5662[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5663[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> [ - ignite{d=500} - damage{a=10} ]
5664[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: ignite{d=500}
5665[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to IGNITE
5666[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: damage{a=10}
5667[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DAMAGE
5668[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5669[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> [ - jump{v=0.9} @self - e:p{p=cloud;hs=1;a=20} ]
5670[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: jump{v=0.9} @self
5671[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to JUMP
5672[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
5673[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
5674[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: e:p{p=cloud;hs=1;a=20}
5675[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to E:P
5676[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5677[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> BM_spawner_beam
5678[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5679[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> BM_ForceField
5680[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5681[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkillMechanic mechanics -> [ - summon{type=BM_Pillar;a=1} @ring{r=5;points=10} ] 25, [ - summon{type=BM_Pillar;a=1} @ring{r=5;points=10;ry=25} ] 25, [ - summon{type=BM_Pillar;a=1} @ring{r=5;points=10;ry=55} ] 25, [ - summon{type=BM_Pillar;a=1} @ring{r=5;points=10;rx=55} ] 35
5682[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill [ - summon{type=BM_Pillar;a=1} @ring{r=5;points=10} ] with a weight of 25
5683[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{type=BM_Pillar;a=1} @ring{r=5;points=10}
5684[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
5685[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter ring{r=5;points=10}
5686[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
5687[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5688[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill [ - summon{type=BM_Pillar;a=1} @ring{r=5;points=10;ry=25} ] with a weight of 25
5689[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{type=BM_Pillar;a=1} @ring{r=5;points=10;ry=25}
5690[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
5691[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter ring{r=5;points=10;ry=25}
5692[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
5693[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5694[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill [ - summon{type=BM_Pillar;a=1} @ring{r=5;points=10;ry=55} ] with a weight of 25
5695[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{type=BM_Pillar;a=1} @ring{r=5;points=10;ry=55}
5696[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
5697[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter ring{r=5;points=10;ry=55}
5698[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
5699[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5700[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill [ - summon{type=BM_Pillar;a=1} @ring{r=5;points=10;rx=55} ] with a weight of 35
5701[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{type=BM_Pillar;a=1} @ring{r=5;points=10;rx=55}
5702[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
5703[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter ring{r=5;points=10;rx=55}
5704[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
5705[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5706[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkillMechanic mechanics -> Summon-reinforced_creeper 4, Summon-baby_booboo 1, Summon-ZombieKnight_Mace 1, Summon-blazing_cube 7, Summon-trained_skeleton 3, Summon-skeleton_soldier 3, Summon-magician 2, Summon-fire_warden 2, Summon-necromancer 2, Summon-inferno_golem 1, Summon-plague_bearer 4, Summon-ShadowAssassin 4, Summon-bloodwolf 4, Summon-frost_revenant 4
5707[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill Summon-reinforced_creeper with a weight of 4
5708[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5709[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill Summon-baby_booboo with a weight of 1
5710[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5711[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill Summon-ZombieKnight_Mace with a weight of 1
5712[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5713[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill Summon-blazing_cube with a weight of 7
5714[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5715[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill Summon-trained_skeleton with a weight of 3
5716[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5717[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill Summon-skeleton_soldier with a weight of 3
5718[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5719[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill Summon-magician with a weight of 2
5720[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5721[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill Summon-fire_warden with a weight of 2
5722[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5723[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill Summon-necromancer with a weight of 2
5724[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5725[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill Summon-inferno_golem with a weight of 1
5726[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5727[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill Summon-plague_bearer with a weight of 4
5728[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5729[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill Summon-ShadowAssassin with a weight of 4
5730[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5731[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill Summon-bloodwolf with a weight of 4
5732[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5733[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill Summon-frost_revenant with a weight of 4
5734[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5735[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> BM_RandomGeoPillar
5736[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5737[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> BM_SummonLightningCircles
5738[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5739[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> BM_SummonLightningCircles
5740[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5741[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> BM_SoulFlameShot
5742[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5743[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> BM_GeomancerReinforcements
5744[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5745[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> BM_Geo_Spectral_Sprint
5746[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5747[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> DB_SmashAttack
5748[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5749[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkillMechanic mechanics -> DB_SummonSkeletons 8,DB_SummonStrongSkeletons 1
5750[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill DB_SummonSkeletons with a weight of 8
5751[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5752[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill DB_SummonStrongSkeletons with a weight of 1
5753[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5754[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> DB_Place_Wither_Rose
5755[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5756[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkillMechanic mechanics -> [ - speak{cp=<gray>Death Bringer<&co>;m="<&sp><gray>None<&sp>may<&sp>challenge<&sp>the<&sp>Death<&sp>Bringer!";cooldown=20} ], [ - speak{cp=<gray>Death Bringer<&co>;m="<&sp><gray>Take<&sp>that<&sp><target.name>!";cooldown=20} ], [ - speak{cp=<gray>Death Bringer<&co>;m="<&sp><gray>Who<&sp>do<&sp>you<&sp>think<&sp>you<&sp>are??";cooldown=20} ], [ - speak{cp=<gray>Death Bringer<&co>;m="<&sp><gray>Feel<&sp>my<&sp>wrath<&sp><target.name>!!";cooldown=20} ], [ - speak{cp=<gray>Death Bringer<&co>;m="<&sp><gray>Are<&sp>you<&sp>even<&sp>trying<&sp><target.name>?!";cooldown=20} ]
5757[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill [ - speak{cp=<gray>Death Bringer<&co>;m="<&sp><gray>None<&sp>may<&sp>challenge<&sp>the<&sp>Death<&sp>Bringer!";cooldown=20} ] with a weight of 1
5758[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: speak{cp=<gray>Death<&csp>Bringer<&co>;m="<&sp><gray>None<&sp>may<&sp>challenge<&sp>the<&sp>Death<&sp>Bringer!";cooldown=20}
5759[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SPEAK
5760[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded Speak mechanic with message <gray>None may challenge the Death Bringer!
5761[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5762[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill [ - speak{cp=<gray>Death Bringer<&co>;m="<&sp><gray>Take<&sp>that<&sp><target.name>!";cooldown=20} ] with a weight of 1
5763[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: speak{cp=<gray>Death<&csp>Bringer<&co>;m="<&sp><gray>Take<&sp>that<&sp><target.name>!";cooldown=20}
5764[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SPEAK
5765[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded Speak mechanic with message <gray>Take that <target.name>!
5766[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5767[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill [ - speak{cp=<gray>Death Bringer<&co>;m="<&sp><gray>Who<&sp>do<&sp>you<&sp>think<&sp>you<&sp>are??";cooldown=20} ] with a weight of 1
5768[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: speak{cp=<gray>Death<&csp>Bringer<&co>;m="<&sp><gray>Who<&sp>do<&sp>you<&sp>think<&sp>you<&sp>are??";cooldown=20}
5769[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SPEAK
5770[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded Speak mechanic with message <gray>Who do you think you are??
5771[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5772[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill [ - speak{cp=<gray>Death Bringer<&co>;m="<&sp><gray>Feel<&sp>my<&sp>wrath<&sp><target.name>!!";cooldown=20} ] with a weight of 1
5773[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: speak{cp=<gray>Death<&csp>Bringer<&co>;m="<&sp><gray>Feel<&sp>my<&sp>wrath<&sp><target.name>!!";cooldown=20}
5774[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SPEAK
5775[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded Speak mechanic with message <gray>Feel my wrath <target.name>!!
5776[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5777[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill [ - speak{cp=<gray>Death Bringer<&co>;m="<&sp><gray>Are<&sp>you<&sp>even<&sp>trying<&sp><target.name>?!";cooldown=20} ] with a weight of 1
5778[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: speak{cp=<gray>Death<&csp>Bringer<&co>;m="<&sp><gray>Are<&sp>you<&sp>even<&sp>trying<&sp><target.name>?!";cooldown=20}
5779[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SPEAK
5780[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded Speak mechanic with message <gray>Are you even trying <target.name>?!
5781[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5782[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkillMechanic mechanics -> DB_Missile_Attack 10,DB_Bide 2
5783[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill DB_Missile_Attack with a weight of 10
5784[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5785[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill DB_Bide with a weight of 2
5786[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5787[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> [ - fakelightning - damage{a=5;ignorearmor=true;pi=true;preventknockback=true} ]
5788[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: fakelightning
5789[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to FAKELIGHTNING
5790[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: damage{a=5;ignorearmor=true;pi=true;preventknockback=true}
5791[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DAMAGE
5792[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5793[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: message{m=hello} @world{targetself=true}
5794[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to MESSAGE
5795[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter world{targetself=true}
5796[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
5797[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loaded message skill with message hello
5798[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> bgmusic
5799[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5800[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> bgmusic
5801[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5802[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> endbgmusic
5803[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5804[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> setHPPerPlayer
5805[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5806[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> mob:xd:change
5807[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5808[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> TrackKills
5809[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5810[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> [ - potion{t=INVISIBILITY;d=72000;l=1} - ignite{ticks=72000} - potion{t=FIRE_RESISTANCE;d=72000;1=1} ]
5811[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{t=INVISIBILITY;d=72000;l=1}
5812[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
5813[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: ignite{ticks=72000}
5814[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to IGNITE
5815[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{t=FIRE_RESISTANCE;d=72000;1=1}
5816[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
5817[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5818[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> MurkspawnExplode
5819[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5820[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> LavaEruption
5821[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5822[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> [ - setblock{m=COBWEB;sync=true} @blocksnearorigin{r=1;blocktypes=AIR;radiusy=1;noair=false} - delay 150 - setblock{m=AIR;sync=true} @blocksnearorigin{r=1;blocktypes=COBWEB;radiusy=1} ]
5823[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=COBWEB;sync=true} @blocksnearorigin{r=1;blocktypes=AIR;radiusy=1;noair=false}
5824[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
5825[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter blocksnearorigin{r=1;blocktypes=AIR;radiusy=1;noair=false}
5826[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
5827[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 150
5828[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
5829[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setblock{m=AIR;sync=true} @blocksnearorigin{r=1;blocktypes=COBWEB;radiusy=1}
5830[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETBLOCK
5831[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter blocksnearorigin{r=1;blocktypes=COBWEB;radiusy=1}
5832[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
5833[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5834[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> SoulStrike
5835[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5836[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> HelperTotem
5837[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5838[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> RandomGeoPillar
5839[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5840[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> SummonLightningCircles
5841[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5842[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> SummonLightningCircles
5843[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5844[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> SoulFlameShot
5845[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5846[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> GeomancerReinforcements
5847[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5848[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> GeoSpawn
5849[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5850[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> GeoDisengage
5851[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5852[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> GeomancerReinforcements
5853[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5854[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> LightningSelf
5855[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5856[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> GeomancerPillar-Explode
5857[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5858[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> GeomancerPillar
5859[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5860[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> SoulFlameShot
5861[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5862[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> [ - jump{v=0.9} @self - e:p{p=cloud;hs=1;a=20} ]
5863[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: jump{v=0.9} @self
5864[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to JUMP
5865[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
5866[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
5867[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: e:p{p=cloud;hs=1;a=20}
5868[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to E:P
5869[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5870[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> LightningSelf
5871[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5872[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> BM_Pillar
5873[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5874[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> BM_RandomGeoPillar
5875[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5876[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> BM_SummonLightningCircles
5877[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5878[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> BM_SummonLightningCircles
5879[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5880[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> BM_SoulFlameShot
5881[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5882[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> BM_GeomancerReinforcements
5883[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5884[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> BM_GeoSpawn
5885[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5886[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> BM_GeoDisengage
5887[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5888[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> BM_GeomancerReinforcements
5889[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5890[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> BM_LightningSelf
5891[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5892[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> BM_GeomancerPillar-Explode
5893[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5894[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> BM_GeomancerPillar
5895[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5896[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> BM_SoulFlameShot
5897[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5898[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> [ - jump{v=0.9} @self - e:p{p=cloud;hs=1;a=20} ]
5899[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: jump{v=0.9} @self
5900[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to JUMP
5901[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
5902[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
5903[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: e:p{p=cloud;hs=1;a=20}
5904[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to E:P
5905[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5906[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> BM_LightningSelf
5907[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5908[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> [ - potion{t=INVISIBILITY;d=72000;l=1} - ignite{ticks=72000} - potion{t=FIRE_RESISTANCE;d=72000;1=1} ]
5909[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{t=INVISIBILITY;d=72000;l=1}
5910[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
5911[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: ignite{ticks=72000}
5912[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to IGNITE
5913[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{t=FIRE_RESISTANCE;d=72000;1=1}
5914[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
5915[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5916[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkillMechanic mechanics -> SpawnMurkspawn 5,SpawnScreamer 1
5917[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill SpawnMurkspawn with a weight of 5
5918[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5919[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill SpawnScreamer with a weight of 1
5920[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5921[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkillMechanic mechanics -> BlazeonFireProjectile 8, BlazeonSmokeProjectile 8, BlazeonMeteorAttack 6, SummonVortex 5, BlazeonEruptionAttack 5, BlazeonBlazingRush 5
5922[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill BlazeonFireProjectile with a weight of 8
5923[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5924[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill BlazeonSmokeProjectile with a weight of 8
5925[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5926[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill BlazeonMeteorAttack with a weight of 6
5927[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5928[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill SummonVortex with a weight of 5
5929[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5930[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill BlazeonEruptionAttack with a weight of 5
5931[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5932[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill BlazeonBlazingRush with a weight of 5
5933[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5934[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> SaveBlazeonLocation
5935[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5936[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> [ - potion{t=INVISIBILITY;d=72000;l=1} - ignite{ticks=72000} - potion{t=FIRE_RESISTANCE;d=72000;1=1} ]
5937[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{t=INVISIBILITY;d=72000;l=1}
5938[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
5939[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: ignite{ticks=72000}
5940[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to IGNITE
5941[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{t=FIRE_RESISTANCE;d=72000;1=1}
5942[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
5943[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5944[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkillMechanic mechanics -> SpawnMurkspawn 5,SpawnScreamer 1
5945[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill SpawnMurkspawn with a weight of 5
5946[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5947[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill SpawnScreamer with a weight of 1
5948[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5949[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkillMechanic mechanics -> BlazeonFireProjectile 8, BlazeonSmokeProjectile 8, BlazeonMeteorAttack 6, SummonVortex 5, BlazeonEruptionAttack 5, BlazeonBlazingRush 5
5950[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill BlazeonFireProjectile with a weight of 8
5951[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5952[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill BlazeonSmokeProjectile with a weight of 8
5953[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5954[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill BlazeonMeteorAttack with a weight of 6
5955[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5956[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill SummonVortex with a weight of 5
5957[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5958[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill BlazeonEruptionAttack with a weight of 5
5959[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5960[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill BlazeonBlazingRush with a weight of 5
5961[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5962[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Doing second pass on 69 skills.
5963[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> SK_Projectile
5964[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5965[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> SK_Projectile
5966[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5967[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> SK_Missile
5968[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5969[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> Geo_Spectral_Vanish
5970[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5971[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> VoodooAura
5972[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5973[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> BM-Mob_Sounds-HeartBeat1
5974[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5975[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> BM-Mob_Sounds-HeartBeat2
5976[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5977[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> BM-Mob_Sounds-HeartBeat1
5978[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5979[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> BM-Mob_Sounds-HeartBeat2
5980[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5981[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> BM_Geo_Spectral_Vanish
5982[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5983[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> BM_VoodooAura
5984[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5985[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> DB_Projectile
5986[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5987[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> DB_Projectile
5988[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5989[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> DB_Missile
5990[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5991[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> endbgmusic
5992[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5993[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> BlazeonEruptionProjectile
5994[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
5995[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> [ - teleportto{location=@selfLocation{f=3} @trigger } ]
5996[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: teleportto{location=@selfLocation{f=3}<&csp>@trigger<&csp>}
5997[23:52:52] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to TELEPORTTO
5998[23:52:52] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter selfLocation{f=3} @trigger
5999[23:52:52] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6000[23:52:52] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
6001[23:52:52] [Server thread/INFO]: [MythicMobs] ✓ Loaded 93 mobs.
6002[23:52:52] [Server thread/INFO]: [MythicMobs] ✓ Loaded 3 vanilla mob overrides.
6003[23:52:52] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob stacks.
6004[23:52:52] [Server thread/INFO]: [MythicMobs] ✓ Loaded 203 skills.
6005[23:52:52] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 random spawns.
6006[23:52:52] [Server thread/INFO]: [MythicMobs] ✓ Loaded 86 mythic items.
6007[23:52:52] [Server thread/INFO]: [MythicMobs] ✓ Loaded 12 drop tables.
6008[23:52:52] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob spawners.
6009[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Annotation not found for io.lumine.mythiccrucible.skills.placeholders.all.EquippedItemNBTPlaceholder
6010[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Annotation not found for io.lumine.mythiccrucible.skills.placeholders.all.ItemNBTPlaceholder
6011[23:52:52] [Server thread/INFO]: [MythicMobs] [i] Annotation not found for io.lumine.mythiccrucible.skills.placeholders.all.ItemTriggerPlaceholder
6012[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: lightning{d=1;cd=3} @targetlocation{maxdistance=15} ~onUse
6013[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: lightning{d=1;cd=3} @targetlocation{maxdistance=15} ~onUse
6014[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to LIGHTNING
6015[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation{maxdistance=15}
6016[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6017[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onUse
6018[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6019[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6020[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{s=[ - e:ender @selflocation - sound{sound=entity.enderman.teleport;v=0.5;p=1.5} @self - propel{v=3} @selflocation{fo=-3} - delay 7 - e:ender @selflocation - sound{sound=entity.enderman.teleport;v=0.5;p=1.5} @self ];cd=4} @target ~onSwing ?crouching
6021[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{s=[<&csp><&da><&csp>e:ender<&csp>@selflocation<&csp><&da><&csp>sound{sound=entity.enderman.teleport;v=0.5;p=1.5}<&csp>@self<&csp><&da><&csp>propel{v=3}<&csp>@selflocation{fo=<&da>3}<&csp><&da><&csp>delay<&csp>7<&csp><&da><&csp>e:ender<&csp>@selflocation<&csp><&da><&csp>sound{sound=entity.enderman.teleport;v=0.5;p=1.5}<&csp>@self<&csp>];cd=4} @target ~onSwing ?crouching
6022[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
6023[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter target
6024[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6025[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSwing
6026[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition crouching
6027[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6028[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6029[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{sync=true;s=[ - cancelevent @self - am{msg="<dark_red>CRIT!"} @self - e:p{p=trial_spawner_detection;a=15;hs=0.1;vs=0.6} - damage{a="<skill.var.damage-amount> * 2"} ]} @trigger ~onAttack 0.5
6030[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{sync=true;s=[<&csp><&da><&csp>cancelevent<&csp>@self<&csp><&da><&csp>am{msg="<dark_red>CRIT!"}<&csp>@self<&csp><&da><&csp>e:p{p=trial_spawner_detection;a=15;hs=0.1;vs=0.6}<&csp><&da><&csp>damage{a="<skill.var.damage<&da>amount><&sp>*<&sp>2"}<&csp>]} @trigger ~onAttack 0.5
6031[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
6032[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter trigger
6033[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6034[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onAttack
6035[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6036[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6037[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{s=[ - potion{type=RESISTANCE;l=1;d=400} @self - am{msg="<dark_red>Your blade shields you from harm."} @self ];cd=30} ~onUse ?crouching
6038[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{s=[<&csp><&da><&csp>potion{type=RESISTANCE;l=1;d=400}<&csp>@self<&csp><&da><&csp>am{msg="<dark_red>Your<&sp>blade<&sp>shields<&sp>you<&sp>from<&sp>harm."}<&csp>@self<&csp>];cd=30} ~onUse ?crouching
6039[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
6040[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onUse
6041[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition crouching
6042[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6043[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6044[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: shoot{type=enderpearl;velocity=0.8;damage=1;duration=400;i=1;maxDistance=256} @targetlocation ~onShoot
6045[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: shoot{type=enderpearl;velocity=0.8;damage=1;duration=400;i=1;maxDistance=256} @targetlocation ~onShoot
6046[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SHOOT
6047[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation
6048[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6049[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onShoot
6050[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6051[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6052[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: cancelevent{sync=true} @self ~onShoot
6053[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: cancelevent{sync=true} @self ~onShoot
6054[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to CANCELEVENT
6055[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
6056[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6057[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onShoot
6058[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6059[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6060[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: lightning{d=2} @Trigger ~onDamaged 0.25
6061[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: lightning{d=2} @Trigger ~onDamaged 0.25
6062[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to LIGHTNING
6063[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Trigger
6064[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6065[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onDamaged
6066[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6067[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6068[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:BM_VoodooDoll @Target ~onSwing
6069[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:BM_VoodooDoll @Target ~onSwing
6070[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:BM_VOODOODOLL
6071[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Target
6072[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6073[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSwing
6074[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6075[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6076[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: potion{type=wither;l=0;d=20;force=true;cd=2} @self ~onTimer:20 ?hasPotionEffect{type=WITHER;d=21-9999}
6077[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=wither;l=0;d=20;force=true;cd=2} @self ~onTimer:20 ?hasPotionEffect{type=WITHER;d=21<&da>9999}
6078[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
6079[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
6080[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6081[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:20
6082[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition hasPotionEffect{type=WITHER;d=21<&da>9999}
6083[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6084[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is Timer. Assigning skill to Timer...
6085[23:52:53] [Server thread/INFO]: [MythicMobs] |----- AbstractSkill set on timer with interval 20
6086[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: potion{type=WITHER;l=1;d=60} @entitiesInRadius{r=3;ignore=animal,villager} ~onTimer:20
6087[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=WITHER;l=1;d=60} @entitiesInRadius{r=3;ignore=animal,villager} ~onTimer:20
6088[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
6089[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter entitiesInRadius{r=3;ignore=animal,villager}
6090[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6091[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:20
6092[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6093[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is Timer. Assigning skill to Timer...
6094[23:52:53] [Server thread/INFO]: [MythicMobs] |----- AbstractSkill set on timer with interval 20
6095[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: updatelore{} @self ~onHold
6096[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: updatelore{} @self ~onHold
6097[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to UPDATELORE
6098[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
6099[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6100[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onHold
6101[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading CustomMechanic with name UPDATELORE
6102[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6103[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6104[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: cancelevent{sync=true} @Self ~onAttack
6105[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: cancelevent{sync=true} @Self ~onAttack
6106[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to CANCELEVENT
6107[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
6108[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6109[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onAttack
6110[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6111[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6112[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: heal{a=1} @trigger ~onAttack
6113[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: heal{a=1} @trigger ~onAttack
6114[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to HEAL
6115[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter trigger
6116[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6117[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onAttack
6118[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6119[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6120[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:Throw_Gravity @self ~onSwing
6121[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:Throw_Gravity @self ~onSwing
6122[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:THROW_GRAVITY
6123[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
6124[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6125[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSwing
6126[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6127[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6128[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: explosion{y=2;bd=true;fire=true;delay=2} @self ~onConsume
6129[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: explosion{y=2;bd=true;fire=true;delay=2} @self ~onConsume
6130[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EXPLOSION
6131[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
6132[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6133[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onConsume
6134[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6135[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6136[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{s=[ - explode{yield=2;bd=false;fire=false} @selflocation - damage{a=15} @entitiesInRadius{r=4} - am{msg="<dark_red>The axe unleashes a devastating strike!"} @self - potion{type=STRENGTH;l=2;d=300} @self - potion{type=SLOWNESS;l=0;d=300} @self ];cd=30} ~onUse ?varisset{var=global.bloodmoon-active}
6137[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{s=[<&csp><&da><&csp>explode{yield=2;bd=false;fire=false}<&csp>@selflocation<&csp><&da><&csp>damage{a=15}<&csp>@entitiesInRadius{r=4}<&csp><&da><&csp>am{msg="<dark_red>The<&sp>axe<&sp>unleashes<&sp>a<&sp>devastating<&sp>strike!"}<&csp>@self<&csp><&da><&csp>potion{type=STRENGTH;l=2;d=300}<&csp>@self<&csp><&da><&csp>potion{type=SLOWNESS;l=0;d=300}<&csp>@self<&csp>];cd=30} ~onUse ?varisset{var=global.bloodmoon<&da>active}
6138[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
6139[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onUse
6140[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varisset{var=global.bloodmoon<&da>active}
6141[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6142[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6143[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: randomskill{skills= [ potion{type=ABSORPTION;l=0;d=3600} ], [ potion{type=BAD_OMEN;l=0;d=3600} ], [ potion{type=BLINDNESS;l=0;d=3600} ], [ potion{type=CONDUIT_POWER;l=0;d=3600} ], [ potion{type=DARKNESS;l=0;d=3600} ], [ potion{type=DOLPHINS_GRACE;l=0;d=3600} ], [ potion{type=FIRE_RESISTANCE;l=0;d=3600} ], [ potion{type=GLOWING;l=0;d=3600} ], [ potion{type=HASTE;l=0;d=3600} ], [ potion{type=HEALTH_BOOST;l=0;d=3600} ], [ potion{type=HERO_OF_THE_VILLAGE;l=0;d=3600} ], [ potion{type=HUNGER;l=0;d=3600} ], [ potion{type=INFESTED;l=0;d=3600} ], [ potion{type=INVISIBILITY;l=0;d=3600} ], [ potion{type=JUMP_BOOST;l=0;d=3600} ], [ potion{type=LEVITATION;l=0;d=3600} ], [ potion{type=LUCK;l=0;d=3600} ], [ potion{type=MINING_FATIGUE;l=0;d=3600} ], [ potion{type=NAUSEA;l=0;d=3600} ], [ potion{type=NIGHT_VISION;l=0;d=3600} ], [ potion{type=OOZING;l=0;d=3600} ], [ potion{type=POISON;l=0;d=3600} ], [ potion{type=RAID_OMEN;l=0;d=3600} ], [ potion{type=REGENERATION;l=0;d=3600} ], [ potion{type=RESISTANCE;l=0;d=3600} ], [ potion{type=SATURATION;l=0;d=3600} ], [ potion{type=SLOW_FALLING;l=0;d=3600} ], [ potion{type=SLOWNESS;l=0;d=3600} ], [ potion{type=SPEED;l=0;d=3600} ], [ potion{type=STRENGTH;l=0;d=3600} ], [ potion{type=TRIAL_OMEN;l=0;d=3600} ], [ potion{type=UNLUCK;l=0;d=3600} ], [ potion{type=WATER_BREATHING;l=0;d=3600} ], [ potion{type=WEAKNESS;l=0;d=3600} ], [ potion{type=WEAVING;l=0;d=3600} ], [ potion{type=WIND_CHARGED;l=0;d=3600} ], [ potion{type=WITHER;l=0;d=3600} ] } @self ~onConsume
6144[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: randomskill{skills=<&csp>[<&csp>potion{type=ABSORPTION;l=0;d=3600}<&csp>],<&csp>[<&csp>potion{type=BAD_OMEN;l=0;d=3600}<&csp>],<&csp>[<&csp>potion{type=BLINDNESS;l=0;d=3600}<&csp>],<&csp>[<&csp>potion{type=CONDUIT_POWER;l=0;d=3600}<&csp>],<&csp>[<&csp>potion{type=DARKNESS;l=0;d=3600}<&csp>],<&csp>[<&csp>potion{type=DOLPHINS_GRACE;l=0;d=3600}<&csp>],<&csp>[<&csp>potion{type=FIRE_RESISTANCE;l=0;d=3600}<&csp>],<&csp>[<&csp>potion{type=GLOWING;l=0;d=3600}<&csp>],<&csp>[<&csp>potion{type=HASTE;l=0;d=3600}<&csp>],<&csp>[<&csp>potion{type=HEALTH_BOOST;l=0;d=3600}<&csp>],<&csp>[<&csp>potion{type=HERO_OF_THE_VILLAGE;l=0;d=3600}<&csp>],<&csp>[<&csp>potion{type=HUNGER;l=0;d=3600}<&csp>],<&csp>[<&csp>potion{type=INFESTED;l=0;d=3600}<&csp>],<&csp>[<&csp>potion{type=INVISIBILITY;l=0;d=3600}<&csp>],<&csp>[<&csp>potion{type=JUMP_BOOST;l=0;d=3600}<&csp>],<&csp>[<&csp>potion{type=LEVITATION;l=0;d=3600}<&csp>],<&csp>[<&csp>potion{type=LUCK;l=0;d=3600}<&csp>],<&csp>[<&csp>potion{type=MINING_FATIGUE;l=0;d=3600}<&csp>],<&csp>[<&csp>potion{type=NAUSEA;l=0;d=3600}<&csp>],<&csp>[<&csp>potion{type=NIGHT_VISION;l=0;d=3600}<&csp>],<&csp>[<&csp>potion{type=OOZING;l=0;d=3600}<&csp>],<&csp>[<&csp>potion{type=POISON;l=0;d=3600}<&csp>],<&csp>[<&csp>potion{type=RAID_OMEN;l=0;d=3600}<&csp>],<&csp>[<&csp>potion{type=REGENERATION;l=0;d=3600}<&csp>],<&csp>[<&csp>potion{type=RESISTANCE;l=0;d=3600}<&csp>],<&csp>[<&csp>potion{type=SATURATION;l=0;d=3600}<&csp>],<&csp>[<&csp>potion{type=SLOW_FALLING;l=0;d=3600}<&csp>],<&csp>[<&csp>potion{type=SLOWNESS;l=0;d=3600}<&csp>],<&csp>[<&csp>potion{type=SPEED;l=0;d=3600}<&csp>],<&csp>[<&csp>potion{type=STRENGTH;l=0;d=3600}<&csp>],<&csp>[<&csp>potion{type=TRIAL_OMEN;l=0;d=3600}<&csp>],<&csp>[<&csp>potion{type=UNLUCK;l=0;d=3600}<&csp>],<&csp>[<&csp>potion{type=WATER_BREATHING;l=0;d=3600}<&csp>],<&csp>[<&csp>potion{type=WEAKNESS;l=0;d=3600}<&csp>],<&csp>[<&csp>potion{type=WEAVING;l=0;d=3600}<&csp>],<&csp>[<&csp>potion{type=WIND_CHARGED;l=0;d=3600}<&csp>],<&csp>[<&csp>potion{type=WITHER;l=0;d=3600}<&csp>]<&csp>} @self ~onConsume
6145[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to RANDOMSKILL
6146[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
6147[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6148[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onConsume
6149[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6150[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6151[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: explosion{y=2;bd=true;fire=true;delay=2} @self ~onConsume
6152[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: explosion{y=2;bd=true;fire=true;delay=2} @self ~onConsume
6153[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EXPLOSION
6154[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
6155[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6156[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onConsume
6157[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6158[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6159[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: feed{a=4;saturation=4} @self ~onConsume
6160[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: feed{a=4;saturation=4} @self ~onConsume
6161[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to FEED
6162[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
6163[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6164[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onConsume
6165[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6166[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6167[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{s=BM_SummonLightningCircles_Item} @self ~onUse
6168[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{s=BM_SummonLightningCircles_Item} @self ~onUse
6169[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
6170[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
6171[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6172[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onUse
6173[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6174[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6175[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{s=BM_RandomGeoPillar_Item} @self ~onSwing
6176[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{s=BM_RandomGeoPillar_Item} @self ~onSwing
6177[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
6178[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
6179[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6180[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSwing
6181[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6182[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6183[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: updatelore{} @self ~onHold
6184[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: updatelore{} @self ~onHold
6185[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to UPDATELORE
6186[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
6187[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6188[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onHold
6189[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading CustomMechanic with name UPDATELORE
6190[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6191[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6192[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{cd=1;s=[ - setmaterialcooldown{material=sugar;d=20} - potion{type=INVISIBILITY;l=1;d=600} - potion{type=SPEED;l=2;d=600} - takeitem{i=HalloweenCandy5;a=1} ]} @self ~onUse
6193[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{cd=1;s=[<&csp><&da><&csp>setmaterialcooldown{material=sugar;d=20}<&csp><&da><&csp>potion{type=INVISIBILITY;l=1;d=600}<&csp><&da><&csp>potion{type=SPEED;l=2;d=600}<&csp><&da><&csp>takeitem{i=HalloweenCandy5;a=1}<&csp>]} @self ~onUse
6194[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
6195[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
6196[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6197[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onUse
6198[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6199[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6200[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{cd=10000;s=[ - message{m="<i><gray>Whoa, dizzy from too much sugar!"} - potion{type=BLINDNESS;l=1;d=200} ]} @self ~onUse 0.01
6201[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{cd=10000;s=[<&csp><&da><&csp>message{m="<i><gray>Whoa<&cm><&sp>dizzy<&sp>from<&sp>too<&sp>much<&sp>sugar!"}<&csp><&da><&csp>potion{type=BLINDNESS;l=1;d=200}<&csp>]} @self ~onUse 0.01
6202[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
6203[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
6204[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6205[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onUse
6206[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6207[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6208[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{s=SummonLightningCircles_Item} @self ~onUse
6209[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{s=SummonLightningCircles_Item} @self ~onUse
6210[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
6211[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
6212[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6213[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onUse
6214[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6215[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6216[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{s=RandomGeoPillar_Item} @self ~onSwing
6217[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{s=RandomGeoPillar_Item} @self ~onSwing
6218[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
6219[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
6220[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6221[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSwing
6222[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6223[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6224[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: updatelore{} @self ~onHold
6225[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: updatelore{} @self ~onHold
6226[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to UPDATELORE
6227[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
6228[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6229[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onHold
6230[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading CustomMechanic with name UPDATELORE
6231[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6232[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6233[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{cd=1;s=[ - setmaterialcooldown{material=cookie;d=20} - potion{type=FIRE_RESISTANCE;l=1;d=600} - potion{type=ABSORPTION;l=1;d=600} ]} @self ~onConsume
6234[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{cd=1;s=[<&csp><&da><&csp>setmaterialcooldown{material=cookie;d=20}<&csp><&da><&csp>potion{type=FIRE_RESISTANCE;l=1;d=600}<&csp><&da><&csp>potion{type=ABSORPTION;l=1;d=600}<&csp>]} @self ~onConsume
6235[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
6236[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
6237[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6238[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onConsume
6239[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6240[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6241[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{cd=10000;s=[ - message{m="<i><gray>This one tastes...off..."} - potion{type=POISON;l=1;d=300} - damage{a=2} ]} @self ~onConsume 0.03
6242[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{cd=10000;s=[<&csp><&da><&csp>message{m="<i><gray>This<&sp>one<&sp>tastes...off..."}<&csp><&da><&csp>potion{type=POISON;l=1;d=300}<&csp><&da><&csp>damage{a=2}<&csp>]} @self ~onConsume 0.03
6243[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
6244[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
6245[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6246[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onConsume
6247[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6248[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6249[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{cd=10;s=[ - sendactionmessage{m="<#D2365C>Healed 5<dark_red>❤"} - heal{a=10;delay=2} ]} @self ~onHold ?health{h=>19}
6250[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{cd=10;s=[<&csp><&da><&csp>sendactionmessage{m="<#D2365C>Healed<&sp>5<dark_red>❤"}<&csp><&da><&csp>heal{a=10;delay=2}<&csp>]} @self ~onHold ?health{h=>19}
6251[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
6252[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
6253[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6254[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onHold
6255[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition health{h=>19}
6256[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6257[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6258[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:SK_Projectile @target ~onAttack 0.3
6259[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:SK_Projectile @target ~onAttack 0.3
6260[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:SK_PROJECTILE
6261[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter target
6262[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6263[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onAttack
6264[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6265[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6266[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: giveitem{i=UnlimitedWindCharge;a=1} @self ~onUse ?!materialCooldown{material=WIND_CHARGE} ?!lookingat{b=chest} ?!lookingat{b=barrel} ?!lookingat{b=shulker_box} ?!lookingat{b=ender_chest} ?!lookingat{b=furnace} ?!lookingat{b=blast_furnace} ?!lookingat{b=smoker} ?!lookingat{b=enchanting_table}
6267[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: giveitem{i=UnlimitedWindCharge;a=1} @self ~onUse ?!materialCooldown{material=WIND_CHARGE} ?!lookingat{b=chest} ?!lookingat{b=barrel} ?!lookingat{b=shulker_box} ?!lookingat{b=ender_chest} ?!lookingat{b=furnace} ?!lookingat{b=blast_furnace} ?!lookingat{b=smoker} ?!lookingat{b=enchanting_table}
6268[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to GIVEITEM
6269[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
6270[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6271[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onUse
6272[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition materialCooldown{material=WIND_CHARGE}
6273[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition lookingat{b=chest}
6274[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition lookingat{b=barrel}
6275[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition lookingat{b=shulker_box}
6276[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition lookingat{b=ender_chest}
6277[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition lookingat{b=furnace}
6278[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition lookingat{b=blast_furnace}
6279[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition lookingat{b=smoker}
6280[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition lookingat{b=enchanting_table}
6281[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6282[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6283[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:TagTransfer @self ~onAttack ?!damagecause{cause=THORNS}
6284[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:TagTransfer @self ~onAttack ?!damagecause{cause=THORNS}
6285[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:TAGTRANSFER
6286[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
6287[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6288[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onAttack
6289[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition damagecause{cause=THORNS}
6290[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6291[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6292[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:TagTransfer @self ~onInteract
6293[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:TagTransfer @self ~onInteract
6294[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:TAGTRANSFER
6295[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
6296[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6297[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onInteract
6298[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6299[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6300[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:TS_UseSkill @self ~onPressf
6301[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:TS_UseSkill @self ~onPressf
6302[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:TS_USESKILL
6303[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
6304[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6305[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onPressf
6306[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6307[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6308[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: cancelevent{sync=true} @self ~onPressf
6309[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: cancelevent{sync=true} @self ~onPressf
6310[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to CANCELEVENT
6311[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
6312[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6313[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onPressf
6314[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6315[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6316[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:TS_SkillUp @self ~onUse
6317[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:TS_SkillUp @self ~onUse
6318[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:TS_SKILLUP
6319[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
6320[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6321[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onUse
6322[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6323[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6324[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:TS_SkillDown @self ~onSwing
6325[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:TS_SkillDown @self ~onSwing
6326[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:TS_SKILLDOWN
6327[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
6328[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6329[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSwing
6330[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6331[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6332[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:TS_Swap_Effect @self ~onUse ?crouching
6333[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:TS_Swap_Effect @self ~onUse ?crouching
6334[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:TS_SWAP_EFFECT
6335[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
6336[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6337[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onUse
6338[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition crouching
6339[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6340[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6341[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:TS_Swap_Effect @self ~onSwing ?crouching
6342[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:TS_Swap_Effect @self ~onSwing ?crouching
6343[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:TS_SWAP_EFFECT
6344[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
6345[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6346[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSwing
6347[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition crouching
6348[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6349[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6350[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:TS_ActionMessage @self ~onHold
6351[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:TS_ActionMessage @self ~onHold
6352[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:TS_ACTIONMESSAGE
6353[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
6354[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6355[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onHold
6356[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6357[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6358[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{cd=1;s=[ - setmaterialcooldown{material=honey_bottle;d=20} - potion{type=LUCK;l=1;d=600} - potion{type=HEALTH_BOOST;l=1;d=600} ]} @self ~onConsume
6359[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{cd=1;s=[<&csp><&da><&csp>setmaterialcooldown{material=honey_bottle;d=20}<&csp><&da><&csp>potion{type=LUCK;l=1;d=600}<&csp><&da><&csp>potion{type=HEALTH_BOOST;l=1;d=600}<&csp>]} @self ~onConsume
6360[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
6361[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
6362[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6363[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onConsume
6364[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6365[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6366[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{cd=10000;s=[ - message{m="<i><gray>Oh no, feeling a bit sticky..."} - potion{type=SLOWNESS;l=2;d=300} - potion{type=NAUSEA;l=1;d=300} ]} @self ~onConsume 0.02
6367[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{cd=10000;s=[<&csp><&da><&csp>message{m="<i><gray>Oh<&sp>no<&cm><&sp>feeling<&sp>a<&sp>bit<&sp>sticky..."}<&csp><&da><&csp>potion{type=SLOWNESS;l=2;d=300}<&csp><&da><&csp>potion{type=NAUSEA;l=1;d=300}<&csp>]} @self ~onConsume 0.02
6368[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
6369[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
6370[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6371[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onConsume
6372[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6373[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6374[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: potion{type=WITHER;l=1;d=80} @trigger ~onBowHit 0.3
6375[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=WITHER;l=1;d=80} @trigger ~onBowHit 0.3
6376[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
6377[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter trigger
6378[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6379[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onBowHit
6380[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6381[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6382[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{cd=1;s=[ - setmaterialcooldown{material=glistering_melon_slice;d=20} - potion{type=saturation;l=0;d=100} - potion{type=regeneration;l=1;d=600} - takeitem{i=HalloweenCandy2;a=1} ]} @self ~onUse
6383[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{cd=1;s=[<&csp><&da><&csp>setmaterialcooldown{material=glistering_melon_slice;d=20}<&csp><&da><&csp>potion{type=saturation;l=0;d=100}<&csp><&da><&csp>potion{type=regeneration;l=1;d=600}<&csp><&da><&csp>takeitem{i=HalloweenCandy2;a=1}<&csp>]} @self ~onUse
6384[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
6385[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
6386[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6387[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onUse
6388[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6389[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6390[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{cd=10000;s=[ - message{m="<i><gray>I think that one turned..."} - damage{a=5} - potion{type=WITHER;l=1;d=300} - potion{type=HUNGER;l=1;d=300} - clearpotion{types=SATURATION,REGENERATION} ]} @self ~onUse 0.01
6391[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{cd=10000;s=[<&csp><&da><&csp>message{m="<i><gray>I<&sp>think<&sp>that<&sp>one<&sp>turned..."}<&csp><&da><&csp>damage{a=5}<&csp><&da><&csp>potion{type=WITHER;l=1;d=300}<&csp><&da><&csp>potion{type=HUNGER;l=1;d=300}<&csp><&da><&csp>clearpotion{types=SATURATION,REGENERATION}<&csp>]} @self ~onUse 0.01
6392[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
6393[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
6394[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6395[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onUse
6396[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6397[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6398[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:FragmentPower @Self ~onUse ?crouching
6399[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:FragmentPower @Self ~onUse ?crouching
6400[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:FRAGMENTPOWER
6401[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
6402[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6403[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onUse
6404[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition crouching
6405[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6406[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6407[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:GhostBotWhisper @Self ~onTimer:600 0.2
6408[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:GhostBotWhisper @Self ~onTimer:600 0.2
6409[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:GHOSTBOTWHISPER
6410[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
6411[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6412[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:600
6413[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6414[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is Timer. Assigning skill to Timer...
6415[23:52:53] [Server thread/INFO]: [MythicMobs] |----- AbstractSkill set on timer with interval 600
6416[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: totem{cd=30;c=50;d=300;i=5;hr=4;vr=2;hnp=true;hitself=true; onTick=[ - e:p{p=block_dust;m=coal_block;a=250;hs=3.5;vs=0.5;repeat=1;repeati=2} - e:p{p=block_dust;m=black_concrete_powder;a=250;hs=3.5;vs=0.5;repeat=1;repeati=2} - potion{type=WITHER;l=1;d=60} @ENO{r=4} ?!isplayer - potion{type=WITHER;l=0;d=0} @ENO{r=4;targetself=true} ?isPlayer ]; onStart=[ - explode{yield=2;bd=false;fire=false} ]; onEnd=[ - e:p{particle=warped_spore;amount=2;d=true;s=0.35} @Sphere{radius=5;points=500} ]} @selflocation ~onUse
6417[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: totem{cd=30;c=50;d=300;i=5;hr=4;vr=2;hnp=true;hitself=true;<&csp>onTick=[<&csp><&da><&csp>e:p{p=block_dust;m=coal_block;a=250;hs=3.5;vs=0.5;repeat=1;repeati=2}<&csp><&da><&csp>e:p{p=block_dust;m=black_concrete_powder;a=250;hs=3.5;vs=0.5;repeat=1;repeati=2}<&csp><&da><&csp>potion{type=WITHER;l=1;d=60}<&csp>@ENO{r=4}<&csp>?!isplayer<&csp><&da><&csp>potion{type=WITHER;l=0;d=0}<&csp>@ENO{r=4;targetself=true}<&csp>?isPlayer<&csp>];<&csp>onStart=[<&csp><&da><&csp>explode{yield=2;bd=false;fire=false}<&csp>];<&csp>onEnd=[<&csp><&da><&csp>e:p{particle=warped_spore;amount=2;d=true;s=0.35}<&csp>@Sphere{radius=5;points=500}<&csp>]} @selflocation ~onUse
6418[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to TOTEM
6419[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter selflocation
6420[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6421[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onUse
6422[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6423[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6424[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{s=[ - takeitem{item=CobwebBall;a=1} @self - setmaterialcooldown{material=snowball;d=20} @self - projectile{bulletType=BLOCK;material=COBWEB;mr=40;hnp=true;g=0.4;d=600;v=18;sync=true;tyo=+1.5; oE=[ - summon{t=Temporary-Cobweb} ]; oT=[ - effect:particles{p=reddust;c=#ff1f1f;a=1;sync=true} @origin - effect:particles{p=reddust;c=#ffffff;a=10;sync=true} @origin ]} ]} @TargetLocation ~onUse
6425[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{s=[<&csp><&da><&csp>takeitem{item=CobwebBall;a=1}<&csp>@self<&csp><&da><&csp>setmaterialcooldown{material=snowball;d=20}<&csp>@self<&csp><&da><&csp>projectile{bulletType=BLOCK;material=COBWEB;mr=40;hnp=true;g=0.4;d=600;v=18;sync=true;tyo=+1.5;<&csp>oE=[<&csp><&csp><&da><&csp>summon{t=Temporary<&da>Cobweb}<&csp>];<&csp>oT=[<&csp><&da><&csp>effect:particles{p=reddust;c=#ff1f1f;a=1;sync=true}<&csp>@origin<&csp><&da><&csp>effect:particles{p=reddust;c=#ffffff;a=10;sync=true}<&csp>@origin<&csp>]}<&csp>]} @TargetLocation ~onUse
6426[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
6427[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter TargetLocation
6428[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6429[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onUse
6430[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6431[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6432[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: CancelEvent{sync=true} @self ~onUse
6433[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: CancelEvent{sync=true} @self ~onUse
6434[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to CANCELEVENT
6435[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
6436[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6437[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onUse
6438[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6439[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6440[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: lightning{d=2} @Trigger ~onDamaged 0.25
6441[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: lightning{d=2} @Trigger ~onDamaged 0.25
6442[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to LIGHTNING
6443[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Trigger
6444[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6445[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onDamaged
6446[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6447[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6448[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:VoodooDoll @Target ~onSwing
6449[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:VoodooDoll @Target ~onSwing
6450[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:VOODOODOLL
6451[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Target
6452[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6453[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSwing
6454[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6455[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6456[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: potion{t=FIRE_RESISTANCE;l=255;d=120;p=false} @Self ~onTimer:90 ?wearing{m=BlazeonsHelmet;slot=HEAD}
6457[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{t=FIRE_RESISTANCE;l=255;d=120;p=false} @Self ~onTimer:90 ?wearing{m=BlazeonsHelmet;slot=HEAD}
6458[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
6459[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
6460[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6461[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:90
6462[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition wearing{m=BlazeonsHelmet;slot=HEAD}
6463[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6464[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is Timer. Assigning skill to Timer...
6465[23:52:53] [Server thread/INFO]: [MythicMobs] |----- AbstractSkill set on timer with interval 90
6466[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{s=[ - totemofundying{model=1} @Self - takeitem{i=TotemOfValhalla;a=1} @Self - potion{type=REGENERATION;duration=40;level=255} - potion{type=SATURATION;duration=40;level=255} - potion{type=DAMAGE_RESISTANCE;duration=200;level=5} ]} @self ~onUse ?holding{m=TotemOfValhalla} ?health{h=<20}
6467[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{s=[<&csp><&da><&csp>totemofundying{model=1}<&csp>@Self<&csp><&da><&csp>takeitem{i=TotemOfValhalla;a=1}<&csp>@Self<&csp><&da><&csp>potion{type=REGENERATION;duration=40;level=255}<&csp><&da><&csp>potion{type=SATURATION;duration=40;level=255}<&csp><&da><&csp>potion{type=DAMAGE_RESISTANCE;duration=200;level=5}<&csp>]} @self ~onUse ?holding{m=TotemOfValhalla} ?health{h=<20}
6468[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
6469[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
6470[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6471[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onUse
6472[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition holding{m=TotemOfValhalla}
6473[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition health{h=<20}
6474[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6475[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6476[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{s=[ - potion{type=STRENGTH;l=2;d=100} @self - am{msg="<dark_red>The charm pulses with power."} @self ];cd=15} ~onUse ?varisset{var=global.bloodmoon-active}
6477[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{s=[<&csp><&da><&csp>potion{type=STRENGTH;l=2;d=100}<&csp>@self<&csp><&da><&csp>am{msg="<dark_red>The<&sp>charm<&sp>pulses<&sp>with<&sp>power."}<&csp>@self<&csp>];cd=15} ~onUse ?varisset{var=global.bloodmoon<&da>active}
6478[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
6479[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onUse
6480[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varisset{var=global.bloodmoon<&da>active}
6481[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6482[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6483[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: summon{type=InstaTNT_Mob-BD;a=1;sio=false;sip=false;if=false} @selflocation{centered=true} ~onBlockPlace
6484[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{type=InstaTNT_Mob<&da>BD;a=1;sio=false;sip=false;if=false} @selflocation{centered=true} ~onBlockPlace
6485[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
6486[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter selflocation{centered=true}
6487[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6488[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onBlockPlace
6489[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6490[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6491[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: furnitureremove{delay=1;doDrops=false} @self ~onBlockPlace
6492[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: furnitureremove{delay=1;doDrops=false} @self ~onBlockPlace
6493[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to FURNITUREREMOVE
6494[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
6495[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6496[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onBlockPlace
6497[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading CustomMechanic with name FURNITUREREMOVE
6498[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6499[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6500[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:SK_Bide{cd=20} @self ~onDamaged ?!moving 0.25
6501[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:SK_Bide{cd=20} @self ~onDamaged ?!moving 0.25
6502[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:SK_BIDE
6503[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
6504[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6505[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onDamaged
6506[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition moving
6507[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6508[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6509[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{s=spearthrow;sync=true} @self ~onConsume
6510[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{s=spearthrow;sync=true} @self ~onConsume
6511[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
6512[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
6513[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6514[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onConsume
6515[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6516[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6517[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{s=[ - damage{a=4;damagecause=entity_explosion} @trigger - effect:explosion @origin ]} @self ~onBowHit 0.3
6518[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{s=[<&csp><&da><&csp>damage{a=4;damagecause=entity_explosion}<&csp>@trigger<&csp><&da><&csp>effect:explosion<&csp>@origin<&csp>]} @self ~onBowHit 0.3
6519[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
6520[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
6521[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6522[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onBowHit
6523[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6524[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6525[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: effect:lightning @origin ~onBowHit 0.3
6526[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:lightning @origin ~onBowHit 0.3
6527[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:LIGHTNING
6528[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin
6529[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6530[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onBowHit
6531[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6532[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6533[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: potion{type=POISON;l=1;d=80} @trigger ~onBowHit 0.3
6534[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=POISON;l=1;d=80} @trigger ~onBowHit 0.3
6535[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
6536[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter trigger
6537[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6538[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onBowHit
6539[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6540[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6541[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{delay=10;s=[ - command{c="minecraft:time set night"} - setvar{var=global.bloodmoon-active;val=1;save=true;cd=60} @self{targetarmorstands=true} - sendtitle{title="&4Bloodmoon has Started";subtitle="&cGood Luck";fi=10;fo=10;d=50;cd=60} @server{targetself=true} - sound{sc=VOICE;sound=entity.ender_dragon.death;v=0.5;p=0.8;cd=60} @server{targetself=true} - takeitem{i=Blood-Stone;a=1} ];cd=30} @self ~onUse ?!varisset{var=global.bloodmoon-active}
6542[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{delay=10;s=[<&csp><&da><&csp>command{c="minecraft:time<&sp>set<&sp>night"}<&csp><&da><&csp>setvar{var=global.bloodmoon<&da>active;val=1;save=true;cd=60}<&csp>@self{targetarmorstands=true}<&csp><&da><&csp>sendtitle{title="&4Bloodmoon<&sp>has<&sp>Started";subtitle="&cGood<&sp>Luck";fi=10;fo=10;d=50;cd=60}<&csp>@server{targetself=true}<&csp><&da><&csp>sound{sc=VOICE;sound=entity.ender_dragon.death;v=0.5;p=0.8;cd=60}<&csp>@server{targetself=true}<&csp><&da><&csp>takeitem{i=Blood<&da>Stone;a=1}<&csp>];cd=30} @self ~onUse ?!varisset{var=global.bloodmoon<&da>active}
6543[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
6544[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
6545[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6546[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onUse
6547[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varisset{var=global.bloodmoon<&da>active}
6548[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6549[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6550[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{s=[ - totemofundying{model=2} @Self - potion{type=REGENERATION;duration=40;level=255} @PIR{r=7} - potion{type=SATURATION;duration=40;level=255} @PIR{r=7} - potion{type=DAMAGE_RESISTANCE;duration=200;level=5} @PIR{r=7} - potion{type=REGENERATION;duration=40;level=255} - potion{type=SATURATION;duration=40;level=255} - potion{type=DAMAGE_RESISTANCE;duration=200;level=5} - setmaterialcooldown{d=2400;material=totem_of_undying;delay=2} - actionmessage{m="<green>HelperBot <gray>>> <white>Healing you and all nearby allies!"} - actionmessage{m="<green>HelperBot <gray>>> <white>Healing you<&cm> thanks to <aqua><caster.name></aqua>!"} @PIR{r=7} ]} @self ~onUse ?holding{m=HBTotem} ?!materialIsOnCooldown{material=totem_of_undying}
6551[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{s=[<&csp><&da><&csp>totemofundying{model=2}<&csp>@Self<&csp><&da><&csp>potion{type=REGENERATION;duration=40;level=255}<&csp>@PIR{r=7}<&csp><&da><&csp>potion{type=SATURATION;duration=40;level=255}<&csp>@PIR{r=7}<&csp><&da><&csp>potion{type=DAMAGE_RESISTANCE;duration=200;level=5}<&csp>@PIR{r=7}<&csp><&da><&csp>potion{type=REGENERATION;duration=40;level=255}<&csp><&da><&csp>potion{type=SATURATION;duration=40;level=255}<&csp><&da><&csp>potion{type=DAMAGE_RESISTANCE;duration=200;level=5}<&csp><&da><&csp>setmaterialcooldown{d=2400;material=totem_of_undying;delay=2}<&csp><&da><&csp>actionmessage{m="<green>HelperBot<&sp><gray>>><&sp><white>Healing<&sp>you<&sp>and<&sp>all<&sp>nearby<&sp>allies!"}<&csp><&da><&csp>actionmessage{m="<green>HelperBot<&sp><gray>>><&sp><white>Healing<&sp>you<&cm><&sp>thanks<&sp>to<&sp><aqua><caster.name><<&fs>aqua>!"}<&csp>@PIR{r=7}<&csp>]} @self ~onUse ?holding{m=HBTotem} ?!materialIsOnCooldown{material=totem_of_undying}
6552[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
6553[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
6554[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6555[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onUse
6556[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition holding{m=HBTotem}
6557[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition materialIsOnCooldown{material=totem_of_undying}
6558[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6559[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6560[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: cancelevent{sync=true} @self ~onPressF ?materialIsOnCooldown{material=totem_of_undying}
6561[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: cancelevent{sync=true} @self ~onPressF ?materialIsOnCooldown{material=totem_of_undying}
6562[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to CANCELEVENT
6563[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
6564[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6565[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onPressF
6566[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition materialIsOnCooldown{material=totem_of_undying}
6567[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6568[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6569[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: actionmessage{cd=3;m="<green>HelperBot <gray>>> <white>I<&sq>m still recharging!"} @self ~onPressF ?materialIsOnCooldown{material=totem_of_undying}
6570[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: actionmessage{cd=3;m="<green>HelperBot<&sp><gray>>><&sp><white>I<&sq>m<&sp>still<&sp>recharging!"} @self ~onPressF ?materialIsOnCooldown{material=totem_of_undying}
6571[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to ACTIONMESSAGE
6572[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
6573[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6574[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onPressF
6575[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition materialIsOnCooldown{material=totem_of_undying}
6576[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6577[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6578[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: actionmessage{cd=3;m="<green>HelperBot <gray>>> <white>I<&sq>m still recharging!"} @self ~onUse ?materialIsOnCooldown{material=totem_of_undying}
6579[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: actionmessage{cd=3;m="<green>HelperBot<&sp><gray>>><&sp><white>I<&sq>m<&sp>still<&sp>recharging!"} @self ~onUse ?materialIsOnCooldown{material=totem_of_undying}
6580[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to ACTIONMESSAGE
6581[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
6582[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6583[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onUse
6584[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition materialIsOnCooldown{material=totem_of_undying}
6585[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6586[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6587[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: actionmessage{cd=3;m="<green>HelperBot <gray>>> <white>Ready to protect you!"} @self ~onPressF ?!materialIsOnCooldown{material=totem_of_undying} ?holding{m=HBTotem}
6588[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: actionmessage{cd=3;m="<green>HelperBot<&sp><gray>>><&sp><white>Ready<&sp>to<&sp>protect<&sp>you!"} @self ~onPressF ?!materialIsOnCooldown{material=totem_of_undying} ?holding{m=HBTotem}
6589[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to ACTIONMESSAGE
6590[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
6591[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6592[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onPressF
6593[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition materialIsOnCooldown{material=totem_of_undying}
6594[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition holding{m=HBTotem}
6595[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6596[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6597[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: summon{type=InstaTNT_Mob-NoBD;a=1;sio=false;sip=false;if=false} @selflocation{centered=true} ~onBlockPlace
6598[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{type=InstaTNT_Mob<&da>NoBD;a=1;sio=false;sip=false;if=false} @selflocation{centered=true} ~onBlockPlace
6599[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
6600[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter selflocation{centered=true}
6601[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6602[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onBlockPlace
6603[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6604[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6605[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: furnitureremove{delay=1;doDrops=false} @self ~onBlockPlace
6606[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: furnitureremove{delay=1;doDrops=false} @self ~onBlockPlace
6607[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to FURNITUREREMOVE
6608[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
6609[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6610[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onBlockPlace
6611[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading CustomMechanic with name FURNITUREREMOVE
6612[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6613[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6614[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{s=[ - potion{type=REGENERATION;l=1;d=100} @self - message{msg="<dark_red>Your resilience grows stronger."} @self ];cd=20} ~onDamaged
6615[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{s=[<&csp><&da><&csp>potion{type=REGENERATION;l=1;d=100}<&csp>@self<&csp><&da><&csp>message{msg="<dark_red>Your<&sp>resilience<&sp>grows<&sp>stronger."}<&csp>@self<&csp>];cd=20} ~onDamaged
6616[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
6617[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onDamaged
6618[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6619[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6620[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: potion{type=HEALTH_BOOST;l=4;d=40} @self ~onTimer:20 ?wearing{slot=legs;type=blood_forged_leggings} ?varisset{var=global.bloodmoon-active}
6621[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=HEALTH_BOOST;l=4;d=40} @self ~onTimer:20 ?wearing{slot=legs;type=blood_forged_leggings} ?varisset{var=global.bloodmoon<&da>active}
6622[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
6623[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
6624[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6625[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:20
6626[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition wearing{slot=legs;type=blood_forged_leggings}
6627[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varisset{var=global.bloodmoon<&da>active}
6628[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6629[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is Timer. Assigning skill to Timer...
6630[23:52:53] [Server thread/INFO]: [MythicMobs] |----- AbstractSkill set on timer with interval 20
6631[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: consume{d=5;h=3} @trigger ~onBowHit 0.3
6632[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: consume{d=5;h=3} @trigger ~onBowHit 0.3
6633[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to CONSUME
6634[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter trigger
6635[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6636[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onBowHit
6637[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6638[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6639[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{cd=1;s=[ - setmaterialcooldown{material=gold_nugget;d=20} - potion{type=SPEED;l=1;d=600} - potion{type=JUMP;l=1;d=600} - takeitem{i=HalloweenCandy;a=1} ]} @self ~onUse
6640[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{cd=1;s=[<&csp><&da><&csp>setmaterialcooldown{material=gold_nugget;d=20}<&csp><&da><&csp>potion{type=SPEED;l=1;d=600}<&csp><&da><&csp>potion{type=JUMP;l=1;d=600}<&csp><&da><&csp>takeitem{i=HalloweenCandy;a=1}<&csp>]} @self ~onUse
6641[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
6642[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
6643[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6644[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onUse
6645[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6646[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6647[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{cd=10000;s=[ - message{m="<i><gray>Ouch! That one hurt..."} - damage{a=5} ]} @self ~onUse 0.01
6648[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{cd=10000;s=[<&csp><&da><&csp>message{m="<i><gray>Ouch!<&sp>That<&sp>one<&sp>hurt..."}<&csp><&da><&csp>damage{a=5}<&csp>]} @self ~onUse 0.01
6649[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
6650[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
6651[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6652[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onUse
6653[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6654[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6655[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: cancelevent @Self{sync=true} ~onShoot
6656[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: cancelevent @Self{sync=true} ~onShoot
6657[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to CANCELEVENT
6658[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self{sync=true}
6659[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6660[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onShoot
6661[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6662[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6663[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:HelperTotemArrow @targetlocation ~onShoot
6664[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:HelperTotemArrow @targetlocation ~onShoot
6665[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:HELPERTOTEMARROW
6666[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter targetlocation
6667[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6668[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onShoot
6669[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6670[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6671[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: message{m=You lost something?} @self ~onItemDrop
6672[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: message{m=You<&csp>lost<&csp>something?} @self ~onItemDrop
6673[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to MESSAGE
6674[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
6675[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6676[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onItemDrop
6677[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loaded message skill with message You lost something?
6678[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6679[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6680[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{s=SoulStrikeProjBall} @TargetLocation ~onUse
6681[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{s=SoulStrikeProjBall} @TargetLocation ~onUse
6682[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
6683[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter TargetLocation
6684[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6685[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onUse
6686[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6687[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6688[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: cancelevent{sync=true} ~onPressF
6689[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: cancelevent{sync=true} ~onPressF
6690[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to CANCELEVENT
6691[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onPressF
6692[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6693[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6694[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: setvar{var=caster.jukebox_cycle;v=0} @self ~onPickup
6695[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setvar{var=caster.jukebox_cycle;v=0} @self ~onPickup
6696[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETVAR
6697[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
6698[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6699[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onPickup
6700[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6701[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6702[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: am{m="Now Playing<&co> <caster.var.jukebox_nowplaying>"} @self ~onHold ?varisset{var=caster.jukebox_nowplaying}
6703[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: am{m="Now<&sp>Playing<&co><&sp><caster.var.jukebox_nowplaying>"} @self ~onHold ?varisset{var=caster.jukebox_nowplaying}
6704[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to AM
6705[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
6706[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6707[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onHold
6708[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varisset{var=caster.jukebox_nowplaying}
6709[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6710[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6711[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: addvariable{var=caster.jukebox_cycle;a=1} ?varinrange{var=caster.jukebox_cycle;val=<18} @self ~onUse
6712[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: addvariable{var=caster.jukebox_cycle;a=1} ?varinrange{var=caster.jukebox_cycle;val=<18} @self ~onUse
6713[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to ADDVARIABLE
6714[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varinrange{var=caster.jukebox_cycle;val=<18}
6715[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
6716[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6717[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onUse
6718[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6719[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6720[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: variableSubtract{var=caster.jukebox_cycle;a=1} ?varinrange{var=caster.jukebox_cycle;val=>0} @self ~onSwing
6721[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: variableSubtract{var=caster.jukebox_cycle;a=1} ?varinrange{var=caster.jukebox_cycle;val=>0} @self ~onSwing
6722[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to VARIABLESUBTRACT
6723[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varinrange{var=caster.jukebox_cycle;val=>0}
6724[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
6725[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6726[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSwing
6727[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6728[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6729[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{s=[ - skill{s=[ - stopsound{s=music_disc.13;sc=RECORDS} - stopsound{s=music_disc.cat;sc=RECORDS} - stopsound{s=music_disc.blocks;sc=RECORDS} - stopsound{s=music_disc.chirp;sc=RECORDS} - stopsound{s=music_disc.far;sc=RECORDS} - stopsound{s=music_disc.mall;sc=RECORDS} - stopsound{s=music_disc.mellohi;sc=RECORDS} - stopsound{s=music_disc.stal;sc=RECORDS} - stopsound{s=music_disc.strad;sc=RECORDS} - stopsound{s=music_disc.ward;sc=RECORDS} - stopsound{s=music_disc.11;sc=RECORDS} - stopsound{s=music_disc.creator_music_box;sc=RECORDS} - stopsound{s=music_disc.wait;sc=RECORDS} - stopsound{s=music_disc.creator;sc=RECORDS} - stopsound{s=music_disc.precipice;sc=RECORDS} - stopsound{s=music_disc.otherside;sc=RECORDS} - stopsound{s=music_disc.relic;sc=RECORDS} - stopsound{s=music_disc.5;sc=RECORDS} - stopsound{s=music_disc.pigstep;sc=RECORDS} ]} - delay 1 - sound{s=music_disc.13;sc=RECORDS;v=20;audience=@self} ?varequals{var=caster.jukebox_cycle;val=0} - setvar{var=caster.jukebox_nowplaying;value=<gold>13;type=STRING;duration=3560} @self ?varequals{var=caster.jukebox_cycle;val=0}
6730- sound{s=music_disc.cat;sc=RECORDS;v=20;audience=@self} ?varequals{var=caster.jukebox_cycle;val=1} - setvar{var=caster.jukebox_nowplaying;value=<green>Cat;type=STRING;duration=3700} @self ?varequals{var=caster.jukebox_cycle;val=1}
6731- sound{s=music_disc.blocks;sc=RECORDS;v=20;audience=@self} ?varequals{var=caster.jukebox_cycle;val=2} - setvar{var=caster.jukebox_nowplaying;value=<red>Blocks;type=STRING;duration=6900} @self ?varequals{var=caster.jukebox_cycle;val=2}
6732- sound{s=music_disc.chirp;sc=RECORDS;v=20;audience=@self} ?varequals{var=caster.jukebox_cycle;val=3} - setvar{var=caster.jukebox_nowplaying;value=<dark_red>Chirp;type=STRING;duration=3700} @self ?varequals{var=caster.jukebox_cycle;val=3}
6733- sound{s=music_disc.far;sc=RECORDS;v=20;audience=@self} ?varequals{var=caster.jukebox_cycle;val=4} - setvar{var=caster.jukebox_nowplaying;value=<green>Far;type=STRING;duration=3480} @self ?varequals{var=caster.jukebox_cycle;val=4}
6734- sound{s=music_disc.mall;sc=RECORDS;v=20;audience=@self} ?varequals{var=caster.jukebox_cycle;val=5} - setvar{var=caster.jukebox_nowplaying;value=<dark_purple>Mall;type=STRING;duration=3940} @self ?varequals{var=caster.jukebox_cycle;val=5}
6735- sound{s=music_disc.mellohi;sc=RECORDS;v=20;audience=@self} ?varequals{var=caster.jukebox_cycle;val=6} - setvar{var=caster.jukebox_nowplaying;value=<light_purple>Mellohi;type=STRING;duration=1380} @self ?varequals{var=caster.jukebox_cycle;val=6}
6736- sound{s=music_disc.stal;sc=RECORDS;v=20;audience=@self} ?varequals{var=caster.jukebox_cycle;val=7} - setvar{var=caster.jukebox_nowplaying;value=<dark_gray>Stal;type=STRING;duration=3000} @self ?varequals{var=caster.jukebox_cycle;val=7}
6737- sound{s=music_disc.strad;sc=RECORDS;v=20;audience=@self} ?varequals{var=caster.jukebox_cycle;val=8} - setvar{var=caster.jukebox_nowplaying;value=<white>Strad;type=STRING;duration=3760} @self ?varequals{var=caster.jukebox_cycle;val=8}
6738- sound{s=music_disc.ward;sc=RECORDS;v=20;audience=@self} ?varequals{var=caster.jukebox_cycle;val=9} - setvar{var=caster.jukebox_nowplaying;value=<dark_green>Ward;type=STRING;duration=5020} @self ?varequals{var=caster.jukebox_cycle;val=9}
6739- sound{s=music_disc.11;sc=RECORDS;v=20;audience=@self} ?varequals{var=caster.jukebox_cycle;val=10} - setvar{var=caster.jukebox_nowplaying;value=<gray><i>11</i>;type=STRING;duration=1420} @self ?varequals{var=caster.jukebox_cycle;val=10}
6740- sound{s=music_disc.creator_music_box;sc=RECORDS;v=20;audience=@self} ?varequals{var=caster.jukebox_cycle;val=11} - setvar{var=caster.jukebox_nowplaying;value=<gold>Creator (Music Box);type=STRING;duration=1460} @self ?varequals{var=caster.jukebox_cycle;val=11}
6741- sound{s=music_disc.wait;sc=RECORDS;v=20;audience=@self} ?varequals{var=caster.jukebox_cycle;val=12} - setvar{var=caster.jukebox_nowplaying;value=<blue>Wait;type=STRING;duration=4740} @self ?varequals{var=caster.jukebox_cycle;val=12}
6742- sound{s=music_disc.creator;sc=RECORDS;v=20;audience=@self} ?varequals{var=caster.jukebox_cycle;val=13} - setvar{var=caster.jukebox_nowplaying;value=<aqua>Creator;type=STRING;duration=3520} @self ?varequals{var=caster.jukebox_cycle;val=13}
6743- sound{s=music_disc.precipice;sc=RECORDS;v=20;audience=@self} ?varequals{var=caster.jukebox_cycle;val=14} - setvar{var=caster.jukebox_nowplaying;value=<gray>Precipice;type=STRING;duration=5980} @self ?varequals{var=caster.jukebox_cycle;val=14}
6744- sound{s=music_disc.otherside;sc=RECORDS;v=20;audience=@self} ?varequals{var=caster.jukebox_cycle;val=15} - setvar{var=caster.jukebox_nowplaying;value=<dark_green>Otherside;type=STRING;duration=3900} @self ?varequals{var=caster.jukebox_cycle;val=15}
6745- sound{s=music_disc.relic;sc=RECORDS;v=20;audience=@self} ?varequals{var=caster.jukebox_cycle;val=16} - setvar{var=caster.jukebox_nowplaying;value=<red>Relic;type=STRING;duration=4380} @self ?varequals{var=caster.jukebox_cycle;val=16}
6746- sound{s=music_disc.5;sc=RECORDS;v=20;audience=@self} ?varequals{var=caster.jukebox_cycle;val=17} - setvar{var=caster.jukebox_nowplaying;value=<dark_aqua>5;type=STRING;duration=3560} @self ?varequals{var=caster.jukebox_cycle;val=17}
6747- sound{s=music_disc.pigstep;sc=RECORDS;v=20;audience=@self} ?varequals{var=caster.jukebox_cycle;val=18} - setvar{var=caster.jukebox_nowplaying;value=<dark_red>Pigstep;type=STRING;duration=2960} @self ?varequals{var=caster.jukebox_cycle;val=18}
6748- delay 1 - am{m="Now Playing<&co> <caster.var.jukebox_nowplaying>"} ]} @self ~onPressF ?!crouching
6749[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{s=[<&csp><&da><&csp>skill{s=[<&csp><&da><&csp>stopsound{s=music_disc.13;sc=RECORDS}<&csp><&da><&csp>stopsound{s=music_disc.cat;sc=RECORDS}<&csp><&da><&csp>stopsound{s=music_disc.blocks;sc=RECORDS}<&csp><&da><&csp>stopsound{s=music_disc.chirp;sc=RECORDS}<&csp><&da><&csp>stopsound{s=music_disc.far;sc=RECORDS}<&csp><&da><&csp>stopsound{s=music_disc.mall;sc=RECORDS}<&csp><&da><&csp>stopsound{s=music_disc.mellohi;sc=RECORDS}<&csp><&da><&csp>stopsound{s=music_disc.stal;sc=RECORDS}<&csp><&da><&csp>stopsound{s=music_disc.strad;sc=RECORDS}<&csp><&da><&csp>stopsound{s=music_disc.ward;sc=RECORDS}<&csp><&da><&csp>stopsound{s=music_disc.11;sc=RECORDS}<&csp><&da><&csp>stopsound{s=music_disc.creator_music_box;sc=RECORDS}<&csp><&da><&csp>stopsound{s=music_disc.wait;sc=RECORDS}<&csp><&da><&csp>stopsound{s=music_disc.creator;sc=RECORDS}<&csp><&da><&csp>stopsound{s=music_disc.precipice;sc=RECORDS}<&csp><&da><&csp>stopsound{s=music_disc.otherside;sc=RECORDS}<&csp><&da><&csp>stopsound{s=music_disc.relic;sc=RECORDS}<&csp><&da><&csp>stopsound{s=music_disc.5;sc=RECORDS}<&csp><&da><&csp>stopsound{s=music_disc.pigstep;sc=RECORDS}<&csp>]}<&csp><&da><&csp>delay<&csp>1<&csp><&da><&csp>sound{s=music_disc.13;sc=RECORDS;v=20;audience=@self}<&csp>?varequals{var=caster.jukebox_cycle;val=0}<&csp><&da><&csp>setvar{var=caster.jukebox_nowplaying;value=<gold>13;type=STRING;duration=3560}<&csp>@self<&csp>?varequals{var=caster.jukebox_cycle;val=0}
6750<&da><&csp>sound{s=music_disc.cat;sc=RECORDS;v=20;audience=@self}<&csp>?varequals{var=caster.jukebox_cycle;val=1}<&csp><&da><&csp>setvar{var=caster.jukebox_nowplaying;value=<green>Cat;type=STRING;duration=3700}<&csp>@self<&csp>?varequals{var=caster.jukebox_cycle;val=1}
6751<&da><&csp>sound{s=music_disc.blocks;sc=RECORDS;v=20;audience=@self}<&csp>?varequals{var=caster.jukebox_cycle;val=2}<&csp><&da><&csp>setvar{var=caster.jukebox_nowplaying;value=<red>Blocks;type=STRING;duration=6900}<&csp>@self<&csp>?varequals{var=caster.jukebox_cycle;val=2}
6752<&da><&csp>sound{s=music_disc.chirp;sc=RECORDS;v=20;audience=@self}<&csp>?varequals{var=caster.jukebox_cycle;val=3}<&csp><&da><&csp>setvar{var=caster.jukebox_nowplaying;value=<dark_red>Chirp;type=STRING;duration=3700}<&csp>@self<&csp>?varequals{var=caster.jukebox_cycle;val=3}
6753<&da><&csp>sound{s=music_disc.far;sc=RECORDS;v=20;audience=@self}<&csp>?varequals{var=caster.jukebox_cycle;val=4}<&csp><&da><&csp>setvar{var=caster.jukebox_nowplaying;value=<green>Far;type=STRING;duration=3480}<&csp>@self<&csp>?varequals{var=caster.jukebox_cycle;val=4}
6754<&da><&csp>sound{s=music_disc.mall;sc=RECORDS;v=20;audience=@self}<&csp>?varequals{var=caster.jukebox_cycle;val=5}<&csp><&da><&csp>setvar{var=caster.jukebox_nowplaying;value=<dark_purple>Mall;type=STRING;duration=3940}<&csp>@self<&csp>?varequals{var=caster.jukebox_cycle;val=5}
6755<&da><&csp>sound{s=music_disc.mellohi;sc=RECORDS;v=20;audience=@self}<&csp>?varequals{var=caster.jukebox_cycle;val=6}<&csp><&da><&csp>setvar{var=caster.jukebox_nowplaying;value=<light_purple>Mellohi;type=STRING;duration=1380}<&csp>@self<&csp>?varequals{var=caster.jukebox_cycle;val=6}
6756<&da><&csp>sound{s=music_disc.stal;sc=RECORDS;v=20;audience=@self}<&csp>?varequals{var=caster.jukebox_cycle;val=7}<&csp><&da><&csp>setvar{var=caster.jukebox_nowplaying;value=<dark_gray>Stal;type=STRING;duration=3000}<&csp>@self<&csp>?varequals{var=caster.jukebox_cycle;val=7}
6757<&da><&csp>sound{s=music_disc.strad;sc=RECORDS;v=20;audience=@self}<&csp>?varequals{var=caster.jukebox_cycle;val=8}<&csp><&da><&csp>setvar{var=caster.jukebox_nowplaying;value=<white>Strad;type=STRING;duration=3760}<&csp>@self<&csp>?varequals{var=caster.jukebox_cycle;val=8}
6758<&da><&csp>sound{s=music_disc.ward;sc=RECORDS;v=20;audience=@self}<&csp>?varequals{var=caster.jukebox_cycle;val=9}<&csp><&da><&csp>setvar{var=caster.jukebox_nowplaying;value=<dark_green>Ward;type=STRING;duration=5020}<&csp>@self<&csp>?varequals{var=caster.jukebox_cycle;val=9}
6759<&da><&csp>sound{s=music_disc.11;sc=RECORDS;v=20;audience=@self}<&csp>?varequals{var=caster.jukebox_cycle;val=10}<&csp><&da><&csp>setvar{var=caster.jukebox_nowplaying;value=<gray><i>11</i>;type=STRING;duration=1420}<&csp>@self<&csp>?varequals{var=caster.jukebox_cycle;val=10}
6760<&da><&csp>sound{s=music_disc.creator_music_box;sc=RECORDS;v=20;audience=@self}<&csp>?varequals{var=caster.jukebox_cycle;val=11}<&csp><&da><&csp>setvar{var=caster.jukebox_nowplaying;value=<gold>Creator<&csp>(Music<&csp>Box);type=STRING;duration=1460}<&csp>@self<&csp>?varequals{var=caster.jukebox_cycle;val=11}
6761<&da><&csp>sound{s=music_disc.wait;sc=RECORDS;v=20;audience=@self}<&csp>?varequals{var=caster.jukebox_cycle;val=12}<&csp><&da><&csp>setvar{var=caster.jukebox_nowplaying;value=<blue>Wait;type=STRING;duration=4740}<&csp>@self<&csp>?varequals{var=caster.jukebox_cycle;val=12}
6762<&da><&csp>sound{s=music_disc.creator;sc=RECORDS;v=20;audience=@self}<&csp>?varequals{var=caster.jukebox_cycle;val=13}<&csp><&da><&csp>setvar{var=caster.jukebox_nowplaying;value=<aqua>Creator;type=STRING;duration=3520}<&csp>@self<&csp>?varequals{var=caster.jukebox_cycle;val=13}
6763<&da><&csp>sound{s=music_disc.precipice;sc=RECORDS;v=20;audience=@self}<&csp>?varequals{var=caster.jukebox_cycle;val=14}<&csp><&da><&csp>setvar{var=caster.jukebox_nowplaying;value=<gray>Precipice;type=STRING;duration=5980}<&csp>@self<&csp>?varequals{var=caster.jukebox_cycle;val=14}
6764<&da><&csp>sound{s=music_disc.otherside;sc=RECORDS;v=20;audience=@self}<&csp>?varequals{var=caster.jukebox_cycle;val=15}<&csp><&da><&csp>setvar{var=caster.jukebox_nowplaying;value=<dark_green>Otherside;type=STRING;duration=3900}<&csp>@self<&csp>?varequals{var=caster.jukebox_cycle;val=15}
6765<&da><&csp>sound{s=music_disc.relic;sc=RECORDS;v=20;audience=@self}<&csp>?varequals{var=caster.jukebox_cycle;val=16}<&csp><&da><&csp>setvar{var=caster.jukebox_nowplaying;value=<red>Relic;type=STRING;duration=4380}<&csp>@self<&csp>?varequals{var=caster.jukebox_cycle;val=16}
6766<&da><&csp>sound{s=music_disc.5;sc=RECORDS;v=20;audience=@self}<&csp>?varequals{var=caster.jukebox_cycle;val=17}<&csp><&da><&csp>setvar{var=caster.jukebox_nowplaying;value=<dark_aqua>5;type=STRING;duration=3560}<&csp>@self<&csp>?varequals{var=caster.jukebox_cycle;val=17}
6767<&da><&csp>sound{s=music_disc.pigstep;sc=RECORDS;v=20;audience=@self}<&csp>?varequals{var=caster.jukebox_cycle;val=18}<&csp><&da><&csp>setvar{var=caster.jukebox_nowplaying;value=<dark_red>Pigstep;type=STRING;duration=2960}<&csp>@self<&csp>?varequals{var=caster.jukebox_cycle;val=18}
6768<&da><&csp>delay<&csp>1<&csp><&da><&csp>am{m="Now<&sp>Playing<&co><&sp><caster.var.jukebox_nowplaying>"}<&csp>]} @self ~onPressF ?!crouching
6769[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
6770[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
6771[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6772[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onPressF
6773[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition crouching
6774[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6775[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6776[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{s=[ - am{m=[1/19] <gold>13} ?varequals{var=caster.jukebox_cycle;val=0} - am{m=[2/19] <green>Cat} ?varequals{var=caster.jukebox_cycle;val=1} - am{m=[3/19] <red>Blocks} ?varequals{var=caster.jukebox_cycle;val=2} - am{m=[4/19] <dark_red>Chirp} ?varequals{var=caster.jukebox_cycle;val=3} - am{m=[5/19] <green>Far} ?varequals{var=caster.jukebox_cycle;val=4} - am{m=[6/19] <dark_purple>Mall} ?varequals{var=caster.jukebox_cycle;val=5} - am{m=[7/19] <light_purple>Mellohi} ?varequals{var=caster.jukebox_cycle;val=6} - am{m=[8/19] <dark_gray>Stal} ?varequals{var=caster.jukebox_cycle;val=7} - am{m=[9/19] <white>Strad} ?varequals{var=caster.jukebox_cycle;val=8} - am{m=[10/19] <dark_green>Ward} ?varequals{var=caster.jukebox_cycle;val=9} - am{m=[11/19] <gray><i>11} ?varequals{var=caster.jukebox_cycle;val=10} - am{m="[12/19] <gold>Creator (Music Box)"} ?varequals{var=caster.jukebox_cycle;val=11} - am{m=[13/19] <blue>Wait} ?varequals{var=caster.jukebox_cycle;val=12} - am{m=[14/19] <aqua>Creator} ?varequals{var=caster.jukebox_cycle;val=13} - am{m=[15/19] <gray>Precipice} ?varequals{var=caster.jukebox_cycle;val=14} - am{m=[16/19] <dark_green>Otherside} ?varequals{var=caster.jukebox_cycle;val=15} - am{m=[17/19] <red>Relic} ?varequals{var=caster.jukebox_cycle;val=16} - am{m=[18/19] <dark_aqua>5} ?varequals{var=caster.jukebox_cycle;val=17} - am{m=[19/19] <dark_red>Pigstep} ?varequals{var=caster.jukebox_cycle;val=18} - sound{s=block.note_block.snare;p=1.3} ]} @self ~onUse
6777[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{s=[<&csp><&da><&csp>am{m=[1/19]<&csp><gold>13}<&csp>?varequals{var=caster.jukebox_cycle;val=0}<&csp><&da><&csp>am{m=[2/19]<&csp><green>Cat}<&csp>?varequals{var=caster.jukebox_cycle;val=1}<&csp><&da><&csp>am{m=[3/19]<&csp><red>Blocks}<&csp>?varequals{var=caster.jukebox_cycle;val=2}<&csp><&da><&csp>am{m=[4/19]<&csp><dark_red>Chirp}<&csp>?varequals{var=caster.jukebox_cycle;val=3}<&csp><&da><&csp>am{m=[5/19]<&csp><green>Far}<&csp>?varequals{var=caster.jukebox_cycle;val=4}<&csp><&da><&csp>am{m=[6/19]<&csp><dark_purple>Mall}<&csp>?varequals{var=caster.jukebox_cycle;val=5}<&csp><&da><&csp>am{m=[7/19]<&csp><light_purple>Mellohi}<&csp>?varequals{var=caster.jukebox_cycle;val=6}<&csp><&da><&csp>am{m=[8/19]<&csp><dark_gray>Stal}<&csp>?varequals{var=caster.jukebox_cycle;val=7}<&csp><&da><&csp>am{m=[9/19]<&csp><white>Strad}<&csp>?varequals{var=caster.jukebox_cycle;val=8}<&csp><&da><&csp>am{m=[10/19]<&csp><dark_green>Ward}<&csp>?varequals{var=caster.jukebox_cycle;val=9}<&csp><&da><&csp>am{m=[11/19]<&csp><gray><i>11}<&csp>?varequals{var=caster.jukebox_cycle;val=10}<&csp><&da><&csp>am{m="<&lb>12<&fs>19<&rb><&sp><gold>Creator<&sp>(Music<&sp>Box)"}<&csp>?varequals{var=caster.jukebox_cycle;val=11}<&csp><&da><&csp>am{m=[13/19]<&csp><blue>Wait}<&csp>?varequals{var=caster.jukebox_cycle;val=12}<&csp><&da><&csp>am{m=[14/19]<&csp><aqua>Creator}<&csp>?varequals{var=caster.jukebox_cycle;val=13}<&csp><&da><&csp>am{m=[15/19]<&csp><gray>Precipice}<&csp>?varequals{var=caster.jukebox_cycle;val=14}<&csp><&da><&csp>am{m=[16/19]<&csp><dark_green>Otherside}<&csp>?varequals{var=caster.jukebox_cycle;val=15}<&csp><&da><&csp>am{m=[17/19]<&csp><red>Relic}<&csp>?varequals{var=caster.jukebox_cycle;val=16}<&csp><&da><&csp>am{m=[18/19]<&csp><dark_aqua>5}<&csp>?varequals{var=caster.jukebox_cycle;val=17}<&csp><&da><&csp>am{m=[19/19]<&csp><dark_red>Pigstep}<&csp>?varequals{var=caster.jukebox_cycle;val=18}<&csp><&da><&csp>sound{s=block.note_block.snare;p=1.3}<&csp>]} @self ~onUse
6778[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
6779[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
6780[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6781[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onUse
6782[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6783[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6784[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{s=[ - am{m=[1/19] <gold>13} ?varequals{var=caster.jukebox_cycle;val=0} - am{m=[2/19] <green>Cat} ?varequals{var=caster.jukebox_cycle;val=1} - am{m=[3/19] <red>Blocks} ?varequals{var=caster.jukebox_cycle;val=2} - am{m=[4/19] <dark_red>Chirp} ?varequals{var=caster.jukebox_cycle;val=3} - am{m=[5/19] <green>Far} ?varequals{var=caster.jukebox_cycle;val=4} - am{m=[6/19] <dark_purple>Mall} ?varequals{var=caster.jukebox_cycle;val=5} - am{m=[7/19] <light_purple>Mellohi} ?varequals{var=caster.jukebox_cycle;val=6} - am{m=[8/19] <dark_gray>Stal} ?varequals{var=caster.jukebox_cycle;val=7} - am{m=[9/19] <white>Strad} ?varequals{var=caster.jukebox_cycle;val=8} - am{m=[10/19] <dark_green>Ward} ?varequals{var=caster.jukebox_cycle;val=9} - am{m=[11/19] <gray><i>11} ?varequals{var=caster.jukebox_cycle;val=10} - am{m="[12/19] <gold>Creator (Music Box)"} ?varequals{var=caster.jukebox_cycle;val=11} - am{m=[13/19] <blue>Wait} ?varequals{var=caster.jukebox_cycle;val=12} - am{m=[14/19] <aqua>Creator} ?varequals{var=caster.jukebox_cycle;val=13} - am{m=[15/19] <gray>Precipice} ?varequals{var=caster.jukebox_cycle;val=14} - am{m=[16/19] <dark_green>Otherside} ?varequals{var=caster.jukebox_cycle;val=15} - am{m=[17/19] <red>Relic} ?varequals{var=caster.jukebox_cycle;val=16} - am{m=[18/19] <dark_aqua>5} ?varequals{var=caster.jukebox_cycle;val=17} - am{m=[19/19] <dark_red>Pigstep} ?varequals{var=caster.jukebox_cycle;val=18} - sound{s=block.note_block.snare;p=0.8} ]} @self ~onSwing
6785[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{s=[<&csp><&da><&csp>am{m=[1/19]<&csp><gold>13}<&csp>?varequals{var=caster.jukebox_cycle;val=0}<&csp><&da><&csp>am{m=[2/19]<&csp><green>Cat}<&csp>?varequals{var=caster.jukebox_cycle;val=1}<&csp><&da><&csp>am{m=[3/19]<&csp><red>Blocks}<&csp>?varequals{var=caster.jukebox_cycle;val=2}<&csp><&da><&csp>am{m=[4/19]<&csp><dark_red>Chirp}<&csp>?varequals{var=caster.jukebox_cycle;val=3}<&csp><&da><&csp>am{m=[5/19]<&csp><green>Far}<&csp>?varequals{var=caster.jukebox_cycle;val=4}<&csp><&da><&csp>am{m=[6/19]<&csp><dark_purple>Mall}<&csp>?varequals{var=caster.jukebox_cycle;val=5}<&csp><&da><&csp>am{m=[7/19]<&csp><light_purple>Mellohi}<&csp>?varequals{var=caster.jukebox_cycle;val=6}<&csp><&da><&csp>am{m=[8/19]<&csp><dark_gray>Stal}<&csp>?varequals{var=caster.jukebox_cycle;val=7}<&csp><&da><&csp>am{m=[9/19]<&csp><white>Strad}<&csp>?varequals{var=caster.jukebox_cycle;val=8}<&csp><&da><&csp>am{m=[10/19]<&csp><dark_green>Ward}<&csp>?varequals{var=caster.jukebox_cycle;val=9}<&csp><&da><&csp>am{m=[11/19]<&csp><gray><i>11}<&csp>?varequals{var=caster.jukebox_cycle;val=10}<&csp><&da><&csp>am{m="<&lb>12<&fs>19<&rb><&sp><gold>Creator<&sp>(Music<&sp>Box)"}<&csp>?varequals{var=caster.jukebox_cycle;val=11}<&csp><&da><&csp>am{m=[13/19]<&csp><blue>Wait}<&csp>?varequals{var=caster.jukebox_cycle;val=12}<&csp><&da><&csp>am{m=[14/19]<&csp><aqua>Creator}<&csp>?varequals{var=caster.jukebox_cycle;val=13}<&csp><&da><&csp>am{m=[15/19]<&csp><gray>Precipice}<&csp>?varequals{var=caster.jukebox_cycle;val=14}<&csp><&da><&csp>am{m=[16/19]<&csp><dark_green>Otherside}<&csp>?varequals{var=caster.jukebox_cycle;val=15}<&csp><&da><&csp>am{m=[17/19]<&csp><red>Relic}<&csp>?varequals{var=caster.jukebox_cycle;val=16}<&csp><&da><&csp>am{m=[18/19]<&csp><dark_aqua>5}<&csp>?varequals{var=caster.jukebox_cycle;val=17}<&csp><&da><&csp>am{m=[19/19]<&csp><dark_red>Pigstep}<&csp>?varequals{var=caster.jukebox_cycle;val=18}<&csp><&da><&csp>sound{s=block.note_block.snare;p=0.8}<&csp>]} @self ~onSwing
6786[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
6787[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
6788[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6789[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onSwing
6790[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6791[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6792[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{s=[ - stopsound{s=music_disc.13;sc=RECORDS} - stopsound{s=music_disc.cat;sc=RECORDS} - stopsound{s=music_disc.blocks;sc=RECORDS} - stopsound{s=music_disc.chirp;sc=RECORDS} - stopsound{s=music_disc.far;sc=RECORDS} - stopsound{s=music_disc.mall;sc=RECORDS} - stopsound{s=music_disc.mellohi;sc=RECORDS} - stopsound{s=music_disc.stal;sc=RECORDS} - stopsound{s=music_disc.strad;sc=RECORDS} - stopsound{s=music_disc.ward;sc=RECORDS} - stopsound{s=music_disc.11;sc=RECORDS} - stopsound{s=music_disc.creator_music_box;sc=RECORDS} - stopsound{s=music_disc.wait;sc=RECORDS} - stopsound{s=music_disc.creator;sc=RECORDS} - stopsound{s=music_disc.precipice;sc=RECORDS} - stopsound{s=music_disc.otherside;sc=RECORDS} - stopsound{s=music_disc.relic;sc=RECORDS} - stopsound{s=music_disc.5;sc=RECORDS} - stopsound{s=music_disc.pigstep;sc=RECORDS} - unsetvar{var=caster.jukebox_nowplaying} ]} @self ~onPressF ?crouching
6793[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{s=[<&csp><&da><&csp>stopsound{s=music_disc.13;sc=RECORDS}<&csp><&da><&csp>stopsound{s=music_disc.cat;sc=RECORDS}<&csp><&da><&csp>stopsound{s=music_disc.blocks;sc=RECORDS}<&csp><&da><&csp>stopsound{s=music_disc.chirp;sc=RECORDS}<&csp><&da><&csp>stopsound{s=music_disc.far;sc=RECORDS}<&csp><&da><&csp>stopsound{s=music_disc.mall;sc=RECORDS}<&csp><&da><&csp>stopsound{s=music_disc.mellohi;sc=RECORDS}<&csp><&da><&csp>stopsound{s=music_disc.stal;sc=RECORDS}<&csp><&da><&csp>stopsound{s=music_disc.strad;sc=RECORDS}<&csp><&da><&csp>stopsound{s=music_disc.ward;sc=RECORDS}<&csp><&da><&csp>stopsound{s=music_disc.11;sc=RECORDS}<&csp><&da><&csp>stopsound{s=music_disc.creator_music_box;sc=RECORDS}<&csp><&da><&csp>stopsound{s=music_disc.wait;sc=RECORDS}<&csp><&da><&csp>stopsound{s=music_disc.creator;sc=RECORDS}<&csp><&da><&csp>stopsound{s=music_disc.precipice;sc=RECORDS}<&csp><&da><&csp>stopsound{s=music_disc.otherside;sc=RECORDS}<&csp><&da><&csp>stopsound{s=music_disc.relic;sc=RECORDS}<&csp><&da><&csp>stopsound{s=music_disc.5;sc=RECORDS}<&csp><&da><&csp>stopsound{s=music_disc.pigstep;sc=RECORDS}<&csp><&da><&csp>unsetvar{var=caster.jukebox_nowplaying}<&csp>]} @self ~onPressF ?crouching
6794[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
6795[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
6796[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6797[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onPressF
6798[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition crouching
6799[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6800[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6801[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{s=Sudo_Throw_Gravity} @self ~onTimer:1 ?playerswithin{d=3}
6802[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{s=Sudo_Throw_Gravity} @self ~onTimer:1 ?playerswithin{d=3}
6803[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
6804[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
6805[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6806[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onTimer:1
6807[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition playerswithin{d=3}
6808[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6809[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is Timer. Assigning skill to Timer...
6810[23:52:53] [Server thread/INFO]: [MythicMobs] |----- AbstractSkill set on timer with interval 1
6811[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{s=[ - potion{type=RESISTANCE;l=1;d=200} @self - sound{sound=block.beacon.activate;v=0.5;p=1.5} @self - sound{sound=block.beacon.deactivate;v=0.5;p=1.5;delay=200} @self - am{msg="<light_purple>You are protected by the Lunar Prism!"} @self - am{msg="<dark_purple>Lunar Prism protection fades.";delay=200} @self ];cd=30} ~onUse
6812[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{s=[<&csp><&da><&csp>potion{type=RESISTANCE;l=1;d=200}<&csp>@self<&csp><&da><&csp>sound{sound=block.beacon.activate;v=0.5;p=1.5}<&csp>@self<&csp><&da><&csp>sound{sound=block.beacon.deactivate;v=0.5;p=1.5;delay=200}<&csp>@self<&csp><&da><&csp>am{msg="<light_purple>You<&sp>are<&sp>protected<&sp>by<&sp>the<&sp>Lunar<&sp>Prism!"}<&csp>@self<&csp><&da><&csp>am{msg="<dark_purple>Lunar<&sp>Prism<&sp>protection<&sp>fades.";delay=200}<&csp>@self<&csp>];cd=30} ~onUse
6813[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
6814[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onUse
6815[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6816[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6817[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill:TotemExample @self ~onUse
6818[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill:TotemExample @self ~onUse
6819[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL:TOTEMEXAMPLE
6820[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
6821[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6822[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onUse
6823[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6824[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6825[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: takeitem{i=Campfire_Totem;a=1} @self ~onUse
6826[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: takeitem{i=Campfire_Totem;a=1} @self ~onUse
6827[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to TAKEITEM
6828[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
6829[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6830[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onUse
6831[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6832[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6833[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Loading mechanic line: skill{s=[ - setvar{var=global.eater;val=<target.name>;type=STRING;save=true;duration=5010} @self - potion{type=ABSORPTION;l=2;d=1000} @self - delay 400 - message{m="<green><global.var.eater></green> <white>is experiencing some stomach pains..."} @server{targetself=true} - delay 600 - sound{s=entity.tnt.primed;sc=MASTER;v=3} @self - delay 3400 - sound{s=entity.tnt.primed;sc=MASTER;v=3} @self - message{m="<green><global.var.eater></green> <white>is experiencing a weird rumbling sensation from their tummy..."} @server{targetself=true} - message{m="<i>I should probably get somewhere safe.... I feel like I'm about to <bold>EXPLODE"} @self - delay 600 - explosion{y=5;bd=true;fire=false} - message{m="<white>The Exploding Pie has reached the lower intestines of <green><global.var.eater></green>..."} @server{targetself=true} ]} @self ~onConsume
6834[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{s=[<&csp><&da><&csp>setvar{var=global.eater;val=<target.name>;type=STRING;save=true;duration=5010}<&csp>@self<&csp><&da><&csp>potion{type=ABSORPTION;l=2;d=1000}<&csp>@self<&csp><&da><&csp>delay<&csp>400<&csp><&da><&csp>message{m="<green><global.var.eater><<&fs>green><&sp><white>is<&sp>experiencing<&sp>some<&sp>stomach<&sp>pains..."}<&csp>@server{targetself=true}<&csp><&da><&csp>delay<&csp>600<&csp><&da><&csp>sound{s=entity.tnt.primed;sc=MASTER;v=3}<&csp>@self<&csp><&da><&csp>delay<&csp>3400<&csp><&da><&csp>sound{s=entity.tnt.primed;sc=MASTER;v=3}<&csp>@self<&csp><&da><&csp>message{m="<green><global.var.eater><<&fs>green><&sp><white>is<&sp>experiencing<&sp>a<&sp>weird<&sp>rumbling<&sp>sensation<&sp>from<&sp>their<&sp>tummy..."}<&csp>@server{targetself=true}<&csp><&da><&csp>message{m="<i>I<&sp>should<&sp>probably<&sp>get<&sp>somewhere<&sp>safe....<&sp>I<&sp>feel<&sp>like<&sp>I<&sq>m<&sp>about<&sp>to<&sp><bold>EXPLODE"}<&csp>@self<&csp><&da><&csp>delay<&csp>600<&csp><&da><&csp>explosion{y=5;bd=true;fire=false}<&csp><&da><&csp>message{m="<white>The<&sp>Exploding<&sp>Pie<&sp>has<&sp>reached<&sp>the<&sp>lower<&sp>intestines<&sp>of<&sp><green><global.var.eater><<&fs>green>..."}<&csp>@server{targetself=true}<&csp>]} @self ~onConsume
6835[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
6836[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
6837[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6838[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTrigger ~onConsume
6839[23:52:53] [Server thread/INFO]: [MythicMobs] |----- Base skill found.
6840[23:52:53] [Server thread/INFO]: [MythicMobs] |----- SkillTrigger is NOT Timer. Assigning skill to regular skill tree...
6841[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Doing second pass on 139 skills.
6842[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> [ - e:ender @selflocation - sound{sound=entity.enderman.teleport;v=0.5;p=1.5} @self - propel{v=3} @selflocation{fo=-3} - delay 7 - e:ender @selflocation - sound{sound=entity.enderman.teleport;v=0.5;p=1.5} @self ]
6843[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: e:ender @selflocation
6844[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to E:ENDER
6845[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter selflocation
6846[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6847[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{sound=entity.enderman.teleport;v=0.5;p=1.5} @self
6848[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
6849[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
6850[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6851[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: propel{v=3} @selflocation{fo=<&da>3}
6852[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to PROPEL
6853[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter selflocation{fo=<&da>3}
6854[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6855[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 7
6856[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
6857[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: e:ender @selflocation
6858[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to E:ENDER
6859[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter selflocation
6860[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6861[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{sound=entity.enderman.teleport;v=0.5;p=1.5} @self
6862[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
6863[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
6864[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6865[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
6866[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> [ - cancelevent @self - am{msg="<dark_red>CRIT!"} @self - e:p{p=trial_spawner_detection;a=15;hs=0.1;vs=0.6} - damage{a="<skill.var.damage-amount><&sp>*<&sp>2"} ]
6867[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: cancelevent @self
6868[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to CANCELEVENT
6869[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
6870[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6871[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: am{msg="<dark_red>CRIT!"} @self
6872[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to AM
6873[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
6874[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6875[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: e:p{p=trial_spawner_detection;a=15;hs=0.1;vs=0.6}
6876[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to E:P
6877[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: damage{a="<skill.var.damage<&da>amount><&sp>*<&sp>2"}
6878[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DAMAGE
6879[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
6880[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> [ - potion{type=RESISTANCE;l=1;d=400} @self - am{msg="<dark_red>Your<&sp>blade<&sp>shields<&sp>you<&sp>from<&sp>harm."} @self ]
6881[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=RESISTANCE;l=1;d=400} @self
6882[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
6883[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
6884[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6885[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: am{msg="<dark_red>Your<&sp>blade<&sp>shields<&sp>you<&sp>from<&sp>harm."} @self
6886[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to AM
6887[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
6888[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6889[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
6890[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Shoot Loaded onTick pointing at null
6891[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loaded onHit pointing at null
6892[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loaded onEnd pointing at null
6893[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> BM_VoodooDoll
6894[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
6895[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> Throw_Gravity
6896[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
6897[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> [ - explode{yield=2;bd=false;fire=false} @selflocation - damage{a=15} @entitiesInRadius{r=4} - am{msg="<dark_red>The<&sp>axe<&sp>unleashes<&sp>a<&sp>devastating<&sp>strike!"} @self - potion{type=STRENGTH;l=2;d=300} @self - potion{type=SLOWNESS;l=0;d=300} @self ]
6898[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: explode{yield=2;bd=false;fire=false} @selflocation
6899[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EXPLODE
6900[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter selflocation
6901[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6902[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: damage{a=15} @entitiesInRadius{r=4}
6903[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DAMAGE
6904[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter entitiesInRadius{r=4}
6905[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6906[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: am{msg="<dark_red>The<&sp>axe<&sp>unleashes<&sp>a<&sp>devastating<&sp>strike!"} @self
6907[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to AM
6908[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
6909[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6910[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=STRENGTH;l=2;d=300} @self
6911[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
6912[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
6913[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6914[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=SLOWNESS;l=0;d=300} @self
6915[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
6916[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
6917[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
6918[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
6919[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkillMechanic mechanics -> [ potion{type=ABSORPTION;l=0;d=3600} ], [ potion{type=BAD_OMEN;l=0;d=3600} ], [ potion{type=BLINDNESS;l=0;d=3600} ], [ potion{type=CONDUIT_POWER;l=0;d=3600} ], [ potion{type=DARKNESS;l=0;d=3600} ], [ potion{type=DOLPHINS_GRACE;l=0;d=3600} ], [ potion{type=FIRE_RESISTANCE;l=0;d=3600} ], [ potion{type=GLOWING;l=0;d=3600} ], [ potion{type=HASTE;l=0;d=3600} ], [ potion{type=HEALTH_BOOST;l=0;d=3600} ], [ potion{type=HERO_OF_THE_VILLAGE;l=0;d=3600} ], [ potion{type=HUNGER;l=0;d=3600} ], [ potion{type=INFESTED;l=0;d=3600} ], [ potion{type=INVISIBILITY;l=0;d=3600} ], [ potion{type=JUMP_BOOST;l=0;d=3600} ], [ potion{type=LEVITATION;l=0;d=3600} ], [ potion{type=LUCK;l=0;d=3600} ], [ potion{type=MINING_FATIGUE;l=0;d=3600} ], [ potion{type=NAUSEA;l=0;d=3600} ], [ potion{type=NIGHT_VISION;l=0;d=3600} ], [ potion{type=OOZING;l=0;d=3600} ], [ potion{type=POISON;l=0;d=3600} ], [ potion{type=RAID_OMEN;l=0;d=3600} ], [ potion{type=REGENERATION;l=0;d=3600} ], [ potion{type=RESISTANCE;l=0;d=3600} ], [ potion{type=SATURATION;l=0;d=3600} ], [ potion{type=SLOW_FALLING;l=0;d=3600} ], [ potion{type=SLOWNESS;l=0;d=3600} ], [ potion{type=SPEED;l=0;d=3600} ], [ potion{type=STRENGTH;l=0;d=3600} ], [ potion{type=TRIAL_OMEN;l=0;d=3600} ], [ potion{type=UNLUCK;l=0;d=3600} ], [ potion{type=WATER_BREATHING;l=0;d=3600} ], [ potion{type=WEAKNESS;l=0;d=3600} ], [ potion{type=WEAVING;l=0;d=3600} ], [ potion{type=WIND_CHARGED;l=0;d=3600} ], [ potion{type=WITHER;l=0;d=3600} ]
6920[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill [ potion{type=ABSORPTION;l=0;d=3600} ] with a weight of 1
6921[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=ABSORPTION;l=0;d=3600}
6922[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
6923[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
6924[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill [ potion{type=BAD_OMEN;l=0;d=3600} ] with a weight of 1
6925[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=BAD_OMEN;l=0;d=3600}
6926[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
6927[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
6928[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill [ potion{type=BLINDNESS;l=0;d=3600} ] with a weight of 1
6929[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=BLINDNESS;l=0;d=3600}
6930[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
6931[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
6932[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill [ potion{type=CONDUIT_POWER;l=0;d=3600} ] with a weight of 1
6933[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=CONDUIT_POWER;l=0;d=3600}
6934[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
6935[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
6936[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill [ potion{type=DARKNESS;l=0;d=3600} ] with a weight of 1
6937[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=DARKNESS;l=0;d=3600}
6938[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
6939[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
6940[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill [ potion{type=DOLPHINS_GRACE;l=0;d=3600} ] with a weight of 1
6941[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=DOLPHINS_GRACE;l=0;d=3600}
6942[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
6943[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
6944[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill [ potion{type=FIRE_RESISTANCE;l=0;d=3600} ] with a weight of 1
6945[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=FIRE_RESISTANCE;l=0;d=3600}
6946[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
6947[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
6948[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill [ potion{type=GLOWING;l=0;d=3600} ] with a weight of 1
6949[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=GLOWING;l=0;d=3600}
6950[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
6951[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
6952[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill [ potion{type=HASTE;l=0;d=3600} ] with a weight of 1
6953[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=HASTE;l=0;d=3600}
6954[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
6955[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
6956[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill [ potion{type=HEALTH_BOOST;l=0;d=3600} ] with a weight of 1
6957[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=HEALTH_BOOST;l=0;d=3600}
6958[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
6959[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
6960[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill [ potion{type=HERO_OF_THE_VILLAGE;l=0;d=3600} ] with a weight of 1
6961[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=HERO_OF_THE_VILLAGE;l=0;d=3600}
6962[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
6963[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
6964[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill [ potion{type=HUNGER;l=0;d=3600} ] with a weight of 1
6965[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=HUNGER;l=0;d=3600}
6966[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
6967[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
6968[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill [ potion{type=INFESTED;l=0;d=3600} ] with a weight of 1
6969[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=INFESTED;l=0;d=3600}
6970[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
6971[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
6972[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill [ potion{type=INVISIBILITY;l=0;d=3600} ] with a weight of 1
6973[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=INVISIBILITY;l=0;d=3600}
6974[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
6975[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
6976[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill [ potion{type=JUMP_BOOST;l=0;d=3600} ] with a weight of 1
6977[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=JUMP_BOOST;l=0;d=3600}
6978[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
6979[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
6980[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill [ potion{type=LEVITATION;l=0;d=3600} ] with a weight of 1
6981[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=LEVITATION;l=0;d=3600}
6982[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
6983[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
6984[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill [ potion{type=LUCK;l=0;d=3600} ] with a weight of 1
6985[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=LUCK;l=0;d=3600}
6986[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
6987[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
6988[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill [ potion{type=MINING_FATIGUE;l=0;d=3600} ] with a weight of 1
6989[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=MINING_FATIGUE;l=0;d=3600}
6990[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
6991[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
6992[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill [ potion{type=NAUSEA;l=0;d=3600} ] with a weight of 1
6993[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=NAUSEA;l=0;d=3600}
6994[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
6995[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
6996[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill [ potion{type=NIGHT_VISION;l=0;d=3600} ] with a weight of 1
6997[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=NIGHT_VISION;l=0;d=3600}
6998[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
6999[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
7000[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill [ potion{type=OOZING;l=0;d=3600} ] with a weight of 1
7001[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=OOZING;l=0;d=3600}
7002[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
7003[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
7004[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill [ potion{type=POISON;l=0;d=3600} ] with a weight of 1
7005[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=POISON;l=0;d=3600}
7006[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
7007[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
7008[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill [ potion{type=RAID_OMEN;l=0;d=3600} ] with a weight of 1
7009[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=RAID_OMEN;l=0;d=3600}
7010[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
7011[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
7012[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill [ potion{type=REGENERATION;l=0;d=3600} ] with a weight of 1
7013[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=REGENERATION;l=0;d=3600}
7014[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
7015[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
7016[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill [ potion{type=RESISTANCE;l=0;d=3600} ] with a weight of 1
7017[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=RESISTANCE;l=0;d=3600}
7018[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
7019[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
7020[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill [ potion{type=SATURATION;l=0;d=3600} ] with a weight of 1
7021[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=SATURATION;l=0;d=3600}
7022[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
7023[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
7024[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill [ potion{type=SLOW_FALLING;l=0;d=3600} ] with a weight of 1
7025[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=SLOW_FALLING;l=0;d=3600}
7026[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
7027[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
7028[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill [ potion{type=SLOWNESS;l=0;d=3600} ] with a weight of 1
7029[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=SLOWNESS;l=0;d=3600}
7030[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
7031[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
7032[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill [ potion{type=SPEED;l=0;d=3600} ] with a weight of 1
7033[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=SPEED;l=0;d=3600}
7034[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
7035[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
7036[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill [ potion{type=STRENGTH;l=0;d=3600} ] with a weight of 1
7037[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=STRENGTH;l=0;d=3600}
7038[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
7039[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
7040[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill [ potion{type=TRIAL_OMEN;l=0;d=3600} ] with a weight of 1
7041[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=TRIAL_OMEN;l=0;d=3600}
7042[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
7043[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
7044[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill [ potion{type=UNLUCK;l=0;d=3600} ] with a weight of 1
7045[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=UNLUCK;l=0;d=3600}
7046[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
7047[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
7048[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill [ potion{type=WATER_BREATHING;l=0;d=3600} ] with a weight of 1
7049[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=WATER_BREATHING;l=0;d=3600}
7050[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
7051[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
7052[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill [ potion{type=WEAKNESS;l=0;d=3600} ] with a weight of 1
7053[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=WEAKNESS;l=0;d=3600}
7054[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
7055[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
7056[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill [ potion{type=WEAVING;l=0;d=3600} ] with a weight of 1
7057[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=WEAVING;l=0;d=3600}
7058[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
7059[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
7060[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill [ potion{type=WIND_CHARGED;l=0;d=3600} ] with a weight of 1
7061[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=WIND_CHARGED;l=0;d=3600}
7062[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
7063[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
7064[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading RandomSkill skill [ potion{type=WITHER;l=0;d=3600} ] with a weight of 1
7065[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=WITHER;l=0;d=3600}
7066[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
7067[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
7068[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> BM_SummonLightningCircles_Item
7069[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
7070[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> BM_RandomGeoPillar_Item
7071[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
7072[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> [ - setmaterialcooldown{material=sugar;d=20} - potion{type=INVISIBILITY;l=1;d=600} - potion{type=SPEED;l=2;d=600} - takeitem{i=HalloweenCandy5;a=1} ]
7073[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setmaterialcooldown{material=sugar;d=20}
7074[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETMATERIALCOOLDOWN
7075[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=INVISIBILITY;l=1;d=600}
7076[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
7077[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=SPEED;l=2;d=600}
7078[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
7079[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: takeitem{i=HalloweenCandy5;a=1}
7080[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to TAKEITEM
7081[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
7082[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> [ - message{m="<i><gray>Whoa<&cm><&sp>dizzy<&sp>from<&sp>too<&sp>much<&sp>sugar!"} - potion{type=BLINDNESS;l=1;d=200} ]
7083[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: message{m="<i><gray>Whoa<&cm><&sp>dizzy<&sp>from<&sp>too<&sp>much<&sp>sugar!"}
7084[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to MESSAGE
7085[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loaded message skill with message <i><gray>Whoa, dizzy from too much sugar!
7086[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=BLINDNESS;l=1;d=200}
7087[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
7088[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
7089[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> SummonLightningCircles_Item
7090[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
7091[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> RandomGeoPillar_Item
7092[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
7093[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> [ - setmaterialcooldown{material=cookie;d=20} - potion{type=FIRE_RESISTANCE;l=1;d=600} - potion{type=ABSORPTION;l=1;d=600} ]
7094[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setmaterialcooldown{material=cookie;d=20}
7095[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETMATERIALCOOLDOWN
7096[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=FIRE_RESISTANCE;l=1;d=600}
7097[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
7098[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=ABSORPTION;l=1;d=600}
7099[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
7100[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
7101[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> [ - message{m="<i><gray>This<&sp>one<&sp>tastes...off..."} - potion{type=POISON;l=1;d=300} - damage{a=2} ]
7102[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: message{m="<i><gray>This<&sp>one<&sp>tastes...off..."}
7103[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to MESSAGE
7104[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loaded message skill with message <i><gray>This one tastes...off...
7105[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=POISON;l=1;d=300}
7106[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
7107[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: damage{a=2}
7108[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DAMAGE
7109[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
7110[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> [ - sendactionmessage{m="<#D2365C>Healed<&sp>5<dark_red>❤"} - heal{a=10;delay=2} ]
7111[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sendactionmessage{m="<#D2365C>Healed<&sp>5<dark_red>❤"}
7112[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SENDACTIONMESSAGE
7113[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: heal{a=10;delay=2}
7114[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to HEAL
7115[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
7116[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> SK_Projectile
7117[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
7118[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> TagTransfer
7119[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
7120[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> TagTransfer
7121[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
7122[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> TS_UseSkill
7123[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
7124[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> TS_SkillUp
7125[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
7126[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> TS_SkillDown
7127[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
7128[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> TS_Swap_Effect
7129[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
7130[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> TS_Swap_Effect
7131[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
7132[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> TS_ActionMessage
7133[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
7134[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> [ - setmaterialcooldown{material=honey_bottle;d=20} - potion{type=LUCK;l=1;d=600} - potion{type=HEALTH_BOOST;l=1;d=600} ]
7135[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setmaterialcooldown{material=honey_bottle;d=20}
7136[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETMATERIALCOOLDOWN
7137[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=LUCK;l=1;d=600}
7138[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
7139[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=HEALTH_BOOST;l=1;d=600}
7140[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
7141[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
7142[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> [ - message{m="<i><gray>Oh<&sp>no<&cm><&sp>feeling<&sp>a<&sp>bit<&sp>sticky..."} - potion{type=SLOWNESS;l=2;d=300} - potion{type=NAUSEA;l=1;d=300} ]
7143[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: message{m="<i><gray>Oh<&sp>no<&cm><&sp>feeling<&sp>a<&sp>bit<&sp>sticky..."}
7144[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to MESSAGE
7145[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loaded message skill with message <i><gray>Oh no, feeling a bit sticky...
7146[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=SLOWNESS;l=2;d=300}
7147[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
7148[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=NAUSEA;l=1;d=300}
7149[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
7150[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
7151[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> [ - setmaterialcooldown{material=glistering_melon_slice;d=20} - potion{type=saturation;l=0;d=100} - potion{type=regeneration;l=1;d=600} - takeitem{i=HalloweenCandy2;a=1} ]
7152[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setmaterialcooldown{material=glistering_melon_slice;d=20}
7153[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETMATERIALCOOLDOWN
7154[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=saturation;l=0;d=100}
7155[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
7156[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=regeneration;l=1;d=600}
7157[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
7158[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: takeitem{i=HalloweenCandy2;a=1}
7159[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to TAKEITEM
7160[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
7161[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> [ - message{m="<i><gray>I<&sp>think<&sp>that<&sp>one<&sp>turned..."} - damage{a=5} - potion{type=WITHER;l=1;d=300} - potion{type=HUNGER;l=1;d=300} - clearpotion{types=SATURATION,REGENERATION} ]
7162[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: message{m="<i><gray>I<&sp>think<&sp>that<&sp>one<&sp>turned..."}
7163[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to MESSAGE
7164[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loaded message skill with message <i><gray>I think that one turned...
7165[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: damage{a=5}
7166[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DAMAGE
7167[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=WITHER;l=1;d=300}
7168[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
7169[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=HUNGER;l=1;d=300}
7170[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
7171[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: clearpotion{types=SATURATION,REGENERATION}
7172[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to CLEARPOTION
7173[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
7174[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> FragmentPower
7175[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
7176[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> GhostBotWhisper
7177[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
7178[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: e:p{p=block_dust;m=coal_block;a=250;hs=3.5;vs=0.5;repeat=1;repeati=2}
7179[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to E:P
7180[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: e:p{p=block_dust;m=black_concrete_powder;a=250;hs=3.5;vs=0.5;repeat=1;repeati=2}
7181[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to E:P
7182[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=WITHER;l=1;d=60} @ENO{r=4} ?!isplayer
7183[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
7184[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter ENO{r=4}
7185[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7186[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition isplayer
7187[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=WITHER;l=0;d=0} @ENO{r=4;targetself=true} ?isPlayer
7188[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
7189[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter ENO{r=4;targetself=true}
7190[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7191[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition isPlayer
7192[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: e:p{particle=warped_spore;amount=2;d=true;s=0.35} @Sphere{radius=5;points=500}
7193[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to E:P
7194[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Sphere{radius=5;points=500}
7195[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7196[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: explode{yield=2;bd=false;fire=false}
7197[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EXPLODE
7198[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> [ - takeitem{item=CobwebBall;a=1} @self - setmaterialcooldown{material=snowball;d=20} @self - projectile{bulletType=BLOCK;material=COBWEB;mr=40;hnp=true;g=0.4;d=600;v=18;sync=true;tyo=+1.5; oE=[ - summon{t=Temporary-Cobweb} ]; oT=[ - effect:particles{p=reddust;c=#ff1f1f;a=1;sync=true} @origin - effect:particles{p=reddust;c=#ffffff;a=10;sync=true} @origin ]} ]
7199[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: takeitem{item=CobwebBall;a=1} @self
7200[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to TAKEITEM
7201[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
7202[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7203[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setmaterialcooldown{material=snowball;d=20} @self
7204[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETMATERIALCOOLDOWN
7205[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
7206[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7207[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: projectile{bulletType=BLOCK;material=COBWEB;mr=40;hnp=true;g=0.4;d=600;v=18;sync=true;tyo=+1.5;<&csp>oE=[<&csp><&csp><&da><&csp>summon{t=Temporary<&da>Cobweb}<&csp>];<&csp>oT=[<&csp><&da><&csp>effect:particles{p=reddust;c=#ff1f1f;a=1;sync=true}<&csp>@origin<&csp><&da><&csp>effect:particles{p=reddust;c=#ffffff;a=10;sync=true}<&csp>@origin<&csp>]}
7208[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to PROJECTILE
7209[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
7210[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> VoodooDoll
7211[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
7212[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> [ - totemofundying{model=1} @Self - takeitem{i=TotemOfValhalla;a=1} @Self - potion{type=REGENERATION;duration=40;level=255} - potion{type=SATURATION;duration=40;level=255} - potion{type=DAMAGE_RESISTANCE;duration=200;level=5} ]
7213[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: totemofundying{model=1} @Self
7214[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to TOTEMOFUNDYING
7215[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
7216[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7217[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: takeitem{i=TotemOfValhalla;a=1} @Self
7218[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to TAKEITEM
7219[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
7220[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7221[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=REGENERATION;duration=40;level=255}
7222[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
7223[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=SATURATION;duration=40;level=255}
7224[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
7225[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=DAMAGE_RESISTANCE;duration=200;level=5}
7226[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
7227[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
7228[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> [ - potion{type=STRENGTH;l=2;d=100} @self - am{msg="<dark_red>The<&sp>charm<&sp>pulses<&sp>with<&sp>power."} @self ]
7229[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=STRENGTH;l=2;d=100} @self
7230[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
7231[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
7232[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7233[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: am{msg="<dark_red>The<&sp>charm<&sp>pulses<&sp>with<&sp>power."} @self
7234[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to AM
7235[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
7236[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7237[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
7238[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> SK_Bide
7239[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
7240[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> spearthrow
7241[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
7242[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> [ - damage{a=4;damagecause=entity_explosion} @trigger - effect:explosion @origin ]
7243[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: damage{a=4;damagecause=entity_explosion} @trigger
7244[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DAMAGE
7245[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter trigger
7246[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7247[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:explosion @origin
7248[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:EXPLOSION
7249[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin
7250[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7251[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
7252[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> [ - command{c="minecraft:time<&sp>set<&sp>night"} - setvar{var=global.bloodmoon-active;val=1;save=true;cd=60} @self{targetarmorstands=true} - sendtitle{title="&4Bloodmoon<&sp>has<&sp>Started";subtitle="&cGood<&sp>Luck";fi=10;fo=10;d=50;cd=60} @server{targetself=true} - sound{sc=VOICE;sound=entity.ender_dragon.death;v=0.5;p=0.8;cd=60} @server{targetself=true} - takeitem{i=Blood-Stone;a=1} ]
7253[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: command{c="minecraft:time<&sp>set<&sp>night"}
7254[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to COMMAND
7255[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setvar{var=global.bloodmoon<&da>active;val=1;save=true;cd=60} @self{targetarmorstands=true}
7256[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETVAR
7257[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self{targetarmorstands=true}
7258[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7259[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sendtitle{title="&4Bloodmoon<&sp>has<&sp>Started";subtitle="&cGood<&sp>Luck";fi=10;fo=10;d=50;cd=60} @server{targetself=true}
7260[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SENDTITLE
7261[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter server{targetself=true}
7262[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7263[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{sc=VOICE;sound=entity.ender_dragon.death;v=0.5;p=0.8;cd=60} @server{targetself=true}
7264[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
7265[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter server{targetself=true}
7266[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7267[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: takeitem{i=Blood<&da>Stone;a=1}
7268[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to TAKEITEM
7269[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
7270[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> [ - totemofundying{model=2} @Self - potion{type=REGENERATION;duration=40;level=255} @PIR{r=7} - potion{type=SATURATION;duration=40;level=255} @PIR{r=7} - potion{type=DAMAGE_RESISTANCE;duration=200;level=5} @PIR{r=7} - potion{type=REGENERATION;duration=40;level=255} - potion{type=SATURATION;duration=40;level=255} - potion{type=DAMAGE_RESISTANCE;duration=200;level=5} - setmaterialcooldown{d=2400;material=totem_of_undying;delay=2} - actionmessage{m="<green>HelperBot<&sp><gray>>><&sp><white>Healing<&sp>you<&sp>and<&sp>all<&sp>nearby<&sp>allies!"} - actionmessage{m="<green>HelperBot<&sp><gray>>><&sp><white>Healing<&sp>you<&cm><&sp>thanks<&sp>to<&sp><aqua><caster.name><<&fs>aqua>!"} @PIR{r=7} ]
7271[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: totemofundying{model=2} @Self
7272[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to TOTEMOFUNDYING
7273[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter Self
7274[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7275[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=REGENERATION;duration=40;level=255} @PIR{r=7}
7276[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
7277[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter PIR{r=7}
7278[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7279[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=SATURATION;duration=40;level=255} @PIR{r=7}
7280[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
7281[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter PIR{r=7}
7282[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7283[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=DAMAGE_RESISTANCE;duration=200;level=5} @PIR{r=7}
7284[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
7285[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter PIR{r=7}
7286[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7287[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=REGENERATION;duration=40;level=255}
7288[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
7289[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=SATURATION;duration=40;level=255}
7290[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
7291[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=DAMAGE_RESISTANCE;duration=200;level=5}
7292[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
7293[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setmaterialcooldown{d=2400;material=totem_of_undying;delay=2}
7294[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETMATERIALCOOLDOWN
7295[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: actionmessage{m="<green>HelperBot<&sp><gray>>><&sp><white>Healing<&sp>you<&sp>and<&sp>all<&sp>nearby<&sp>allies!"}
7296[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to ACTIONMESSAGE
7297[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: actionmessage{m="<green>HelperBot<&sp><gray>>><&sp><white>Healing<&sp>you<&cm><&sp>thanks<&sp>to<&sp><aqua><caster.name><<&fs>aqua>!"} @PIR{r=7}
7298[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to ACTIONMESSAGE
7299[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter PIR{r=7}
7300[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7301[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
7302[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> [ - potion{type=REGENERATION;l=1;d=100} @self - message{msg="<dark_red>Your<&sp>resilience<&sp>grows<&sp>stronger."} @self ]
7303[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=REGENERATION;l=1;d=100} @self
7304[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
7305[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
7306[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7307[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: message{msg="<dark_red>Your<&sp>resilience<&sp>grows<&sp>stronger."} @self
7308[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to MESSAGE
7309[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
7310[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7311[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loaded message skill with message <dark_red>Your resilience grows stronger.
7312[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
7313[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> [ - setmaterialcooldown{material=gold_nugget;d=20} - potion{type=SPEED;l=1;d=600} - potion{type=JUMP;l=1;d=600} - takeitem{i=HalloweenCandy;a=1} ]
7314[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setmaterialcooldown{material=gold_nugget;d=20}
7315[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETMATERIALCOOLDOWN
7316[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=SPEED;l=1;d=600}
7317[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
7318[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=JUMP;l=1;d=600}
7319[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
7320[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: takeitem{i=HalloweenCandy;a=1}
7321[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to TAKEITEM
7322[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
7323[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> [ - message{m="<i><gray>Ouch!<&sp>That<&sp>one<&sp>hurt..."} - damage{a=5} ]
7324[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: message{m="<i><gray>Ouch!<&sp>That<&sp>one<&sp>hurt..."}
7325[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to MESSAGE
7326[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loaded message skill with message <i><gray>Ouch! That one hurt...
7327[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: damage{a=5}
7328[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DAMAGE
7329[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
7330[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> HelperTotemArrow
7331[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
7332[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> SoulStrikeProjBall
7333[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
7334[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> [ - skill{s=[ - stopsound{s=music_disc.13;sc=RECORDS} - stopsound{s=music_disc.cat;sc=RECORDS} - stopsound{s=music_disc.blocks;sc=RECORDS} - stopsound{s=music_disc.chirp;sc=RECORDS} - stopsound{s=music_disc.far;sc=RECORDS} - stopsound{s=music_disc.mall;sc=RECORDS} - stopsound{s=music_disc.mellohi;sc=RECORDS} - stopsound{s=music_disc.stal;sc=RECORDS} - stopsound{s=music_disc.strad;sc=RECORDS} - stopsound{s=music_disc.ward;sc=RECORDS} - stopsound{s=music_disc.11;sc=RECORDS} - stopsound{s=music_disc.creator_music_box;sc=RECORDS} - stopsound{s=music_disc.wait;sc=RECORDS} - stopsound{s=music_disc.creator;sc=RECORDS} - stopsound{s=music_disc.precipice;sc=RECORDS} - stopsound{s=music_disc.otherside;sc=RECORDS} - stopsound{s=music_disc.relic;sc=RECORDS} - stopsound{s=music_disc.5;sc=RECORDS} - stopsound{s=music_disc.pigstep;sc=RECORDS} ]} - delay 1 - sound{s=music_disc.13;sc=RECORDS;v=20;audience=@self} ?varequals{var=caster.jukebox_cycle;val=0} - setvar{var=caster.jukebox_nowplaying;value=<gold>13;type=STRING;duration=3560} @self ?varequals{var=caster.jukebox_cycle;val=0}
7335- sound{s=music_disc.cat;sc=RECORDS;v=20;audience=@self} ?varequals{var=caster.jukebox_cycle;val=1} - setvar{var=caster.jukebox_nowplaying;value=<green>Cat;type=STRING;duration=3700} @self ?varequals{var=caster.jukebox_cycle;val=1}
7336- sound{s=music_disc.blocks;sc=RECORDS;v=20;audience=@self} ?varequals{var=caster.jukebox_cycle;val=2} - setvar{var=caster.jukebox_nowplaying;value=<red>Blocks;type=STRING;duration=6900} @self ?varequals{var=caster.jukebox_cycle;val=2}
7337- sound{s=music_disc.chirp;sc=RECORDS;v=20;audience=@self} ?varequals{var=caster.jukebox_cycle;val=3} - setvar{var=caster.jukebox_nowplaying;value=<dark_red>Chirp;type=STRING;duration=3700} @self ?varequals{var=caster.jukebox_cycle;val=3}
7338- sound{s=music_disc.far;sc=RECORDS;v=20;audience=@self} ?varequals{var=caster.jukebox_cycle;val=4} - setvar{var=caster.jukebox_nowplaying;value=<green>Far;type=STRING;duration=3480} @self ?varequals{var=caster.jukebox_cycle;val=4}
7339- sound{s=music_disc.mall;sc=RECORDS;v=20;audience=@self} ?varequals{var=caster.jukebox_cycle;val=5} - setvar{var=caster.jukebox_nowplaying;value=<dark_purple>Mall;type=STRING;duration=3940} @self ?varequals{var=caster.jukebox_cycle;val=5}
7340- sound{s=music_disc.mellohi;sc=RECORDS;v=20;audience=@self} ?varequals{var=caster.jukebox_cycle;val=6} - setvar{var=caster.jukebox_nowplaying;value=<light_purple>Mellohi;type=STRING;duration=1380} @self ?varequals{var=caster.jukebox_cycle;val=6}
7341- sound{s=music_disc.stal;sc=RECORDS;v=20;audience=@self} ?varequals{var=caster.jukebox_cycle;val=7} - setvar{var=caster.jukebox_nowplaying;value=<dark_gray>Stal;type=STRING;duration=3000} @self ?varequals{var=caster.jukebox_cycle;val=7}
7342- sound{s=music_disc.strad;sc=RECORDS;v=20;audience=@self} ?varequals{var=caster.jukebox_cycle;val=8} - setvar{var=caster.jukebox_nowplaying;value=<white>Strad;type=STRING;duration=3760} @self ?varequals{var=caster.jukebox_cycle;val=8}
7343- sound{s=music_disc.ward;sc=RECORDS;v=20;audience=@self} ?varequals{var=caster.jukebox_cycle;val=9} - setvar{var=caster.jukebox_nowplaying;value=<dark_green>Ward;type=STRING;duration=5020} @self ?varequals{var=caster.jukebox_cycle;val=9}
7344- sound{s=music_disc.11;sc=RECORDS;v=20;audience=@self} ?varequals{var=caster.jukebox_cycle;val=10} - setvar{var=caster.jukebox_nowplaying;value=<gray><i>11</i>;type=STRING;duration=1420} @self ?varequals{var=caster.jukebox_cycle;val=10}
7345- sound{s=music_disc.creator_music_box;sc=RECORDS;v=20;audience=@self} ?varequals{var=caster.jukebox_cycle;val=11} - setvar{var=caster.jukebox_nowplaying;value=<gold>Creator (Music Box);type=STRING;duration=1460} @self ?varequals{var=caster.jukebox_cycle;val=11}
7346- sound{s=music_disc.wait;sc=RECORDS;v=20;audience=@self} ?varequals{var=caster.jukebox_cycle;val=12} - setvar{var=caster.jukebox_nowplaying;value=<blue>Wait;type=STRING;duration=4740} @self ?varequals{var=caster.jukebox_cycle;val=12}
7347- sound{s=music_disc.creator;sc=RECORDS;v=20;audience=@self} ?varequals{var=caster.jukebox_cycle;val=13} - setvar{var=caster.jukebox_nowplaying;value=<aqua>Creator;type=STRING;duration=3520} @self ?varequals{var=caster.jukebox_cycle;val=13}
7348- sound{s=music_disc.precipice;sc=RECORDS;v=20;audience=@self} ?varequals{var=caster.jukebox_cycle;val=14} - setvar{var=caster.jukebox_nowplaying;value=<gray>Precipice;type=STRING;duration=5980} @self ?varequals{var=caster.jukebox_cycle;val=14}
7349- sound{s=music_disc.otherside;sc=RECORDS;v=20;audience=@self} ?varequals{var=caster.jukebox_cycle;val=15} - setvar{var=caster.jukebox_nowplaying;value=<dark_green>Otherside;type=STRING;duration=3900} @self ?varequals{var=caster.jukebox_cycle;val=15}
7350- sound{s=music_disc.relic;sc=RECORDS;v=20;audience=@self} ?varequals{var=caster.jukebox_cycle;val=16} - setvar{var=caster.jukebox_nowplaying;value=<red>Relic;type=STRING;duration=4380} @self ?varequals{var=caster.jukebox_cycle;val=16}
7351- sound{s=music_disc.5;sc=RECORDS;v=20;audience=@self} ?varequals{var=caster.jukebox_cycle;val=17} - setvar{var=caster.jukebox_nowplaying;value=<dark_aqua>5;type=STRING;duration=3560} @self ?varequals{var=caster.jukebox_cycle;val=17}
7352- sound{s=music_disc.pigstep;sc=RECORDS;v=20;audience=@self} ?varequals{var=caster.jukebox_cycle;val=18} - setvar{var=caster.jukebox_nowplaying;value=<dark_red>Pigstep;type=STRING;duration=2960} @self ?varequals{var=caster.jukebox_cycle;val=18}
7353- delay 1 - am{m="Now<&sp>Playing<&co><&sp><caster.var.jukebox_nowplaying>"} ]
7354[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: skill{s=[<&csp><&da><&csp>stopsound{s=music_disc.13;sc=RECORDS}<&csp><&da><&csp>stopsound{s=music_disc.cat;sc=RECORDS}<&csp><&da><&csp>stopsound{s=music_disc.blocks;sc=RECORDS}<&csp><&da><&csp>stopsound{s=music_disc.chirp;sc=RECORDS}<&csp><&da><&csp>stopsound{s=music_disc.far;sc=RECORDS}<&csp><&da><&csp>stopsound{s=music_disc.mall;sc=RECORDS}<&csp><&da><&csp>stopsound{s=music_disc.mellohi;sc=RECORDS}<&csp><&da><&csp>stopsound{s=music_disc.stal;sc=RECORDS}<&csp><&da><&csp>stopsound{s=music_disc.strad;sc=RECORDS}<&csp><&da><&csp>stopsound{s=music_disc.ward;sc=RECORDS}<&csp><&da><&csp>stopsound{s=music_disc.11;sc=RECORDS}<&csp><&da><&csp>stopsound{s=music_disc.creator_music_box;sc=RECORDS}<&csp><&da><&csp>stopsound{s=music_disc.wait;sc=RECORDS}<&csp><&da><&csp>stopsound{s=music_disc.creator;sc=RECORDS}<&csp><&da><&csp>stopsound{s=music_disc.precipice;sc=RECORDS}<&csp><&da><&csp>stopsound{s=music_disc.otherside;sc=RECORDS}<&csp><&da><&csp>stopsound{s=music_disc.relic;sc=RECORDS}<&csp><&da><&csp>stopsound{s=music_disc.5;sc=RECORDS}<&csp><&da><&csp>stopsound{s=music_disc.pigstep;sc=RECORDS}<&csp>]}
7355[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SKILL
7356[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 1
7357[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
7358[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=music_disc.13;sc=RECORDS;v=20;audience=@self} ?varequals{var=caster.jukebox_cycle;val=0}
7359[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
7360[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=0}
7361[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
7362[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7363[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setvar{var=caster.jukebox_nowplaying;value=<gold>13;type=STRING;duration=3560} @self ?varequals{var=caster.jukebox_cycle;val=0}
7364[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETVAR
7365[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
7366[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7367[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=0}
7368[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=music_disc.cat;sc=RECORDS;v=20;audience=@self} ?varequals{var=caster.jukebox_cycle;val=1}
7369[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
7370[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=1}
7371[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
7372[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7373[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setvar{var=caster.jukebox_nowplaying;value=<green>Cat;type=STRING;duration=3700} @self ?varequals{var=caster.jukebox_cycle;val=1}
7374[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETVAR
7375[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
7376[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7377[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=1}
7378[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=music_disc.blocks;sc=RECORDS;v=20;audience=@self} ?varequals{var=caster.jukebox_cycle;val=2}
7379[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
7380[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=2}
7381[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
7382[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7383[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setvar{var=caster.jukebox_nowplaying;value=<red>Blocks;type=STRING;duration=6900} @self ?varequals{var=caster.jukebox_cycle;val=2}
7384[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETVAR
7385[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
7386[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7387[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=2}
7388[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=music_disc.chirp;sc=RECORDS;v=20;audience=@self} ?varequals{var=caster.jukebox_cycle;val=3}
7389[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
7390[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=3}
7391[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
7392[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7393[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setvar{var=caster.jukebox_nowplaying;value=<dark_red>Chirp;type=STRING;duration=3700} @self ?varequals{var=caster.jukebox_cycle;val=3}
7394[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETVAR
7395[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
7396[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7397[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=3}
7398[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=music_disc.far;sc=RECORDS;v=20;audience=@self} ?varequals{var=caster.jukebox_cycle;val=4}
7399[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
7400[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=4}
7401[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
7402[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7403[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setvar{var=caster.jukebox_nowplaying;value=<green>Far;type=STRING;duration=3480} @self ?varequals{var=caster.jukebox_cycle;val=4}
7404[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETVAR
7405[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
7406[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7407[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=4}
7408[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=music_disc.mall;sc=RECORDS;v=20;audience=@self} ?varequals{var=caster.jukebox_cycle;val=5}
7409[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
7410[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=5}
7411[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
7412[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7413[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setvar{var=caster.jukebox_nowplaying;value=<dark_purple>Mall;type=STRING;duration=3940} @self ?varequals{var=caster.jukebox_cycle;val=5}
7414[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETVAR
7415[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
7416[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7417[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=5}
7418[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=music_disc.mellohi;sc=RECORDS;v=20;audience=@self} ?varequals{var=caster.jukebox_cycle;val=6}
7419[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
7420[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=6}
7421[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
7422[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7423[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setvar{var=caster.jukebox_nowplaying;value=<light_purple>Mellohi;type=STRING;duration=1380} @self ?varequals{var=caster.jukebox_cycle;val=6}
7424[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETVAR
7425[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
7426[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7427[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=6}
7428[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=music_disc.stal;sc=RECORDS;v=20;audience=@self} ?varequals{var=caster.jukebox_cycle;val=7}
7429[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
7430[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=7}
7431[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
7432[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7433[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setvar{var=caster.jukebox_nowplaying;value=<dark_gray>Stal;type=STRING;duration=3000} @self ?varequals{var=caster.jukebox_cycle;val=7}
7434[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETVAR
7435[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
7436[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7437[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=7}
7438[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=music_disc.strad;sc=RECORDS;v=20;audience=@self} ?varequals{var=caster.jukebox_cycle;val=8}
7439[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
7440[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=8}
7441[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
7442[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7443[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setvar{var=caster.jukebox_nowplaying;value=<white>Strad;type=STRING;duration=3760} @self ?varequals{var=caster.jukebox_cycle;val=8}
7444[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETVAR
7445[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
7446[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7447[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=8}
7448[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=music_disc.ward;sc=RECORDS;v=20;audience=@self} ?varequals{var=caster.jukebox_cycle;val=9}
7449[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
7450[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=9}
7451[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
7452[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7453[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setvar{var=caster.jukebox_nowplaying;value=<dark_green>Ward;type=STRING;duration=5020} @self ?varequals{var=caster.jukebox_cycle;val=9}
7454[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETVAR
7455[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
7456[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7457[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=9}
7458[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=music_disc.11;sc=RECORDS;v=20;audience=@self} ?varequals{var=caster.jukebox_cycle;val=10}
7459[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
7460[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=10}
7461[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
7462[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7463[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setvar{var=caster.jukebox_nowplaying;value=<gray><i>11</i>;type=STRING;duration=1420} @self ?varequals{var=caster.jukebox_cycle;val=10}
7464[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETVAR
7465[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
7466[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7467[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=10}
7468[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=music_disc.creator_music_box;sc=RECORDS;v=20;audience=@self} ?varequals{var=caster.jukebox_cycle;val=11}
7469[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
7470[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=11}
7471[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
7472[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7473[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setvar{var=caster.jukebox_nowplaying;value=<gold>Creator<&csp>(Music<&csp>Box);type=STRING;duration=1460} @self ?varequals{var=caster.jukebox_cycle;val=11}
7474[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETVAR
7475[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
7476[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7477[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=11}
7478[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=music_disc.wait;sc=RECORDS;v=20;audience=@self} ?varequals{var=caster.jukebox_cycle;val=12}
7479[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
7480[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=12}
7481[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
7482[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7483[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setvar{var=caster.jukebox_nowplaying;value=<blue>Wait;type=STRING;duration=4740} @self ?varequals{var=caster.jukebox_cycle;val=12}
7484[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETVAR
7485[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
7486[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7487[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=12}
7488[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=music_disc.creator;sc=RECORDS;v=20;audience=@self} ?varequals{var=caster.jukebox_cycle;val=13}
7489[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
7490[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=13}
7491[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
7492[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7493[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setvar{var=caster.jukebox_nowplaying;value=<aqua>Creator;type=STRING;duration=3520} @self ?varequals{var=caster.jukebox_cycle;val=13}
7494[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETVAR
7495[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
7496[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7497[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=13}
7498[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=music_disc.precipice;sc=RECORDS;v=20;audience=@self} ?varequals{var=caster.jukebox_cycle;val=14}
7499[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
7500[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=14}
7501[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
7502[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7503[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setvar{var=caster.jukebox_nowplaying;value=<gray>Precipice;type=STRING;duration=5980} @self ?varequals{var=caster.jukebox_cycle;val=14}
7504[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETVAR
7505[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
7506[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7507[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=14}
7508[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=music_disc.otherside;sc=RECORDS;v=20;audience=@self} ?varequals{var=caster.jukebox_cycle;val=15}
7509[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
7510[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=15}
7511[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
7512[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7513[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setvar{var=caster.jukebox_nowplaying;value=<dark_green>Otherside;type=STRING;duration=3900} @self ?varequals{var=caster.jukebox_cycle;val=15}
7514[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETVAR
7515[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
7516[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7517[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=15}
7518[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=music_disc.relic;sc=RECORDS;v=20;audience=@self} ?varequals{var=caster.jukebox_cycle;val=16}
7519[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
7520[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=16}
7521[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
7522[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7523[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setvar{var=caster.jukebox_nowplaying;value=<red>Relic;type=STRING;duration=4380} @self ?varequals{var=caster.jukebox_cycle;val=16}
7524[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETVAR
7525[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
7526[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7527[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=16}
7528[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=music_disc.5;sc=RECORDS;v=20;audience=@self} ?varequals{var=caster.jukebox_cycle;val=17}
7529[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
7530[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=17}
7531[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
7532[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7533[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setvar{var=caster.jukebox_nowplaying;value=<dark_aqua>5;type=STRING;duration=3560} @self ?varequals{var=caster.jukebox_cycle;val=17}
7534[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETVAR
7535[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
7536[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7537[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=17}
7538[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=music_disc.pigstep;sc=RECORDS;v=20;audience=@self} ?varequals{var=caster.jukebox_cycle;val=18}
7539[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
7540[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=18}
7541[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
7542[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7543[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setvar{var=caster.jukebox_nowplaying;value=<dark_red>Pigstep;type=STRING;duration=2960} @self ?varequals{var=caster.jukebox_cycle;val=18}
7544[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETVAR
7545[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
7546[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7547[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=18}
7548[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 1
7549[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
7550[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: am{m="Now<&sp>Playing<&co><&sp><caster.var.jukebox_nowplaying>"}
7551[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to AM
7552[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
7553[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> [ - am{m=[1/19] <gold>13} ?varequals{var=caster.jukebox_cycle;val=0} - am{m=[2/19] <green>Cat} ?varequals{var=caster.jukebox_cycle;val=1} - am{m=[3/19] <red>Blocks} ?varequals{var=caster.jukebox_cycle;val=2} - am{m=[4/19] <dark_red>Chirp} ?varequals{var=caster.jukebox_cycle;val=3} - am{m=[5/19] <green>Far} ?varequals{var=caster.jukebox_cycle;val=4} - am{m=[6/19] <dark_purple>Mall} ?varequals{var=caster.jukebox_cycle;val=5} - am{m=[7/19] <light_purple>Mellohi} ?varequals{var=caster.jukebox_cycle;val=6} - am{m=[8/19] <dark_gray>Stal} ?varequals{var=caster.jukebox_cycle;val=7} - am{m=[9/19] <white>Strad} ?varequals{var=caster.jukebox_cycle;val=8} - am{m=[10/19] <dark_green>Ward} ?varequals{var=caster.jukebox_cycle;val=9} - am{m=[11/19] <gray><i>11} ?varequals{var=caster.jukebox_cycle;val=10} - am{m="<&lb>12<&fs>19<&rb><&sp><gold>Creator<&sp>(Music<&sp>Box)"} ?varequals{var=caster.jukebox_cycle;val=11} - am{m=[13/19] <blue>Wait} ?varequals{var=caster.jukebox_cycle;val=12} - am{m=[14/19] <aqua>Creator} ?varequals{var=caster.jukebox_cycle;val=13} - am{m=[15/19] <gray>Precipice} ?varequals{var=caster.jukebox_cycle;val=14} - am{m=[16/19] <dark_green>Otherside} ?varequals{var=caster.jukebox_cycle;val=15} - am{m=[17/19] <red>Relic} ?varequals{var=caster.jukebox_cycle;val=16} - am{m=[18/19] <dark_aqua>5} ?varequals{var=caster.jukebox_cycle;val=17} - am{m=[19/19] <dark_red>Pigstep} ?varequals{var=caster.jukebox_cycle;val=18} - sound{s=block.note_block.snare;p=1.3} ]
7554[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: am{m=[1/19]<&csp><gold>13} ?varequals{var=caster.jukebox_cycle;val=0}
7555[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to AM
7556[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=0}
7557[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: am{m=[2/19]<&csp><green>Cat} ?varequals{var=caster.jukebox_cycle;val=1}
7558[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to AM
7559[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=1}
7560[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: am{m=[3/19]<&csp><red>Blocks} ?varequals{var=caster.jukebox_cycle;val=2}
7561[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to AM
7562[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=2}
7563[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: am{m=[4/19]<&csp><dark_red>Chirp} ?varequals{var=caster.jukebox_cycle;val=3}
7564[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to AM
7565[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=3}
7566[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: am{m=[5/19]<&csp><green>Far} ?varequals{var=caster.jukebox_cycle;val=4}
7567[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to AM
7568[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=4}
7569[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: am{m=[6/19]<&csp><dark_purple>Mall} ?varequals{var=caster.jukebox_cycle;val=5}
7570[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to AM
7571[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=5}
7572[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: am{m=[7/19]<&csp><light_purple>Mellohi} ?varequals{var=caster.jukebox_cycle;val=6}
7573[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to AM
7574[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=6}
7575[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: am{m=[8/19]<&csp><dark_gray>Stal} ?varequals{var=caster.jukebox_cycle;val=7}
7576[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to AM
7577[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=7}
7578[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: am{m=[9/19]<&csp><white>Strad} ?varequals{var=caster.jukebox_cycle;val=8}
7579[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to AM
7580[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=8}
7581[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: am{m=[10/19]<&csp><dark_green>Ward} ?varequals{var=caster.jukebox_cycle;val=9}
7582[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to AM
7583[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=9}
7584[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: am{m=[11/19]<&csp><gray><i>11} ?varequals{var=caster.jukebox_cycle;val=10}
7585[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to AM
7586[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=10}
7587[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: am{m="<&lb>12<&fs>19<&rb><&sp><gold>Creator<&sp>(Music<&sp>Box)"} ?varequals{var=caster.jukebox_cycle;val=11}
7588[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to AM
7589[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=11}
7590[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: am{m=[13/19]<&csp><blue>Wait} ?varequals{var=caster.jukebox_cycle;val=12}
7591[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to AM
7592[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=12}
7593[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: am{m=[14/19]<&csp><aqua>Creator} ?varequals{var=caster.jukebox_cycle;val=13}
7594[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to AM
7595[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=13}
7596[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: am{m=[15/19]<&csp><gray>Precipice} ?varequals{var=caster.jukebox_cycle;val=14}
7597[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to AM
7598[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=14}
7599[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: am{m=[16/19]<&csp><dark_green>Otherside} ?varequals{var=caster.jukebox_cycle;val=15}
7600[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to AM
7601[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=15}
7602[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: am{m=[17/19]<&csp><red>Relic} ?varequals{var=caster.jukebox_cycle;val=16}
7603[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to AM
7604[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=16}
7605[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: am{m=[18/19]<&csp><dark_aqua>5} ?varequals{var=caster.jukebox_cycle;val=17}
7606[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to AM
7607[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=17}
7608[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: am{m=[19/19]<&csp><dark_red>Pigstep} ?varequals{var=caster.jukebox_cycle;val=18}
7609[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to AM
7610[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=18}
7611[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=block.note_block.snare;p=1.3}
7612[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
7613[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
7614[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> [ - am{m=[1/19] <gold>13} ?varequals{var=caster.jukebox_cycle;val=0} - am{m=[2/19] <green>Cat} ?varequals{var=caster.jukebox_cycle;val=1} - am{m=[3/19] <red>Blocks} ?varequals{var=caster.jukebox_cycle;val=2} - am{m=[4/19] <dark_red>Chirp} ?varequals{var=caster.jukebox_cycle;val=3} - am{m=[5/19] <green>Far} ?varequals{var=caster.jukebox_cycle;val=4} - am{m=[6/19] <dark_purple>Mall} ?varequals{var=caster.jukebox_cycle;val=5} - am{m=[7/19] <light_purple>Mellohi} ?varequals{var=caster.jukebox_cycle;val=6} - am{m=[8/19] <dark_gray>Stal} ?varequals{var=caster.jukebox_cycle;val=7} - am{m=[9/19] <white>Strad} ?varequals{var=caster.jukebox_cycle;val=8} - am{m=[10/19] <dark_green>Ward} ?varequals{var=caster.jukebox_cycle;val=9} - am{m=[11/19] <gray><i>11} ?varequals{var=caster.jukebox_cycle;val=10} - am{m="<&lb>12<&fs>19<&rb><&sp><gold>Creator<&sp>(Music<&sp>Box)"} ?varequals{var=caster.jukebox_cycle;val=11} - am{m=[13/19] <blue>Wait} ?varequals{var=caster.jukebox_cycle;val=12} - am{m=[14/19] <aqua>Creator} ?varequals{var=caster.jukebox_cycle;val=13} - am{m=[15/19] <gray>Precipice} ?varequals{var=caster.jukebox_cycle;val=14} - am{m=[16/19] <dark_green>Otherside} ?varequals{var=caster.jukebox_cycle;val=15} - am{m=[17/19] <red>Relic} ?varequals{var=caster.jukebox_cycle;val=16} - am{m=[18/19] <dark_aqua>5} ?varequals{var=caster.jukebox_cycle;val=17} - am{m=[19/19] <dark_red>Pigstep} ?varequals{var=caster.jukebox_cycle;val=18} - sound{s=block.note_block.snare;p=0.8} ]
7615[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: am{m=[1/19]<&csp><gold>13} ?varequals{var=caster.jukebox_cycle;val=0}
7616[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to AM
7617[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=0}
7618[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: am{m=[2/19]<&csp><green>Cat} ?varequals{var=caster.jukebox_cycle;val=1}
7619[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to AM
7620[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=1}
7621[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: am{m=[3/19]<&csp><red>Blocks} ?varequals{var=caster.jukebox_cycle;val=2}
7622[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to AM
7623[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=2}
7624[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: am{m=[4/19]<&csp><dark_red>Chirp} ?varequals{var=caster.jukebox_cycle;val=3}
7625[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to AM
7626[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=3}
7627[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: am{m=[5/19]<&csp><green>Far} ?varequals{var=caster.jukebox_cycle;val=4}
7628[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to AM
7629[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=4}
7630[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: am{m=[6/19]<&csp><dark_purple>Mall} ?varequals{var=caster.jukebox_cycle;val=5}
7631[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to AM
7632[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=5}
7633[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: am{m=[7/19]<&csp><light_purple>Mellohi} ?varequals{var=caster.jukebox_cycle;val=6}
7634[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to AM
7635[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=6}
7636[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: am{m=[8/19]<&csp><dark_gray>Stal} ?varequals{var=caster.jukebox_cycle;val=7}
7637[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to AM
7638[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=7}
7639[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: am{m=[9/19]<&csp><white>Strad} ?varequals{var=caster.jukebox_cycle;val=8}
7640[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to AM
7641[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=8}
7642[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: am{m=[10/19]<&csp><dark_green>Ward} ?varequals{var=caster.jukebox_cycle;val=9}
7643[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to AM
7644[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=9}
7645[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: am{m=[11/19]<&csp><gray><i>11} ?varequals{var=caster.jukebox_cycle;val=10}
7646[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to AM
7647[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=10}
7648[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: am{m="<&lb>12<&fs>19<&rb><&sp><gold>Creator<&sp>(Music<&sp>Box)"} ?varequals{var=caster.jukebox_cycle;val=11}
7649[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to AM
7650[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=11}
7651[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: am{m=[13/19]<&csp><blue>Wait} ?varequals{var=caster.jukebox_cycle;val=12}
7652[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to AM
7653[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=12}
7654[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: am{m=[14/19]<&csp><aqua>Creator} ?varequals{var=caster.jukebox_cycle;val=13}
7655[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to AM
7656[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=13}
7657[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: am{m=[15/19]<&csp><gray>Precipice} ?varequals{var=caster.jukebox_cycle;val=14}
7658[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to AM
7659[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=14}
7660[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: am{m=[16/19]<&csp><dark_green>Otherside} ?varequals{var=caster.jukebox_cycle;val=15}
7661[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to AM
7662[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=15}
7663[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: am{m=[17/19]<&csp><red>Relic} ?varequals{var=caster.jukebox_cycle;val=16}
7664[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to AM
7665[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=16}
7666[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: am{m=[18/19]<&csp><dark_aqua>5} ?varequals{var=caster.jukebox_cycle;val=17}
7667[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to AM
7668[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=17}
7669[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: am{m=[19/19]<&csp><dark_red>Pigstep} ?varequals{var=caster.jukebox_cycle;val=18}
7670[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to AM
7671[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillCondition varequals{var=caster.jukebox_cycle;val=18}
7672[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=block.note_block.snare;p=0.8}
7673[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
7674[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
7675[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> [ - stopsound{s=music_disc.13;sc=RECORDS} - stopsound{s=music_disc.cat;sc=RECORDS} - stopsound{s=music_disc.blocks;sc=RECORDS} - stopsound{s=music_disc.chirp;sc=RECORDS} - stopsound{s=music_disc.far;sc=RECORDS} - stopsound{s=music_disc.mall;sc=RECORDS} - stopsound{s=music_disc.mellohi;sc=RECORDS} - stopsound{s=music_disc.stal;sc=RECORDS} - stopsound{s=music_disc.strad;sc=RECORDS} - stopsound{s=music_disc.ward;sc=RECORDS} - stopsound{s=music_disc.11;sc=RECORDS} - stopsound{s=music_disc.creator_music_box;sc=RECORDS} - stopsound{s=music_disc.wait;sc=RECORDS} - stopsound{s=music_disc.creator;sc=RECORDS} - stopsound{s=music_disc.precipice;sc=RECORDS} - stopsound{s=music_disc.otherside;sc=RECORDS} - stopsound{s=music_disc.relic;sc=RECORDS} - stopsound{s=music_disc.5;sc=RECORDS} - stopsound{s=music_disc.pigstep;sc=RECORDS} - unsetvar{var=caster.jukebox_nowplaying} ]
7676[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: stopsound{s=music_disc.13;sc=RECORDS}
7677[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to STOPSOUND
7678[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: stopsound{s=music_disc.cat;sc=RECORDS}
7679[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to STOPSOUND
7680[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: stopsound{s=music_disc.blocks;sc=RECORDS}
7681[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to STOPSOUND
7682[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: stopsound{s=music_disc.chirp;sc=RECORDS}
7683[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to STOPSOUND
7684[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: stopsound{s=music_disc.far;sc=RECORDS}
7685[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to STOPSOUND
7686[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: stopsound{s=music_disc.mall;sc=RECORDS}
7687[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to STOPSOUND
7688[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: stopsound{s=music_disc.mellohi;sc=RECORDS}
7689[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to STOPSOUND
7690[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: stopsound{s=music_disc.stal;sc=RECORDS}
7691[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to STOPSOUND
7692[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: stopsound{s=music_disc.strad;sc=RECORDS}
7693[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to STOPSOUND
7694[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: stopsound{s=music_disc.ward;sc=RECORDS}
7695[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to STOPSOUND
7696[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: stopsound{s=music_disc.11;sc=RECORDS}
7697[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to STOPSOUND
7698[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: stopsound{s=music_disc.creator_music_box;sc=RECORDS}
7699[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to STOPSOUND
7700[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: stopsound{s=music_disc.wait;sc=RECORDS}
7701[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to STOPSOUND
7702[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: stopsound{s=music_disc.creator;sc=RECORDS}
7703[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to STOPSOUND
7704[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: stopsound{s=music_disc.precipice;sc=RECORDS}
7705[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to STOPSOUND
7706[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: stopsound{s=music_disc.otherside;sc=RECORDS}
7707[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to STOPSOUND
7708[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: stopsound{s=music_disc.relic;sc=RECORDS}
7709[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to STOPSOUND
7710[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: stopsound{s=music_disc.5;sc=RECORDS}
7711[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to STOPSOUND
7712[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: stopsound{s=music_disc.pigstep;sc=RECORDS}
7713[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to STOPSOUND
7714[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: unsetvar{var=caster.jukebox_nowplaying}
7715[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to UNSETVAR
7716[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
7717[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> Sudo_Throw_Gravity
7718[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
7719[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> [ - potion{type=RESISTANCE;l=1;d=200} @self - sound{sound=block.beacon.activate;v=0.5;p=1.5} @self - sound{sound=block.beacon.deactivate;v=0.5;p=1.5;delay=200} @self - am{msg="<light_purple>You<&sp>are<&sp>protected<&sp>by<&sp>the<&sp>Lunar<&sp>Prism!"} @self - am{msg="<dark_purple>Lunar<&sp>Prism<&sp>protection<&sp>fades.";delay=200} @self ]
7720[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=RESISTANCE;l=1;d=200} @self
7721[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
7722[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
7723[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7724[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{sound=block.beacon.activate;v=0.5;p=1.5} @self
7725[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
7726[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
7727[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7728[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{sound=block.beacon.deactivate;v=0.5;p=1.5;delay=200} @self
7729[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
7730[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
7731[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7732[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: am{msg="<light_purple>You<&sp>are<&sp>protected<&sp>by<&sp>the<&sp>Lunar<&sp>Prism!"} @self
7733[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to AM
7734[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
7735[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7736[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: am{msg="<dark_purple>Lunar<&sp>Prism<&sp>protection<&sp>fades.";delay=200} @self
7737[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to AM
7738[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
7739[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7740[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
7741[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> TotemExample
7742[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
7743[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> [ - setvar{var=global.eater;val=<target.name>;type=STRING;save=true;duration=5010} @self - potion{type=ABSORPTION;l=2;d=1000} @self - delay 400 - message{m="<green><global.var.eater><<&fs>green><&sp><white>is<&sp>experiencing<&sp>some<&sp>stomach<&sp>pains..."} @server{targetself=true} - delay 600 - sound{s=entity.tnt.primed;sc=MASTER;v=3} @self - delay 3400 - sound{s=entity.tnt.primed;sc=MASTER;v=3} @self - message{m="<green><global.var.eater><<&fs>green><&sp><white>is<&sp>experiencing<&sp>a<&sp>weird<&sp>rumbling<&sp>sensation<&sp>from<&sp>their<&sp>tummy..."} @server{targetself=true} - message{m="<i>I<&sp>should<&sp>probably<&sp>get<&sp>somewhere<&sp>safe....<&sp>I<&sp>feel<&sp>like<&sp>I<&sq>m<&sp>about<&sp>to<&sp><bold>EXPLODE"} @self - delay 600 - explosion{y=5;bd=true;fire=false} - message{m="<white>The<&sp>Exploding<&sp>Pie<&sp>has<&sp>reached<&sp>the<&sp>lower<&sp>intestines<&sp>of<&sp><green><global.var.eater><<&fs>green>..."} @server{targetself=true} ]
7744[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: setvar{var=global.eater;val=<target.name>;type=STRING;save=true;duration=5010} @self
7745[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SETVAR
7746[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
7747[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7748[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: potion{type=ABSORPTION;l=2;d=1000} @self
7749[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to POTION
7750[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
7751[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7752[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 400
7753[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
7754[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: message{m="<green><global.var.eater><<&fs>green><&sp><white>is<&sp>experiencing<&sp>some<&sp>stomach<&sp>pains..."} @server{targetself=true}
7755[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to MESSAGE
7756[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter server{targetself=true}
7757[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7758[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loaded message skill with message <green><global.var.eater></green> <white>is experiencing some stomach pains...
7759[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 600
7760[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
7761[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=entity.tnt.primed;sc=MASTER;v=3} @self
7762[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
7763[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
7764[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7765[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 3400
7766[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
7767[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: sound{s=entity.tnt.primed;sc=MASTER;v=3} @self
7768[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SOUND
7769[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
7770[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7771[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: message{m="<green><global.var.eater><<&fs>green><&sp><white>is<&sp>experiencing<&sp>a<&sp>weird<&sp>rumbling<&sp>sensation<&sp>from<&sp>their<&sp>tummy..."} @server{targetself=true}
7772[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to MESSAGE
7773[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter server{targetself=true}
7774[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7775[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loaded message skill with message <green><global.var.eater></green> <white>is experiencing a weird rumbling sensation from their tummy...
7776[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: message{m="<i>I<&sp>should<&sp>probably<&sp>get<&sp>somewhere<&sp>safe....<&sp>I<&sp>feel<&sp>like<&sp>I<&sq>m<&sp>about<&sp>to<&sp><bold>EXPLODE"} @self
7777[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to MESSAGE
7778[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter self
7779[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7780[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loaded message skill with message <i>I should probably get somewhere safe.... I feel like I'm about to <bold>EXPLODE
7781[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: delay 600
7782[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to DELAY
7783[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: explosion{y=5;bd=true;fire=false}
7784[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EXPLOSION
7785[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: message{m="<white>The<&sp>Exploding<&sp>Pie<&sp>has<&sp>reached<&sp>the<&sp>lower<&sp>intestines<&sp>of<&sp><green><global.var.eater><<&fs>green>..."} @server{targetself=true}
7786[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to MESSAGE
7787[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter server{targetself=true}
7788[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7789[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loaded message skill with message <white>The Exploding Pie has reached the lower intestines of <green><global.var.eater></green>...
7790[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
7791[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Doing second pass on 158 skills.
7792[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:particles{p=reddust;c=#ff1f1f;a=1;sync=true} @origin
7793[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:PARTICLES
7794[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin
7795[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7796[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: effect:particles{p=reddust;c=#ffffff;a=10;sync=true} @origin
7797[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to EFFECT:PARTICLES
7798[23:52:53] [Server thread/INFO]: [MythicMobs] |----- : Parsing SkillTargeter origin
7799[23:52:53] [Server thread/INFO]: [MythicMobs] +--- Setting limit of the target to 0
7800[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: summon{t=Temporary<&da>Cobweb}
7801[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to SUMMON
7802[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Loading MetaSkillMechanic -> [ - stopsound{s=music_disc.13;sc=RECORDS} - stopsound{s=music_disc.cat;sc=RECORDS} - stopsound{s=music_disc.blocks;sc=RECORDS} - stopsound{s=music_disc.chirp;sc=RECORDS} - stopsound{s=music_disc.far;sc=RECORDS} - stopsound{s=music_disc.mall;sc=RECORDS} - stopsound{s=music_disc.mellohi;sc=RECORDS} - stopsound{s=music_disc.stal;sc=RECORDS} - stopsound{s=music_disc.strad;sc=RECORDS} - stopsound{s=music_disc.ward;sc=RECORDS} - stopsound{s=music_disc.11;sc=RECORDS} - stopsound{s=music_disc.creator_music_box;sc=RECORDS} - stopsound{s=music_disc.wait;sc=RECORDS} - stopsound{s=music_disc.creator;sc=RECORDS} - stopsound{s=music_disc.precipice;sc=RECORDS} - stopsound{s=music_disc.otherside;sc=RECORDS} - stopsound{s=music_disc.relic;sc=RECORDS} - stopsound{s=music_disc.5;sc=RECORDS} - stopsound{s=music_disc.pigstep;sc=RECORDS} ]
7803[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: stopsound{s=music_disc.13;sc=RECORDS}
7804[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to STOPSOUND
7805[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: stopsound{s=music_disc.cat;sc=RECORDS}
7806[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to STOPSOUND
7807[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: stopsound{s=music_disc.blocks;sc=RECORDS}
7808[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to STOPSOUND
7809[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: stopsound{s=music_disc.chirp;sc=RECORDS}
7810[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to STOPSOUND
7811[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: stopsound{s=music_disc.far;sc=RECORDS}
7812[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to STOPSOUND
7813[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: stopsound{s=music_disc.mall;sc=RECORDS}
7814[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to STOPSOUND
7815[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: stopsound{s=music_disc.mellohi;sc=RECORDS}
7816[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to STOPSOUND
7817[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: stopsound{s=music_disc.stal;sc=RECORDS}
7818[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to STOPSOUND
7819[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: stopsound{s=music_disc.strad;sc=RECORDS}
7820[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to STOPSOUND
7821[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: stopsound{s=music_disc.ward;sc=RECORDS}
7822[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to STOPSOUND
7823[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: stopsound{s=music_disc.11;sc=RECORDS}
7824[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to STOPSOUND
7825[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: stopsound{s=music_disc.creator_music_box;sc=RECORDS}
7826[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to STOPSOUND
7827[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: stopsound{s=music_disc.wait;sc=RECORDS}
7828[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to STOPSOUND
7829[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: stopsound{s=music_disc.creator;sc=RECORDS}
7830[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to STOPSOUND
7831[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: stopsound{s=music_disc.precipice;sc=RECORDS}
7832[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to STOPSOUND
7833[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: stopsound{s=music_disc.otherside;sc=RECORDS}
7834[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to STOPSOUND
7835[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: stopsound{s=music_disc.relic;sc=RECORDS}
7836[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to STOPSOUND
7837[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: stopsound{s=music_disc.5;sc=RECORDS}
7838[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to STOPSOUND
7839[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Matching mechanic to string: stopsound{s=music_disc.pigstep;sc=RECORDS}
7840[23:52:53] [Server thread/INFO]: [MythicMobs] [i] -- Matching MythicSkill type to STOPSOUND
7841[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- + Loaded MetaSkillMechanic successfully
7842[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Doing second pass on 1 skills.
7843[23:52:53] [Server thread/INFO]: [MythicMobs] Attached traits to items.
7844[23:52:53] [Server thread/INFO]: [MythicMobs] Loaded 12 drop tables.
7845[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Doing post-reload pass on 301 skills.
7846[23:52:53] [Server thread/WARN]: java.lang.NullPointerException
7847[23:52:53] [Server thread/INFO]: [Mythic] Mythic has finished reloading!
7848[23:52:53] [Server thread/INFO]: [MythicMobs] Mythic has finished reloading!
7849[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Attempting to Register CustomMechanic: PARSEWEAPON
7850[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Loaded Custom Mechanic PARSEWEAPON
7851[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Attempting to Register CustomMechanic: MODEL
7852[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Loaded Custom Mechanic MODEL
7853[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Attempting to Register CustomMechanic: MODEL
7854[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Loaded Custom Mechanic MODEL
7855[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Attempting to Register CustomMechanic: LEASH
7856[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Loaded Custom Mechanic LEASH
7857[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Attempting to Register CustomMechanic: UPDATELORE
7858[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Loaded Custom Mechanic UPDATELORE
7859[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Attempting to Register CustomMechanic: UPDATELORE
7860[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Loaded Custom Mechanic UPDATELORE
7861[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Attempting to Register CustomMechanic: UPDATELORE
7862[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Loaded Custom Mechanic UPDATELORE
7863[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Attempting to Register CustomMechanic: FURNITUREREMOVE
7864[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Loaded Custom Mechanic FURNITUREREMOVE
7865[23:52:53] [Server thread/INFO]: [MythicMobs] ~----------- Attempting to Register CustomMechanic: FURNITUREREMOVE
7866[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Loaded Custom Mechanic FURNITUREREMOVE
7867[23:52:53] [Server thread/INFO]: [MythicMobs] [i] Updating Armor
7868[23:52:54] [Server thread/INFO]: [MythicMobs] Debug level has been set to 0
This log will be saved for 90 days from their last view.
Report abuse