This commit is contained in:
Pyritie 2026-01-23 21:33:39 +00:00
commit 8a9ecd9fdf
12 changed files with 1001 additions and 144 deletions

View file

@ -4,6 +4,7 @@
"category": "tfc:tfg_ores",
"priority": true,
"sortnum": 0,
"read_by_default": true,
"pages": [
{
"type": "patchouli:text",

View file

@ -0,0 +1,661 @@
{
"name": "Wild Crops",
"category": "tfc:the_world",
"icon": "tfc:textures/gui/book/icons/wild_crops.png",
"pages": [
{
"type": "patchouli:text",
"text": "$(thing)Wild Crops$() can be found scattered around the world, growing in small patches. They can be harvested for food and seeds, which can then be cultivated themselves in the not-wild form.$(br2)Harvesting wild crops can be done with your fists, or with a $(thing)Knife$() or other sharp tool. When broken, they will drop $(thing)Seeds$() and some $(thing)Products$()."
},
{
"type": "patchouli:multiblock",
"multiblock": {
"pattern": [
[
"X"
],
[
"0"
]
],
"mapping": {
"X": "tfc:wild_crop/wheat[mature=true]"
}
},
"name": "Wild Wheat",
"text": "An example of a wild crop, in this case $(l:mechanics/crops#wheat)Wheat$().",
"enable_visualize": false
},
{
"type": "patchouli:text",
"text": "Every $(l:mechanics/crops)crop$() that can be cultivated can also be found in the wild. Wild crops will look similar to their cultivated counterparts, but are more hidden within the grass. Wild crops are only mature from June to October. Otherwise, they appear dead until the next Summer."
},
{
"type": "tfc:multimultiblock",
"text": "All different varieties of wild crop",
"multiblocks": [
{
"pattern": [
[
"X"
],
[
"0"
]
],
"mapping": {
"X": "tfc:wild_crop/barley"
}
},
{
"pattern": [
[
"X"
],
[
"0"
]
],
"mapping": {
"X": "tfc:wild_crop/oat"
}
},
{
"pattern": [
[
"X"
],
[
"0"
]
],
"mapping": {
"X": "tfc:wild_crop/rye"
}
},
{
"pattern": [
[
"X"
],
[
"Y"
],
[
"0"
]
],
"mapping": {
"X": "tfc:wild_crop/maize[part=top]",
"Y": "tfc:wild_crop/maize[part=bottom]"
}
},
{
"pattern": [
[
"X"
],
[
"0"
]
],
"mapping": {
"X": "tfc:wild_crop/barley"
}
},
{
"pattern": [
[
"X"
],
[
"0"
]
],
"mapping": {
"X": "tfc:wild_crop/rice[fluid=water]"
}
},
{
"pattern": [
[
"X"
],
[
"0"
]
],
"mapping": {
"X": "tfc:wild_crop/beet"
}
},
{
"pattern": [
[
"X"
],
[
"0"
]
],
"mapping": {
"X": "tfc:wild_crop/cabbage"
}
},
{
"pattern": [
[
"X"
],
[
"0"
]
],
"mapping": {
"X": "tfc:wild_crop/carrot"
}
},
{
"pattern": [
[
"X"
],
[
"0"
]
],
"mapping": {
"X": "tfc:wild_crop/garlic"
}
},
{
"pattern": [
[
"X"
],
[
"Y"
],
[
"0"
]
],
"mapping": {
"X": "tfc:wild_crop/green_bean[part=top]",
"Y": "tfc:wild_crop/green_bean[part=bottom]"
}
},
{
"pattern": [
[
"X"
],
[
"0"
]
],
"mapping": {
"X": "tfc:wild_crop/potato"
}
},
{
"pattern": [
[
"X"
],
[
"0"
]
],
"mapping": {
"X": "tfc:wild_crop/onion"
}
},
{
"pattern": [
[
"X"
],
[
"0"
]
],
"mapping": {
"X": "tfc:wild_crop/soybean"
}
},
{
"pattern": [
[
"X"
],
[
"0"
]
],
"mapping": {
"X": "tfc:wild_crop/squash"
}
},
{
"pattern": [
[
"X"
],
[
"Y"
],
[
"0"
]
],
"mapping": {
"X": "tfc:wild_crop/sugarcane[part=top]",
"Y": "tfc:wild_crop/sugarcane[part=bottom]"
}
},
{
"pattern": [
[
"X"
],
[
"Y"
],
[
"0"
]
],
"mapping": {
"X": "tfc:wild_crop/tomato[part=top]",
"Y": "tfc:wild_crop/tomato[part=bottom]"
}
},
{
"pattern": [
[
"X"
],
[
"Y"
],
[
"0"
]
],
"mapping": {
"X": "tfc:wild_crop/jute[part=top]",
"Y": "tfc:wild_crop/jute[part=bottom]"
}
},
{
"pattern": [
[
"X"
],
[
"0"
]
],
"mapping": {
"X": "tfc:wild_crop/pumpkin"
}
},
{
"pattern": [
[
"X"
],
[
"0"
]
],
"mapping": {
"X": "tfc:wild_crop/melon"
}
}
]
},
{
"type": "patchouli:text",
"text": "Wild crops will spawn in climates near where the crop itself can be cultivated, so if looking for a specific crop, look in the climate where the crop can be cultivated. However, unlike $(l:mechanics/crops)Crops$() that the player has planted, wild crops do not require $(l:mechanics/hydration)Hydration$(). Instead, they are found in areas depending on the average $()Temperature$() and $()Rainfall$().",
"title": "Finding Wild Crops"
},
{
"type": "patchouli:text",
"text": "The next pages show a table of the environments where wild crops can be found."
},
{
"type": "tfc:table",
"strings": [
{
"text": "Crop",
"bold": true
},
{
"text": "Temperature (°C)",
"bold": true
},
{
"text": "Rainfall (mm)",
"bold": true
},
{
"text": "Barley"
},
{
"text": " -8 - 26"
},
{
"text": " 70 - 310"
},
{
"text": "Oat"
},
{
"text": " 3 - 40"
},
{
"text": "140 - 400"
},
{
"text": "Rye"
},
{
"text": "-11 - 30"
},
{
"text": "100 - 350"
},
{
"text": "Maize"
},
{
"text": " 13 - 40"
},
{
"text": "300 - 500"
},
{
"text": "Wheat"
},
{
"text": " -4 - 35"
},
{
"text": "100 - 400"
},
{
"text": "Rice"
},
{
"text": " 15 - 30"
},
{
"text": "100 - 500"
},
{
"text": "Beet"
},
{
"text": " -5 - 20"
},
{
"text": " 70 - 300"
},
{
"text": "Cabbage"
},
{
"text": "-10 - 27"
},
{
"text": " 60 - 280"
},
{
"text": "Carrot"
},
{
"text": " 3 - 30"
},
{
"text": "100 - 400"
},
{
"text": "Garlic"
},
{
"text": "-20 - 18"
},
{
"text": " 60 - 310"
},
{
"text": "Green Bean"
},
{
"text": " 2 - 35"
},
{
"text": "150 - 410"
},
{
"text": "Melon"
},
{
"text": " 5 - 37"
},
{
"text": "200 - 500"
}
],
"text": "",
"title": "Wild Crop Requirements",
"legend": [],
"columns": 2,
"first_column_width": 80,
"column_width": 70,
"row_height": 10,
"left_buffer": 2,
"top_buffer": 12,
"draw_background": false
},
{
"type": "patchouli:empty",
"draw_filler": false
},
{
"type": "tfc:table",
"strings": [
{
"text": "Crop",
"bold": true
},
{
"text": "Temperature (°C)",
"bold": true
},
{
"text": "Rainfall (mm)",
"bold": true
},
{
"text": "Potato"
},
{
"text": " -1 - 37"
},
{
"text": "200 - 410"
},
{
"text": "Pumpkin"
},
{
"text": " 0 - 30"
},
{
"text": "120 - 390"
},
{
"text": "Onion"
},
{
"text": " 0 - 30"
},
{
"text": "100 - 390"
},
{
"text": "Soybean"
},
{
"text": " 8 - 30"
},
{
"text": "160 - 410"
},
{
"text": "Squash"
},
{
"text": " 5 - 33"
},
{
"text": " 90 - 390"
},
{
"text": "Sugarcane"
},
{
"text": " 12 - 38"
},
{
"text": "160 - 500"
},
{
"text": "Tomato"
},
{
"text": " 0 - 36"
},
{
"text": "120 - 390"
},
{
"text": "Jute"
},
{
"text": " 5 - 37"
},
{
"text": "100 - 410"
},
{
"text": "Papyrus"
},
{
"text": " 19 - 37"
},
{
"text": "310 - 500"
},
{
"text": "Red Bell Pepper"
},
{
"text": " 16 - 30"
},
{
"text": "190 - 400"
},
{
"text": "Yellow Bell Pepper"
},
{
"text": " 16 - 30"
},
{
"text": "190 - 400"
},
{
"text": "Sunflower"
},
{
"text": " 5 - 40"
},
{
"text": "100 - 450"
}
],
"text": "",
"title": "Wild Crop Requirements",
"legend": [],
"columns": 2,
"first_column_width": 80,
"column_width": 70,
"row_height": 10,
"left_buffer": 2,
"top_buffer": 12,
"draw_background": false
},
{
"type": "patchouli:empty",
"draw_filler": false
},
{
"type": "tfc:table",
"strings": [
{
"text": "Crop",
"bold": true
},
{
"text": "Temperature (°C)",
"bold": true
},
{
"text": "Rainfall (mm)",
"bold": true
},
{
"text": "Canola"
},
{
"text": " -5 - 25"
},
{
"text": " 50 - 350"
},
{
"text": "Flax"
},
{
"text": " -8 - 25"
},
{
"text": "175 - 475"
}
],
"text": "",
"title": "Wild Crop Requirements",
"legend": [],
"columns": 2,
"first_column_width": 80,
"column_width": 70,
"row_height": 10,
"left_buffer": 2,
"top_buffer": 12,
"draw_background": false
},
{
"type": "patchouli:empty",
"draw_filler": false
}
],
"read_by_default": true,
"sortnum": 4,
"extra_recipe_mappings": {
"tag:tfc:wild_crops": 0
}
}

View file

@ -4,6 +4,7 @@
"category": "tfc:tfg_ores",
"priority": true,
"sortnum": 0,
"read_by_default": true,
"pages": [
{
"type": "patchouli:text",

View file

@ -1,204 +1,204 @@
{
"name": "Earth Tree Index",
"name": "Каталог земных деревьев",
"category": "tfc:arborfirmacraft",
"icon": "afc:wood/sapling/flame_of_the_forest",
"read_by_default": true,
"pages": [
{
"type": "patchouli:text",
"text": "This is a list of every tree in the world, and what climates they grow in.$(br2)Looking for particular wood type to decorate your base? This should help you find it. The list is sorted alphabetically by wood type.$(br2)Also check out the $(l:tfc:tfg_tips/mars_tree_index)Mars Mushroom Index$()."
"text": "Это список всех деревьев в мире и климатических условий, в которых они растут.$(br2)Ищешь определенный вид древесины для украшения твоей базы? Это поможет тебе его найти. Список отсортирован по алфавиту по типу древесины.$(br2)Так же можешь посмотреть на $(l:tfc:tfg_tips/mars_tree_index)Каталог марсианских грибов$()."
},
{
"type": "patchouli:spotlight",
"title": "Acacia, Gum Arabic",
"title": "Акация",
"item": "tag:tfc:acacia_logs",
"text": "$(bold)Umbrella Thorn Acacia$()$(br)$(thing)Rainfall$(): 90 — 275mm$(br)$(thing)Temperature$(): 13.4 — 40°C$(br2)$(bold)Acacia Koa$()$(br)$(thing)Rainfall$(): 350 — 500mm$(br)$(thing)Temperature$(): 15.3 — 24.4°C$(br2)$(bold)Gum Arabic$()$(br)$(thing)Rainfall$(): 90 — 275mm$(br)$(thing)Temperature$(): 11.6 — 40°C"
"text": "$(bold)Кручёная акация$()$(br)$(thing)Осадки$(): 90 — 275мм$(br)$(thing)Температура$(): 13.4 — 40°C$(br2)$(bold)Акация Коа$()$(br)$(thing)Осадки$(): 350 — 500мм$(br)$(thing)Температура$(): 15.3 — 24.4°C$(br2)$(bold)Сенегальская акация$()$(br)$(thing)Осадки$(): 90 — 275мм$(br)$(thing)Температура$(): 11.6 — 40°C"
},
{
"type": "patchouli:spotlight",
"title": "Ash",
"title": "Ясень",
"item": "tag:tfc:ash_logs",
"text": "$(bold)White Ash$()$(br)$(thing)Rainfall$(): 60 — 240mm$(br)$(thing)Temperature$(): -13.9 — 0.7°C"
"text": "$(bold)Ясень$()$(br)$(thing)Осадки$(): 60 — 240мм$(br)$(thing)Температура$(): -13.9 — 0.7°C"
},
{
"type": "patchouli:spotlight",
"title": "Aspen, Poplar",
"title": "Осина, тополь",
"item": "tag:tfc:aspen_logs",
"text": "$(bold)Quaking Aspen$()$(br)$(thing)Rainfall$(): 350 — 500mm$(br)$(thing)Temperature$(): -15.7 — -1.1°C$(br2)$(bold)Poplar$()$(br)$(thing)Rainfall$(): 170 — 310mm$(br)$(thing)Temperature$(): -15.7 — -6.6°C"
"text": "$(bold)Осина$()$(br)$(thing)Осадки$(): 350 — 500мм$(br)$(thing)Температура$(): -15.7 — -1.1°C$(br2)$(bold)Тополь$()$(br)$(thing)Осадки$(): 170 — 310мм$(br)$(thing)Температура$(): -15.7 — -6.6°C"
},
{
"type": "patchouli:spotlight",
"title": "Baobab",
"title": "Баобаб",
"item": "tag:afc:baobab_logs",
"text": "$(bold)Baobab$()$(br)$(thing)Rainfall$(): 30 — 190mm$(br)$(thing)Temperature$(): 15.3 — 26.2°C"
"text": "$(bold)Баобаб$()$(br)$(thing)Осадки$(): 30 — 190мм$(br)$(thing)Температура$(): 15.3 — 26.2°C"
},
{
"type": "patchouli:spotlight",
"title": "Birch",
"title": "Берёза",
"item": "tag:tfc:birch_logs",
"text": "$(bold)Birch$()$(br)$(thing)Rainfall$(): 125 — 310mm$(br)$(thing)Temperature$(): -13.9 — 2.5°C"
"text": "$(bold)Берёза$()$(br)$(thing)Осадки$(): 125 — 310мм$(br)$(thing)Температура$(): -13.9 — 2.5°C"
},
{
"type": "patchouli:spotlight",
"title": "Blackwood",
"title": "Гренадил",
"item": "tag:tfc:blackwood_logs",
"text": "$(bold)Mpingo Blackwood$()$(br)$(thing)Rainfall$(): 85 — 285mm$(br)$(thing)Temperature$(): 13.4 — 22.5°C$(br2)$(bold)Mulga Blackwood$()$(br)$(thing)Rainfall$(): 35 — 150mm$(br)$(thing)Temperature$(): 9.8 — 20.7°C"
"text": "$(bold)Чернодревесный мпинго$()$(br)$(thing)Осадки$(): 85 — 285мм$(br)$(thing)Температура$(): 13.4 — 22.5°C$(br2)$(bold)Безжилковая акация$()$(br)$(thing)Осадки$(): 35 — 150мм$(br)$(thing)Температура$(): 9.8 — 20.7°C"
},
{
"type": "patchouli:spotlight",
"title": "Cedar",
"title": "Кедр",
"item": "tag:tfc:white_cedar_logs",
"text": "$(bold)White Cedar$()$(br)$(thing)Rainfall$(): 100 — 220mm$(br)$(thing)Temperature$(): -13.9 — 4.3°C$(br2)$(bold)Atlas Cedar$()$(br)$(thing)Rainfall$(): 165 — 500mm$(br)$(thing)Temperature$(): 8.0 — 13.4°C"
"text": "$(bold)Белый кедр$()$(br)$(thing)Осадки$(): 100 — 220мм$(br)$(thing)Температура$(): -13.9 — 4.3°C$(br2)$(bold)Атласский кедр$()$(br)$(thing)Осадки$(): 165 — 500мм$(br)$(thing)Температура$(): 8.0 — 13.4°C"
},
{
"type": "patchouli:spotlight",
"title": "Chestnut",
"title": "Каштан",
"item": "tag:tfc:chestnut_logs",
"text": "$(bold)Chestnut$()$(br)$(thing)Rainfall$(): 150 — 300mm$(br)$(thing)Temperature$(): -6.6 — 11.6°C"
"text": "$(bold)Каштан$()$(br)$(thing)Осадки$(): 150 — 300мм$(br)$(thing)Температура$(): -6.6 — 11.6°C"
},
{
"type": "patchouli:spotlight",
"title": "Cypress, Redcedar",
"title": "Кипарис, красный кедр",
"item": "tag:afc:cypress_logs",
"text": "$(bold)Slender Cypress$()$(br)$(thing)Rainfall$(): 100 — 260mm$(br)$(thing)Temperature$(): 2.5 — 15.3°C$(br2)$(bold)Bald Cypress$()$(br)$(thing)Rainfall$(): 360 — 500mm$(br)$(thing)Temperature$(): -1.1 — 15.3°C$(br2)$(bold)Weeping Cypress$()$(br)$(thing)Rainfall$(): 290 — 415mm$(br)$(thing)Temperature$(): -8.4 — 4.3°C"
"text": "$(bold)Хиноки$()$(br)$(thing)Осадки$(): 100 — 260мм$(br)$(thing)Температура$(): 2.5 — 15.3°C$(br2)$(bold)Болотный кипарис$()$(br)$(thing)Осадки$(): 360 — 500мм$(br)$(thing)Температура$(): -1.1 — 15.3°C$(br2)$(bold)Плакучий кипарис$()$(br)$(thing)Осадки$(): 290 — 415мм$(br)$(thing)Температура$(): -8.4 — 4.3°C"
},
{
"type": "patchouli:text",
"text": "$(bold)Redcedar$()$(br)$(thing)Rainfall$(): 410 — 500mm$(br)$(thing)Temperature$(): -4.8 — 9.8°C"
"text": "$(bold)красный кедр$()$(br)$(thing)Осадки$(): 410 — 500мм$(br)$(thing)Температура$(): -4.8 — 9.8°C"
},
{
"type": "patchouli:spotlight",
"title": "(Rainbow) Eucalyptus",
"title": "Эвкалипт",
"item": "tag:afc:eucalyptus_logs",
"text": "$(bold)Blue Gum$()$(br)$(thing)Rainfall$(): 170 — 325mm$(br)$(thing)Temperature$(): 8.0 — 18.9°C$(br2)$(bold)Mountain Ash$()$(br)$(thing)Rainfall$(): 390 — 500mm$(br)$(thing)Temperature$(): 9.8 — 18.9°C$(br2)$(bold)Rainbow Eucalyptus$()$(br)$(thing)Rainfall$(): 300 — 450mm$(br)$(thing)Temperature$(): 15.3 — 24.4°C"
"text": "$(bold)Голубой эвкалипт$()$(br)$(thing)Осадки$(): 170 — 325мм$(br)$(thing)Температура$(): 8.0 — 18.9°C$(br2)$(bold)Рябина$()$(br)$(thing)Осадки$(): 390 — 500мм$(br)$(thing)Температура$(): 9.8 — 18.9°C$(br2)$(bold)Радужный эвкалипт$()$(br)$(thing)Осадки$(): 300 — 450мм$(br)$(thing)Температура$(): 15.3 — 24.4°C"
},
{
"type": "patchouli:spotlight",
"title": "Fig, Rubber Fig",
"title": "Инжир, каучуконосный фикус",
"item": "tag:afc:fig_logs",
"text": "$(bold)Rusty Fig$()$(br)$(thing)Rainfall$(): 340 — 500mm$(br)$(thing)Temperature$(): 18.9 — 26.2°C$(br2)$(bold)Rubber Fig$()$(br)$(thing)Rainfall$(): 290 — 400mm$(br)$(thing)Temperature$(): 9.8 — 20.7°C"
"text": "$(bold)Фикус рубингоза$()$(br)$(thing)Осадки$(): 340 — 500мм$(br)$(thing)Температура$(): 18.9 — 26.2°C$(br2)$(bold)Каучуконосный фикус$()$(br)$(thing)Осадки$(): 290 — 400мм$(br)$(thing)Температура$(): 9.8 — 20.7°C"
},
{
"type": "patchouli:spotlight",
"title": "Fir",
"title": "Пихта",
"item": "tag:tfc:douglas_fir_logs",
"text": "$(bold)Douglas Fir$()$(br)$(thing)Rainfall$(): 305 — 500mm$(br)$(thing)Temperature$(): -10.3 — 6.1°C$(br2)$(bold)Mountain Fir$()$(br)$(thing)Rainfall$(): 220 — 345mm$(br)$(thing)Temperature$(): -1.1 — 11.6°C$(br2)$(bold)Balsam Fir$()$(br)$(thing)Rainfall$(): 210 — 500mm$(br)$(thing)Temperature$(): -13.9 — -1.1°C"
"text": "$(bold)Дугласовая пихта$()$(br)$(thing)Осадки$(): 305 — 500мм$(br)$(thing)Температура$(): -10.3 — 6.1°C$(br2)$(bold)Субальпийская пихта$()$(br)$(thing)Осадки$(): 220 — 345мм$(br)$(thing)Температура$(): -1.1 — 11.6°C$(br2)$(bold)Бальзамическая пихта$()$(br)$(thing)Осадки$(): 210 — 500мм$(br)$(thing)Температура$(): -13.9 — -1.1°C"
},
{
"type": "patchouli:spotlight",
"title": "Hevea",
"title": "Гевея",
"item": "tag:afc:hevea_logs",
"text": "$(bold)Hevea$()$(br)$(thing)Rainfall$(): 390 — 500mm$(br)$(thing)Temperature$(): 17.1 — 26.2°C"
"text": "$(bold)Гевея$()$(br)$(thing)Осадки$(): 390 — 500мм$(br)$(thing)Температура$(): 17.1 — 26.2°C"
},
{
"type": "patchouli:spotlight",
"title": "Hickory",
"title": "Орех",
"item": "tag:tfc:hickory_logs",
"text": "$(bold)Bitternut Hickory$()$(br)$(thing)Rainfall$(): 210 — 400mm$(br)$(thing)Temperature$(): -6.6 — 11.6°C$(br2)$(bold)Scrub Hickory$()$(br)$(thing)Rainfall$(): 400 — 475mm$(br)$(thing)Temperature$(): 11.6 — 17.1°C"
"text": "$(bold)Горький орех$()$(br)$(thing)Осадки$(): 210 — 400мм$(br)$(thing)Температура$(): -6.6 — 11.6°C$(br2)$(bold)Кария флоридская$()$(br)$(thing)Осадки$(): 400 — 475мм$(br)$(thing)Температура$(): 11.6 — 17.1°C"
},
{
"type": "patchouli:spotlight",
"title": "Ipe",
"title": "Ипе",
"item": "tag:afc:ipe_logs",
"text": "$(bold)Yellow Ipe$()$(br)$(thing)Rainfall$(): 340 — 500mm$(br)$(thing)Temperature$(): 11.6 — 20.7°C"
"text": "$(bold)Жёлтый ипе$()$(br)$(thing)Осадки$(): 340 — 500мм$(br)$(thing)Температура$(): 11.6 — 20.7°C"
},
{
"type": "patchouli:spotlight",
"title": "Ironwood",
"title": "Железное дерево",
"item": "tag:afc:ironwood_logs",
"text": "$(bold)King Ironwood$()$(br)$(thing)Rainfall$(): 320 — 430mm$(br)$(thing)Temperature$(): 20.7 — 40.0°C$(br2)$(bold)Lebombo Ironwood$()$(br)$(thing)Rainfall$(): 150 — 230mm$(br)$(thing)Temperature$(): 20.7 — 40.0°C$(br2)$(bold)Horsetail Ironwood$()$(br)$(thing)Rainfall$(): 340 — 500mm$(br)$(thing)Temperature$(): 9.8 — 20.7°C"
"text": "$(bold)Верховное железное дерево$()$(br)$(thing)Осадки$(): 320 — 430мм$(br)$(thing)Температура$(): 20.7 — 40.0°C$(br2)$(bold)Лебомбо айронвуд$()$(br)$(thing)Осадки$(): 150 — 230мм$(br)$(thing)Температура$(): 20.7 — 40.0°C$(br2)$(bold)Хвощевидное железное дерево$()$(br)$(thing)Осадки$(): 340 — 500мм$(br)$(thing)Температура$(): 9.8 — 20.7°C"
},
{
"type": "patchouli:spotlight",
"title": "Kapok",
"title": "Сейба",
"item": "tag:tfc:kapok_logs",
"text": "$(bold)Kapok$()$(br)$(thing)Rainfall$(): 360 — 500mm$(br)$(thing)Temperature$(): 13.4 — 24.4°C$(br2)$(bold)Red Silk Cotton$()$(br)$(thing)Rainfall$(): 250 — 350mm$(br)$(thing)Temperature$(): 20.7 — 40.0°C"
"text": "$(bold)Сейба$()$(br)$(thing)Осадки$(): 360 — 500мм$(br)$(thing)Температура$(): 13.4 — 24.4°C$(br2)$(bold)Хлопковое дерево$()$(br)$(thing)Осадки$(): 250 — 350мм$(br)$(thing)Температура$(): 20.7 — 40.0°C"
},
{
"type": "patchouli:spotlight",
"title": "Mahogany",
"title": "Махогани",
"item": "tag:afc:mahogany_logs",
"text": "$(bold)Mahogany$()$(br)$(thing)Rainfall$(): 300 — 430mm$(br)$(thing)Temperature$(): 15.3 — 26.2°C$(br2)$(bold)Small Leaf Mahogany$()$(br)$(thing)Rainfall$(): 320 — 500mm$(br)$(thing)Temperature$(): 11.6 — 18.9°C$(br2)$(bold)Sapele Mahogany$()$(br)$(thing)Rainfall$(): 330 — 500mm$(br)$(thing)Temperature$(): 13.4 — 26.2°C"
"text": "$(bold)Махогани$()$(br)$(thing)Осадки$(): 300 — 430мм$(br)$(thing)Температура$(): 15.3 — 26.2°C$(br2)$(bold)Махогани свитения$()$(br)$(thing)Осадки$(): 320 — 500мм$(br)$(thing)Температура$(): 11.6 — 18.9°C$(br2)$(bold)Сапеле$()$(br)$(thing)Осадки$(): 330 — 500мм$(br)$(thing)Температура$(): 13.4 — 26.2°C"
},
{
"type": "patchouli:spotlight",
"title": "Mangrove",
"title": "Мангровое дерево",
"item": "tag:tfc:mangrove_logs",
"text": "$(bold)Mangrove$()$(br)$(thing)Rainfall$(): 220mm+$(br)$(thing)Temperature$(): 18.0°C+$(br)Note: only spawns in Salt Marsh biomes"
"text": "$(bold)Мангровое дерево$()$(br)$(thing)Осадки$(): 220мм+$(br)$(thing)Температура$(): 18.0°C+$(br)Заметка: спавнится только в биоме пышной лощины"
},
{
"type": "patchouli:spotlight",
"title": "Maple",
"title": "Клён",
"item": "tag:tfc:maple_logs",
"text": "$(bold)Sugar Maple$()$(br)$(thing)Rainfall$(): 260 — 360mm$(br)$(thing)Temperature$(): -8.4 — 8.0°C$(br2)$(bold)Bigleaf Maple$()$(br)$(thing)Rainfall$(): 405 — 500mm$(br)$(thing)Temperature$(): -4.8 — 11.6°C$(br2)$(bold)Weeping Maple$()$(br)$(thing)Rainfall$(): 240 — 320mm$(br)$(thing)Temperature$(): 0.7 — 4.3°C"
"text": "$(bold)Сахарный клён$()$(br)$(thing)Осадки$(): 260 — 360мм$(br)$(thing)Температура$(): -8.4 — 8.0°C$(br2)$(bold)Крупнолистный клён$()$(br)$(thing)Осадки$(): 405 — 500мм$(br)$(thing)Температура$(): -4.8 — 11.6°C$(br2)$(bold)Дланевидный клён$()$(br)$(thing)Осадки$(): 240 — 320мм$(br)$(thing)Температура$(): 0.7 — 4.3°C"
},
{
"type": "patchouli:spotlight",
"title": "Oak, Black Oak",
"title": "Дуб, бархатистый дуб",
"item": "tag:tfc:oak_logs",
"text": "$(bold)Pin Oak$()$(br)$(thing)Rainfall$(): 210 — 320mm$(br)$(thing)Temperature$(): -8.4 — 6.1°C$(br2)$(bold)Live Oak$()$(br)$(thing)Rainfall$(): 390 — 500mm$(br)$(thing)Temperature$(): 0.7 — 13.4°C$(br2)$(bold)Black Oak$()$(br)$(thing)Rainfall$(): 150 — 330mm$(br)$(thing)Temperature$(): 11.6 — 20.7°C"
"text": "$(bold)Болотный дуб$()$(br)$(thing)Осадки$(): 210 — 320мм$(br)$(thing)Температура$(): -8.4 — 6.1°C$(br2)$(bold)Каменный дуб$()$(br)$(thing)Осадки$(): 390 — 500мм$(br)$(thing)Температура$(): 0.7 — 13.4°C$(br2)$(bold)Бархатистый дуб$()$(br)$(thing)Осадки$(): 150 — 330мм$(br)$(thing)Температура$(): 11.6 — 20.7°C"
},
{
"type": "patchouli:spotlight",
"title": "Palm",
"title": "Пальма",
"item": "tag:tfc:palm_logs",
"text": "$(bold)Palm$()$(br)$(thing)Rainfall$(): 0 — 250mm$(br)$(thing)Temperature$(): 17.1 — 40.0°C$(br2)$(bold)Jaggery Palm$()$(br)$(thing)Rainfall$(): 400 — 500mm$(br)$(thing)Temperature$(): 20.7 — 26.2°C"
"text": "$(bold)Пальма$()$(br)$(thing)Осадки$(): 0 — 250мм$(br)$(thing)Температура$(): 17.1 — 40.0°C$(br2)$(bold)Винная пальма$()$(br)$(thing)Осадки$(): 400 — 500мм$(br)$(thing)Температура$(): 20.7 — 26.2°C"
},
{
"type": "patchouli:spotlight",
"title": "Pine",
"title": "Сосна",
"item": "tag:tfc:pine_logs",
"text": "$(bold)Boreal Pine$()$(br)$(thing)Rainfall$(): 60 — 270mm$(br)$(thing)Temperature$(): -19.4 — -3.0°C$(br2)$(bold)Stone Pine$()$(br)$(thing)Rainfall$(): 140 — 290mm$(br)$(thing)Temperature$(): 2.5 — 18.9°C$(br2)$(bold)Red Pine$()$(br)$(thing)Rainfall$(): 185 — 320mm$(br)$(thing)Temperature$(): -8.4 — 4.3°C"
"text": "$(bold)Сосна()$(br)$(thing)Осадки$(): 60 — 270мм$(br)$(thing)Температура$(): -19.4 — -3.0°C$(br2)$(bold)Сосна пиния$()$(br)$(thing)Осадки$(): 140 — 290мм$(br)$(thing)Температура$(): 2.5 — 18.9°C$(br2)$(bold)Красная сосна$()$(br)$(thing)Осадки$(): 185 — 320мм$(br)$(thing)Температура$(): -8.4 — 4.3°C"
},
{
"type": "patchouli:text",
"text": "$(bold)Tamarack$()$(br)$(thing)Rainfall$(): 150 — 500mm$(br)$(thing)Temperature$(): -17.5 — -1.1°C"
"text": "$(bold)Американская лиственница$()$(br)$(thing)Осадки$(): 150 — 500мм$(br)$(thing)Температура$(): -17.5 — -1.1°C"
},
{
"type": "patchouli:spotlight",
"title": "Rosewood",
"title": "Палисандр",
"item": "tag:tfc:rosewood_logs",
"text": "$(bold)Shisham Rosewood$()$(br)$(thing)Rainfall$(): 245 — 360mm$(br)$(thing)Temperature$(): 15.3 — 24.4°C$(br2)$(bold)Giant Rosewood$()$(br)$(thing)Rainfall$(): 340 — 440mm$(br)$(thing)Temperature$(): 15.3 — 22.5°C"
"text": "$(bold)Индийский палисандр$()$(br)$(thing)Осадки$(): 245 — 360мм$(br)$(thing)Температура$(): 15.3 — 24.4°C$(br2)$(bold)Гигантский Палисандр$()$(br)$(thing)Осадки$(): 340 — 440мм$(br)$(thing)Температура$(): 15.3 — 22.5°C"
},
{
"type": "patchouli:spotlight",
"title": "Sequoia",
"title": "Секвойа",
"item": "tag:tfc:sequoia_logs",
"text": "$(bold)Sequoia$()$(br)$(thing)Rainfall$(): 320 — 500mm$(br)$(thing)Temperature$(): 0.7 — 8.0°C$(br2)$(bold)Coast Redwood$()$(br)$(thing)Rainfall$(): 320 — 500mm$(br)$(thing)Temperature$(): 4.3 — 9.8°C"
"text": "$(bold)Секвойа$()$(br)$(thing)Осадки$(): 320 — 500мм$(br)$(thing)Температура$(): 0.7 — 8.0°C$(br2)$(bold)Красная секвойа$()$(br)$(thing)Осадки$(): 320 — 500мм$(br)$(thing)Температура$(): 4.3 — 9.8°C"
},
{
"type": "patchouli:spotlight",
"title": "Spruce",
"title": "Ель",
"item": "tag:tfc:spruce_logs",
"text": "$(bold)Blue Spruce$()$(br)$(thing)Rainfall$(): 330 — 500mm$(br)$(thing)Temperature$(): -19.4 — 2.5°C$(br2)$(bold)Coast Spruce$()$(br)$(thing)Rainfall$(): 320 — 390mm$(br)$(thing)Temperature$(): -12.1 — 6.1°C$(br2)$(bold)Sitka Spruce$()$(br)$(thing)Rainfall$(): 370 — 500mm$(br)$(thing)Temperature$(): 2.5 — 8.0°C"
"text": "$(bold)Голубая ель$()$(br)$(thing)Осадки$(): 330 — 500мм$(br)$(thing)Температура$(): -19.4 — 2.5°C$(br2)$(bold)Побережная ель$()$(br)$(thing)Осадки$(): 320 — 390мм$(br)$(thing)Температура$(): -12.1 — 6.1°C$(br2)$(bold)Ситкинская ель$()$(br)$(thing)Осадки$(): 370 — 500мм$(br)$(thing)Температура$(): 2.5 — 8.0°C"
},
{
"type": "patchouli:text",
"text": "$(bold)Black Spruce$()$(br)$(thing)Rainfall$(): 220 — 360mm$(br)$(thing)Temperature$(): -17.5 — -1.1°C"
"text": "$(bold)Чёрная ель$()$(br)$(thing)Осадки$(): 220 — 360мм$(br)$(thing)Температура$(): -17.5 — -1.1°C"
},
{
"type": "patchouli:spotlight",
"title": "Sycamore",
"title": "Платан",
"item": "tag:tfc:sycamore_logs",
"text": "$(bold)Sycamore$()$(br)$(thing)Rainfall$(): 330 — 480mm$(br)$(thing)Temperature$(): -6.6 — 11.6°C"
"text": "$(bold)Платан$()$(br)$(thing)Осадки$(): 330 — 480мм$(br)$(thing)Температура$(): -6.6 — 11.6°C"
},
{
"type": "patchouli:spotlight",
"title": "Teak",
"title": "Тик",
"item": "tag:afc:teak_logs",
"text": "$(bold)True Teak$()$(br)$(thing)Rainfall$(): 215 — 330mm$(br)$(thing)Temperature$(): 13.4 — 26.2°C$(br2)$(bold)Iroko Teak$()$(br)$(thing)Rainfall$(): 210 — 320mm$(br)$(thing)Temperature$(): 17.1 — 40.0°C$(br2)$(bold)Flame of the Forest$()$(br)$(thing)Rainfall$(): 340 — 500mm$(br)$(thing)Temperature$(): 13.4 — 24.4°C"
"text": "$(bold)Тектона великая$()$(br)$(thing)Осадки$(): 215 — 330мм$(br)$(thing)Температура$(): 13.4 — 26.2°C$(br2)$(bold)Тиковый ироко$()$(br)$(thing)Осадки$(): 210 — 320мм$(br)$(thing)Температура$(): 17.1 — 40.0°C$(br2)$(bold)Лесное пламя$()$(br)$(thing)Осадки$(): 340 — 500мм$(br)$(thing)Температура$(): 13.4 — 24.4°C"
},
{
"type": "patchouli:spotlight",
"title": "Tualang",
"title": "Компассия",
"item": "tag:afc:tualang_logs",
"text": "$(bold)Tualang$()$(br)$(thing)Rainfall$(): 360 — 500mm$(br)$(thing)Temperature$(): 20.7 — 40.0°C"
"text": "$(bold)Компассия$()$(br)$(thing)Осадки$(): 360 — 500мм$(br)$(thing)Температура$(): 20.7 — 40.0°C"
},
{
"type": "patchouli:spotlight",
"title": "Willow",
"title": "Ива",
"item": "tag:tfc:willow_logs",
"text": "$(bold)Corkscrew Willow$()$(br)$(thing)Rainfall$(): 330 — 500mm$(br)$(thing)Temperature$(): -6.6 — 9.8°C$(br2)$(bold)Weeping Willow$()$(br)$(thing)Rainfall$(): 355 — 500mm$(br)$(thing)Temperature$(): 9.8 — 17.1°C"
"text": "$(bold)Ива$()$(br)$(thing)Осадки$(): 330 — 500мм$(br)$(thing)Температура$(): -6.6 — 9.8°C$(br2)$(bold)Плакучая ива$()$(br)$(thing)Осадки$(): 355 — 500мм$(br)$(thing)Температура$(): 9.8 — 17.1°C"
}
]

View file

@ -0,0 +1,83 @@
{
"name": "Питьевые эффекты",
"icon": "firmalife:olivine_wine_bottle",
"category": "tfc:mechanics",
"read_by_default": true,
"pages": [
{
"type": "patchouli:text",
"text": "Зелья и магия не существуют в мире TerraFirmaCraft,но есть множество других напитков, которые могут оказывать схожий эффект!$(br2)В этой главе представлен список всех различных эффектов, а в качестве бонуса, все они также способствуют поддержанию водного баланса."
},
{
"type": "patchouli:spotlight",
"title": "Резервуары для напитков",
"text": "Напитки можно пить из $(l:getting_started/pottery#jug)кувшина$(), $(l:waterflasks/recipes)бурдюка$() или $(l:mechanics/glassworking_applications#glass_bottle)пузырька$(). Кувшины вмещают только один глоток и легко разбиваются. Пузырьки вмещают лишь небольшое количество глотков и тоже могут разбиться. Бурдюки могут вмещать ещё больше и при этом постепенно теряют свою прочность, кроме $(item)фляги(красная сталь)$() вмещает 20 напитков и никогда не ломается.",
"item": "tfc:ceramic/jug,tfc:silica_glass_bottle,tfc:olivine_glass_bottle,tfc:hematitic_glass_bottle,tfc:volcanic_glass_bottle,waterflasks:leather_flask,waterflasks:iron_flask,waterflasks:red_steel_flask"
},
{
"type": "patchouli:spotlight",
"title": "Выдержанный алкоголь",
"text": "$(thing)Выдержанный алкоголь$() приготовляется путём выдержки обычного алкоголя, который, в свою очередь, получают путем оставления различных фруктов, муки или других ингридиентов в бочке с водой. В качестве бонуса, они влияют на вашу речь в чате!",
"item": "tfcagedalcohol:bucket/aged_beer,tfcagedalcohol:bucket/aged_cider,tfcagedalcohol:bucket/aged_rum,tfcagedalcohol:bucket/aged_sake,tfcagedalcohol:bucket/aged_vodka,tfcagedalcohol:bucket/aged_whiskey,tfcagedalcohol:bucket/aged_corn_whiskey,tfcagedalcohol:bucket/aged_rye_whiskey"
},
{
"type": "patchouli:text",
"text": "$(li)Выдержанное пиво: Поглощение II (20:00)$(li)Выдержанный сидр: Скорость (5:20)$(li)Выдержанный ром: Скорость II (2:40)$(li)Выдержанное саке: Сопротивление (5:20)$(li)Выдержанная водка: Сопротивление II (2:40)$(li)Выдержанный кукурузное виски: Спешка (5:20)$(li)Выдержанный ржаной виски: Спешка (5:20)$(li)Выдержанный виски: Спешка II (2:40)$(li)Выдержанная медовуха: Регенерация (5:20)"
},
{
"type": "patchouli:text",
"title": "Wine",
"text": "$(thing)Вино$() — это ещё один вид алкоголя, который производится иначе, чем другие. Это сложный, но увлекательный процесс, который невозможно автоматизировать с помощью машины. Проверь главу $(l:firmalife/wine)Винаделия$() для изучения, как его производить.",
"item": "firmalife:bucket/red_wine,firmalife:bucket/white_wine,firmalife:bucket/rose_wine,firmalife:bucket/sparkling_wine,firmalife:bucket/dessert_wine"
},
{
"type": "patchouli:text",
"text": "$(li)Красное вино: Сила (5:20)$(li)Белое вино: Устойчивость к иссушению (5:20)$(li)Розовое вино: Скорость плавания (5:20)$(li)Игристое вино: Прыгучесть II (5:20)$(li)Десертное вино: Упёртость (5:20)"
},
{
"type": "patchouli:spotlight",
"title": "Чаи",
"text": "$(thing)Чаи$() можно заваривать, используя высушенные версии некоторых растений.$(br2)Они дают кратковременные, но эффективные эффекты и согревают на 4°C. Идеально подходят для зимы!",
"item": "tfc_gurman:tea_mint_bucket,tfc_gurman:tea_chamomile_bucket,tfc_gurman:tea_rosehip_bucket,tfc_gurman:tea_nettle_bucket"
},
{
"type": "patchouli:text",
"text": "$(li)Мятный чай: Регенерация II (0:30)$(li)Ромашковый чай: Сопротивление II (0:30)$(li)Шиповниковый чай: Поглощение (0:30)$(li)Крапивный чай: Плавное падение (0:30)"
},
{
"type": "patchouli:spotlight",
"title": "Сладости",
"text": "Это категория для других разнообразных напитков с восхитительным вкусом и особыми эффектами. Приятного аппетита!",
"item": "tfc_gurman:cocoa_bucket,tfc_gurman:coffee_bucket,tfc_gurman:nalivka_bucket,tfc_gurman:kvass_bucket,tfc_gurman:compote_bucket,tfc_gurman:lemonade_bucket"
},
{
"type": "patchouli:text",
"text": "$(li)Какао: Спешка (0:30), согревает тебя на 4°C$(li)Кофе: Скорость (0:30), согревает тебя на 4°C$(li)Лимонад: Спешка (0:30), охлаждает тебя на 2°C$(li)Наливка: Сила (2:40), охлаждает тебя на 2°C$(li)Квас: Сила (1:20), охлаждает тебя на 2°C$(li)Компот: Прыгучесть II (0:30)"
},
{
"type": "patchouli:spotlight",
"title": "Молоко",
"text": "$(thing)Молоко$() можно получить от большинства самок молочных животных, просто щелкнув по ним правой кнопкой мыши с деревянным или металлическим ведром, когда уровень прирученности достигнет достаточно высокого уровня. (Если доение не работает, убедитесь, что ведра не состаканы!)$(br)Хотя этот напиток не дает никаких бонусов, он обеспечивает организм молочными продуктами, если его выпить после еды, и из него впоследствии можно приготовить сыр.",
"item": "minecraft:milk_bucket,firmalife:bucket/yak_milk,firmalife:bucket/goat_milk,tfc_gurman:ox_milk_bucket,tfc_gurman:sheep_milk_bucket,tfc_gurman:alpaca_milk_bucket"
},
{
"title": "Родниковая вода",
"text": "Питьё $(thing)Родниковой воды$() согревает тебя на 4°C и при стоянии в ней даёт эффект регенерация, а также согревает",
"item": "tfc:bucket/spring_water",
"type": "patchouli:spotlight"
},
{
"title": "Морская вода",
"text": "Питьё $(thing)Морской воды$() не утоляет жажду, а наоборот, усиливает её. Высокая температура тела также может усиливать жажду. Заблудились в море? Посмотрите вверх, когда идёт дождь, так легко можно утолить жажду!",
"type": "patchouli:spotlight",
"item": "tfc:bucket/salt_water"
},
{
"title": "Ледяная слякоть",
"text": "Питьё $(thing)Ледяной слякоти$() охлаждает тебя на 4°C, идеально для лета! Также удобно для передвижения в бездне.",
"type": "patchouli:spotlight",
"item": "gtceu:ice_bucket"
}
]
}

View file

@ -4,6 +4,7 @@
"category": "tfc:tfg_ores",
"priority": true,
"sortnum": 1,
"read_by_default": true,
"pages": [
{
"type": "patchouli:text",

View file

@ -4,6 +4,7 @@
"category": "tfc:tfg_ores",
"priority": true,
"sortnum": 0,
"read_by_default": true,
"pages": [
{
"type": "patchouli:text",

View file

@ -2,6 +2,7 @@
"name": "Хранение предметов",
"category": "tfc:tfg_tips",
"icon": "minecraft:chest",
"read_by_default": true,
"pages":
[
{

View file

@ -0,0 +1,48 @@
{
"name": "Каталог марсианских грибов",
"category": "tfc:tfg_tips",
"icon": "tfg:saplings/aeronos",
"read_by_default": true,
"pages": [
{
"type": "patchouli:text",
"text": "Это список каждого большого марсианского гриба, и в каком климате они растут.$(br2)Ищете конкретный вид гриба для украшения базы? Этот список должен помочь тебе найти их. Список отсортирован по алфавиту.$(br2)Так же можешь посмотреть на $(l:tfc:arborfirmacraft/earth_tree_index)Каталог земных деревьев$()."
},
{
"type": "patchouli:spotlight",
"title": "Конусообразный",
"item": "ad_astra:aeronos_stem",
"text": "$(bold)Конусообразный гриб$()$(br)$(thing)Температура$(): -100°C и выше$(br)Чаще встречается на востоке."
},
{
"type": "patchouli:spotlight",
"title": "Альфанценовый",
"item": "species:alphacene_mushroom_block",
"text": "$(bold)Альфанценовый гриб$()$(br)$(thing)Температура$(): -85°C и выше$(br)Встречается на востоке и западе."
},
{
"type": "patchouli:spotlight",
"title": "Багряный",
"item": "beneath:wood/log/crimson",
"text": "$(bold)Багряное дерево$()$(br)$(thing)Температура$(): -109 — -13°C$(br)Чаще встречается на востоке."
},
{
"type": "patchouli:spotlight",
"title": "Гласивник",
"item": "ad_astra:glacian_log",
"text": "$(bold)Гласивник$()$(br)$(thing)Температура$(): -107°C и ниже$(br)Встречается на востоке и западе."
},
{
"type": "patchouli:spotlight",
"title": "Строфаровый",
"item": "ad_astra:strophar_stem",
"text": "$(bold)Строфаровый гриб$()$(br)$(thing)Температура$(): -100°C и выше$(br)Чаще встречается на западе."
},
{
"type": "patchouli:spotlight",
"title": "Искажённый",
"item": "beneath:wood/log/warped",
"text": "$(bold)Искажёное дерево$()$(br)$(thing)Температура$(): -109 — -13°C$(br)Чаще встречается на западе."
}
]
}

View file

@ -330,19 +330,19 @@
"type": "tfc:table",
"strings": [
{
"text": "Crop",
"text": "Растение",
"bold": true
},
{
"text": "Temperature (°C)",
"text": "Температура (°C)",
"bold": true
},
{
"text": "Rainfall (mm)",
"text": "Осадки (мм)",
"bold": true
},
{
"text": "Barley"
"text": "Ячмень"
},
{
"text": " -8 - 26"
@ -351,7 +351,7 @@
"text": " 70 - 310"
},
{
"text": "Oat"
"text": "Овёс"
},
{
"text": " 3 - 40"
@ -360,7 +360,7 @@
"text": "140 - 400"
},
{
"text": "Rye"
"text": "Рожь"
},
{
"text": "-11 - 30"
@ -369,7 +369,7 @@
"text": "100 - 350"
},
{
"text": "Maize"
"text": "Кукуруза"
},
{
"text": " 13 - 40"
@ -378,7 +378,7 @@
"text": "300 - 500"
},
{
"text": "Wheat"
"text": "Пщеница"
},
{
"text": " -4 - 35"
@ -387,7 +387,7 @@
"text": "100 - 400"
},
{
"text": "Rice"
"text": "Рис"
},
{
"text": " 15 - 30"
@ -396,7 +396,7 @@
"text": "100 - 500"
},
{
"text": "Beet"
"text": "Свёкла"
},
{
"text": " -5 - 20"
@ -405,7 +405,7 @@
"text": " 70 - 300"
},
{
"text": "Cabbage"
"text": "Капуста"
},
{
"text": "-10 - 27"
@ -414,7 +414,7 @@
"text": " 60 - 280"
},
{
"text": "Carrot"
"text": "Морковь"
},
{
"text": " 3 - 30"
@ -423,7 +423,7 @@
"text": "100 - 400"
},
{
"text": "Garlic"
"text": "Чеснок"
},
{
"text": "-20 - 18"
@ -432,7 +432,7 @@
"text": " 60 - 310"
},
{
"text": "Green Bean"
"text": "Горох"
},
{
"text": " 2 - 35"
@ -441,7 +441,7 @@
"text": "150 - 410"
},
{
"text": "Melon"
"text": "Арбуз"
},
{
"text": " 5 - 37"
@ -469,19 +469,19 @@
"type": "tfc:table",
"strings": [
{
"text": "Crop",
"text": "Растение",
"bold": true
},
{
"text": "Temperature (°C)",
"text": "Температура (°C)",
"bold": true
},
{
"text": "Rainfall (mm)",
"text": "Осадки (мм)",
"bold": true
},
{
"text": "Potato"
"text": "Картошка"
},
{
"text": " -1 - 37"
@ -490,7 +490,7 @@
"text": "200 - 410"
},
{
"text": "Pumpkin"
"text": "Тыква"
},
{
"text": " 0 - 30"
@ -499,7 +499,7 @@
"text": "120 - 390"
},
{
"text": "Onion"
"text": "Лук"
},
{
"text": " 0 - 30"
@ -508,7 +508,7 @@
"text": "100 - 390"
},
{
"text": "Soybean"
"text": "Соевые бобы"
},
{
"text": " 8 - 30"
@ -517,7 +517,7 @@
"text": "160 - 410"
},
{
"text": "Squash"
"text": "Кабачок"
},
{
"text": " 5 - 33"
@ -526,7 +526,7 @@
"text": " 90 - 390"
},
{
"text": "Sugarcane"
"text": "Сахарный тростник"
},
{
"text": " 12 - 38"
@ -535,7 +535,7 @@
"text": "160 - 500"
},
{
"text": "Tomato"
"text": "Помидор"
},
{
"text": " 0 - 36"
@ -544,7 +544,7 @@
"text": "120 - 390"
},
{
"text": "Jute"
"text": "Джут"
},
{
"text": " 5 - 37"
@ -553,7 +553,7 @@
"text": "100 - 410"
},
{
"text": "Papyrus"
"text": "Папирус"
},
{
"text": " 19 - 37"
@ -562,7 +562,7 @@
"text": "310 - 500"
},
{
"text": "Red Bell Pepper"
"text": "Красный перец"
},
{
"text": " 16 - 30"
@ -571,13 +571,71 @@
"text": "190 - 400"
},
{
"text": "Yellow Bell Pepper"
"text": "Жёлтый перец"
},
{
"text": " 16 - 30"
},
{
"text": "190 - 400"
},
{
"text": "Подсолнух"
},
{
"text": " 5 - 40"
},
{
"text": "100 - 450"
}
],
"text": "",
"title": "Требования к диким культурам",
"legend": [],
"columns": 2,
"first_column_width": 80,
"column_width": 70,
"row_height": 10,
"left_buffer": 2,
"top_buffer": 12,
"draw_background": false
},
{
"type": "patchouli:empty",
"draw_filler": false
},
{
"type": "tfc:table",
"strings": [
{
"text": "Растение",
"bold": true
},
{
"text": "Температура (°C)",
"bold": true
},
{
"text": "Осадки (мм)",
"bold": true
},
{
"text": "Канола"
},
{
"text": " -5 - 25"
},
{
"text": " 50 - 350"
},
{
"text": "Лён"
},
{
"text": " -8 - 25"
},
{
"text": "175 - 475"
}
],
"text": "",

View file

@ -1941,43 +1941,43 @@
"text": ""
},
{
"text": "Jan"
"text": "Янв"
},
{
"text": "Feb"
"text": "Фев"
},
{
"text": "Mar"
"text": "Мар"
},
{
"text": "Apr"
"text": "Апр"
},
{
"text": "May"
"text": "Май"
},
{
"text": "Jun"
"text": "Июн"
},
{
"text": "Jul"
"text": "Июл"
},
{
"text": "Aug"
"text": "Авг"
},
{
"text": "Sep"
"text": "Сен"
},
{
"text": "Oct"
"text": "Окт"
},
{
"text": "Nov"
"text": "Ноя"
},
{
"text": "Dec"
"text": "Дек"
},
{
"text": "Cherry"
"text": "Вишня"
},
{
"fill": "0x6ab553"
@ -2016,7 +2016,7 @@
"fill": "0xa8986a"
},
{
"text": "Apple"
"text": "Яблоня"
},
{
"fill": "0xa8986a"
@ -2055,7 +2055,7 @@
"fill": "0xa8986a"
},
{
"text": "Lemon"
"text": "Лимон"
},
{
"fill": "0xa8986a"
@ -2094,7 +2094,7 @@
"fill": "0xa8986a"
},
{
"text": "Olive"
"text": "Олива"
},
{
"fill": "0xa8986a"
@ -2133,7 +2133,7 @@
"fill": "0xa8986a"
},
{
"text": "Orange"
"text": "Апельсин"
},
{
"fill": "0xa8986a"
@ -2172,7 +2172,7 @@
"fill": "0xa8986a"
},
{
"text": "Peach"
"text": "Персик"
},
{
"fill": "0x6ab553"
@ -2211,7 +2211,7 @@
"fill": "0x6ab553"
},
{
"text": "Plum"
"text": "Слива"
},
{
"fill": "0x6ab553"
@ -2250,7 +2250,7 @@
"fill": "0xa8986a"
},
{
"text": "Banana"
"text": "Банан"
},
{
"fill": "0xa8986a"
@ -2293,19 +2293,19 @@
"title": "Фруктовые деревья",
"legend": [
{
"text": "Dormant",
"text": "Спящее",
"color": "0xa8986a"
},
{
"text": "Healthy",
"text": "Здоровое",
"color": "0x6ab553"
},
{
"text": "Flowering",
"text": "Цветущее",
"color": "0xcca0db"
},
{
"text": "Fruiting",
"text": "Плодоносящее",
"color": "0xa217ff"
}
],
@ -3117,12 +3117,12 @@
{
"type": "patchouli:text",
"anchor": "wintergreen_berry",
"text": "$(bold)$(l:the_world/climate#temperature)Температура$(): -6 - 17 °C$(br)$(bold)$(l:mechanics/hydration)Увлажненность$(): 12 - 100 %$(br2)Кусты черники зимнего сорта растут с мая по сентябрь, начинают цветение в октябре и ноябре, и приносят плоды в декабре.$(br2)Их можно найти в лесах.",
"title": "Куст черники зимнего сорта"
"text": "$(bold)$(l:the_world/climate#temperature)Температура$(): -6 - 17 °C$(br)$(bold)$(l:mechanics/hydration)Увлажненность$(): 12 - 100 %$(br2)Кусты брусники растут с мая по сентябрь, начинают цветение в октябре и ноябре, и приносят плоды в декабре.$(br2)Их можно найти в лесах.",
"title": "Куст брусники"
},
{
"type": "tfc:multimultiblock",
"text": "Стадии куста черники зимнего сорта по месяцам.",
"text": "Стадии куста брусники по месяцам.",
"multiblocks": [
{
"pattern": [
@ -3249,43 +3249,43 @@
"text": ""
},
{
"text": "Jan"
"text": "Янв"
},
{
"text": "Feb"
"text": "Фев"
},
{
"text": "Mar"
"text": "Мар"
},
{
"text": "Apr"
"text": "Апр"
},
{
"text": "May"
"text": "Май"
},
{
"text": "Jun"
"text": "Июн"
},
{
"text": "Jul"
"text": "Июл"
},
{
"text": "Aug"
"text": "Авг"
},
{
"text": "Sep"
"text": "Сен"
},
{
"text": "Oct"
"text": "Окт"
},
{
"text": "Nov"
"text": "Ноя"
},
{
"text": "Dec"
"text": "Дек"
},
{
"text": "Snowberry"
"text": "Снежноягодник"
},
{
"fill": "0xa8986a"
@ -3324,7 +3324,7 @@
"fill": "0xa8986a"
},
{
"text": "Bunchberry"
"text": "Кизил"
},
{
"fill": "0xa8986a"
@ -3363,7 +3363,7 @@
"fill": "0xa8986a"
},
{
"text": "Gooseberry"
"text": "Крыжовник"
},
{
"fill": "0xa8986a"
@ -3402,7 +3402,7 @@
"fill": "0xa8986a"
},
{
"text": "Cloudberry"
"text": "Морошка"
},
{
"fill": "0xa8986a"
@ -3441,7 +3441,7 @@
"fill": "0xa8986a"
},
{
"text": "Strawberry"
"text": "Клубника"
},
{
"fill": "0xcca0db"
@ -3480,7 +3480,7 @@
"fill": "0x6ab553"
},
{
"text": "Wintergreen"
"text": "Брусника"
},
{
"fill": "0xa8986a"
@ -3519,7 +3519,7 @@
"fill": "0xa8986a"
},
{
"text": "Cranberry"
"text": "Клюква"
},
{
"fill": "0xa8986a"
@ -3562,21 +3562,22 @@
"title": "Ягодные кусты",
"legend": [
{
"text": "Dormant",
"text": "Спящий",
"color": "0xa8986a"
},
{
"text": "Healthy",
"text": "Здоровый",
"color": "0x6ab553"
},
{
"text": "Flowering",
"text": "Цветущий",
"color": "0xcca0db"
},
{
"text": "Fruiting",
"text": "Плодоносящий",
"color": "0xa217ff"
}
],
"columns": 12,
"first_column_width": 45,

View file

@ -4,6 +4,7 @@
"category": "tfc:tfg_ores",
"priority": true,
"sortnum": 0,
"read_by_default": true,
"pages": [
{
"type": "patchouli:text",