Adds syndicate cyborgs. Adds Assault cyborgs to nukie uplink (#19733)
* added syndicate cyborgs * add assault cyborg to uplink * updated tags.yml * changed syndicate cyborgs' hitpoints to 200 fixed NPCfaction * added noslip and MovementAlwaysTouching component to syndicate cyborgs akin to carps, as a stop gap for no magboots or jetpack. Access component fix. * fixes nodes * fixes construction * fixed typo and intergrationtests * adds back ammocounter for l6c * fix lawset * fix item size * nono, fix again --------- Co-authored-by: Ed <96445749+TheShuEd@users.noreply.github.com>
This commit is contained in:
@@ -234,6 +234,87 @@
|
||||
{
|
||||
"name": "service_l",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "synd_sec",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "synd_sec_e",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "synd_sec_l",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "synd_medical",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "synd_medical_l",
|
||||
"directions": 4,
|
||||
"delays": [
|
||||
[
|
||||
0.1,
|
||||
0.2,
|
||||
0.1
|
||||
],
|
||||
[
|
||||
0.1,
|
||||
0.2,
|
||||
0.1
|
||||
],
|
||||
[
|
||||
0.1,
|
||||
0.2,
|
||||
0.1
|
||||
],
|
||||
[
|
||||
0.1,
|
||||
0.2,
|
||||
0.1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "synd_medical_e",
|
||||
"directions": 4,
|
||||
"delays": [
|
||||
[
|
||||
0.1,
|
||||
0.2,
|
||||
0.1
|
||||
],
|
||||
[
|
||||
0.1,
|
||||
0.2,
|
||||
0.1
|
||||
],
|
||||
[
|
||||
0.1,
|
||||
0.2,
|
||||
0.1
|
||||
],
|
||||
[
|
||||
0.1,
|
||||
0.2,
|
||||
0.1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "synd_engi",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "synd_engi_e",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "synd_engi_l",
|
||||
"directions": 4
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user