Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
Group update, spellcheck
  • Loading branch information
Venera3 committed Jul 10, 2022
1 parent f67f59d commit a8cc88b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion data/json/monstergroups/bugs.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@
"type": "monstergroup",
"name": "GROUP_SPIDER_CELLAR_GIANT",
"monsters": [
{ "monster": "mon_spider_cellar_giant", "cost_multiplier": 0, "weight": 7 },
{ "monster": "mon_spider_cellar_giant", "cost_multiplier": 0, "weight": 5 },
{ "monster": "mon_spider_cellar_mom", "cost_multiplier": 0, "weight": 2 },
{ "monster": "mon_spider_cellar_mega", "cost_multiplier": 0, "weight": 3 }
]
},
Expand Down
5 changes: 3 additions & 2 deletions data/json/monsters/insect_spider.json
Original file line number Diff line number Diff line change
Expand Up @@ -1038,14 +1038,15 @@
}
],
"bleed_rate": 60,
"upgrades": false,
"extend": { "anger_triggers": [ "HOSTILE_SEEN" ], "flags": [ "BASHES" ] },
"dissect": "dissect_spider_sample_large"
},
{
"id": "mon_spider_cellar_leg",
"type": "MONSTER",
"name": { "str": "detached spider leg" },
"description": "The strangely branching leg of a mutated cellar spider that…fell? crawled? off of the main body when hurt. It now flails about blindly, irregular clawed appendeges grasping at anything that comes close.",
"description": "The strangely branching leg of a mutated cellar spider that…fell? crawled? off of the main body when hurt. It now flails about blindly, irregular clawed appendages grasping at anything that comes close.",
"color": "brown",
"symbol": "7",
"default_faction": "factionless",
Expand All @@ -1063,7 +1064,7 @@
"melee_dice": 2,
"melee_dice_sides": 3,
"melee_damage": [ { "damage_type": "cut", "amount": 4 } ],
"special_attacks": [ [ "SUICIDE", 180 ] ],
"special_attacks": [ [ "SUICIDE", 180 ] , [ "GRAB", 5 ] ],
"dodge": 7,
"bleed_rate": 0,
"death_function": { "corpse_type": "NO_CORPSE" },
Expand Down
3 changes: 3 additions & 0 deletions tools/spell_checker/dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ cegamente
centerdamage
centric
cepa
cephalothorax
ceratopsian
ceratosaurus
cere
Expand Down Expand Up @@ -724,6 +725,8 @@ gozu
gr
gracken
granivorous
grasper
graspers
gravelbag
gravelbags
gravol
Expand Down

0 comments on commit a8cc88b

Please sign in to comment.