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",