From 391dc8cf1e09f727713e485749d6c770e116001e Mon Sep 17 00:00:00 2001 From: jani270 Date: Sat, 28 May 2022 20:04:32 +0200 Subject: Added mobs and fixed 3 npc's --- mobs/atoned_champion.json | 4 ++-- mobs/atoned_revenant.json | 4 ++-- mobs/barbarian_duke_x.json | 10 ++++++++++ mobs/barbarian_duke_x.png | Bin 0 -> 2567 bytes mobs/bladesoul.json | 10 ++++++++++ mobs/mage_outlaw.json | 14 ++++++++++++++ mobs/mage_outlaw.png | Bin 0 -> 2507 bytes mobs/matcho.json | 14 ++++++++++++++ mobs/matcho.png | Bin 0 -> 3738 bytes mobs/wither_spectre.json | 14 ++++++++++++++ 10 files changed, 66 insertions(+), 4 deletions(-) create mode 100644 mobs/barbarian_duke_x.json create mode 100644 mobs/barbarian_duke_x.png create mode 100644 mobs/bladesoul.json create mode 100644 mobs/mage_outlaw.json create mode 100644 mobs/mage_outlaw.png create mode 100644 mobs/matcho.json create mode 100644 mobs/matcho.png create mode 100644 mobs/wither_spectre.json (limited to 'mobs') diff --git a/mobs/atoned_champion.json b/mobs/atoned_champion.json index 2ce35343..68e3905f 100644 --- a/mobs/atoned_champion.json +++ b/mobs/atoned_champion.json @@ -5,8 +5,8 @@ "type": "equipment", "hand": "STONE_SWORD", "chestplate": "IRON_CHESTPLATE", - "leggings": "HEAT_LEGGINGS", - "feet": "HEAT_BOOTS" + "leggings": "LEATHER_BOOTS#FFFFFF", + "feet": "LEATHER_BOOTS#FFFFFF" } ] } \ No newline at end of file diff --git a/mobs/atoned_revenant.json b/mobs/atoned_revenant.json index 7350384d..f7ad7fa6 100644 --- a/mobs/atoned_revenant.json +++ b/mobs/atoned_revenant.json @@ -5,8 +5,8 @@ "type": "equipment", "hand": "IRON_SWORD", "chestplate": "DIAMOND_CHESTPLATE", - "leggings": "HEAT_LEGGINGS", - "feet": "HEAT_BOOTS" + "leggings": "LEATHER_BOOTS#FFFFFF", + "feet": "LEATHER_BOOTS#FFFFFF" } ] } \ No newline at end of file diff --git a/mobs/barbarian_duke_x.json b/mobs/barbarian_duke_x.json new file mode 100644 index 00000000..76ef2e9a --- /dev/null +++ b/mobs/barbarian_duke_x.json @@ -0,0 +1,10 @@ +{ + "entity": "Player", + "modifiers": [ + { + "type": "playerdata", + "skin": "neurepo:mobs/barbarian_duke_x.png", + "parts": true + } + ] +} \ No newline at end of file diff --git a/mobs/barbarian_duke_x.png b/mobs/barbarian_duke_x.png new file mode 100644 index 00000000..1fd587b9 Binary files /dev/null and b/mobs/barbarian_duke_x.png differ diff --git a/mobs/bladesoul.json b/mobs/bladesoul.json new file mode 100644 index 00000000..1d215088 --- /dev/null +++ b/mobs/bladesoul.json @@ -0,0 +1,10 @@ +{ + "entity": "WitherSkeleton", + "modifiers": [ + { + "type": "equipment", + "hand": "RAGNAROCK_AXE", + "helmet": "BLADESOUL_MINIBOSS" + } + ] +} \ No newline at end of file diff --git a/mobs/mage_outlaw.json b/mobs/mage_outlaw.json new file mode 100644 index 00000000..55331281 --- /dev/null +++ b/mobs/mage_outlaw.json @@ -0,0 +1,14 @@ +{ + "entity": "Player", + "modifiers": [ + { + "type": "playerdata", + "skin": "neurepo:mobs/mage_outlaw.png", + "parts": true + }, + { + "type": "equipment", + "hand": "NETHER_STAR" + } + ] +} \ No newline at end of file diff --git a/mobs/mage_outlaw.png b/mobs/mage_outlaw.png new file mode 100644 index 00000000..d7d573c0 Binary files /dev/null and b/mobs/mage_outlaw.png differ diff --git a/mobs/matcho.json b/mobs/matcho.json new file mode 100644 index 00000000..e5bb729c --- /dev/null +++ b/mobs/matcho.json @@ -0,0 +1,14 @@ +{ + "entity": "Player", + "modifiers": [ + { + "type": "playerdata", + "skin": "neurepo:mobs/matcho.png", + "parts": true + }, + { + "type": "equipment", + "hand": "MATCH_STICKS" + } + ] +} \ No newline at end of file diff --git a/mobs/matcho.png b/mobs/matcho.png new file mode 100644 index 00000000..4987fe40 Binary files /dev/null and b/mobs/matcho.png differ diff --git a/mobs/wither_spectre.json b/mobs/wither_spectre.json new file mode 100644 index 00000000..4ca012ee --- /dev/null +++ b/mobs/wither_spectre.json @@ -0,0 +1,14 @@ +{ + "entity": "WitherSkeleton", + "modifiers": [ + { + "type": "invisible" + }, + { + "type": "equipment", + "hand": "IRON_SWORD", + "helmet": "WITHER_SPECTRE_MONSTER", + "chestplate": "LEATHER_CHESTPLATE#090608" + } + ] +} \ No newline at end of file -- cgit