From 1ae40f33500eb5867ddf8306922f2cfedd2b9d64 Mon Sep 17 00:00:00 2001 From: ZhilkinSerg Date: Thu, 23 Apr 2020 14:16:07 +0300 Subject: [PATCH] Fix json formatting --- .../Dark-Skies-Above/monsters/wild_aliens/alien_fauna.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/mods/Dark-Skies-Above/monsters/wild_aliens/alien_fauna.json b/data/mods/Dark-Skies-Above/monsters/wild_aliens/alien_fauna.json index 460a24698b034..26fe1c9488859 100644 --- a/data/mods/Dark-Skies-Above/monsters/wild_aliens/alien_fauna.json +++ b/data/mods/Dark-Skies-Above/monsters/wild_aliens/alien_fauna.json @@ -178,8 +178,8 @@ { "id": "dks_mon_wisp", "type": "MONSTER", - "name": { "str": "wisp", "str_pl": "wisp" }, - "description": "A small, fist sized critter that looks like a floating slug with bioluminescent markings, capable of limited flight through utilization of membrenous, winglike protrustions and the secretion of a faint white mist. It is most commonly found around zipping around flowers, fruits, and other sugary substances in small, communal groups. It regards you with curiosity, occasionally flashing its markings at you as if trying to communicate.", + "name": { "str_sp": "wisp" }, + "description": "A small, fist sized critter that looks like a floating slug with bioluminescent markings, capable of limited flight through utilization of membrenous, winglike protrustions and the secretion of a faint white mist. It is most commonly found around zipping around flowers, fruits, and other sugary substances in small, communal groups. It regards you with curiosity, occasionally flashing its markings at you as if trying to communicate.", "bodytype": "blob", "default_faction": "alien_herbivore", "categories": [ "ALIEN" ], @@ -222,7 +222,7 @@ "melee_skill": 4, "melee_dice": 4, "melee_dice_sides": 6, - "melee_damage": { "damage_type": "acid", "amount": 4 }, + "melee_damage": [ { "damage_type": "acid", "amount": 4 } ], "armor_bash": 2, "vision_day": 30, "harvest": "mutant_meatslug",