Skip to content

Commit

Permalink
Unarmed crafting organization (#62564)
Browse files Browse the repository at this point in the history
* New unarmed subcategory

* Unarmed weapons file

* Revert "Unarmed weapons file"
  • Loading branch information
Termineitor244 authored Mar 5, 2023
1 parent 7762a54 commit 799e0b1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 deletions data/json/recipes/armor/hands.json
Original file line number Diff line number Diff line change
Expand Up @@ -1069,8 +1069,8 @@
"result": "gloves_studded",
"type": "recipe",
"activity_level": "LIGHT_EXERCISE",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_HANDS",
"category": "CC_WEAPON",
"subcategory": "CSC_WEAPON_UNARMED",
"skill_used": "tailor",
"difficulty": 3,
"time": "30 m",
Expand Down
1 change: 1 addition & 0 deletions data/json/recipes/recipes.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"CSC_WEAPON_BASHING",
"CSC_WEAPON_CUTTING",
"CSC_WEAPON_PIERCING",
"CSC_WEAPON_UNARMED",
"CSC_WEAPON_RANGED",
"CSC_WEAPON_EXPLOSIVE",
"CSC_WEAPON_MODS",
Expand Down
12 changes: 6 additions & 6 deletions data/json/recipes/weapon/bashing.json
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@
"activity_level": "LIGHT_EXERCISE",
"result": "knuckle_steel",
"category": "CC_WEAPON",
"subcategory": "CSC_WEAPON_BASHING",
"subcategory": "CSC_WEAPON_UNARMED",
"skill_used": "fabrication",
"skills_required": [ "bashing", 1 ],
"proficiencies": [ { "proficiency": "prof_metalworking" } ],
Expand Down Expand Up @@ -322,7 +322,7 @@
"activity_level": "BRISK_EXERCISE",
"result": "knuckle_steel_forged",
"category": "CC_WEAPON",
"subcategory": "CSC_WEAPON_BASHING",
"subcategory": "CSC_WEAPON_UNARMED",
"skill_used": "fabrication",
"skills_required": [ "bashing", 1 ],
"proficiencies": [
Expand Down Expand Up @@ -364,7 +364,7 @@
"activity_level": "BRISK_EXERCISE",
"result": "knuckle_brass",
"category": "CC_WEAPON",
"subcategory": "CSC_WEAPON_BASHING",
"subcategory": "CSC_WEAPON_UNARMED",
"skill_used": "fabrication",
"skills_required": [ "bashing", 1 ],
"proficiencies": [
Expand Down Expand Up @@ -403,7 +403,7 @@
"activity_level": "LIGHT_EXERCISE",
"result": "knuckle_nail",
"category": "CC_WEAPON",
"subcategory": "CSC_WEAPON_BASHING",
"subcategory": "CSC_WEAPON_UNARMED",
"skill_used": "fabrication",
"time": "10 m",
"reversible": true,
Expand Down Expand Up @@ -439,7 +439,7 @@
"activity_level": "MODERATE_EXERCISE",
"result": "cestus",
"category": "CC_WEAPON",
"subcategory": "CSC_WEAPON_BASHING",
"subcategory": "CSC_WEAPON_UNARMED",
"skill_used": "fabrication",
"skills_required": [ "bashing", 1 ],
"difficulty": 2,
Expand Down Expand Up @@ -849,7 +849,7 @@
"type": "recipe",
"activity_level": "BRISK_EXERCISE",
"category": "CC_WEAPON",
"subcategory": "CSC_WEAPON_BASHING",
"subcategory": "CSC_WEAPON_UNARMED",
"skill_used": "fabrication",
"difficulty": 6,
"time": "4h",
Expand Down
2 changes: 1 addition & 1 deletion data/json/recipes/weapon/piercing.json
Original file line number Diff line number Diff line change
Expand Up @@ -1304,7 +1304,7 @@
"type": "recipe",
"activity_level": "BRISK_EXERCISE",
"category": "CC_WEAPON",
"subcategory": "CSC_WEAPON_PIERCING",
"subcategory": "CSC_WEAPON_UNARMED",
"skill_used": "fabrication",
"difficulty": 6,
"time": "4h",
Expand Down

0 comments on commit 799e0b1

Please sign in to comment.