Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a teeth necklace #74692

Merged
merged 7 commits into from
Jun 24, 2024
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions data/json/items/armor/jewelry.json
Original file line number Diff line number Diff line change
Expand Up @@ -4821,5 +4821,27 @@
"symbol": ".",
"color": "white",
"flags": [ "FANCY", "NO_WEAR_EFFECT" ]
},
{
"id": "necklace_teeth",
"type": "ARMOR",
"name": { "str": "teeth necklace" },
"description": "A simple teeth necklace, this is sure to add some bite to an outfit.",
"symbol": "u",
"color": "white",
"price": "10 USD",
"price_postapoc": "10 USD",
"weight": "42 g",
"volume": "30 ml",
"material": "bone",
"flags": [ "NO_WEAR_EFFECT", "BELTED" ],
"variants": [
{
"id": "necklace_teeth_monster",
"name": { "str": "monster teeth necklace" },
"description": "The teeth hanging from this one look alien, with an hypnotizing, iridescent shine.",
BalthazarArgall marked this conversation as resolved.
Show resolved Hide resolved
"append": true
}
]
}
]
20 changes: 20 additions & 0 deletions data/json/recipes/armor/jewelry.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,5 +121,25 @@
"qualities": [ { "id": "DRILL", "level": 1 }, { "id": "FILE", "level": 1 }, { "id": "SAW_M", "level": 1 } ],
"//3": "Metal sawing for removing the base, rim, and primer, and filing for smoothing down the resulting edges.",
"components": [ [ [ "wire", 1 ] ] ]
},
{
"type": "recipe",
"activity_level": "NO_EXERCISE",
"result": "necklace_teeth",
"variant": "necklace_teeth_monster",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_OTHER",
"skill_used": "fabrication",
"difficulty": 1,
"skills_required": [ [ "fabrication", 1 ] ],
"time": "15 m",
"autolearn": true,
"proficiencies": [ { "proficiency": "prof_gem_setting" } ],
"//": "Pliers to cut and manipulate the wire.",
"tools": [ [ [ "pliers", -1 ] ] ],
"using": [ [ "cordage_short", 1 ] ],
"//2": "The filing quality is only there to blunt the 'impossibly-sharp' monster teeth, probably not needed for other teeth.",
"qualities": [ { "id": "FILE", "level": 1 } ],
"components": [ [ [ "wire", 1 ] ], [ [ "nm_teeth", 1 ] ] ]
BalthazarArgall marked this conversation as resolved.
Show resolved Hide resolved
}
]
11 changes: 11 additions & 0 deletions data/json/recipes/nested.json
Original file line number Diff line number Diff line change
Expand Up @@ -7184,6 +7184,17 @@
"skill_used": "fabrication",
"nested_category_data": [ "nested_bullet_necklaces" ]
},
{
"id": "nested_teeth_necklaces",
"type": "nested_category",
"activity_level": "NO_EXERCISE",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_OTHER",
"name": "teeth necklaces",
"description": "Recipes pertaining to the production of necklaces made with teeth.",
"skill_used": "fabrication",
"nested_category_data": [ "necklace_teeth" ]
},
{
"id": "nested_combat_exoskeleton_armor_reinforcement",
"type": "nested_category",
Expand Down
Loading