Skip to content

Commit

Permalink
feat(balance): make smart shot require nanomaterial (#6156)
Browse files Browse the repository at this point in the history
* Smart shot uses nanomaterial, laptop

* Updated item description

* Typo fix
  • Loading branch information
yay855 authored Mar 4, 2025
1 parent 4e14860 commit be7dba8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion data/json/items/comestibles/mutagen.json
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@
"comestible_type": "MED",
"category": "mutagen",
"name": "purifier smart shot",
"description": "An experimental stem cell treatment, offering limited control over which mutations are purified. The liquid sloshes strangely inside of this syringe.",
"description": "An experimental stem cell treatment utilizing medical nanomachines, offering limited control over which mutations are purified. The liquid sloshes strangely inside of this syringe.",
"weight": "12 g",
"volume": "10ml",
"price": "12 kUSD",
Expand Down
6 changes: 3 additions & 3 deletions data/json/recipes/chem/mutagen.json
Original file line number Diff line number Diff line change
Expand Up @@ -802,12 +802,12 @@
"category": "CC_CHEM",
"subcategory": "CSC_CHEM_MUTAGEN",
"skill_used": "cooking",
"skills_required": [ "firstaid", 6 ],
"skills_required": [ "computer", 6 ],
"difficulty": 10,
"time": "2 h",
"tools": [ [ [ "surface_heat", 30, "LIST" ] ] ],
"tools": [ [ [ "surface_heat", 30, "LIST" ] ], [ [ "control_laptop", -1 ] ] ],
"book_learn": [ [ "recipe_alpha", 9 ], [ "recipe_serum", 9 ] ],
"qualities": [ { "id": "CHEM", "level": 3 } ],
"components": [ [ [ "iv_purifier", 3 ] ], [ [ "slime_scrap", 5 ] ], [ [ "syringe", 1 ] ] ]
"components": [ [ [ "iv_purifier", 3 ] ], [ [ "slime_scrap", 1 ] ], [ [ "nanomaterial", 1 ] ], [ [ "syringe", 1 ] ] ]
}
]

0 comments on commit be7dba8

Please sign in to comment.