pastefile1
@@ -0,0 +1,22 @@
+#Everything to do with PyroMining seasonal events. You can disable/enable them here, but bare in
+#mind that these are seasonal and are only active during certain parts of the year. The times are
+#displayed for each event below.
+Events:
+
+ #Active from Oct 22nd -> November 8th.
+ Halloween:
+ enabled: true
+
+ #Found when breaking ores and is unkillable. Despawns after a few seconds.
+ TheUnknown:
+ #Supports 1 decimal place.
+ spawnChance: 0.6
+
+ #The cooldown time between finding one, ensuring that if you have a high spawn chance,
+ #you wont get unlucky and find it multiple times in a row.
+ cooldown: 30
+
+ #Below is to do with the 'varients'.
+ Varients:
+ health: 300
+ baseDamage: 7
\ No newline at end of file