Skip to content

Commit

Permalink
BIOPROOF distribution: Robots (cataclysmbnteam#3227)
Browse files Browse the repository at this point in the history
* BIOPROOF distribution: Robots

* style(autofix.ci): automated formatting

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
  • Loading branch information
RobbieNeko and autofix-ci[bot] authored Sep 23, 2023
1 parent 4b92835 commit 70efa4b
Show file tree
Hide file tree
Showing 4 changed files with 113 additions and 24 deletions.
62 changes: 53 additions & 9 deletions data/json/monsters/defense_bot.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,17 @@
"special_attacks": [ [ "COPBOT", 3 ] ],
"death_drops": { "groups": [ [ "robots", 4 ], [ "copbot", 1 ] ] },
"death_function": [ "BROKEN" ],
"flags": [ "SEES", "HEARS", "BASHES", "ELECTRONIC", "COLDPROOF", "NO_BREATHE", "PRIORITIZE_TARGETS", "PATH_AVOID_DANGER_1" ]
"flags": [
"SEES",
"HEARS",
"BASHES",
"ELECTRONIC",
"COLDPROOF",
"NO_BREATHE",
"PRIORITIZE_TARGETS",
"PATH_AVOID_DANGER_1",
"BIOPROOF"
]
},
{
"id": "mon_riotbot",
Expand Down Expand Up @@ -63,7 +73,17 @@
"special_when_hit": [ "ZAPBACK", 100 ],
"death_drops": { "groups": [ [ "robots", 4 ], [ "copbot", 1 ] ] },
"death_function": [ "BROKEN" ],
"flags": [ "SEES", "HEARS", "GOODHEARING", "ELECTRONIC", "COLDPROOF", "NO_BREATHE", "PRIORITIZE_TARGETS", "PATH_AVOID_DANGER_1" ]
"flags": [
"SEES",
"HEARS",
"GOODHEARING",
"ELECTRONIC",
"COLDPROOF",
"NO_BREATHE",
"PRIORITIZE_TARGETS",
"PATH_AVOID_DANGER_1",
"BIOPROOF"
]
},
{
"id": "mon_secubot",
Expand Down Expand Up @@ -113,7 +133,17 @@
],
"death_drops": { },
"death_function": [ "BROKEN" ],
"flags": [ "SEES", "HEARS", "ELECTRONIC", "COLDPROOF", "NO_BREATHE", "PATH_AVOID_DANGER_1", "LOUDMOVES", "DROPS_AMMO" ]
"flags": [
"SEES",
"HEARS",
"ELECTRONIC",
"COLDPROOF",
"NO_BREATHE",
"PATH_AVOID_DANGER_1",
"LOUDMOVES",
"DROPS_AMMO",
"BIOPROOF"
]
},
{
"id": "mon_talon_m202a1",
Expand Down Expand Up @@ -163,7 +193,17 @@
],
"death_drops": { },
"death_function": [ "BROKEN" ],
"flags": [ "SEES", "HEARS", "ELECTRONIC", "COLDPROOF", "NO_BREATHE", "PATH_AVOID_DANGER_1", "LOUDMOVES", "DROPS_AMMO" ]
"flags": [
"SEES",
"HEARS",
"ELECTRONIC",
"COLDPROOF",
"NO_BREATHE",
"PATH_AVOID_DANGER_1",
"LOUDMOVES",
"DROPS_AMMO",
"BIOPROOF"
]
},
{
"id": "mon_skitterbot",
Expand Down Expand Up @@ -193,7 +233,7 @@
"special_attacks": [ [ "TAZER", 5 ] ],
"death_drops": { "groups": [ [ "robots", 4 ], [ "skitterbot", 1 ] ] },
"death_function": [ "BROKEN" ],
"flags": [ "SEES", "HEARS", "GOODHEARING", "ELECTRONIC", "COLDPROOF", "NO_BREATHE", "PATH_AVOID_DANGER_1" ]
"flags": [ "SEES", "HEARS", "GOODHEARING", "ELECTRONIC", "COLDPROOF", "NO_BREATHE", "PATH_AVOID_DANGER_1", "BIOPROOF" ]
},
{
"id": "mon_science_bot",
Expand Down Expand Up @@ -239,7 +279,8 @@
"NO_BREATHE",
"PRIORITIZE_TARGETS",
"PATH_AVOID_DANGER_2",
"DROPS_AMMO"
"DROPS_AMMO",
"BIOPROOF"
]
},
{
Expand Down Expand Up @@ -282,7 +323,8 @@
"NO_BREATHE",
"PRIORITIZE_TARGETS",
"PATH_AVOID_DANGER_2",
"LOUDMOVES"
"LOUDMOVES",
"BIOPROOF"
]
},
{
Expand Down Expand Up @@ -327,7 +369,8 @@
"PRIORITIZE_TARGETS",
"PATH_AVOID_DANGER_2",
"LOUDMOVES",
"DROPS_AMMO"
"DROPS_AMMO",
"BIOPROOF"
]
},
{
Expand Down Expand Up @@ -372,7 +415,8 @@
"PRIORITIZE_TARGETS",
"PATH_AVOID_DANGER_2",
"LOUDMOVES",
"DROPS_AMMO"
"DROPS_AMMO",
"BIOPROOF"
]
}
]
2 changes: 1 addition & 1 deletion data/json/monsters/drones.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"luminance": 5,
"death_drops": { "subtype": "collection", "groups": [ [ "robots", 80 ] ], "//": "80% chance of an item from group robots" },
"death_function": [ "BROKEN_AMMO" ],
"flags": [ "SEES", "FLIES", "NOHEAD", "ELECTRONIC", "NO_BREATHE", "INTERIOR_AMMO" ]
"flags": [ "SEES", "FLIES", "NOHEAD", "ELECTRONIC", "NO_BREATHE", "INTERIOR_AMMO", "BIOPROOF" ]
},
{
"id": "mon_EMP_hack",
Expand Down
25 changes: 19 additions & 6 deletions data/json/monsters/turrets.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"special_attacks": [ [ "SEARCHLIGHT", 1 ] ],
"death_drops": { "groups": [ [ "robots", 1 ], [ "turret_searchlight", 1 ] ] },
"death_function": [ "FOCUSEDBEAM" ],
"flags": [ "SEES", "NOHEAD", "ELECTRONIC", "COLDPROOF", "IMMOBILE", "NO_BREATHE", "PRIORITIZE_TARGETS" ]
"flags": [ "SEES", "NOHEAD", "ELECTRONIC", "COLDPROOF", "IMMOBILE", "NO_BREATHE", "PRIORITIZE_TARGETS", "BIOPROOF" ]
},
{
"id": "mon_laserturret",
Expand Down Expand Up @@ -66,7 +66,17 @@
"special_when_hit": [ "RETURN_FIRE", 100 ],
"death_drops": { },
"death_function": [ "BROKEN" ],
"flags": [ "SEES", "NOHEAD", "ELECTRONIC", "COLDPROOF", "IMMOBILE", "NO_BREATHE", "ID_CARD_DESPAWN", "CONSOLE_DESPAWN" ]
"flags": [
"SEES",
"NOHEAD",
"ELECTRONIC",
"COLDPROOF",
"IMMOBILE",
"NO_BREATHE",
"ID_CARD_DESPAWN",
"CONSOLE_DESPAWN",
"BIOPROOF"
]
},
{
"id": "mon_turret_riot",
Expand Down Expand Up @@ -120,7 +130,7 @@
],
"death_drops": { },
"death_function": [ "BROKEN" ],
"flags": [ "SEES", "NOHEAD", "ELECTRONIC", "COLDPROOF", "IMMOBILE", "NO_BREATHE", "DROPS_AMMO" ]
"flags": [ "SEES", "NOHEAD", "ELECTRONIC", "COLDPROOF", "IMMOBILE", "NO_BREATHE", "DROPS_AMMO", "BIOPROOF" ]
},
{
"id": "mon_turret_light",
Expand Down Expand Up @@ -183,7 +193,8 @@
"NO_BREATHE",
"DROPS_AMMO",
"ID_CARD_DESPAWN",
"CONSOLE_DESPAWN"
"CONSOLE_DESPAWN",
"BIOPROOF"
]
},
{
Expand Down Expand Up @@ -247,7 +258,8 @@
"NO_BREATHE",
"DROPS_AMMO",
"ID_CARD_DESPAWN",
"CONSOLE_DESPAWN"
"CONSOLE_DESPAWN",
"BIOPROOF"
]
},
{
Expand Down Expand Up @@ -311,7 +323,8 @@
"NO_BREATHE",
"DROPS_AMMO",
"CONSOLE_DESPAWN",
"ID_CARD_DESPAWN"
"ID_CARD_DESPAWN",
"BIOPROOF"
]
}
]
48 changes: 40 additions & 8 deletions data/json/monsters/utility_bot.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"special_attacks": [ [ "PHOTOGRAPH", 30 ] ],
"death_drops": { "groups": [ [ "robots", 4 ], [ "eyebot", 1 ] ] },
"death_function": [ "BROKEN" ],
"flags": [ "SEES", "FLIES", "ELECTRONIC", "COLDPROOF", "NO_BREATHE", "NOHEAD", "PRIORITIZE_TARGETS" ]
"flags": [ "SEES", "FLIES", "ELECTRONIC", "COLDPROOF", "NO_BREATHE", "NOHEAD", "PRIORITIZE_TARGETS", "BIOPROOF" ]
},
{
"id": "mon_grocerybot",
Expand Down Expand Up @@ -61,7 +61,8 @@
"PACIFIST",
"PAY_BOT",
"PET_HARNESSABLE",
"PATH_AVOID_DANGER_2"
"PATH_AVOID_DANGER_2",
"BIOPROOF"
]
},
{
Expand All @@ -88,7 +89,7 @@
"special_attacks": [ [ "PAID_BOT", 1 ] ],
"death_drops": { "groups": [ [ "robots", 4 ] ] },
"death_function": [ "BROKEN" ],
"flags": [ "SEES", "ELECTRONIC", "COLDPROOF", "NO_BREATHE", "PUSH_MON", "HEARS", "PACIFIST", "PAY_BOT" ]
"flags": [ "SEES", "ELECTRONIC", "COLDPROOF", "NO_BREATHE", "PUSH_MON", "HEARS", "PACIFIST", "PAY_BOT", "BIOPROOF" ]
},
{
"id": "mon_hazmatbot",
Expand All @@ -113,7 +114,17 @@
"vision_day": 50,
"revert_to_itype": "bot_hazmatbot",
"death_function": [ "EXPLODE" ],
"flags": [ "SEES", "HEARS", "BASHES", "ELECTRONIC", "COLDPROOF", "NO_BREATHE", "PRIORITIZE_TARGETS", "PATH_AVOID_DANGER_1" ]
"flags": [
"SEES",
"HEARS",
"BASHES",
"ELECTRONIC",
"COLDPROOF",
"NO_BREATHE",
"PRIORITIZE_TARGETS",
"PATH_AVOID_DANGER_1",
"BIOPROOF"
]
},
{
"id": "mon_haulerbot",
Expand All @@ -139,7 +150,17 @@
"vision_day": 50,
"revert_to_itype": "bot_haulerbot",
"death_function": [ "BROKEN" ],
"flags": [ "SEES", "HEARS", "ELECTRONIC", "COLDPROOF", "NO_BREATHE", "PATH_AVOID_DANGER_2", "PACIFIST", "PET_HARNESSABLE" ]
"flags": [
"SEES",
"HEARS",
"ELECTRONIC",
"COLDPROOF",
"NO_BREATHE",
"PATH_AVOID_DANGER_2",
"PACIFIST",
"PET_HARNESSABLE",
"BIOPROOF"
]
},
{
"id": "mon_molebot",
Expand Down Expand Up @@ -168,7 +189,7 @@
"revert_to_itype": "bot_molebot",
"death_drops": { "groups": [ [ "robots", 4 ], [ "molebot", 1 ] ] },
"death_function": [ "BROKEN" ],
"flags": [ "HEARS", "GOODHEARING", "DIGS", "NO_BREATHE", "ELECTRONIC", "COLDPROOF", "PATH_AVOID_DANGER_1" ]
"flags": [ "HEARS", "GOODHEARING", "DIGS", "NO_BREATHE", "ELECTRONIC", "COLDPROOF", "PATH_AVOID_DANGER_1", "BIOPROOF" ]
},
{
"//": "nurse_bot and nurse_bot_defective look very similar, part of the trick is figuring out which one is the good one. So the sprites should probably look pretty similar to not give it away immediately",
Expand Down Expand Up @@ -198,7 +219,7 @@
"special_attacks": [ [ "ASSIST", 30 ], [ "CHECK_UP", 120 ] ],
"death_drops": { "groups": [ [ "robots", 4 ] ] },
"death_function": [ "BROKEN" ],
"flags": [ "SEES", "ELECTRONIC", "COLDPROOF", "NO_BREATHE", "PUSH_MON", "HEARS", "PACIFIST" ]
"flags": [ "SEES", "ELECTRONIC", "COLDPROOF", "NO_BREATHE", "PUSH_MON", "HEARS", "PACIFIST", "BIOPROOF" ]
},
{
"//": "nurse_bot and nurse_bot_defective look very similar, part of the trick is figuring out which one is the good one. So the sprites should probably look pretty similar to not give it away immediately",
Expand Down Expand Up @@ -231,6 +252,17 @@
"special_attacks": [ [ "OPERATE", 30 ], [ "PARROT", 20 ] ],
"death_drops": { "groups": [ [ "robots", 4 ] ] },
"death_function": [ "BROKEN" ],
"flags": [ "SEES", "ELECTRONIC", "COLDPROOF", "NO_BREATHE", "PUSH_MON", "HEARS", "PACIFIST", "GRABS", "INTERIOR_AMMO" ]
"flags": [
"SEES",
"ELECTRONIC",
"COLDPROOF",
"NO_BREATHE",
"PUSH_MON",
"HEARS",
"PACIFIST",
"GRABS",
"INTERIOR_AMMO",
"BIOPROOF"
]
}
]

0 comments on commit 70efa4b

Please sign in to comment.