mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-03 11:45:34 +00:00
chore(stock gen): separated military vehicles and new Nysa cars in stock generator
This commit is contained in:
@@ -57,7 +57,8 @@
|
|||||||
"wheat": ["206Sh_PKP_Ugpps:wheat_3", "206Sh_PKPC_Ugpps:wheat_3"],
|
"wheat": ["206Sh_PKP_Ugpps:wheat_3", "206Sh_PKPC_Ugpps:wheat_3"],
|
||||||
"corn": ["206Sh_PKP_Ugpps:corn_3", "206Sh_PKPC_Ugpps:corn_3"],
|
"corn": ["206Sh_PKP_Ugpps:corn_3", "206Sh_PKPC_Ugpps:corn_3"],
|
||||||
"fodder": ["206Sh_PKP_Ugpps:forage_3", "206Sh_PKPC_Ugpps:forage_3"],
|
"fodder": ["206Sh_PKP_Ugpps:forage_3", "206Sh_PKPC_Ugpps:forage_3"],
|
||||||
"vehicles": ["426Z:tank_01", "426Z:truck_01", "426Z:vehicles_01"],
|
"military": ["426Z:tank_01", "426Z:truck_01", "426Z:vehicles_01"],
|
||||||
|
"vehicles_nysa": ["424Z:vehicles_nysa", "426Z:vehicles_02"],
|
||||||
"carbide": ["421S:carbide_01"],
|
"carbide": ["421S:carbide_01"],
|
||||||
"sensitive": ["425S:all", "421S:carbide_01"],
|
"sensitive": ["425S:all", "421S:carbide_01"],
|
||||||
"steel": ["401Ze:steel_01", "401Ze:steel_02"],
|
"steel": ["401Ze:steel_01", "401Ze:steel_02"],
|
||||||
|
|||||||
+2
-1
@@ -251,7 +251,8 @@
|
|||||||
"corn": "corn",
|
"corn": "corn",
|
||||||
"fodder": "fodder",
|
"fodder": "fodder",
|
||||||
"carbide": "carbide",
|
"carbide": "carbide",
|
||||||
"vehicles": "vehicles",
|
"vehicles_nysa": "vehicles (nysa)",
|
||||||
|
"military": "vehicles (military)",
|
||||||
"sensitive": "sensitive",
|
"sensitive": "sensitive",
|
||||||
"steel": "steel",
|
"steel": "steel",
|
||||||
"gas": "gas",
|
"gas": "gas",
|
||||||
|
|||||||
+2
-1
@@ -251,7 +251,8 @@
|
|||||||
"corn": "kukurydza",
|
"corn": "kukurydza",
|
||||||
"fodder": "pasza",
|
"fodder": "pasza",
|
||||||
"carbide": "karbid",
|
"carbide": "karbid",
|
||||||
"vehicles": "pojazdy",
|
"vehicles_nysa": "pojazdy (nysa)",
|
||||||
|
"military": "pojazdy (wojsko)",
|
||||||
"sensitive": "wrażliwe",
|
"sensitive": "wrażliwe",
|
||||||
"steel": "stal",
|
"steel": "stal",
|
||||||
"gas": "gaz",
|
"gas": "gaz",
|
||||||
|
|||||||
Reference in New Issue
Block a user