Skip to content

Commit 230bfc7

Browse files
authored
Merge pull request #75719 from Karol1223/untool-the-wool
Untool the wool staple
2 parents 4e4419c + 84f52b4 commit 230bfc7

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

data/json/items/resources/tailoring.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,21 @@
160160
"symbol": "=",
161161
"color": "dark_gray"
162162
},
163+
{
164+
"id": "wool_staple",
165+
"type": "GENERIC",
166+
"category": "spare_parts",
167+
"name": { "str": "wool staple" },
168+
"description": "A natural cluster of wool fibers. Could be processed into felt patches or yarn.",
169+
"weight": "200 g",
170+
"volume": "500 ml",
171+
"price": "0 cent",
172+
"price_postapoc": "10 cent",
173+
"material": [ "wool" ],
174+
"symbol": ",",
175+
"color": "white",
176+
"flags": [ "NO_SALVAGE" ]
177+
},
163178
{
164179
"type": "GENERIC",
165180
"id": "fur",

data/json/items/tool/workshop.json

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1514,21 +1514,6 @@
15141514
"qualities": [ [ "SMOOTH", 1 ] ],
15151515
"melee_damage": { "bash": 12 }
15161516
},
1517-
{
1518-
"id": "wool_staple",
1519-
"type": "TOOL",
1520-
"category": "spare_parts",
1521-
"name": { "str": "wool staple" },
1522-
"description": "A natural cluster of wool fibers. Could be processed into felt patches or yarn.",
1523-
"weight": "200 g",
1524-
"volume": "500 ml",
1525-
"price": "0 cent",
1526-
"price_postapoc": "10 cent",
1527-
"material": [ "wool" ],
1528-
"symbol": ",",
1529-
"color": "white",
1530-
"flags": [ "NO_SALVAGE" ]
1531-
},
15321517
{
15331518
"id": "xacto",
15341519
"type": "TOOL",

0 commit comments

Comments
 (0)