From 44d526b8aea422549034e2f905402caf0fe177f7 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 30 Dec 2024 22:30:37 -0800 Subject: Add patch to make plastic scraps stackable. --- bionics-01_restore-telescopic-eyes.patch | 53 ++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 bionics-01_restore-telescopic-eyes.patch (limited to 'bionics-01_restore-telescopic-eyes.patch') diff --git a/bionics-01_restore-telescopic-eyes.patch b/bionics-01_restore-telescopic-eyes.patch new file mode 100644 index 0000000..5451a33 --- /dev/null +++ b/bionics-01_restore-telescopic-eyes.patch @@ -0,0 +1,53 @@ +--- a/data/json/bionics.json ++++ b/data/json/bionics.json +@@ -394,10 +394,32 @@ + { + "id": "bio_eye_optic", + "type": "bionic", ++ "name": { "str": "Telescopic Eyes" }, ++ "description": "Much of the material in your inner eye has been surgically removed and replaced with an array of high-powered, auto-focusing lenses. They function as integrated binoculars, letting you see much farther than before, and any vision problems you might have had are now gone.", +- "name": { "str": "Telescopic Lenses" }, +- "description": "The lenses in your eyes have been surgically removed and replaced with an array of high-powered, auto-focusing lenses. They function as integrated binoculars, letting you see much farther than before, and any mundane vision problems you might have had are now gone.", + "occupied_bodyparts": [ [ "eyes", 2 ] ], ++ "canceled_mutations": [ ++ "HYPEROPIC", ++ "MYOPIC", ++ "URSINE_EYE", ++ "NIGHTVISION3", ++ "NIGHTVISION2", ++ "NIGHTVISION", ++ "BIRD_EYE", ++ "COMPOUND_EYES", ++ "LIZ_IR", ++ "EAGLEEYED", ++ "CEPH_VISION", ++ "CEPH_EYES", ++ "ELFA_FNV", ++ "ELFA_NV", ++ "ELFAEYES", ++ "FEL_NV", ++ "FEL_EYE", ++ "INFRARED", ++ "LIZ_EYE", ++ "EYEBULGE", ++ "SEESLEEP" ++ ] +- "canceled_mutations": [ "HYPEROPIC", "MYOPIC" ] + }, + { + "id": "bio_face_mask", + +--- a/data/json/items/bionics.json ++++ b/data/json/items/bionics.json +@@ -339,9 +339,9 @@ + "id": "bio_eye_optic", + "copy-from": "bionic_general", + "type": "BIONIC_ITEM", ++ "name": { "str": "Telescopic Eyes CBM" }, +- "name": { "str": "Telescopic Lenses CBM" }, + "looks_like": "bio_int_enhancer", ++ "description": "An array of high-powered, auto-focusing lenses that replaces much of the material in the inner eye. This fixes any vision problems and allows for an increased vision range akin to binoculars.", +- "description": "An array of high-powered, auto-focusing lenses that replaces your natural lenses. This fixes any mundane vision problems and allows for an increased vision range akin to binoculars. Once installed they will be impossible to remove, having replaced part of your eyes.", + "price": "5 kUSD", + "weight": "100 g", + "difficulty": 5 -- cgit v1.2.1