Campfire Materials/th: Difference between revisions

From PZwiki
(Created page with "{{languages|Campfire Materials}} {{header|The Game World|Items|Construction|type=Construction|version=Version 41|incver=78.16}} {{Infobox normal |display_name=อุปกรณ์ก่อกองไฟ |name_colour=Camping |name_text_colour=Camping |image=TZ_CampfireKitWood.png |alternate_image=Campfire.png |alternate_name=Campfire |alternate_link=Campfire |weight=2 |class_name=Base.CampfireKit }} ==โค้ด== '''''จากไฟล์ camping.txt (Project Zomboi...")
 
m (Minor cleanups)
Line 1: Line 1:
{{languages|Campfire Materials}}
{{Languages}}
{{header|The Game World|Items|Construction|type=Construction|version=Version 41|incver=78.16}}
{{Header|The Game World|Items|Construction|type=Construction|version=Version 41|incver=78.16}}
{{Infobox normal
{{Infobox normal
|display_name=อุปกรณ์ก่อกองไฟ
|display_name=อุปกรณ์ก่อกองไฟ
Line 12: Line 12:
|class_name=Base.CampfireKit
|class_name=Base.CampfireKit
}}
}}
==โค้ด==
==โค้ด==
'''''จากไฟล์ camping.txt (Project Zomboid directory/media/scripts/)'''''
'''''จากไฟล์ camping.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved/th|version=41|incver=78.16}}
{{Retrieved/th|version=41|incver=78.16}}
<nowiki>  
<pre>
   item CampfireKit
   item CampfireKit
{
{
Line 25: Line 26:
WorldStaticModel = CampfireMaterials,
WorldStaticModel = CampfireMaterials,
}
}
</nowiki>
</pre>


[[Category:Camping/th]]
[[Category:Camping/th]]

Revision as of 21:34, 29 October 2023

อุปกรณ์ก่อกองไฟ
อุปกรณ์ก่อกองไฟ
Campfire
General
Category Item
Encumbrance
Heavy Load
2
Technical details
Base ID Base.CampfireKit


โค้ด

จากไฟล์ camping.txt (Project Zomboid directory/media/scripts/) Template:Retrieved/th

  item CampfireKit
	{
	    DisplayCategory = Camping,
		Type				=		Normal,
		DisplayName			=	 Campfire Materials,
		Icon				=		TZ_CampfireKitWood,
		Weight				=		2.0,
		WorldStaticModel = CampfireMaterials,
	}