Skip to content

Commit 52acb42

Browse files
Quororquededmemdevautofix-ci[bot]
authored
feat: add military drone operator profession, buff autodoc specialist (#9745)
* adds MPs * hacker, drone operator, biospecialist * requested changes * bye combatives * Update professions.json * style(autofix.ci): automated formatting * Update professions.json * less confusion * Update professions.json * Update professions.json --------- Co-authored-by: dedmemdev <unkown3587@gmail.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent 9640f4b commit 52acb42

2 files changed

Lines changed: 91 additions & 2 deletions

File tree

data/json/professions.json

Lines changed: 88 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,12 @@
368368
"id": "ammopouch_410_carry",
369369
"entries": [ { "item": "410shot_000", "charges": 10 } ]
370370
},
371+
{
372+
"type": "item_group",
373+
"subtype": "collection",
374+
"id": "ammopouch_shot_droneop",
375+
"entries": [ { "item": "shot_00", "charges": 30 } ]
376+
},
371377
{
372378
"type": "item_group",
373379
"subtype": "collection",
@@ -396,6 +402,16 @@
396402
{ "item": "m203", "ammo-item": "40x46mm_m433", "charges": 1 }
397403
]
398404
},
405+
{
406+
"type": "item_group",
407+
"subtype": "collection",
408+
"id": "army_droneop_mods",
409+
"entries": [
410+
{ "item": "holo_sight" },
411+
{ "item": "shoulder_strap" },
412+
{ "item": "masterkey", "ammo-item": "shot_00", "charges": 4 }
413+
]
414+
},
399415
{
400416
"type": "item_group",
401417
"subtype": "collection",
@@ -510,6 +526,23 @@
510526
"id": "charged_tazer",
511527
"entries": [ { "item": "light_disposable_cell", "ammo-item": "battery", "charges": 300, "container-item": "tazer" } ]
512528
},
529+
{
530+
"type": "item_group",
531+
"subtype": "collection",
532+
"id": "droneop_manhacks",
533+
"entries": [
534+
{ "item": "bot_manhack" },
535+
{ "item": "bot_manhack" },
536+
{ "item": "bot_manhack" },
537+
{ "item": "bot_manhack" },
538+
{ "item": "bot_grenade_hack" },
539+
{ "item": "bot_grenade_hack" },
540+
{ "item": "bot_grenade_hack" },
541+
{ "item": "bot_grenade_hack" },
542+
{ "item": "bot_c4_hack" },
543+
{ "item": "bot_c4_hack" }
544+
]
545+
},
513546
{
514547
"type": "item_group",
515548
"subtype": "collection",
@@ -6768,8 +6801,8 @@
67686801
"name": "Augmentation Associate",
67696802
"description": "When bionics first emerged, you were quick to make them into your career, and spent your days overseeing their installation. As one of the few non-zombies in the world that can calibrate an Autodoc, your skills might come in handy now that the world is over.",
67706803
"points": 4,
6771-
"skills": [ { "level": 4, "name": "firstaid" }, { "level": 4, "name": "electronics" } ],
6772-
"traits": [ "PROF_AUTODOC" ],
6804+
"skills": [ { "level": 4, "name": "firstaid" }, { "level": 4, "name": "electronics" }, { "level": 4, "name": "computer" } ],
6805+
"traits": [ "PROF_MED", "PROF_AUTODOC" ],
67736806
"items": {
67746807
"both": {
67756808
"items": [
@@ -6784,6 +6817,7 @@
67846817
"1st_aid_deluxe",
67856818
"wristwatch",
67866819
"smart_phone",
6820+
"scalpel",
67876821
"stethoscope"
67886822
]
67896823
},
@@ -8168,6 +8202,58 @@
81688202
"female": { "entries": [ { "item": "sports_bra" }, { "item": "boxer_shorts" } ] }
81698203
}
81708204
},
8205+
{
8206+
"type": "profession",
8207+
"id": "mil_drone_operator",
8208+
"name": "Military Drone Operator",
8209+
"description": "You realized the difference between what the army and the air force considers a 'drone operator' a bit too late. Still, you have a couple manhacks to stand between you and the undead.",
8210+
"age": { "min": 20, "max": 40 },
8211+
"points": 6,
8212+
"skills": [
8213+
{ "level": 1, "name": "firstaid" },
8214+
{ "level": 2, "name": "gun" },
8215+
{ "level": 2, "name": "rifle" },
8216+
{ "level": 2, "name": "shotgun" },
8217+
{ "level": 4, "name": "computer" },
8218+
{ "level": 4, "name": "electronics" },
8219+
{ "level": 2, "name": "melee" },
8220+
{ "level": 1, "name": "stabbing" },
8221+
{ "level": 1, "name": "dodge" },
8222+
{ "level": 1, "name": "throw" },
8223+
{ "level": 1, "name": "swimming" }
8224+
],
8225+
"traits": [ "PROF_MILITARY" ],
8226+
"items": {
8227+
"both": {
8228+
"items": [
8229+
"pants_army",
8230+
"tshirt",
8231+
"jacket_army",
8232+
"helmet_liner",
8233+
"helmet_army",
8234+
"gloves_liner",
8235+
"gloves_tactical",
8236+
"wrist_comp_budget",
8237+
"socks",
8238+
"boots_combat",
8239+
"canteen",
8240+
"molle_pack"
8241+
],
8242+
"entries": [
8243+
{ "group": "charged_two_way_radio" },
8244+
{ "item": "modularvestceramic", "contents-group": "army_mags_m4" },
8245+
{ "item": "ear_plugs", "custom-flags": [ "no_auto_equip" ] },
8246+
{ "item": "e_tool", "container-item": "webbing_belt" },
8247+
{ "item": "knife_combat", "container-item": "sheath" },
8248+
{ "item": "ammo_satchel_leg", "contents-group": "ammopouch_shot_droneop" },
8249+
{ "item": "m4a1", "ammo-item": "556", "charges": 30, "contents-group": "army_droneop_mods" },
8250+
{ "group": "droneop_manhacks" }
8251+
]
8252+
},
8253+
"male": [ "boxer_shorts" ],
8254+
"female": [ "boy_shorts", "sports_bra" ]
8255+
}
8256+
},
81718257
{
81728258
"type": "profession",
81738259
"id": "knight",

data/json/scenarios.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -786,6 +786,7 @@
786786
"bionic_spy",
787787
"national_guard",
788788
"mili_burner",
789+
"mil_drone_operator",
789790
"hitman",
790791
"assassin",
791792
"politician",
@@ -962,6 +963,7 @@
962963
"bio_specops",
963964
"elite_specops",
964965
"mili_burner",
966+
"mil_drone_operator",
965967
"labtech",
966968
"bionic_labtech",
967969
"medic",
@@ -1039,6 +1041,7 @@
10391041
"prof_combat_engineer",
10401042
"prof_combat_medic",
10411043
"mili_burner",
1044+
"mil_drone_operator",
10421045
"major-general"
10431046
],
10441047
"flags": [ "CHALLENGE", "LONE_START" ],

0 commit comments

Comments
 (0)