From 7c9262c3ec4cd17ca18bc464d8adf10d36f592e4 Mon Sep 17 00:00:00 2001 From: Roman / Linnea Gräf Date: Fri, 23 Jun 2023 11:38:42 +0200 Subject: Rift (#944) Co-authored-by: jani270 --- mobs/autonull.json | 18 ++++++++++++++++++ mobs/autonull.png | Bin 0 -> 1861 bytes mobs/deadgehog.json | 13 +++++++++++++ mobs/deadgehog.png | Bin 0 -> 2862 bytes mobs/frozille.json | 13 +++++++++++++ mobs/lagoon_leech.json | 12 ++++++++++++ mobs/leech_supreme.json | 10 ++++++++++ mobs/leech_supreme.png | Bin 0 -> 2257 bytes mobs/leech_swarm.json | 12 ++++++++++++ mobs/scribe.json | 13 +++++++++++++ mobs/shadow.json | 13 +++++++++++++ mobs/shy.json | 13 +++++++++++++ mobs/volt.json | 13 +++++++++++++ 13 files changed, 130 insertions(+) create mode 100644 mobs/autonull.json create mode 100644 mobs/autonull.png create mode 100644 mobs/deadgehog.json create mode 100644 mobs/deadgehog.png create mode 100644 mobs/frozille.json create mode 100644 mobs/lagoon_leech.json create mode 100644 mobs/leech_supreme.json create mode 100644 mobs/leech_supreme.png create mode 100644 mobs/leech_swarm.json create mode 100644 mobs/scribe.json create mode 100644 mobs/shadow.json create mode 100644 mobs/shy.json create mode 100644 mobs/volt.json (limited to 'mobs') 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 Binary files /dev/null and b/mobs/autonull.png 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 Binary files /dev/null and b/mobs/deadgehog.png 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 Binary files /dev/null and b/mobs/leech_supreme.png 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 -- cgit