Skip to content

Commit

Permalink
Commentary Cyborg and Robot (CleverRaven#75944)
Browse files Browse the repository at this point in the history
* Commentary Cyborg and Robot

* Update data/json/ammo_effects.json

Co-authored-by: Karol1223 <[email protected]>

---------

Co-authored-by: Karol1223 <[email protected]>
  • Loading branch information
Maleclypse and Karol1223 authored Sep 1, 2024
1 parent 11540df commit 746a170
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/ammo_effects.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
{
"id": "ROBOT_DAZZLE",
"type": "ammo_effect",
"//": "Applies sensor-stunning effect to robots. Hardcoded"
"//": "Applies sensor-stunning effect to robots. Only intended to affect ROBOTs not CYBORGs. Hardcoded"
},
{
"id": "RECYCLED",
Expand Down
1 change: 1 addition & 0 deletions data/json/monsters/cyborgs.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"id": "mon_broken_cyborg",
"type": "MONSTER",
"name": { "str": "broken cyborg" },
"//": "The human mind is no longer working in this body, therefore it qualifies as a ROBOT and not as a CYBORG",
"description": "A robot body with the head of a human. All kinds of electronic wires and devices are implanted in its head. The remaining patches of skin look diseased or rotting. This cyborg moves erratically and has a confused and deranged look in its eyes. Any personality or humanity it once had is clearly gone for good.",
"default_faction": "science",
"bodytype": "human",
Expand Down
2 changes: 2 additions & 0 deletions data/json/species.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"type": "SPECIES",
"id": "CYBORG",
"description": "an alien cyborg",
"//": "The difference between a ROBOT and a CYBORG is that a CYBORG has a human mind controlling it and ROBOT does not",
"flags": [ "DRACULIN_IMMUNE" ],
"footsteps": "heavy thuds."
},
Expand Down Expand Up @@ -181,6 +182,7 @@
{
"type": "SPECIES",
"id": "ROBOT",
"//": "The difference between a ROBOT and a CYBORG is that a CYBORG has a human mind controlling it and ROBOT does not",
"description": "a robot",
"footsteps": "mechanical whirring.",
"bleeds": "fd_mechanical_fluid"
Expand Down

0 comments on commit 746a170

Please sign in to comment.