Skip to content

Commit ab0fd66

Browse files
Merge branch 'Bionic-thieves' of github.com:John-Candlebury/Cataclysm-DDA
2 parents e16f881 + e6c0291 commit ab0fd66

File tree

4 files changed

+63
-5
lines changed

4 files changed

+63
-5
lines changed

data/json/item_groups.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -869,6 +869,7 @@
869869
["thread", 40],
870870
["flashlight", 40],
871871
["suit", 60],
872+
["waistcoat", 30],
872873
["tophat", 10],
873874
["bowhat", 10],
874875
["cowboy_hat", 10],
@@ -2399,6 +2400,7 @@
23992400
["pants", 75],
24002401
["leather_belt", 30],
24012402
["suit", 60],
2403+
["waistcoat", 30],
24022404
["tophat", 10],
24032405
["bowhat", 10],
24042406
["cowboy_hat", 10],
@@ -3378,6 +3380,7 @@
33783380
["rapier", 3],
33793381
["cane", 10],
33803382
["suit", 60],
3383+
["waistcoat", 30],
33813384
["gold_watch", 20],
33823385
["sf_watch", 10],
33833386
["mask_gas", 10],

data/json/items/armor.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2071,6 +2071,30 @@
20712071
"coverage" : 95,
20722072
"material_thickness" : 3
20732073
},
2074+
{
2075+
"type" : "ARMOR",
2076+
"id" : "waistcoat",
2077+
"name" : "waistcoat",
2078+
"weight" : 516,
2079+
"color" : "light_gray",
2080+
"covers" : ["TORSO"],
2081+
"to_hit" : 0,
2082+
"storage" : 6,
2083+
"symbol" : "[",
2084+
"description" : "An elegant waistcoat. Ideal for those occasions when wearing only a shirt would be too casual and a suit would be just overdoing it.",
2085+
"price" : 200,
2086+
"material" : ["cotton", "null"],
2087+
"volume" : 4,
2088+
"cutting" : 0,
2089+
"warmth" : 5,
2090+
"phase" : "solid",
2091+
"enviromental_protection" : 0,
2092+
"encumbrance" : 0,
2093+
"bashing" : -3,
2094+
"flags" : ["VARSIZE", "FANCY"],
2095+
"coverage" : 60,
2096+
"material_thickness" : 1
2097+
},
20742098
{
20752099
"type" : "ARMOR",
20762100
"id" : "cleansuit",

data/json/items/ranged.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,32 @@
256256
"clip_size": 8,
257257
"reload": 400
258258
},
259+
{
260+
"id": "briefcase_smg",
261+
"type": "GUN",
262+
"symbol": "[",
263+
"color": "dark_gray",
264+
"name": "briefcase smg",
265+
"description": "A custom built 9mm submachine gun camouflaged to look as the average buisnessman suitcase, panes of cutting edge materials and its clever internal construction allowed it to bypass even the most scrupulous of security checkpoints. Due to the fact that the average security guard is now only concerned in eating you, this million dollar baby has been reduced to little more than a novelty item.",
266+
"price": 4000,
267+
"material": ["steel", "leather"],
268+
"flags": "MODE_BURST",
269+
"skill": "smg",
270+
"ammo": "9mm",
271+
"weight": 2900,
272+
"volume": 7,
273+
"bashing": 15,
274+
"cutting": 0,
275+
"to_hit": 0,
276+
"ranged_damage": 1,
277+
"range": 0,
278+
"dispersion": 17,
279+
"recoil": -3,
280+
"durability": 8,
281+
"burst": 3,
282+
"clip_size": 30,
283+
"reload": 800
284+
},
259285
{
260286
"id": "sig_mosquito",
261287
"type": "GUN",

data/json/professions.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -650,18 +650,23 @@
650650
"type" : "profession",
651651
"ident": "bionic_thief",
652652
"name": "Bionic Thief",
653-
"description": "You have done many high profile heists, but your gains mean nothing in this world. All you have left is your bionic lockpick that you keep powered via batteries.",
654-
"points": 2,
653+
"description": "You have done many high profile heists, but your gains mean nothing in this world. All you have left are the tools of your trade and your impeccable style.",
654+
"points": 3,
655655
"CBMs":[
656656
"bio_batteries",
657657
"bio_lockpick",
658+
"bio_fingerhack",
658659
"bio_power_storage_mkII"
659660
],
660661
"items":[
661-
"sunglasses",
662-
"jeans",
662+
"waistcoat",
663+
"pants",
663664
"dress_shirt",
664-
"dress_shoes"
665+
"dress_shoes",
666+
"gold_watch",
667+
"briefcase_smg",
668+
"PDA",
669+
"9mm"
665670
]
666671
},
667672
{

0 commit comments

Comments
 (0)