Skip to content

Commit

Permalink
Placed aftershock robots are pets (#61830)
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Candlebury authored Oct 22, 2022
1 parent 7981d0f commit 3d8fec4
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions data/mods/Aftershock/items/inactiverobot.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,8 @@
"monster_id": "afs_mon_sentinel_lx",
"difficulty": 4,
"moves": 100,
"skills": [ "computer" ]
"skills": [ "computer" ],
"is_pet": true
},
"flags": [ "SINGLE_USE" ]
},
Expand Down Expand Up @@ -221,7 +222,8 @@
"difficulty": 4,
"moves": 60,
"place_randomly": true,
"skills": [ "electronics", "computer" ]
"skills": [ "electronics", "computer" ],
"is_pet": true
},
"flags": [ "SINGLE_USE" ]
},
Expand Down Expand Up @@ -260,7 +262,8 @@
"monster_id": "mon_utilibot_beehive",
"difficulty": 1,
"moves": 100,
"skills": [ "electronics", "computer" ]
"skills": [ "electronics", "computer" ],
"is_pet": true
}
},
{
Expand All @@ -282,7 +285,8 @@
"monster_id": "mon_medibot",
"difficulty": 1,
"moves": 100,
"skills": [ "electronics", "computer" ]
"skills": [ "electronics", "computer" ],
"is_pet": true
},
"flags": [ "LEAK_DAM", "RADIOACTIVE", "TRADER_AVOID", "SINGLE_USE" ]
},
Expand Down Expand Up @@ -448,7 +452,8 @@
"monster_id": "mon_skitterbot_hunter",
"difficulty": 1,
"moves": 100,
"skills": [ "electronics", "computer" ]
"skills": [ "electronics", "computer" ],
"is_pet": true
}
},
{
Expand Down Expand Up @@ -480,7 +485,8 @@
"monster_id": "mon_eyebot_heater",
"difficulty": 1,
"moves": 100,
"skills": [ "electronics", "computer" ]
"skills": [ "electronics", "computer" ],
"is_pet": true
},
"flags": [ "SINGLE_USE" ]
},
Expand Down

0 comments on commit 3d8fec4

Please sign in to comment.