Skip to content

Commit

Permalink
Misc tweaks update
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenan2000 committed Oct 22, 2023
1 parent df40e8c commit 834f56f
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"bashing": 3,
"cutting": 12,
"to_hit": 1,
"flags": [ "BELT_CLIP", "FIRESTARTER", "SHEATH_KNIFE", "NONCONDUCTIVE", "TRADER_AVOID", "NO_CVD" ],
"flags": [ "BELT_CLIP", "FIRESTARTER", "SHEATH_KNIFE", "NONCONDUCTIVE", "TRADER_AVOID", "NO_CVD", "PERFECT_LOCKPICK" ],
"max_charges": 1,
"initial_charges": 1,
"charges_per_use": 0,
Expand All @@ -33,7 +33,6 @@
"BOLTCUTTERS",
"GEIGER",
"HAMMER",
"picklock",
"HOTPLATE",
"SIPHON",
{ "type": "firestarter", "moves": 5 },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@
"category": "CC_FOOD",
"subcategory": "CSC_FOOD_OTHER",
"skill_used": "cooking",
"byproducts": [ [ "molasses", 1 ] ],
"difficulty": 4,
"time": "24 m",
"charges": 10,
"autolearn": true,
"batch_time_factors": [ 20, 1 ],
"batch_time_factors": [ 50, 3 ],
"qualities": [ { "id": "CHEM", "level": 2 } ],
"tools": [ [ [ "surface_heat", 50, "LIST" ] ] ],
"components": [
Expand All @@ -26,7 +27,6 @@
[ "honeycomb", 1 ],
[ "honeydew", 1 ],
[ "can_corn", 3 ],
[ "molasses", 1 ],
[ "purple_drink", 6 ],
[ "rootbeer", 6 ],
[ "syrup", 2 ],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"weight": "300 g",
"price": "208 USD",
"material": [ "superalloy", "plastic" ],
"use_action": { "type": "picklock", "pick_quality": 5 }
"qualities": [ [ "LOCKPICK", 5 ] ]
},
{
"id": "tieclip_pick",
Expand All @@ -19,6 +19,6 @@
"weight": "590 g",
"price": "500 USD",
"material": [ "superalloy", "silver" ],
"use_action": { "type": "picklock", "pick_quality": 5 }
"qualities": [ [ "LOCKPICK", 5 ] ]
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@
"material": [ "steel" ],
"symbol": ";",
"color": "light_gray",
"qualities": [ [ "LOCKPICK", 10 ] ],
"use_action": { "type": "picklock", "pick_quality": 10 }
"qualities": [ [ "LOCKPICK", 10 ] ]
},
{
"id": "fo_mob_elecsafecrack",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"material": [ "steel" ],
"symbol": ";",
"color": "light_gray",
"qualities": [ [ "LOCKPICK", 12 ] ],
"use_action": { "type": "picklock", "pick_quality": 12 }
"qualities": [ [ "LOCKPICK", 12 ] ]
},
{
"id": "sp_text_devices",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"id": "tekitoumap",
"name": "Tekitou Map Commercial Overhaul",
"description": "Tekitou map Rezone's Commercial Zones?",
"dependencies": [ "bn", "More_Survival_Tools", "makeshift" ],
"dependencies": [ "bn", "MST_Extra", "makeshift" ],
"authors": [ "Unknown" ],
"category": "misc_additions",
"maintainers": [ "TheGoatGod" ]
Expand Down

0 comments on commit 834f56f

Please sign in to comment.