Skip to content

Commit

Permalink
feat(balance): craftable voltmeter (cataclysmbnteam#3513)
Browse files Browse the repository at this point in the history
* craft voltmeter

turned an uncraft into a craft with reversible

* style(autofix.ci): automated formatting

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
  • Loading branch information
RoyalFox2140 and autofix-ci[bot] authored Oct 28, 2023
1 parent 0ce4698 commit 48cf3b5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
15 changes: 15 additions & 0 deletions data/json/recipes/electronic/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -809,5 +809,20 @@
"book_learn": [ [ "mag_electronics", 3 ], [ "manual_electronics", 2 ] ],
"using": [ [ "soldering_standard", 5 ] ],
"components": [ [ [ "wire", 3 ] ], [ [ "plastic_chunk", 1 ] ], [ [ "e_scrap", 1 ] ] ]
},
{
"type": "recipe",
"result": "voltmeter",
"category": "CC_ELECTRONIC",
"subcategory": "CSC_ELECTRONIC_TOOLS",
"skill_used": "electronics",
"difficulty": 2,
"time": "1 h",
"reversible": true,
"decomp_learn": 0,
"autolearn": [ [ "electronics", 3 ] ],
"book_learn": [ [ "manual_electronics", 1 ] ],
"qualities": [ { "id": "CUT", "level": 1 }, { "id": "SCREW", "level": 1 } ],
"components": [ [ [ "scrap", 2 ] ], [ [ "amplifier", 1 ] ], [ [ "cable", 6 ] ], [ [ "plastic_chunk", 4 ] ], [ [ "e_scrap", 3 ] ] ]
}
]
8 changes: 0 additions & 8 deletions data/json/uncraft/generic.json
Original file line number Diff line number Diff line change
Expand Up @@ -3509,14 +3509,6 @@
"qualities": [ { "id": "SCREW", "level": 1 } ],
"components": [ [ [ "voltmeter", 1 ] ], [ [ "glass_tube_small", 2 ] ] ]
},
{
"result": "voltmeter",
"type": "uncraft",
"skill_used": "electronics",
"time": "1 h",
"qualities": [ { "id": "SCREW", "level": 1 } ],
"components": [ [ [ "scrap", 2 ] ], [ [ "amplifier", 1 ] ], [ [ "cable", 6 ] ], [ [ "plastic_chunk", 4 ] ], [ [ "e_scrap", 3 ] ] ]
},
{
"result": "microscope",
"type": "uncraft",
Expand Down

0 comments on commit 48cf3b5

Please sign in to comment.