Skip to content

Commit

Permalink
feat(content): Gelled Gasoline (#5792)
Browse files Browse the repository at this point in the history
* initial commit

* style(autofix.ci): automated formatting

* Update launcher.json

remove duplicate entry

* Update launcher.json

* Update launcher.json

* Update launcher.json

* Update launcher.json

* Update data/json/recipes/ammo/launcher.json

Co-authored-by: Chaosvolt <[email protected]>

* Update launcher.json

* style(autofix.ci): automated formatting

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Chaosvolt <[email protected]>
  • Loading branch information
3 people authored Dec 7, 2024
1 parent d5cc4a7 commit 7ccdf4b
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 9 deletions.
4 changes: 2 additions & 2 deletions data/json/items/fuel.json
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@
"type": "AMMO",
"name": { "str_sp": "gelled gasoline" },
"copy-from": "gasoline",
"description": "A flammable gel composed of gasoline and dissolved shavings of polystyrene, roughly similar in properties to napalm b. It's meant to be used with a flamethrower.",
"description": "A flammable gel composed of gasoline and a chemical that renders it to a gel, it is roughly similar in properties to napalm b. It's meant to be used with a flamethrower.",
"price": "4 USD",
"price_postapoc": "5 USD",
"ammo_type": "flammable",
Expand All @@ -257,7 +257,7 @@
"id": "flamethrower_fuel",
"type": "AMMO",
"name": { "str_sp": "flamethrower fuel" },
"copy-from": "gasoline",
"copy-from": "napalm",
"description": "A mixture of gasoline and diesel oil in equal parts. Its combustion properties make it unfit for applications where you would use any of them separately, but it can be used to feed a flamethrower.",
"price": "4 USD",
"price_postapoc": "5 USD",
Expand Down
82 changes: 75 additions & 7 deletions data/json/recipes/ammo/launcher.json
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,80 @@
"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, "Stuff THE MAN doesn't want you to know" ] ],
"components": [ [ [ "gasoline", 100 ] ], [ [ "plastic_chunk", 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 ],
"qualities": [ { "id": "CONTAIN", "level": 1 }, { "id": "CUT", "level": 1 } ],
"book_learn": [ [ "textbook_anarch", 2 ] ],
"components": [ [ [ "gasoline", 100 ] ], [ [ "detergent", 30 ] ], [ [ "chem_ethanol", 1 ] ] ],
"delete_flags": [ "FILTHY" ],
"flags": [ "ALLOW_FILTHY" ]
},
{
"type": "recipe",
"result": "gelled_gasoline",
"id_suffix": "beeswax",
"category": "CC_AMMO",
"subcategory": "CSC_AMMO_LAUNCHER",
"skill_used": "cooking",
"difficulty": 1,
"time": "10 m",
"batch_time_factors": [ 80, 5 ],
"qualities": [ { "id": "CONTAIN", "level": 1 }, { "id": "CUT", "level": 1 } ],
"book_learn": [ [ "textbook_anarch", 2 ] ],
"components": [ [ [ "gasoline", 100 ] ], [ [ "wax", 30 ] ] ],
"delete_flags": [ "FILTHY" ],
"flags": [ "ALLOW_FILTHY" ]
},
{
"type": "recipe",
"result": "gelled_gasoline",
"id_suffix": "animal blood",
"category": "CC_AMMO",
"subcategory": "CSC_AMMO_LAUNCHER",
"skill_used": "cooking",
"difficulty": 1,
"time": "10 m",
"batch_time_factors": [ 80, 5 ],
"qualities": [ { "id": "CONTAIN", "level": 1 }, { "id": "CUT", "level": 1 } ],
"book_learn": [ [ "textbook_anarch", 2 ] ],
"components": [
[ [ "gasoline", 100 ] ],
[ [ "animal_blood", 30 ] ],
[ [ "salt", 3 ], [ "coffee", 3 ], [ "tea_raw", 3 ], [ "sugar", 3 ], [ "material_quicklime", 3 ] ]
],
"delete_flags": [ "FILTHY" ],
"flags": [ "ALLOW_FILTHY" ]
},
{
"type": "recipe",
"result": "gelled_gasoline",
"id_suffix": "egg powder",
"category": "CC_AMMO",
"subcategory": "CSC_AMMO_LAUNCHER",
"skill_used": "cooking",
"difficulty": 1,
"time": "10 m",
"batch_time_factors": [ 80, 5 ],
"qualities": [ { "id": "CONTAIN", "level": 1 }, { "id": "CUT", "level": 1 } ],
"book_learn": [ [ "textbook_anarch", 2 ] ],
"components": [
[ [ "gasoline", 100 ] ],
[ [ "powder_eggs", 12 ] ],
[ [ "salt", 3 ], [ "coffee", 3 ], [ "tea_raw", 3 ], [ "sugar", 3 ], [ "material_quicklime", 3 ] ]
],
"delete_flags": [ "FILTHY" ],
"flags": [ "ALLOW_FILTHY" ]
},
Expand All @@ -266,11 +338,7 @@
"time": "3 m",
"batch_time_factors": [ 80, 5 ],
"qualities": [ { "id": "CONTAIN", "level": 1 } ],
"book_learn": [
[ "textbook_gaswarfare", 2 ],
[ "textbook_anarch", 2, "Stuff THE MAN doesn't want you to know" ],
[ "manual_launcher", 2 ]
],
"book_learn": [ [ "textbook_gaswarfare", 2 ], [ "textbook_anarch", 2 ], [ "manual_launcher", 2 ] ],
"components": [ [ [ "gasoline", 125 ] ], [ [ "diesel", 125 ], [ "biodiesel", 125 ] ] ]
},
{
Expand Down

0 comments on commit 7ccdf4b

Please sign in to comment.