Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed rock knapping in field guide #781

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,162 @@
{
"name": "Introduction",
"category": "tfc:getting_started",
"icon": "tfc:rock/loose/granite",
"pages": [
{
"type": "patchouli:text",
"text": "In TerraFirmaCraft, the first things you can obtain are sticks, twigs, and loose rocks. They can be found in almost every climate, lying scattered on the ground. $(item)$(k:key.use)$() or break these to pick them up."
},
{
"type": "patchouli:multiblock",
"multiblock": {
"pattern": [
[
"1 ",
" 2 4",
" 03 ",
" 4 ",
" 5"
],
[
"GGGGG",
"GGGGG",
"GGGGG",
"GGGGG",
"GGGGG"
]
],
"mapping": {
"1": "tfc:rock/loose/granite[count=1]",
"2": "tfc:rock/loose/granite[count=2]",
"3": "tfc:rock/loose/granite[count=3]",
"4": "tfc:groundcover/stick",
"5": "tfc:wood/twig/ash",
"G": "tfc:grass/sandy_loam"
}
},
"name": "Example",
"text": "A smattering of common sticks and stones.",
"enable_visualize": false
},
{
"type": "patchouli:text",
"text": "In addition to gathering sticks and twigs on the ground, sticks can also be obtained by breaking leaves with your fist. Once you have a number of rocks and sticks, you are ready to start $(thing)Knapping$(). Knapping is a process where two rocks are hit together, to form a particular shape. In order to knap, first hold at least two rocks in your hand, then right click in the air, which will open up the $(thing)Knapping Interface$()."
},
{
"type": "patchouli:image",
"images": [
"tfc:textures/gui/book/gui/rock_knapping.png"
],
"text": "The Knapping Interface.",
"border": false
},
{
"type": "patchouli:text",
"text": "In order to knap a particular item, you want to remove squares until you form the desired pattern. For example, create a knife blade by matching the recipe shown to the right.$(br2)Like crafting recipes, the location of the desired pattern doesn't matter for the output, and some recipes have multiple variants that are valid."
},
{
"type": "tfc:rock_knapping_recipe",
"anchor": "knife",
"recipes": [
"tfg:rock_knapping/stone_knife_head"
],
"text": "A knife blade, crafted from several different rock types."
},
{
"type": "patchouli:crafting",
"recipe": "tfc:stone/axe/igneous_extrusive",
"text": "All stone tool heads can be crafted with a stick or twig to assemble them into a tool.$(br2)The stone knife can be used to harvest $(thing)Straw$() by breaking plants."
},
{
"type": "tfc:rock_knapping_recipe",
"recipes": [
"tfg:rock_knapping/stone_axe_head"
],
"text": "$(thing)Axes$() can be used to cut down entire trees, logs and leaves included. However, saplings and sticks will only be obtained if leaves were broken individually."
},
{
"type": "tfc:rock_knapping_recipe",
"recipes": [
"tfg:rock_knapping/stone_shovel_head"
],
"text": "$(thing)Shovels$() can be used to dig soil type blocks. They can also be used to create $(thing)Paths$() by $(item)using$() them on $(thing)Dirt$() or $(thing)Grass$()."
},
{
"type": "tfc:rock_knapping_recipe",
"recipes": [
"tfg:rock_knapping/stone_hoe_head"
],
"text": "$(thing)Hoes$() are useful tools for $(l:mechanics/crops)Farming$(), but they can also be used to cut down leaves and other plant matter."
},
{
"type": "tfc:rock_knapping_recipe",
"recipes": [
"tfg:rock_knapping/stone_hammer_head"
],
"text": "$(thing)Hammers$() can be used as $(l:mechanics/damage_types)Crushing$() weapons, but are more important tools used for $(l:getting_started/primitive_anvils)Forging$()."
},
{
"type": "tfc:rock_knapping_recipe",
"recipes": [
"tfc:rock_knapping/javelin_head_sedimentary",
"tfc:rock_knapping/javelin_head_metamorphic",
"tfc:rock_knapping/javelin_head_igneous_extrusive",
"tfc:rock_knapping/javelin_head_igneous_intrusive"
],
"text": "FFinally, a $(thing)Javelin$() can be used as a primitive weapon, capable of being thrown at targets, or used as a $(l:mechanics/damage_types)Piercing$() weapon."
}
],
"read_by_default": true,
"sortnum": 0,
"extra_recipe_mappings": {
"tfc:stone/knife_head/sedimentary": 5,
"tfc:stone/knife_head/metamorphic": 5,
"tfc:stone/knife_head/igneous_extrusive": 5,
"tfc:stone/knife_head/igneous_intrusive": 5,
"tfc:stone/knife/sedimentary": 5,
"tfc:stone/knife/metamorphic": 5,
"tfc:stone/knife/igneous_extrusive": 5,
"tfc:stone/knife/igneous_intrusive": 5,
"tfc:stone/axe_head/sedimentary": 7,
"tfc:stone/axe_head/metamorphic": 7,
"tfc:stone/axe_head/igneous_extrusive": 7,
"tfc:stone/axe_head/igneous_intrusive": 7,
"tfc:stone/axe/sedimentary": 7,
"tfc:stone/axe/metamorphic": 7,
"tfc:stone/axe/igneous_extrusive": 7,
"tfc:stone/axe/igneous_intrusive": 7,
"tfc:stone/shovel_head/sedimentary": 8,
"tfc:stone/shovel_head/metamorphic": 8,
"tfc:stone/shovel_head/igneous_extrusive": 8,
"tfc:stone/shovel_head/igneous_intrusive": 8,
"tfc:stone/shovel/sedimentary": 8,
"tfc:stone/shovel/metamorphic": 8,
"tfc:stone/shovel/igneous_extrusive": 8,
"tfc:stone/shovel/igneous_intrusive": 8,
"tfc:stone/hoe_head/sedimentary": 9,
"tfc:stone/hoe_head/metamorphic": 9,
"tfc:stone/hoe_head/igneous_extrusive": 9,
"tfc:stone/hoe_head/igneous_intrusive": 9,
"tfc:stone/hoe/sedimentary": 9,
"tfc:stone/hoe/metamorphic": 9,
"tfc:stone/hoe/igneous_extrusive": 9,
"tfc:stone/hoe/igneous_intrusive": 9,
"tfc:stone/hammer_head/sedimentary": 10,
"tfc:stone/hammer_head/metamorphic": 10,
"tfc:stone/hammer_head/igneous_extrusive": 10,
"tfc:stone/hammer_head/igneous_intrusive": 10,
"tfc:stone/hammer/sedimentary": 10,
"tfc:stone/hammer/metamorphic": 10,
"tfc:stone/hammer/igneous_extrusive": 10,
"tfc:stone/hammer/igneous_intrusive": 10,
"tfc:stone/javelin_head/sedimentary": 11,
"tfc:stone/javelin_head/metamorphic": 11,
"tfc:stone/javelin_head/igneous_extrusive": 11,
"tfc:stone/javelin_head/igneous_intrusive": 11,
"tfc:stone/javelin/sedimentary": 11,
"tfc:stone/javelin/metamorphic": 11,
"tfc:stone/javelin/igneous_extrusive": 11,
"tfc:stone/javelin/igneous_intrusive": 11
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,7 @@
"type": "tfc:rock_knapping_recipe",
"anchor": "knife",
"recipes": [
"tfc:rock_knapping/knife_head_sedimentary",
"tfc:rock_knapping/knife_head_metamorphic",
"tfc:rock_knapping/knife_head_igneous_extrusive",
"tfc:rock_knapping/knife_head_igneous_intrusive"
"tfg:rock_knapping/stone_knife_head"
],
"text": "Лезвие ножа, изготовленное из нескольких разных типов камней."
},
Expand All @@ -75,40 +72,28 @@
{
"type": "tfc:rock_knapping_recipe",
"recipes": [
"tfc:rock_knapping/axe_head_sedimentary",
"tfc:rock_knapping/axe_head_metamorphic",
"tfc:rock_knapping/axe_head_igneous_extrusive",
"tfc:rock_knapping/axe_head_igneous_intrusive"
"tfg:rock_knapping/stone_axe_head"
],
"text": "$(thing)Топоры$() можно использовать для срубания целых деревьев, включая бревна и листву. Однако саженцы и палки можно получить только в случае индивидуального разбивания листвы."
},
{
"type": "tfc:rock_knapping_recipe",
"recipes": [
"tfc:rock_knapping/shovel_head_sedimentary",
"tfc:rock_knapping/shovel_head_metamorphic",
"tfc:rock_knapping/shovel_head_igneous_extrusive",
"tfc:rock_knapping/shovel_head_igneous_intrusive"
"tfg:rock_knapping/stone_shovel_head"
],
"text": "$(thing)Лопаты$() можно использовать для копания блоков типа почвы. Их также можно использовать для создания $(thing)Троп$() путём $(item)использования$() их на $(thing)Земле$() или $(thing)Траве$()."
},
{
"type": "tfc:rock_knapping_recipe",
"recipes": [
"tfc:rock_knapping/hoe_head_sedimentary",
"tfc:rock_knapping/hoe_head_metamorphic",
"tfc:rock_knapping/hoe_head_igneous_extrusive",
"tfc:rock_knapping/hoe_head_igneous_intrusive"
"tfg:rock_knapping/stone_hoe_head"
],
"text": "$(thing)Мотыги$() - полезные инструменты для $(l:mechanics/crops)Фермерства$(), но их также можно использовать для срезания листвы и другого растительного материала."
},
{
"type": "tfc:rock_knapping_recipe",
"recipes": [
"tfc:rock_knapping/hammer_head_sedimentary",
"tfc:rock_knapping/hammer_head_metamorphic",
"tfc:rock_knapping/hammer_head_igneous_extrusive",
"tfc:rock_knapping/hammer_head_igneous_intrusive"
"tfg:rock_knapping/stone_hammer_head"
],
"text": "$(thing)Молоты$() можно использовать как $(l:mechanics/damage_types)Дробящее$() оружие, но они более важные инструменты, используемые для $(l:getting_started/primitive_anvils)Ковки$()."
},
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,162 @@
{
"name": "Вступ",
"category": "tfc:getting_started",
"icon": "tfc:rock/loose/granite",
"pages": [
{
"type": "patchouli:text",
"text": "У TerraFirmaCraft першими ресурсами, для виготовлення інструменту, є палиці, гілки та камінці. Їх можна знайти майже в будь-якому біомі, розкиданими по землі. $(item)$(k:key.use)$() або клікни лівою кнопкою миші, щоб забрати їх в свій інвентар."
},
{
"type": "patchouli:multiblock",
"multiblock": {
"pattern": [
[
"1 ",
" 2 4",
" 03 ",
" 4 ",
" 5"
],
[
"GGGGG",
"GGGGG",
"GGGGG",
"GGGGG",
"GGGGG"
]
],
"mapping": {
"1": "tfc:rock/loose/granite[count=1]",
"2": "tfc:rock/loose/granite[count=2]",
"3": "tfc:rock/loose/granite[count=3]",
"4": "tfc:groundcover/stick",
"5": "tfc:wood/twig/ash",
"G": "tfc:grass/sandy_loam"
}
},
"name": "Приклад",
"text": "Декілька звичайних палиць і каміння",
"enable_visualize": false
},
{
"type": "patchouli:text",
"text": "Палиці ще можна отримати з листя. Розбий блок листя рукою та, з деяким шансом, ти отримаєш паличку. Коли у тебе є кілька каменів і палиць, ти готовий почати процес $(thing)обробки$(). Обробляти каміння треба камінням. У кам'яну добу інших варіантів нема. Щоб зробити удар, спочатку візьми у руку принаймні два каменя, а потім клацни правою кнопкою миші в повітрі. Це надасть доступ до інтерфейсу $(thing)обробки$()."
},
{
"type": "patchouli:image",
"images": [
"tfc:textures/gui/book/gui/rock_knapping.png"
],
"text": "Інтерфейс обробки",
"border": false
},
{
"type": "patchouli:text",
"text": "Для того, щоб отримати певний предмет, потрібно видаляти квадрати, доки не сформуєш потрібний візерунок. Наприклад, створи лезо ножа згідно наведеному рецепту праворуч.$(br2)Як і рецепти крафта, розташування потрібного візерунка не має значення для результату, і деякі рецепти мають кілька дійсних варіантів."
},
{
"type": "tfc:rock_knapping_recipe",
"anchor": "knife",
"recipes": [
"tfg:rock_knapping/stone_knife_head"
],
"text": "Лезо ножа, виготовлене з кількох різних видів гірських порід"
},
{
"type": "patchouli:crafting",
"recipe": "tfc:crafting/stone/knife_sedimentary",
"text": "До леза або кам’яної головки інструменту треба додати палицю або гілку, щоб отримати готовий інструмент.$(br2)Кам'яний ніж можна використовувати для збору $(thing)соломи$(), просто зрізавши траву ножем."
},
{
"type": "tfc:rock_knapping_recipe",
"recipes": [
"tfg:rock_knapping/stone_axe_head"
],
"text": "$(thing)Сокира$() використовується для зрубування цілих дерев, включно колоди та листя. Однак саджанці і палиці випадуть лиш у випадку, якщо листя ламати окремо."
},
{
"type": "tfc:rock_knapping_recipe",
"recipes": [
"tfg:rock_knapping/stone_shovel_head"
],
"text": "$(thing)Лопату$() можна використати для викопування блоків ґрунтового типу. Використовується також для створення $(thing)стежки$() або $(item)доріжки$() на блоках $(thing)землі$() або $(thing)трави$()."
},
{
"type": "tfc:rock_knapping_recipe",
"recipes": [
"tfg:rock_knapping/stone_hoe_head"
],
"text": "$(thing)Мотика$() є корисним інструментом для $(l:mechanics/crops)землеробства$(), але її також можна використати для зрізання листя та інших рослин."
},
{
"type": "tfc:rock_knapping_recipe",
"recipes": [
"tfg:rock_knapping/stone_hammer_head"
],
"text": "$(thing)Молот$() можна використати як $(l:mechanics/damage_types)руйнівну$() зброю, але він більш потрібен для $(l:getting_started/primitive_anvils)ковальства$()."
},
{
"type": "tfc:rock_knapping_recipe",
"recipes": [
"tfc:rock_knapping/javelin_head_sedimentary",
"tfc:rock_knapping/javelin_head_metamorphic",
"tfc:rock_knapping/javelin_head_igneous_extrusive",
"tfc:rock_knapping/javelin_head_igneous_intrusive"
],
"text": "Нарешті, $(thing)спис$(). Він використовується як примітивна зброя. Його можна кидати, а можна використовувати як зброю ближнього $(l:mechanics/damage_types)колольного$() бою."
}
],
"read_by_default": true,
"sortnum": 0,
"extra_recipe_mappings": {
"tfc:stone/knife_head/sedimentary": 5,
"tfc:stone/knife_head/metamorphic": 5,
"tfc:stone/knife_head/igneous_extrusive": 5,
"tfc:stone/knife_head/igneous_intrusive": 5,
"tfc:stone/knife/sedimentary": 5,
"tfc:stone/knife/metamorphic": 5,
"tfc:stone/knife/igneous_extrusive": 5,
"tfc:stone/knife/igneous_intrusive": 5,
"tfc:stone/axe_head/sedimentary": 7,
"tfc:stone/axe_head/metamorphic": 7,
"tfc:stone/axe_head/igneous_extrusive": 7,
"tfc:stone/axe_head/igneous_intrusive": 7,
"tfc:stone/axe/sedimentary": 7,
"tfc:stone/axe/metamorphic": 7,
"tfc:stone/axe/igneous_extrusive": 7,
"tfc:stone/axe/igneous_intrusive": 7,
"tfc:stone/shovel_head/sedimentary": 8,
"tfc:stone/shovel_head/metamorphic": 8,
"tfc:stone/shovel_head/igneous_extrusive": 8,
"tfc:stone/shovel_head/igneous_intrusive": 8,
"tfc:stone/shovel/sedimentary": 8,
"tfc:stone/shovel/metamorphic": 8,
"tfc:stone/shovel/igneous_extrusive": 8,
"tfc:stone/shovel/igneous_intrusive": 8,
"tfc:stone/hoe_head/sedimentary": 9,
"tfc:stone/hoe_head/metamorphic": 9,
"tfc:stone/hoe_head/igneous_extrusive": 9,
"tfc:stone/hoe_head/igneous_intrusive": 9,
"tfc:stone/hoe/sedimentary": 9,
"tfc:stone/hoe/metamorphic": 9,
"tfc:stone/hoe/igneous_extrusive": 9,
"tfc:stone/hoe/igneous_intrusive": 9,
"tfc:stone/hammer_head/sedimentary": 10,
"tfc:stone/hammer_head/metamorphic": 10,
"tfc:stone/hammer_head/igneous_extrusive": 10,
"tfc:stone/hammer_head/igneous_intrusive": 10,
"tfc:stone/hammer/sedimentary": 10,
"tfc:stone/hammer/metamorphic": 10,
"tfc:stone/hammer/igneous_extrusive": 10,
"tfc:stone/hammer/igneous_intrusive": 10,
"tfc:stone/javelin_head/sedimentary": 11,
"tfc:stone/javelin_head/metamorphic": 11,
"tfc:stone/javelin_head/igneous_extrusive": 11,
"tfc:stone/javelin_head/igneous_intrusive": 11,
"tfc:stone/javelin/sedimentary": 11,
"tfc:stone/javelin/metamorphic": 11,
"tfc:stone/javelin/igneous_extrusive": 11,
"tfc:stone/javelin/igneous_intrusive": 11
}
}