Skip to content

Commit

Permalink
lint json
Browse files Browse the repository at this point in the history
  • Loading branch information
Tairesh committed Jun 17, 2021
1 parent f7434ac commit bf33676
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion data/json/monster_factions.json
Expand Up @@ -389,7 +389,7 @@
"neutral": [ "antlion_grub", "antlion_adult" ]
},
{
"type": "MONSTER_FACTION",
"type": "MONSTER_FACTION",
"name": "ladybug",
"base_faction": "insect",
"by_mood": [ "zombie", "bee", "insect" ],
Expand Down
2 changes: 1 addition & 1 deletion data/json/monstergroups/eggs.json
Expand Up @@ -112,7 +112,7 @@
{ "monster": "mon_dragonfly_naiad", "freq": 500, "cost_multiplier": 1, "conditions": [ "SUMMER" ] }
]
},
{
{
"name": "GROUP_EGG_ANTLION",
"type": "monstergroup",
"default": "mon_antlion_larva",
Expand Down
17 changes: 10 additions & 7 deletions data/json/monsters/insect_spider.json
Expand Up @@ -1869,8 +1869,9 @@
"weight": "96 g",
"special_attacks": [ [ "EAT_FOOD", 400 ], [ "EAT_CROP", 600 ] ],
"delete": {
"reproduction": { "baby_monster": "mon_aphid", "baby_count": 1, "baby_timer": 20 },
"baby_flags": [ "SPRING", "SUMMER"] },
"reproduction": { "baby_monster": "mon_aphid", "baby_count": 1, "baby_timer": 20 },
"baby_flags": [ "SPRING", "SUMMER" ]
},
"biosignature": { "biosig_item": "honeydew", "biosig_timer": 7000 },
"upgrades": { "half_life": 14, "into": "mon_aphid" }
},
Expand Down Expand Up @@ -1975,7 +1976,7 @@
"melee_dice": 2,
"melee_cut": 20,
"dodge": 2,
"attack_cost":25,
"attack_cost": 25,
"special_attacks": [
{
"type": "bite",
Expand All @@ -1984,7 +1985,9 @@
"no_infection_chance": 25,
"damage_max_instance": [ { "damage_type": "stab", "amount": 15, "armor_penetration": 0.6 } ]
},
[ "RANGED_PULL", 30 ], [ "GRAB_DRAG", 10 ], { "type": "leap", "cooldown": 8, "max_range": 5, "allow_no_target": false }
[ "RANGED_PULL", 30 ],
[ "GRAB_DRAG", 10 ],
{ "type": "leap", "cooldown": 8, "max_range": 5, "allow_no_target": false }
],
"extend": { "flags": [ "DESTROYS", "PUSH_MON", "PUSH_VEH" ] },
"delete": { "type": "leap", "cooldown": 8, "max_range": 5, "allow_no_target": false }
Expand Down Expand Up @@ -2060,9 +2063,9 @@
"cooldown": 4,
"accuracy": 6,
"damage_max_instance": [ { "damage_type": "stab", "amount": 15, "armor_penetration": 0.6 } ]
}
}
],
"flags": [ "SEES", "HEARS", "SMELLS", "FLIES" , "PATH_AVOID_FIRE" ]
"flags": [ "SEES", "HEARS", "SMELLS", "FLIES", "PATH_AVOID_FIRE" ]
},
{
"id": "mon_grasshopper_small",
Expand Down Expand Up @@ -2148,7 +2151,7 @@
"accuracy": 8,
"no_infection_chance": 25,
"damage_max_instance": [ { "damage_type": "stab", "amount": 15, "armor_penetration": 0.6 } ]
}
}
],
"flags": [ "SEES", "SMELLS", "IMMOBILE", "DIGS", "RANGED_ATTACKER" ]
},
Expand Down

0 comments on commit bf33676

Please sign in to comment.