7DTD A19 Serverseitige Scripts - Server-side scriptsCommercialBlinds, Lights, Deko A19

Our server side scripts that do not need to be downloaded. Every player gets all settings directly from the server.
Benutzeravatar
sxteam_gaming
Site Admin
Beiträge: 196
Registriert: Mittwoch 1. Mai 2019, 18:26

CommercialBlinds, Lights, Deko A19

#1

Ungelesener Beitrag von sxteam_gaming » Mittwoch 10. Juni 2020, 12:22

Hinzugefügt am 10.06.2020

recipes.xml
Hinzufügen:

Code: Alles auswählen

<recipe name="tableLampLight" count="1" craft_time="60" craft_area="workbench" tags="workbenchCrafting">
			<ingredient name="resourceForgedIron" count="5"/>
			<ingredient name="resourceElectricParts" count="5"/>
			<ingredient name="resourceDuctTape" count="5"/>
</recipe>
tableLampLight.jpg
tableLampLight.jpg (1.56 KiB) 6104 mal betrachtet

Code: Alles auswählen

<recipe name="deskLampLight" count="1" craft_time="60" craft_area="workbench" tags="workbenchCrafting">
	<ingredient name="resourceScrapBrass" count="100"/>
			<ingredient name="resourceElectricParts" count="5"/>
			<ingredient name="resourceDuctTape" count="5"/>
</recipe>
deskLampLight.jpg
deskLampLight.jpg (2.07 KiB) 6104 mal betrachtet

Code: Alles auswählen

<recipe name="woodSawhorse" count="1" craft_area="workbench" craft_time="10" tags="workbenchCrafting">
	<ingredient name="resourceWood" count="10"/>
	</recipe>
<recipe name="doorTrimTop" count="1" craft_area="workbench" craft_time="10" tags="workbenchCrafting">
	<ingredient name="resourceWood" count="10"/>
	</recipe>
<recipe name="doorTrim2m" count="1" craft_area="workbench" craft_time="10" tags="workbenchCrafting">
	<ingredient name="resourceWood" count="10"/>
	</recipe>
doorTrim.jpg
doorTrim.jpg (2.64 KiB) 6104 mal betrachtet

Code: Alles auswählen

<recipe name="treeJuniper4m" count="1" craft_area="workbench" craft_time="30" tags="workbenchCrafting">	
	<ingredient name="resourceWood" count="25"/>
	<ingredient name="resourceClayLump" count="2"/>
</recipe>
treeJuniper4m.jpg
treeJuniper4m.jpg (1.57 KiB) 6104 mal betrachtet



Benutzeravatar
sxteam_gaming
Site Admin
Beiträge: 196
Registriert: Mittwoch 1. Mai 2019, 18:26

Re: Hinzugefügt am 10.06.2020

#2

Ungelesener Beitrag von sxteam_gaming » Mittwoch 29. Juli 2020, 10:48

Hinzugefügt 29. Juli 2020
Anmerkung 2020-07-29 103959.jpg
Anmerkung 2020-07-29 103959.jpg (3 KiB) 6043 mal betrachtet
recipes.xml
Hinzufügen:

Code: Alles auswählen

<!-- * * * * * * * * * * * * Deko * * * * * * * * * * * * -->
<recipe name="commercialBlindsTop" count="1" craft_area="workbench" craft_time="5" tags="workbenchCrafting">
	<ingredient name="resourceScrapPolymers" count="5"/>
</recipe>

<recipe name="commercialBlindsBottom" count="1" craft_area="workbench" craft_time="5" tags="workbenchCrafting">
	<ingredient name="resourceScrapPolymers" count="5"/>
</recipe>
<!-- * * * * * * * * * * * * Deko * * * * * * * * * * * * -->



Benutzeravatar
sxteam_gaming
Site Admin
Beiträge: 196
Registriert: Mittwoch 1. Mai 2019, 18:26

Radiator, Cobweb, Window clear glass, Sign Stop, Road Barricade

#3

Ungelesener Beitrag von sxteam_gaming » Sonntag 11. Oktober 2020, 11:30

Hinzugefügt 11. Oktober 2020
Screenshot 2020-10-11 112426.jpg
Screenshot 2020-10-11 112426.jpg (8.16 KiB) 5692 mal betrachtet
recipes.xml
Hinzufügen:
Add:

Code: Alles auswählen

<!-- * * * * * * * * * * * * Deko * * * * * * * * * * * * -->
<recipe name="windowStoreFourSidedFull" count="1" craft_area="workbench" tags="workbenchCrafting">
	<ingredient name="resourceBrokenGlass" count="5"/>
	<ingredient name="resourceWood" count="4"/>
</recipe>
<recipe name="windowStoreCornerFull" count="1" craft_area="workbench" tags="workbenchCrafting">
	<ingredient name="resourceBrokenGlass" count="5"/>
	<ingredient name="resourceWood" count="4"/>
</recipe>
<recipe name="windowStoreOneSidedFull" count="1" craft_area="workbench" tags="workbenchCrafting">
	<ingredient name="resourceBrokenGlass" count="5"/>
	<ingredient name="resourceWood" count="4"/>
</recipe>
<recipe name="windowStoreTwoSidedFull" count="1" craft_area="workbench" tags="workbenchCrafting">
	<ingredient name="resourceBrokenGlass" count="5"/>
	<ingredient name="resourceWood" count="4"/>
</recipe>
<recipe name="windowStoreThreeSidedFull" count="1" craft_area="workbench" tags="workbenchCrafting">
	<ingredient name="resourceBrokenGlass" count="5"/>
	<ingredient name="resourceWood" count="4"/>
</recipe>
<recipe name="cobweb" count="1" craft_area="workbench" tags="workbenchCrafting">
	<ingredient name="resourceCloth" count="2"/>
</recipe>
<recipe name="signRoadStop" count="1" craft_area="workbench" tags="workbenchCrafting">
	<ingredient name="resourceForgedIron" count="5"/>
	<ingredient name="resourceMechanicalParts" count="2"/>
</recipe>
<recipe name="radiatorHouse01" count="1" craft_area="workbench" tags="workbenchCrafting">
	<ingredient name="resourceForgedIron" count="5"/>
	<ingredient name="resourceMechanicalParts" count="2"/>
</recipe>
<recipe name="roadBarricadeLight" count="1" craft_area="workbench" tags="workbenchCrafting">
	<ingredient name="resourceForgedIron" count="5"/>
	<ingredient name="resourceMechanicalParts" count="2"/>
</recipe>
<!-- * * * * * * * * * * * * Deko * * * * * * * * * * * * -->



Benutzeravatar
sxteam_gaming
Site Admin
Beiträge: 196
Registriert: Mittwoch 1. Mai 2019, 18:26

Re: CommercialBlinds, Lights, Deko A19

#4

Ungelesener Beitrag von sxteam_gaming » Dienstag 20. Oktober 2020, 17:30

Code: Alles auswählen

<recipe name="cntModularClosetOpen" count="1" craft_area="workbench" tags="workbenchCrafting">
	<ingredient name="resourceWood" count="10"/>
</recipe>
<recipe name="cntModularClosetEnd" count="1" craft_area="workbench" tags="workbenchCrafting">
	<ingredient name="resourceWood" count="10"/>
</recipe>
<recipe name="cntModularClosetClosed" count="1" craft_area="workbench" tags="workbenchCrafting">
	<ingredient name="resourceWood" count="10"/>
		<ingredient name="resourceCloth" count="10"/>
</recipe>
<recipe name="mirror" count="1" craft_area="workbench" tags="workbenchCrafting">
	<ingredient name="resourceBrokenGlass" count="5"/>
	<ingredient name="resourceWood" count="10"/>
</recipe>

<recipe name="woodCrown" count="1" craft_area="workbench" tags="workbenchCrafting">
	<ingredient name="resourceWood" count="10"/>
</recipe>
<recipe name="woodCrownInsideCorner" count="1" craft_area="workbench" tags="workbenchCrafting">
	<ingredient name="resourceWood" count="10"/>
</recipe>
<recipe name="garbage_decor1" count="1" craft_area="workbench" tags="workbenchCrafting">
	<ingredient name="resourcePaper" count="5"/>
</recipe>
<recipe name="garbage_decor2" count="1" craft_area="workbench" tags="workbenchCrafting">
	<ingredient name="resourcePaper" count="5"/>
</recipe>
<recipe name="garbage_decor3" count="1" craft_area="workbench" tags="workbenchCrafting">
	<ingredient name="resourcePaper" count="5"/>
</recipe>