aboutsummaryrefslogtreecommitdiff
path: root/mobs
diff options
context:
space:
mode:
Diffstat (limited to 'mobs')
-rw-r--r--mobs/autonull.json18
-rw-r--r--mobs/autonull.pngbin0 -> 1861 bytes
-rw-r--r--mobs/deadgehog.json13
-rw-r--r--mobs/deadgehog.pngbin0 -> 2862 bytes
-rw-r--r--mobs/frozille.json13
-rw-r--r--mobs/lagoon_leech.json12
-rw-r--r--mobs/leech_supreme.json10
-rw-r--r--mobs/leech_supreme.pngbin0 -> 2257 bytes
-rw-r--r--mobs/leech_swarm.json12
-rw-r--r--mobs/scribe.json13
-rw-r--r--mobs/shadow.json13
-rw-r--r--mobs/shy.json13
-rw-r--r--mobs/volt.json13
13 files changed, 130 insertions, 0 deletions
diff --git a/mobs/autonull.json b/mobs/autonull.json
new file mode 100644
index 00000000..ff5cc430
--- /dev/null
+++ b/mobs/autonull.json
@@ -0,0 +1,18 @@
+{
+ "entity": "Player",
+ "modifiers": [
+ {
+ "type": "playerdata",
+ "skin": "neurepo:mobs/autonull.png",
+ "parts": true
+ },
+ {
+ "type": "equipment",
+ "hand": "DIAMOND_SWORD",
+ "helmet": "CHAINMAIL_HELMET",
+ "chestplate": "CHAINMAIL_CHESTPLATE",
+ "leggings": "CHAINMAIL_LEGGINGS",
+ "feet": "CHAINMAIL_BOOTS"
+ }
+ ]
+} \ No newline at end of file
diff --git a/mobs/autonull.png b/mobs/autonull.png
new file mode 100644
index 00000000..e38f2456
--- /dev/null
+++ b/mobs/autonull.png
Binary files differ
diff --git a/mobs/deadgehog.json b/mobs/deadgehog.json
new file mode 100644
index 00000000..5508714f
--- /dev/null
+++ b/mobs/deadgehog.json
@@ -0,0 +1,13 @@
+{
+ "entity": "Player",
+ "modifiers": [
+ {
+ "type": "playerdata",
+ "skin": "neurepo:mobs/deadgehog.png"
+ },
+ {
+ "helmet": "SKULL#ewogICJ0aW1lc3RhbXAiIDogMTU4OTk2MzczNTIzMiwKICAicHJvZmlsZUlkIiA6ICJiMGQ3MzJmZTAwZjc0MDdlOWU3Zjc0NjMwMWNkOThjYSIsCiAgInByb2ZpbGVOYW1lIiA6ICJPUHBscyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9mZDRjMTQyYzM4MmE2YmUwMGNhZWVlOWEwMjMwNmYwNjU0NGU2ZTQ2Yjk1M2JjYzhjYWM2NWU1Yzg5ZDQ3OTBhIgogICAgfQogIH0KfQ==",
+ "type": "equipment"
+ }
+ ]
+} \ No newline at end of file
diff --git a/mobs/deadgehog.png b/mobs/deadgehog.png
new file mode 100644
index 00000000..4ae01088
--- /dev/null
+++ b/mobs/deadgehog.png
Binary files differ
diff --git a/mobs/frozille.json b/mobs/frozille.json
new file mode 100644
index 00000000..5e34a707
--- /dev/null
+++ b/mobs/frozille.json
@@ -0,0 +1,13 @@
+{
+ "entity": "ArmorStand",
+ "modifiers": [
+ {
+ "type": "equipment",
+ "helmet": "FROZILLE_MONSTER"
+ },
+ {
+ "type": "invisible",
+ "invisible": true
+ }
+ ]
+} \ No newline at end of file
diff --git a/mobs/lagoon_leech.json b/mobs/lagoon_leech.json
new file mode 100644
index 00000000..95ef9fe3
--- /dev/null
+++ b/mobs/lagoon_leech.json
@@ -0,0 +1,12 @@
+{
+ "entity": "Zombie",
+ "modifiers": [
+ {
+ "type": "equipment",
+ "helmet": "SKULL#eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGY3ZWRlOWM4OGYxYzMzYzk1NGJiYzgxYzhkYTg3MWNhYmZjYzIzZDU1ZjhiNDkzYTU4OWY4MjM5ZDZjMzkifX19",
+ "chestplate": "LEATHER_CHESTPLATE#202513",
+ "leggings": "CHAINMAIL_LEGGINGS",
+ "feet": "LEATHER_BOOTS#000000"
+ }
+ ]
+} \ No newline at end of file
diff --git a/mobs/leech_supreme.json b/mobs/leech_supreme.json
new file mode 100644
index 00000000..eedff9bc
--- /dev/null
+++ b/mobs/leech_supreme.json
@@ -0,0 +1,10 @@
+{
+ "entity": "Player",
+ "modifiers": [
+ {
+ "type": "playerdata",
+ "skin": "neurepo:mobs/leech_supreme.png",
+ "parts": true
+ }
+ ]
+} \ No newline at end of file
diff --git a/mobs/leech_supreme.png b/mobs/leech_supreme.png
new file mode 100644
index 00000000..d2811662
--- /dev/null
+++ b/mobs/leech_supreme.png
Binary files differ
diff --git a/mobs/leech_swarm.json b/mobs/leech_swarm.json
new file mode 100644
index 00000000..892a19ba
--- /dev/null
+++ b/mobs/leech_swarm.json
@@ -0,0 +1,12 @@
+{
+ "entity": "Zombie",
+ "modifiers": [
+ {
+ "type": "equipment",
+ "feet": "LEATHER_BOOTS#000000",
+ "chestplate": "LEATHER_CHESTPLATE#202513",
+ "leggings": "CHAINMAIL_LEGGINGS",
+ "helmet": ""
+ }
+ ]
+} \ No newline at end of file
diff --git a/mobs/scribe.json b/mobs/scribe.json
new file mode 100644
index 00000000..f314566a
--- /dev/null
+++ b/mobs/scribe.json
@@ -0,0 +1,13 @@
+{
+ "entity": "ArmorStand",
+ "modifiers": [
+ {
+ "type": "equipment",
+ "helmet": "SCRIBE_MONSTER"
+ },
+ {
+ "type": "invisible",
+ "invisible": true
+ }
+ ]
+} \ No newline at end of file
diff --git a/mobs/shadow.json b/mobs/shadow.json
new file mode 100644
index 00000000..9b706153
--- /dev/null
+++ b/mobs/shadow.json
@@ -0,0 +1,13 @@
+{
+ "entity": "ArmorStand",
+ "modifiers": [
+ {
+ "type": "equipment",
+ "helmet": "SHADOW_MONSTER"
+ },
+ {
+ "type": "invisible",
+ "invisible": true
+ }
+ ]
+} \ No newline at end of file
diff --git a/mobs/shy.json b/mobs/shy.json
new file mode 100644
index 00000000..17651887
--- /dev/null
+++ b/mobs/shy.json
@@ -0,0 +1,13 @@
+{
+ "entity": "ArmorStand",
+ "modifiers": [
+ {
+ "type": "equipment",
+ "helmet": "SHY_MONSTER"
+ },
+ {
+ "type": "invisible",
+ "invisible": true
+ }
+ ]
+} \ No newline at end of file
diff --git a/mobs/volt.json b/mobs/volt.json
new file mode 100644
index 00000000..a21cb70d
--- /dev/null
+++ b/mobs/volt.json
@@ -0,0 +1,13 @@
+{
+ "entity": "ArmorStand",
+ "modifiers": [
+ {
+ "type": "equipment",
+ "helmet": "VOLT_MONSTER"
+ },
+ {
+ "type": "invisible",
+ "invisible": true
+ }
+ ]
+} \ No newline at end of file