Skip to content

Commit

Permalink
feat(mods/craftgp): obsolete Craftable Gun Pack mod, consistency up…
Browse files Browse the repository at this point in the history
…dates for associated mainlined content (#5145)
  • Loading branch information
chaosvolt authored Aug 4, 2024
1 parent e47cad4 commit 6318bde
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 9 deletions.
1 change: 0 additions & 1 deletion .github/semantic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ scopes:
- mods/alt_map_key
- mods/cbm_slots
- mods/classic_zombies
- mods/craftgp
- mods/crazy_cataclysm
- mods/crt_expansion
- mods/desertpack
Expand Down
1 change: 1 addition & 0 deletions data/json/items/book/gun.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
"price_postapoc": "40 USD",
"color": "green",
"skill": "gun",
"required_level": 3,
"max_level": 6,
"intelligence": 8,
"time": "30 m",
Expand Down
9 changes: 3 additions & 6 deletions data/json/recipes/weapon/ranged.json
Original file line number Diff line number Diff line change
Expand Up @@ -1151,8 +1151,7 @@
"skill_used": "mechanics",
"skills_required": [ "gun", 4 ],
"difficulty": 6,
"time": 36000,
"reversible": true,
"time": "60 m",
"autolearn": true,
"book_learn": [ [ "manual_luty", 4 ] ],
"qualities": [ { "id": "SAW_M_FINE", "level": 1 }, { "id": "SCREW_FINE", "level": 1 } ],
Expand All @@ -1166,8 +1165,7 @@
"skill_used": "mechanics",
"skills_required": [ "gun", 4 ],
"difficulty": 6,
"time": 36000,
"reversible": true,
"time": "60 m",
"autolearn": true,
"book_learn": [ [ "manual_luty", 4 ] ],
"qualities": [ { "id": "SAW_M_FINE", "level": 1 }, { "id": "SCREW_FINE", "level": 1 } ],
Expand All @@ -1181,8 +1179,7 @@
"skill_used": "mechanics",
"skills_required": [ "gun", 4 ],
"difficulty": 6,
"time": 36000,
"reversible": true,
"time": "60 m",
"autolearn": true,
"book_learn": [ [ "manual_luty", 4 ] ],
"qualities": [ { "id": "SAW_M_FINE", "level": 1 }, { "id": "SCREW_FINE", "level": 1 } ],
Expand Down
3 changes: 2 additions & 1 deletion data/mods/Craft_Gunpowder/modinfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"maintainers": [ "Noctifer-de-Mortem" ],
"description": "Adds more craftable firearms and gunmods. Formerly focused on smokeless gunpowder, before the recipe for it was added to vanilla.",
"category": "items",
"dependencies": [ "bn" ]
"dependencies": [ "bn" ],
"obsolete": true
}
]
1 change: 0 additions & 1 deletion doc/src/assets/semantic.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"mods/alt_map_key",
"mods/cbm_slots",
"mods/classic_zombies",
"mods/craftgp",
"mods/crazy_cataclysm",
"mods/crt_expansion",
"mods/dangerous_fungi",
Expand Down

0 comments on commit 6318bde

Please sign in to comment.