Skip to content

Commit

Permalink
Update launcher.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Zlorthishen authored Dec 6, 2024
1 parent 2faf463 commit ba94e34
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions data/json/recipes/ammo/launcher.json
Original file line number Diff line number Diff line change
Expand Up @@ -241,12 +241,29 @@
"delete_flags": [ "FILTHY" ],
"flags": [ "ALLOW_FILTHY" ]
},

{
"type": "recipe",
"result": "gelled_gasoline",
"category": "CC_AMMO",
"subcategory": "CSC_AMMO_LAUNCHER",
"skill_used": "cooking",
"difficulty": 2,
"time": "20 m",
"batch_time_factors": [ 80, 5 ],
"qualities": [ { "id": "CONTAIN", "level": 1 }, { "id": "CUT", "level": 1 } ],
"book_learn": [ [ "textbook_gaswarfare", 2 ], [ "textbook_anarch", 2 ] ],
"components": [ [ [ "gasoline", 100 ] ], [ [ "plastic_chunk", 5 ] ] ],
"delete_flags": [ "FILTHY" ],
"flags": [ "ALLOW_FILTHY" ]
},
{
"type": "recipe",
"result": "gelled_gasoline",
"id_suffix": "detergent",
"category": "CC_AMMO",
"subcategory": "CSC_AMMO_LAUNCHER",
"skill_used": "cooking",
"difficulty": 1,
"time": "10 m",
"batch_time_factors": [ 80, 5 ],
Expand Down Expand Up @@ -312,22 +329,6 @@
"delete_flags": [ "FILTHY" ],
"flags": [ "ALLOW_FILTHY" ]
},
{
"type": "recipe",
"result": "gelled_gasoline",
"id_suffix": "plastic",
"category": "CC_AMMO",
"subcategory": "CSC_AMMO_LAUNCHER",
"skill_used": "cooking",
"difficulty": 2,
"time": "20 m",
"batch_time_factors": [ 80, 5 ],
"qualities": [ { "id": "CONTAIN", "level": 1 }, { "id": "CUT", "level": 1 } ],
"book_learn": [ [ "textbook_gaswarfare", 2 ], [ "textbook_anarch", 2 ] ],
"components": [ [ [ "gasoline", 100 ] ], [ [ "plastic_chunk", 5 ] ] ],
"delete_flags": [ "FILTHY" ],
"flags": [ "ALLOW_FILTHY" ]
},
{
"type": "recipe",
"result": "flamethrower_fuel",
Expand Down

0 comments on commit ba94e34

Please sign in to comment.