Translations:Modding:Basic Block/50/ru: Difference between revisions

From Vintage Story Wiki
(Created page with "<syntaxhighlight lang="json"> variantgroups: [ { code: "type", states: ["gold", "iron"] }, { code: "condition", states: ["good", "used"]} ], </syntaxhighlight>")
 
No edit summary
 
Line 1: Line 1:
<syntaxhighlight lang="json">
<syntaxhighlight lang="json">
variantgroups: [
"variantgroups": [
{ code: "type", states: ["gold", "iron"] },
{ "code": "type", "states": ["gold", "iron"] },
{ code: "condition", states: ["good", "used"]}
{ "code": "condition", "states": ["good", "used"]}
],
],
</syntaxhighlight>
</syntaxhighlight>

Latest revision as of 13:41, 16 January 2024

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Modding:Basic Block)
<syntaxhighlight lang="json">
"variantgroups": [
{ "code": "type", "states": ["gold", "iron"] },
{ "code": "condition", "states": ["good", "used"]}
],
</syntaxhighlight>
	"variantgroups": [
		{ "code": "type", "states": ["gold", "iron"] },
		{ "code": "condition", "states": ["good", "used"]}
	],