Skip to content

Commit

Permalink
Fix json formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhilkinSerg authored Apr 23, 2020
1 parent d683c5f commit 1ae40f3
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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" ],
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 1ae40f3

Please sign in to comment.