Skip to content

Commit d6742f0

Browse files
authored
replace steel material with new steel definitions (#82586)
1 parent 88fd424 commit d6742f0

File tree

12 files changed

+67
-67
lines changed

12 files changed

+67
-67
lines changed

data/mods/Xedra_Evolved/items/ammo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"description": "A thin and flat knife made for throwing. Its ineffective cutting edge and odd shape makes it unsuitable for use as a tool.",
1010
"category": "spare_parts",
1111
"//": "Make silver-steel or some kind of changeling metal.",
12-
"material": [ "steel" ],
12+
"material": [ "lc_steel" ],
1313
"ammo_type": "throwing_knives",
1414
"flags": [ "TRADER_AVOID", "NPC_THROWN" ],
1515
"volume": "100 ml",

data/mods/Xedra_Evolved/items/corpses.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"name": "broken sniper bot",
88
"category": "other",
99
"description": "A broken sniper bot. Total scrap, but some stuff is still useful.",
10-
"material": [ "steel" ],
10+
"material": [ "lc_steel" ],
1111
"weight": "40 kg",
1212
"volume": "150 L",
1313
"flags": [ "TRADER_AVOID", "NO_REPAIR" ]
@@ -20,7 +20,7 @@
2020
"name": "broken shotgun bot",
2121
"category": "other",
2222
"description": "A broken shotgun bot. Total scrap, but some stuff is still useful.",
23-
"material": [ "steel" ],
23+
"material": [ "lc_steel" ],
2424
"weight": "40 kg",
2525
"volume": "150 L",
2626
"flags": [ "TRADER_AVOID", "NO_REPAIR" ]
@@ -33,7 +33,7 @@
3333
"name": "broken cutthroater",
3434
"category": "other",
3535
"description": "A broken cutthroater. Total scrap, but some stuff is still useful.",
36-
"material": [ "steel" ],
36+
"material": [ "lc_steel" ],
3737
"weight": "40 kg",
3838
"volume": "150 L",
3939
"flags": [ "TRADER_AVOID", "NO_REPAIR" ]
@@ -63,7 +63,7 @@
6363
"category": "other",
6464
"description": "The automaton is now much more broken than it was before. It resembles a pile of random parts and its internals are fried beyond salvage but could be gutted for materials.",
6565
"price": "0 USD",
66-
"material": [ "steel", "dreamstuff" ],
66+
"material": [ "lc_steel", "dreamstuff" ],
6767
"volume": "210 L",
6868
"weight": "195 kg",
6969
"to_hit": -2,

data/mods/Xedra_Evolved/items/gun_magazine.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"volume": "270 ml",
1111
"price": "40 USD",
1212
"price_postapoc": "1 USD 20 cent",
13-
"material": [ "steel" ],
13+
"material": [ "lc_steel" ],
1414
"symbol": "#",
1515
"color": "light_gray",
1616
"ammo_type": [ "9x21mm" ],

data/mods/Xedra_Evolved/items/guns.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"longest_side": "195 mm",
2626
"price": "950 USD",
2727
"price_postapoc": "30 USD",
28-
"material": [ "plastic", "steel" ],
28+
"material": [ "plastic", "lc_steel" ],
2929
"color": "dark_gray",
3030
"ammo": [ "9x21mm" ],
3131
"dispersion": 480,
@@ -48,7 +48,7 @@
4848
"price": "1 kUSD 890 USD",
4949
"price_postapoc": "85 USD",
5050
"to_hit": -1,
51-
"material": [ "steel" ],
51+
"material": [ "lc_steel" ],
5252
"dispersion": 358,
5353
"durability": 7,
5454
"modes": [ [ "DEFAULT", "semi-auto", 1 ], [ "BURST", "3 rd.", 3 ], [ "AUTO", "auto", 5 ] ],
@@ -82,7 +82,7 @@
8282
"longest_side": "100 cm",
8383
"price": "1 kUSD 800 USD",
8484
"price_postapoc": "175 USD 50 cent",
85-
"material": [ "steel" ],
85+
"material": [ "lc_steel" ],
8686
"dispersion": 358,
8787
"durability": 8,
8888
"modes": [ [ "DEFAULT", "burst", 10 ] ],

data/mods/Xedra_Evolved/items/inventor/armor.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"description": "The helmet of creative juices may look like a child's homemade toy, but its effects when turned on are real enough. While wearing it, your thoughts are buffered from the outside world by a soft white noise that varies from person to person as to what they actually hear. Some hear the ocean, a fan blowing or paper crumpling. Whatever the sound, it helps you to think faster and more creatively than before.",
99
"weight": "1383 g",
1010
"volume": "1750 ml",
11-
"material": [ "steel", "plastic" ],
11+
"material": [ "mc_steel", "plastic" ],
1212
"symbol": "[",
1313
"looks_like": "hat_hard",
1414
"color": "green",
@@ -165,7 +165,7 @@
165165
"description": "Compact leg attachments that distribute your weight onto the ground nearby using some kind of force. It makes you leave giant spherical footprints, but makes carrying heavy weight much easier.",
166166
"weight": "1657 g",
167167
"volume": "1500 ml",
168-
"material": [ "steel", "copper", "leather" ],
168+
"material": [ "mc_steel", "copper", "leather" ],
169169
"symbol": "[",
170170
"looks_like": "legguard_hard",
171171
"color": "light_red",
@@ -196,7 +196,7 @@
196196
},
197197
{
198198
"material": [
199-
{ "type": "steel", "covered_by_mat": 100, "thickness": 0.6 },
199+
{ "type": "mc_steel", "covered_by_mat": 100, "thickness": 0.6 },
200200
{ "type": "copper", "covered_by_mat": 100, "thickness": 0.6 }
201201
],
202202
"covers": [ "leg_l", "leg_r" ],
@@ -227,7 +227,7 @@
227227
"description": "Heavily mechanized boots with small integrated battery slot inside. Upon activation make you jump higher and farther.",
228228
"weight": "1657 g",
229229
"volume": "1500 ml",
230-
"material": [ "leather", "kevlar", "rubber", "steel" ],
230+
"material": [ "leather", "kevlar", "rubber", "mc_steel" ],
231231
"symbol": "[",
232232
"looks_like": "legguard_hard",
233233
"color": "light_red",
@@ -260,7 +260,7 @@
260260
"material": [
261261
{ "type": "leather", "covered_by_mat": 100, "thickness": 1.25 },
262262
{ "type": "kevlar", "covered_by_mat": 100, "thickness": 1.25 },
263-
{ "type": "steel", "covered_by_mat": 5, "thickness": 1.25 }
263+
{ "type": "mc_steel", "covered_by_mat": 5, "thickness": 1.25 }
264264
],
265265
"encumbrance": 7,
266266
"coverage": 100
@@ -286,7 +286,7 @@
286286
"description": "A small, thin torus with a huge battery case, and a belt. You can activate it to emit a field that covers your whole body which will decelerate all objects it touches.",
287287
"weight": "270 g",
288288
"volume": "660 ml",
289-
"material": [ "aluminum", "leather", "steel", "copper" ],
289+
"material": [ "aluminum", "leather", "mc_steel", "copper" ],
290290
"symbol": "[",
291291
"color": "blue",
292292
"warmth": 0,
@@ -475,15 +475,15 @@
475475
"color": "light_gray",
476476
"name": { "str": "heavy CQC system" },
477477
"description": "This robust system begins at your hands, where it features a squarish steel frame enhanced with strategic protrusions to amplify impact damage by focusing the point of contact. It extends along your forearms with thick, hardened steel shields protecting both your limbs and the underlying hydraulic mechanisms. Aluminum tubes channel these hydraulics up into your upper arms, culminating at your back where the central hub for the hydraulic servos is located. While the system recovers some energy with each movement, its substantial weight and bulk significantly limit the use of your hands for anything else.",
478-
"material": [ "aluminum", "steel" ],
478+
"material": [ "aluminum", "mc_steel" ],
479479
"volume": "11678 ml",
480480
"weight": "3970 g",
481481
"flags": [ "MORPHIC", "DURABLE_MELEE", "PADDED", "MUNDANE", "INVENTOR_CRAFTED", "PROVIDES_TECHNIQUES" ],
482482
"techniques": [ "WBLOCK_3", "BRUTAL", "SWEEP" ],
483483
"material_thickness": 1,
484484
"armor": [
485485
{
486-
"material": [ { "type": "steel", "covered_by_mat": 100, "thickness": 5 } ],
486+
"material": [ { "type": "mc_steel", "covered_by_mat": 100, "thickness": 5 } ],
487487
"encumbrance": 7,
488488
"coverage": 50,
489489
"covers": [ "hand_l", "hand_r" ],
@@ -493,7 +493,7 @@
493493
{
494494
"material": [
495495
{ "type": "aluminum", "covered_by_mat": 25, "thickness": 1.0 },
496-
{ "type": "steel", "covered_by_mat": 100, "thickness": 2.5 }
496+
{ "type": "mc_steel", "covered_by_mat": 100, "thickness": 2.5 }
497497
],
498498
"encumbrance": 7,
499499
"coverage": 50,
@@ -512,7 +512,7 @@
512512
{
513513
"material": [
514514
{ "type": "aluminum", "covered_by_mat": 100, "thickness": 1.0 },
515-
{ "type": "steel", "covered_by_mat": 100, "thickness": 0.3 }
515+
{ "type": "mc_steel", "covered_by_mat": 100, "thickness": 0.3 }
516516
],
517517
"encumbrance": 11,
518518
"coverage": 100,
@@ -695,7 +695,7 @@
695695
"weight": "100 g",
696696
"volume": "50 ml",
697697
"looks_like": "wristwatch",
698-
"material": [ "kevlar", "steel" ],
698+
"material": [ "kevlar", "mc_steel" ],
699699
"symbol": "[",
700700
"color": "light_gray",
701701
"sided": true,

data/mods/Xedra_Evolved/items/inventor/consumables.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"price": "10000 USD",
5959
"price_postapoc": "200 USD",
6060
"to_hit": -1,
61-
"material": [ "steel", "plastic" ],
61+
"material": [ "mc_steel", "plastic" ],
6262
"symbol": "*",
6363
"color": "green",
6464
"use_action": {
@@ -84,7 +84,7 @@
8484
"price": "0 cent",
8585
"price_postapoc": "0 cent",
8686
"to_hit": -1,
87-
"material": [ "steel", "plastic" ],
87+
"material": [ "mc_steel", "plastic" ],
8888
"symbol": "*",
8989
"color": "green",
9090
"use_action": { "type": "message", "message": "You've already pulled the %s's pin, try throwing it instead.", "name": "Pull pin" },

data/mods/Xedra_Evolved/items/inventor/explosive.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"price": "600 USD",
1212
"price_postapoc": "300 USD",
1313
"to_hit": -1,
14-
"material": [ "steel", "plastic" ],
14+
"material": [ "lc_steel", "plastic" ],
1515
"symbol": "0",
1616
"explode_in_fire": false,
1717
"color": "light_gray",
@@ -38,7 +38,7 @@
3838
"price": "0 cent",
3939
"price_postapoc": "0 cent",
4040
"to_hit": -1,
41-
"material": [ "steel", "plastic" ],
41+
"material": [ "lc_steel", "plastic" ],
4242
"symbol": "*",
4343
"explode_in_fire": false,
4444
"color": "light_gray",

0 commit comments

Comments
 (0)