Skip to content

Commit

Permalink
Merge branch '1.12' of github.com:SlimeKnights/TinkersConstruct into …
Browse files Browse the repository at this point in the history
…1.12
  • Loading branch information
bonii-xx committed May 31, 2018
2 parents ccee40c + 78f565a commit bea5198
Show file tree
Hide file tree
Showing 74 changed files with 2,321 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"title":"빈 거푸집",
"text": [
{
"text": "텍스트 이동"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"title":"제작대",
"text": [
{
"text": "텍스트 이동"
}
]
}
8 changes: 8 additions & 0 deletions resources/assets/tconstruct/book/ko_kr/intro/partbuilder.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"title":"부품 제작대",
"text": [
{
"text": "텍스트 이동"
}
]
}
8 changes: 8 additions & 0 deletions resources/assets/tconstruct/book/ko_kr/intro/partchest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"title":"부품 상자",
"text": [
{
"text": "텍스트 이동"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"title":"거푸집 상자",
"text": [
{
"text": "텍스트 이동"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"title":"거푸집 제작대",
"text": [
{
"text": "텍스트 이동"
}
]
}
16 changes: 16 additions & 0 deletions resources/assets/tconstruct/book/ko_kr/intro/tmp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"title":"The lost pages",
"text": [
{
"text": "Welcome to the second edition of Materials and You: Surviving the first day and beyond. Sadly, it looks like some pages were lost!"
},
{
"text": "This book is currently incomplete, but it contains all tool materials and modifiers. Later versions will contain more information, so be sure to check back occasionally!",
"paragraph": true
},
{
"text": "Oh, also if you're wondering where Copper, Aluminum,... went: TConstruct only adds Cobalt and Ardite ore to the nether, but does not generate general ores anymore. It does however support any mod that adds them automatically.",
"paragraph": true
}
]
}
8 changes: 8 additions & 0 deletions resources/assets/tconstruct/book/ko_kr/intro/toolforge.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"title":"도구 제작소",
"text": [
{
"text": "텍스트 이동"
}
]
}
8 changes: 8 additions & 0 deletions resources/assets/tconstruct/book/ko_kr/intro/toolstation.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"title":"도구 제작대",
"text": [
{
"text": "텍스트 이동"
}
]
}
26 changes: 26 additions & 0 deletions resources/assets/tconstruct/book/ko_kr/intro/welcome.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"title":"Surviving the first day and beyond",
"text": [
{
"text": "Welcome to the second edition of Materials and You: Surviving the first day and beyond. Within these pages you will find the first steps to making tools with the materials you find."
},
{
"text": "\n"
},
{
"text": "\n"
},
{
"text": "This book is a magic copy and it updates whenever the original has been modified. Check back occasionally for information on new things."
},
{
"text": "\n"
},
{
"text": "\n"
},
{
"text": "The first step in making tools is to craft a blank pattern. It is a blank slate to stamp a shape into, providing a reference for future creations."
}
]
}
17 changes: 17 additions & 0 deletions resources/assets/tconstruct/book/ko_kr/intro/welcome2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"title":"",
"text": [
{
"text": "You can shape a non-metal material in a part builder with the pattern, then combine the parts in the tool station. Patterns can be stored and accessing the pattern chest and spare tool parts in the part chest. Lastly you can convert your trusty old crafting table into a crafting station to keep your in progress projects stashed in it so you don't have to put the materials away should you need to walk away."
},
{
"text": "\n"
},
{
"text": "\n"
},
{
"text": "Together these make the Tool Workshop. It is recommended you keep all of these nearby when using any of them. I will now cover how to make each item from the Tool Workshop and show you how best they work together."
}
]
}
22 changes: 22 additions & 0 deletions resources/assets/tconstruct/book/ko_kr/language.lang
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
// Sections
intro=소개
materials=도구 재료
bowmaterials=활 재료
tools=도구
modifiers=수식어
smeltery=제련소
seared_furnace=그을린 화로
tinker_tank=Tinker 탱크

repairing=수리
offhand=왼손
bolt_core=볼트 제작

modifier.effect=효과:
tool.properties=특성:

material.craft_partbuilder=부품 제작대에서 제작할 수 있습니다
material.craft_casting=%s 에서 주조할 수 있습니다

wood.flavour=나무로 나무를 자를 수 있다면 얼마나 많은 나무를 자를 수 있을까?
stone.flavour=단단한 돌
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"modifier": "bane_of_arthopods",
"text": [
{
"text": "Striking a spider with its own eyeball causes it to recoil in fear. Got a pest problem? Here is the solution. Kills bugs dead."
}
],
"effects": [
"Deals massive damage to spiders and silverfish",
"Multiple levels"
],
"demoTool": [
"tconstruct:broadsword",
"tconstruct:hammer",
"tconstruct:arrow"
]
}
18 changes: 18 additions & 0 deletions resources/assets/tconstruct/book/ko_kr/modifiers/beheading.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"modifier": "beheading",
"text": [
{
"text": "Working an ender pearl and some obsidian on a weapon has the curious effect of separating the target's head from its body. Just a little off the top?"
}
],
"effects": [
"Enemies drop their heads",
"Adding more Obsidian and Ender Pearls increases the chance of decapitation",
"Multiple levels"
],
"demoTool": [
"tconstruct:broadsword",
"tconstruct:cleaver",
"tconstruct:arrow"
]
}
24 changes: 24 additions & 0 deletions resources/assets/tconstruct/book/ko_kr/modifiers/blasting.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"modifier": "blasting",
"text": [
{
"text": "Blow up all the blocks! Make them go away FAST!"
},
{
"text": "\n"
},
{
"text": "You can apply multiple levels to increase speed, but you probably lose all harvested blocks"
}
],
"effects": [
"Breaks blocks fast",
"AOE Tools harvest uneffective blocks too",
"Will likely destroy harvested blocks",
"Requires only 1 modifier",
"Multiple levels"
],
"demoTool": [
"tconstruct:hammer"
]
}
21 changes: 21 additions & 0 deletions resources/assets/tconstruct/book/ko_kr/modifiers/diamond.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"modifier": "diamond",
"text": [
{
"text": "Adding a diamond to the edge of a tool makes it more resilient and increases what the tool can mine. Also makes a fetching fashion statement."
}
],
"effects": [
"Extra durability",
"Minor stat increase",
"Mining level increased by one, up to Obsidian",
"Single use",
"Fabulous!"
],
"demoTool": [
"tconstruct:pickaxe",
"tconstruct:broadsword",
"tconstruct:shortbow",
"tconstruct:arrow"
]
}
19 changes: 19 additions & 0 deletions resources/assets/tconstruct/book/ko_kr/modifiers/emerald.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"modifier": "emerald",
"text": [
{
"text": "Affixing an emerald to a tool's weakest point makes it especially resilient and fabulous. Villagers may also covet your tool, be wary."
}
],
"effects": [
"50% base durability increase",
"Mining level increased to Iron",
"Single use",
"Outrageous!"
],
"demoTool": [
"tconstruct:pickaxe",
"tconstruct:hammer",
"tconstruct:cleaver"
]
}
17 changes: 17 additions & 0 deletions resources/assets/tconstruct/book/ko_kr/modifiers/extratrait.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"modifier": "extratrait",
"text": [
{
"text": "Take a tool part and emboss it onto the tool! It's like replacing the tool part, but better! The tool gets the traits of the part in addition to the already present ones (but not the stats)."
}
],
"effects": [
"Adds traits of another part",
"Traits are equal to swapping the part",
"The embossment is final and can't be changed",
"Requires no modifier"
],
"demoTool": [
"tconstruct:pickaxe"
]
}
17 changes: 17 additions & 0 deletions resources/assets/tconstruct/book/ko_kr/modifiers/fiery.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"modifier": "fiery",
"text": [
{
"text": "Adding blaze powder to a tool gives it a fiery tinge. The weapon's edges look like embers. Sadly not bright enough to be a light source."
}
],
"effects": [
"Sets enemies on fire",
"Deals additional fire damage on hit",
"Multiple levels"
],
"demoTool": [
"tconstruct:broadsword",
"tconstruct:arrow"
]
}
18 changes: 18 additions & 0 deletions resources/assets/tconstruct/book/ko_kr/modifiers/fins.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"modifier": "fins",
"text": [
{
"text": "Let's take a fish... and strap it onto arrows. Of course! It makes them swim underwater! Now I can shoot stuff underwater!"
}
],
"effects": [
"Projectiles ignore water",
"Logical",
"Makes sense"
],
"demoTool": [
"tconstruct:arrow",
"tconstruct:bolt",
"tconstruct:shuriken"
]
}
17 changes: 17 additions & 0 deletions resources/assets/tconstruct/book/ko_kr/modifiers/fortify.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"modifier": "fortify",
"text": [
{
"text": "Harder, better, faster, stronger! Applies the same mining level of the material used to the tool."
}
],
"effects": [
"Increases Mining level",
"Mining Level depends on material used",
"Can also downgrade level",
"Requires no modifier"
],
"demoTool": [
"tconstruct:pickaxe"
]
}
17 changes: 17 additions & 0 deletions resources/assets/tconstruct/book/ko_kr/modifiers/glowing.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"modifier": "glowing",
"text": [
{
"text": "Some glowstone and a magical ender eye. Obviously this sees the light level."
}
],
"effects": [
"Places a lightsource on low light level",
"Costs durability"
],
"demoTool": [
"tconstruct:pickaxe",
"tconstruct:hammer",
"tconstruct:broadsword"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"modifier": "harvestheight",
"text": [
{
"text": "Have you ever wished your tool could affect a higher area? Now it can!"
}
],
"effects": [
"Increases the height of the area affected",
"Only affects blocks",
"Does not work for weapons",
"Can be combined with Width++"
],
"demoTool": [
"tconstruct:pickaxe",
"tconstruct:shovel",
"tconstruct:hatchet",
"tconstruct:mattock",
"tconstruct:hammer",
"tconstruct:lumberaxe",
"tconstruct:excavator",
"tconstruct:scythe"
]
}
Loading

0 comments on commit bea5198

Please sign in to comment.