Skip to content

Commit de9d752

Browse files
committed
v5.105
1 parent 174b406 commit de9d752

File tree

2 files changed

+41
-41
lines changed

2 files changed

+41
-41
lines changed

1.6/Defs/ThingDefs_Items/Items_Resource_Stuff.xml

Lines changed: 38 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<Defs>
3-
4-
53
<ThingDef ParentName="ResourceBase">
64
<defName>AB_AlcyoniteChunk</defName>
75
<label>alcyonite chunk</label>
@@ -11,13 +9,12 @@
119
<graphicClass>Graphic_Single</graphicClass>
1210
</graphicData>
1311
<tradeability>Sellable</tradeability>
14-
1512
<soundInteract>Metal_Drop</soundInteract>
1613
<soundDrop>Metal_Drop</soundDrop>
1714
<generateCommonality>0</generateCommonality>
1815
<generateAllowChance>0</generateAllowChance>
1916
<statBases>
20-
<MarketValue>5</MarketValue>
17+
<MarketValue>1</MarketValue>
2118
<Mass>1</Mass>
2219
<StuffPower_Armor_Sharp>1</StuffPower_Armor_Sharp>
2320
<StuffPower_Armor_Blunt>0.55</StuffPower_Armor_Blunt>
@@ -46,21 +43,24 @@
4643
<Beauty>7</Beauty>
4744
</statOffsets>
4845
<statFactors>
49-
<MaxHitPoints>3</MaxHitPoints>
46+
<MaxHitPoints>1.9</MaxHitPoints>
5047
<Flammability>0.2</Flammability>
5148
<Beauty>1.75</Beauty>
5249
<WorkToMake>2.5</WorkToMake>
5350
<WorkToBuild>2.5</WorkToBuild>
5451
<DoorOpenSpeed>0.75</DoorOpenSpeed>
55-
5652
<MeleeWeapon_CooldownMultiplier>1.4</MeleeWeapon_CooldownMultiplier>
5753
</statFactors>
58-
5954
</stuffProps>
6055
<terrainAffordanceNeeded>Heavy</terrainAffordanceNeeded>
56+
<modExtensions>
57+
<li Class="VEF.Things.StuffExtension">
58+
<structureGenerationCommonalityFactor>0</structureGenerationCommonalityFactor>
59+
<weaponGenerationCommonalityFactor>0</weaponGenerationCommonalityFactor>
60+
<apparelGenerationCommonalityFactor>0</apparelGenerationCommonalityFactor>
61+
</li>
62+
</modExtensions>
6163
</ThingDef>
62-
63-
6464
<ThingDef ParentName="ResourceVerbBase">
6565
<defName>AB_CrystalWood</defName>
6666
<label>crystalline wood</label>
@@ -91,7 +91,6 @@
9191
</statBases>
9292
<stuffProps>
9393
<stuffAdjective>crystalline</stuffAdjective>
94-
9594
<categories>
9695
<li>Woody</li>
9796
<li>AB_ExoticWooden</li>
@@ -105,12 +104,11 @@
105104
<soundMeleeHitBlunt>MeleeHit_Wood</soundMeleeHitBlunt>
106105
<statFactors>
107106
<Beauty>0.7</Beauty>
108-
<MaxHitPoints>0.25</MaxHitPoints>
107+
<MaxHitPoints>0.25</MaxHitPoints>
109108
<Flammability>0</Flammability>
110109
<WorkToMake>1</WorkToMake>
111110
<WorkToBuild>0.8</WorkToBuild>
112111
<DoorOpenSpeed>1.0</DoorOpenSpeed>
113-
114112
</statFactors>
115113
</stuffProps>
116114
<thingCategories>
@@ -122,7 +120,6 @@
122120
<tools>
123121
<li>
124122
<label>crystalline wood log</label>
125-
126123
<capacities>
127124
<li>Blunt</li>
128125
</capacities>
@@ -131,8 +128,14 @@
131128
</li>
132129
</tools>
133130
<terrainAffordanceNeeded>Light</terrainAffordanceNeeded>
131+
<modExtensions>
132+
<li Class="VEF.Things.StuffExtension">
133+
<structureGenerationCommonalityFactor>0</structureGenerationCommonalityFactor>
134+
<weaponGenerationCommonalityFactor>0</weaponGenerationCommonalityFactor>
135+
<apparelGenerationCommonalityFactor>0</apparelGenerationCommonalityFactor>
136+
</li>
137+
</modExtensions>
134138
</ThingDef>
135-
136139
<ThingDef ParentName="ResourceVerbBase">
137140
<defName>GU_RedWood</defName>
138141
<label>red wood</label>
@@ -155,15 +158,14 @@
155158
<DeteriorationRate>1</DeteriorationRate>
156159
<SharpDamageMultiplier>0.6</SharpDamageMultiplier>
157160
<BluntDamageMultiplier>0.8</BluntDamageMultiplier>
158-
<StuffPower_Armor_Sharp>0.54</StuffPower_Armor_Sharp>
159-
<StuffPower_Armor_Blunt>0.54</StuffPower_Armor_Blunt>
160-
<StuffPower_Armor_Heat>0.40</StuffPower_Armor_Heat>
161-
<StuffPower_Insulation_Cold>8</StuffPower_Insulation_Cold>
162-
<StuffPower_Insulation_Heat>4</StuffPower_Insulation_Heat>
161+
<StuffPower_Armor_Sharp>0.54</StuffPower_Armor_Sharp>
162+
<StuffPower_Armor_Blunt>0.54</StuffPower_Armor_Blunt>
163+
<StuffPower_Armor_Heat>0.40</StuffPower_Armor_Heat>
164+
<StuffPower_Insulation_Cold>8</StuffPower_Insulation_Cold>
165+
<StuffPower_Insulation_Heat>4</StuffPower_Insulation_Heat>
163166
</statBases>
164167
<stuffProps>
165168
<stuffAdjective>red wooden</stuffAdjective>
166-
167169
<categories>
168170
<li>Woody</li>
169171
<li>AB_ExoticWooden</li>
@@ -177,13 +179,12 @@
177179
<soundMeleeHitBlunt>MeleeHit_Wood</soundMeleeHitBlunt>
178180
<statFactors>
179181
<Beauty>0.45</Beauty>
180-
<MaxHitPoints>0.75</MaxHitPoints>
182+
<MaxHitPoints>0.75</MaxHitPoints>
181183
<Flammability>0.75</Flammability>
182184
<WorkToMake>0.6</WorkToMake>
183185
<WorkToBuild>0.8</WorkToBuild>
184186
<DoorOpenSpeed>1.0</DoorOpenSpeed>
185187
<MeleeWeapon_CooldownMultiplier>1</MeleeWeapon_CooldownMultiplier>
186-
187188
</statFactors>
188189
</stuffProps>
189190
<thingCategories>
@@ -195,7 +196,6 @@
195196
<tools>
196197
<li>
197198
<label>red wood log</label>
198-
199199
<capacities>
200200
<li>Blunt</li>
201201
</capacities>
@@ -204,8 +204,14 @@
204204
</li>
205205
</tools>
206206
<terrainAffordanceNeeded>Light</terrainAffordanceNeeded>
207+
<modExtensions>
208+
<li Class="VEF.Things.StuffExtension">
209+
<structureGenerationCommonalityFactor>0</structureGenerationCommonalityFactor>
210+
<weaponGenerationCommonalityFactor>0</weaponGenerationCommonalityFactor>
211+
<apparelGenerationCommonalityFactor>0</apparelGenerationCommonalityFactor>
212+
</li>
213+
</modExtensions>
207214
</ThingDef>
208-
209215
<ThingDef ParentName="ResourceVerbBase">
210216
<defName>AB_MushroomWoodLog</defName>
211217
<label>mushroom stalks</label>
@@ -236,7 +242,6 @@
236242
</statBases>
237243
<stuffProps>
238244
<stuffAdjective>mushroom stalk</stuffAdjective>
239-
240245
<categories>
241246
<li>Woody</li>
242247
<li>AB_ExoticWooden</li>
@@ -250,12 +255,11 @@
250255
<soundMeleeHitBlunt>MeleeHit_Wood</soundMeleeHitBlunt>
251256
<statFactors>
252257
<Beauty>0.3</Beauty>
253-
<MaxHitPoints>0.32</MaxHitPoints>
258+
<MaxHitPoints>0.32</MaxHitPoints>
254259
<Flammability>1.2</Flammability>
255260
<WorkToMake>0.45</WorkToMake>
256261
<WorkToBuild>0.6</WorkToBuild>
257262
<DoorOpenSpeed>1.2</DoorOpenSpeed>
258-
259263
</statFactors>
260264
</stuffProps>
261265
<thingCategories>
@@ -267,7 +271,6 @@
267271
<tools>
268272
<li>
269273
<label>mushroom stalk</label>
270-
271274
<capacities>
272275
<li>Blunt</li>
273276
</capacities>
@@ -276,10 +279,14 @@
276279
</li>
277280
</tools>
278281
<terrainAffordanceNeeded>Light</terrainAffordanceNeeded>
282+
<modExtensions>
283+
<li Class="VEF.Things.StuffExtension">
284+
<structureGenerationCommonalityFactor>0</structureGenerationCommonalityFactor>
285+
<weaponGenerationCommonalityFactor>0</weaponGenerationCommonalityFactor>
286+
<apparelGenerationCommonalityFactor>0</apparelGenerationCommonalityFactor>
287+
</li>
288+
</modExtensions>
279289
</ThingDef>
280-
281-
282-
283290
<ThingDef ParentName="ResourceBase">
284291
<defName>AB_CordaxResin</defName>
285292
<label>cordax resin</label>
@@ -296,19 +303,14 @@
296303
<MarketValue>10</MarketValue>
297304
<MaxHitPoints>100</MaxHitPoints>
298305
<Mass>1</Mass>
299-
300306
</statBases>
301307
<thingCategories>
302308
<li>ResourcesRaw</li>
303309
</thingCategories>
304-
305310
<tradeTags>
306311
<li>Exotic</li>
307312
</tradeTags>
308313
</ThingDef>
309-
310-
311-
312314
<ThingDef ParentName="ResourceBase">
313315
<defName>AB_AsphaltBucket</defName>
314316
<label>asphalt bucket</label>
@@ -330,12 +332,10 @@
330332
<thingCategories>
331333
<li>ResourcesRaw</li>
332334
</thingCategories>
333-
334335
<tradeTags>
335336
<li>Exotic</li>
336337
</tradeTags>
337338
</ThingDef>
338-
339339
<ThingDef ParentName="ResourceBase">
340340
<defName>AB_Propane</defName>
341341
<label>propane fuel tank</label>
@@ -373,5 +373,4 @@
373373
</li>
374374
</comps>
375375
</ThingDef>
376-
377376
</Defs>

1.6/Defs/ThingDefs_Misc/Various_Stone.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -642,8 +642,9 @@
642642
<defName>AB_MakeStoneBlocksSlimeStone</defName>
643643
<label>turn hardened slime chunks into "food"</label>
644644
<description>Cuts slime stone chunks into semi-edible food.</description>
645-
<recipeUsers>
646-
<li>TableStonecutter</li>
645+
<recipeUsers Inherit="false">
646+
<li>ElectricStove</li>
647+
<li>FueledStove</li>
647648
</recipeUsers>
648649
<ingredients>
649650
<li>

0 commit comments

Comments
 (0)