Skip to content

Commit

Permalink
Afs Mi-go turrets fix (#35897)
Browse files Browse the repository at this point in the history
* AFS turret fix

* Update afs_bioparts.json

* Update afs_deconstruction.json

* Update afs_robots.json
  • Loading branch information
Maleclypse authored and ZhilkinSerg committed Dec 6, 2019
1 parent f16354d commit cd4fe38
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
19 changes: 18 additions & 1 deletion data/mods/Aftershock/items/afs_bioparts.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"name_plural": "sensory clusters",
"description": "This lump of flesh has various lobes protruding from it that at intervals will emit toned sounds. Perhaps it works via echolocation. Like all mi-go bioparts the openings on this piece closed up after it was cut free and it seems to have gone into a form of hibernation with the pulses occurring slower and slower as it conserves energy.",
"weight": "40 g",
"volume": "250 mL",
"volume": "250 ml",
"price": 100,
"to_hit": -1,
"bashing": 1,
Expand All @@ -67,6 +67,23 @@
"color": "pink",
"looks_like": "ruined_chunks"
},
{
"type": "GENERIC",
"id": "broken_afs_mon_migoturret",
"symbol": ",",
"color": "green",
"name": "broken mi-go turret",
"category": "other",
"description": "A broken mi-go turret. It's leaking fluids and smells you can't identify. Could be butchered for parts.",
"price": 1000,
"material": [ "alien_resin", "flesh" ],
"weight": "40750 g",
"volume": "30 L",
"bashing": 6,
"cutting": 6,
"to_hit": -3,
"flags": [ "TRADER_AVOID", "NO_REPAIR" ]
},
{
"id": "vibrating_blaster",
"looks_like": "ar15",
Expand Down
2 changes: 1 addition & 1 deletion data/mods/Aftershock/mobs/afs_robots.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
{
"type": "gun",
"cooldown": 1,
"gun_type": "laser_cannon",
"gun_type": "vibrating_blaster",
"fake_skills": [ [ "gun", 2 ], [ "rifle", 3 ] ],
"ranges": [ [ 0, 20, "DEFAULT" ] ]
}
Expand Down
4 changes: 2 additions & 2 deletions data/mods/Aftershock/recipes/afs_deconstruction.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"result": "broken_migoturret",
"result": "broken_afs_mon_migoturret",
"type": "uncraft",
"skill_used": "survival",
"difficulty": 5,
Expand All @@ -9,7 +9,7 @@
"qualities": [ { "id": "SCREW", "level": 1 } ],
"components": [
[ [ "living_brain_jar", 1 ] ],
[ [ "brains", 4 ] ],
[ [ "brain", 4 ] ],
[ [ "mutant_meat", 12 ] ],
[ [ "vibrating_blaster", 1 ] ],
[ [ "humming_heart", 1 ] ],
Expand Down

0 comments on commit cd4fe38

Please sign in to comment.