changelog, quests, langs
This commit is contained in:
parent
74ab10ed92
commit
ab7f443772
9 changed files with 218 additions and 161 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
|
@ -6,25 +6,33 @@
|
|||
- Cleaning meal bag foil packs is now done in the chem bath instead of the ore washer. @Pyritie
|
||||
### Changes
|
||||
#### Hot or Not
|
||||
- Added "too cold to handle" and "too light to handle" for cold things and lighter-than-air things. Uses the same mechanic as tongs. Lighter-than-air things can also be negated with something Very Heavy in your inventory, and all effects (including "too hot to handle") are negated by super tanks/chests and cells, but *not* drums or buckets. Check the `tfg:hot_protection_equipment`, `tfg:cold_protection_equipment`, and `tfg:floating_protection_equipment` tags for equipment that makes you immune to these effects. The equipment also protects against pipes! @Pyritie
|
||||
- Added "too cold to handle" and "too light to handle" for cold things and lighter-than-air things. Uses the same mechanic as tongs. Lighter-than-air things can also be negated with something Very Heavy in your inventory, and all effects (including "too hot to handle") are negated by super tanks/chests and cells, but *not* drums or buckets. Check the `#tfg:hot_protection_equipment`, `#tfg:cold_protection_equipment`, and `#tfg:floating_protection_equipment` tags for equipment that makes you immune to these effects. The equipment also protects against pipes! @Pyritie
|
||||
- GregTech hot ingots are also now properly included in the "too hot to handle" system so the same protection applies @Pyritie
|
||||
- Added machine recipes for crafting tongs @Pyritie
|
||||
#### Medical Hazards
|
||||
- Added debuff effects for all medical conditions, so you're immediately notified when carrying something hazardous instead of wondering why you have Hunger II. @Pyritie
|
||||
- The hazard effect that previously instantly killed you (which did not spawn a corpse) now gives you Wither III instead. @Pyritie
|
||||
- Early medicines can now also cure medical conditions! Did you think they wouldn't come with side effects?
|
||||
- Added visual debuff effects for all medical conditions, so you're immediately notified when carrying something hazardous instead of wondering why you have Hunger II. They don't do anything by themselves, they're just a much more visible way of checking your conditions. @Pyritie
|
||||
- Early `#tfg:medicines` can now also cure medical conditions! Did you think they wouldn't come with side effects? @Pyritie
|
||||
- The medicines have also been rebalanced, so some of the stronger ones come with a downside, while the weaker ones have a stronger cure effect.
|
||||
- The medical condition effect that previously instantly killed you (which did not spawn a corpse) now gives you Wither III instead. @Pyritie
|
||||
#### Other
|
||||
- Added two more early game mechanical belts, and rubber+ belts are also now more expensive. @Pyritie
|
||||
- Doubled the durability of all space suits @Pyritie
|
||||
- Added a way to convert between vinegar and acetic acid (#2386) @Epicificator
|
||||
- Added a renderer to the electric greenhouse, so now you can visually see your crops grow! @RubenVerg
|
||||
- Added some distant horizons config options, for those who want to use it (#2406) @Mqrius
|
||||
### Bug fixes
|
||||
- Fixed aged sake, vodka, and whiskey losing their buff effects, but for real this time @Pyritie
|
||||
- Fixed fries and cheese curds not being able to be put on burgers. @Redeix
|
||||
- Fixed sliced brinza missing the proper cheese tags. @Redeix
|
||||
- Fixed pyroxenite and keratophyre bricks crafting 1 instead of 4 (#2373) @Pyritie
|
||||
- Fixed some issues with quest items (#2384, #2386) @Mqrius
|
||||
- Fixed some tag issues with foods (#2405) @thederpysockdude123
|
||||
- Fixed treated wooden planks from being excluded in the Domum Ornamentum and Facade whitelists (#2404) @thederpysockdude123
|
||||
- Fixed a recipe conflict for boiled and fried eggs (#2407) @Mqrius
|
||||
- Fixed a recipe conflict blocking the crafting of silicone rubber (#2387) @Mqrius
|
||||
### Translation updates
|
||||
- Chinese (simplified) @jmecn
|
||||
- Japanese @sakura-gondra
|
||||
|
||||
## [0.11.10] - 9-12-2025
|
||||
### Breaking Changes
|
||||
|
|
|
|||
|
|
@ -18,15 +18,8 @@
|
|||
{
|
||||
id: "0EA7766FE6845121"
|
||||
linked_quest: "0FFBB6177DEB0A23"
|
||||
x: -8.5d
|
||||
y: 10.5d
|
||||
}
|
||||
{
|
||||
id: "5A47760FCD164E74"
|
||||
linked_quest: "61F58B402F1AE40B"
|
||||
shape: "heart"
|
||||
x: -7.5d
|
||||
y: 4.5d
|
||||
x: -8.0d
|
||||
y: 11.5d
|
||||
}
|
||||
]
|
||||
quests: [
|
||||
|
|
@ -43,8 +36,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_fluid_regulator.title}"
|
||||
x: 5.5d
|
||||
y: -2.0d
|
||||
x: 6.0d
|
||||
y: -1.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["38993B4697B0E16C"]
|
||||
|
|
@ -63,8 +56,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_robot_arm.title}"
|
||||
x: 5.5d
|
||||
y: -4.0d
|
||||
x: 6.0d
|
||||
y: -4.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["7EED0084BA59FED1"]
|
||||
|
|
@ -96,7 +89,7 @@
|
|||
}]
|
||||
title: "{quests.low_voltage.lv_pump.title}"
|
||||
x: 4.5d
|
||||
y: -2.0d
|
||||
y: -1.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["7EED0084BA59FED1"]
|
||||
|
|
@ -112,7 +105,7 @@
|
|||
}]
|
||||
title: "{quests.low_voltage.lv_piston.title}"
|
||||
x: 4.5d
|
||||
y: -4.0d
|
||||
y: -4.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["2CDB9778C7A30044"]
|
||||
|
|
@ -132,11 +125,11 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_steam_turbine.title}"
|
||||
x: 7.0d
|
||||
y: 9.0d
|
||||
x: 7.5d
|
||||
y: 9.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["6431381FBE07D6EF"]
|
||||
dependencies: ["2CDB9778C7A30044"]
|
||||
description: ["{quests.low_voltage.lv_amp_explanation.desc}"]
|
||||
id: "7B0FF43022F6C2EC"
|
||||
optional: true
|
||||
|
|
@ -150,8 +143,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_amp_explanation.title}"
|
||||
x: 7.0d
|
||||
y: 2.5d
|
||||
x: 5.5d
|
||||
y: 10.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["45B71324028F6E68"]
|
||||
|
|
@ -168,7 +161,7 @@
|
|||
}]
|
||||
title: "{quests.low_voltage.aluminium_ingot.title}"
|
||||
x: -10.0d
|
||||
y: 10.5d
|
||||
y: 11.5d
|
||||
}
|
||||
{
|
||||
dependencies: [
|
||||
|
|
@ -197,8 +190,8 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.low_voltage.lv_battery_preparation.title}"
|
||||
x: 7.0d
|
||||
y: -0.5d
|
||||
x: 7.5d
|
||||
y: 0.0d
|
||||
}
|
||||
{
|
||||
dependencies: [
|
||||
|
|
@ -224,7 +217,7 @@
|
|||
type: "checkmark"
|
||||
}]
|
||||
title: "{quests.low_voltage.cover_behaviour.title}"
|
||||
x: 5.5d
|
||||
x: 6.0d
|
||||
y: -3.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -250,8 +243,8 @@
|
|||
type: "checkmark"
|
||||
}]
|
||||
title: "{quests.low_voltage.machine_auto_output_behaviour.title}"
|
||||
x: -3.5d
|
||||
y: 1.5d
|
||||
x: -5.0d
|
||||
y: -0.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["22510C5F2386B453"]
|
||||
|
|
@ -279,7 +272,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_wiremill.title}"
|
||||
x: -2.5d
|
||||
x: -3.0d
|
||||
y: 0.5d
|
||||
}
|
||||
{
|
||||
|
|
@ -304,8 +297,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_bender.title}"
|
||||
x: -2.5d
|
||||
y: 2.5d
|
||||
x: -5.0d
|
||||
y: 1.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["22510C5F2386B453"]
|
||||
|
|
@ -330,8 +323,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_lathe.title}"
|
||||
x: -2.5d
|
||||
y: 1.5d
|
||||
x: -4.0d
|
||||
y: 1.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["22510C5F2386B453"]
|
||||
|
|
@ -345,8 +338,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_polariser.title}"
|
||||
x: 4.5d
|
||||
y: -0.5d
|
||||
x: 5.5d
|
||||
y: 2.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["6E186F9C57155BFA"]
|
||||
|
|
@ -368,8 +361,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lbb.title}"
|
||||
x: 8.0d
|
||||
y: 9.0d
|
||||
x: 9.0d
|
||||
y: 9.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["1E9BE8D3F8A602DC"]
|
||||
|
|
@ -389,18 +382,18 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_superconductor.title}"
|
||||
x: -11.5d
|
||||
x: -12.0d
|
||||
y: 7.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["701BCADAE5CF6CA5"]
|
||||
dependencies: ["22510C5F2386B453"]
|
||||
description: [
|
||||
"{quests.low_voltage.lv_chemical_bath.desc.1}"
|
||||
"{@pagebreak}"
|
||||
"{quests.low_voltage.lv_chemical_bath.desc.2}"
|
||||
]
|
||||
hide_dependency_lines: true
|
||||
id: "330BDB559A7BAB35"
|
||||
optional: true
|
||||
size: 1.0d
|
||||
subtitle: "{quests.low_voltage.lv_chemical_bath.subtitle}"
|
||||
tasks: [{
|
||||
|
|
@ -409,8 +402,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_chemical_bath.title}"
|
||||
x: -5.5d
|
||||
y: 7.5d
|
||||
x: -4.0d
|
||||
y: 13.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["64E1E87B8AF72968"]
|
||||
|
|
@ -436,8 +429,8 @@
|
|||
type: "checkmark"
|
||||
}]
|
||||
title: "{quests.low_voltage.programmed_circuits.title}"
|
||||
x: -4.5d
|
||||
y: 1.5d
|
||||
x: -6.5d
|
||||
y: -0.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["22510C5F2386B453"]
|
||||
|
|
@ -451,8 +444,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_canner.title}"
|
||||
x: 4.5d
|
||||
y: 0.5d
|
||||
x: 5.0d
|
||||
y: 1.5d
|
||||
}
|
||||
{
|
||||
dependencies: [
|
||||
|
|
@ -480,8 +473,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_battery.title}"
|
||||
x: 7.0d
|
||||
y: 0.5d
|
||||
x: 7.5d
|
||||
y: 1.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["3E6DC423FE4A99F7"]
|
||||
|
|
@ -510,8 +503,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_battery_buffer_4x.title}"
|
||||
x: 7.0d
|
||||
y: 1.5d
|
||||
x: 7.5d
|
||||
y: 3.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["1646BF9194100E57"]
|
||||
|
|
@ -545,6 +538,7 @@
|
|||
{
|
||||
dependencies: ["22510C5F2386B453"]
|
||||
description: ["{quests.low_voltage.other_machines.desc}"]
|
||||
hide_dependency_lines: false
|
||||
icon: "gtceu:crushed_sulfur_ore"
|
||||
id: "701BCADAE5CF6CA5"
|
||||
shape: "circle"
|
||||
|
|
@ -556,8 +550,8 @@
|
|||
type: "checkmark"
|
||||
}]
|
||||
title: "{quests.low_voltage.other_machines.title}"
|
||||
x: -4.5d
|
||||
y: 6.5d
|
||||
x: 5.5d
|
||||
y: 4.5d
|
||||
}
|
||||
{
|
||||
description: ["{quests.low_voltage.lv_age_progression.desc}"]
|
||||
|
|
@ -591,7 +585,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_fluid_solidifier.title}"
|
||||
x: -7.5d
|
||||
x: -8.0d
|
||||
y: 3.5d
|
||||
}
|
||||
{
|
||||
|
|
@ -617,8 +611,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_ore_prospector.title}"
|
||||
x: 8.0d
|
||||
y: 0.5d
|
||||
x: 9.0d
|
||||
y: 1.5d
|
||||
}
|
||||
{
|
||||
dependencies: [
|
||||
|
|
@ -643,7 +637,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.cupronickel_coil.title}"
|
||||
x: -8.5d
|
||||
x: -8.0d
|
||||
y: 7.5d
|
||||
}
|
||||
{
|
||||
|
|
@ -660,7 +654,7 @@
|
|||
}]
|
||||
title: "{quests.low_voltage.lv_gas_collector.title}"
|
||||
x: -4.0d
|
||||
y: 8.5d
|
||||
y: 9.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["22510C5F2386B453"]
|
||||
|
|
@ -693,7 +687,7 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.low_voltage.lv_chemical_reactor.title}"
|
||||
x: -6.5d
|
||||
x: -6.0d
|
||||
y: 3.5d
|
||||
}
|
||||
{
|
||||
|
|
@ -703,20 +697,24 @@
|
|||
"{@pagebreak}"
|
||||
"{quests.low_voltage.universal_cell.desc.2}"
|
||||
]
|
||||
icon: "gtceu:fluid_cell"
|
||||
id: "292938760AB9A12B"
|
||||
optional: true
|
||||
shape: "heart"
|
||||
size: 1.0d
|
||||
subtitle: "{quests.low_voltage.universal_cell.subtitle}"
|
||||
tasks: [{
|
||||
id: "012C90A73EC79E11"
|
||||
item: "gtceu:universal_fluid_cell"
|
||||
id: "4CEC0D86500C2A5B"
|
||||
item: {
|
||||
Count: 1
|
||||
id: "ftbfiltersystem:smart_filter"
|
||||
tag: {
|
||||
"ftbfiltersystem:filter": "or(item(gtceu:fluid_cell)item(gtceu:universal_fluid_cell)item(gtceu:steel_fluid_cell)item(gtceu:aluminium_fluid_cell)item(gtceu:stainless_steel_fluid_cell)item(gtceu:titanium_fluid_cell)item(gtceu:tungsten_steel_fluid_cell)item(gtceu:glass_vial))"
|
||||
}
|
||||
}
|
||||
title: "{quests.low_voltage.universal_cell.task}"
|
||||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.universal_cell.title}"
|
||||
x: -3.5d
|
||||
y: 2.5d
|
||||
x: -6.5d
|
||||
y: 1.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["581CDF545E1EA1FD"]
|
||||
|
|
@ -740,7 +738,7 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.low_voltage.mold_rotor.title}"
|
||||
x: -8.5d
|
||||
x: -9.5d
|
||||
y: 3.5d
|
||||
}
|
||||
{
|
||||
|
|
@ -758,11 +756,11 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.soldering_alloy.title}"
|
||||
x: 3.0d
|
||||
y: 10.5d
|
||||
x: 4.0d
|
||||
y: 11.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["701BCADAE5CF6CA5"]
|
||||
dependencies: ["22510C5F2386B453"]
|
||||
description: [
|
||||
"{quests.low_voltage.lv_electroliser.desc.1}"
|
||||
"{@pagebreak}"
|
||||
|
|
@ -770,7 +768,6 @@
|
|||
"{@pagebreak}"
|
||||
"{quests.low_voltage.lv_electroliser.desc.3}"
|
||||
]
|
||||
hide_dependent_lines: true
|
||||
id: "32B08E6F414A00C0"
|
||||
optional: true
|
||||
size: 1.0d
|
||||
|
|
@ -781,8 +778,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_electroliser.title}"
|
||||
x: -5.5d
|
||||
y: 6.5d
|
||||
x: -6.0d
|
||||
y: 7.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["22510C5F2386B453"]
|
||||
|
|
@ -806,8 +803,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_cutter.title}"
|
||||
x: -2.5d
|
||||
y: -0.5d
|
||||
x: -2.0d
|
||||
y: 0.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["22510C5F2386B453"]
|
||||
|
|
@ -819,8 +816,7 @@
|
|||
"{quests.low_voltage.lv_centrifuge.desc.3}"
|
||||
]
|
||||
id: "5263F866638D875C"
|
||||
shape: "octagon"
|
||||
size: 2.0d
|
||||
size: 1.0d
|
||||
subtitle: "{quests.low_voltage.lv_centrifuge.subtitle}"
|
||||
tasks: [{
|
||||
id: "20EDB55B8D5CDAD6"
|
||||
|
|
@ -829,7 +825,7 @@
|
|||
}]
|
||||
title: "{quests.low_voltage.lv_centrifuge.title}"
|
||||
x: -2.0d
|
||||
y: 8.5d
|
||||
y: 9.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["37307A46E70011D3"]
|
||||
|
|
@ -846,8 +842,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_sprayer.title}"
|
||||
x: 5.5d
|
||||
y: 1.5d
|
||||
x: 5.0d
|
||||
y: 0.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["22510C5F2386B453"]
|
||||
|
|
@ -867,7 +863,7 @@
|
|||
}]
|
||||
title: "{quests.low_voltage.lv_assembler.title}"
|
||||
x: 0.0d
|
||||
y: 8.5d
|
||||
y: 9.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["22510C5F2386B453"]
|
||||
|
|
@ -885,8 +881,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_extractor.title}"
|
||||
x: -6.5d
|
||||
y: 4.5d
|
||||
x: -6.0d
|
||||
y: 5.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["0DBC148D92A9F69F"]
|
||||
|
|
@ -906,7 +902,7 @@
|
|||
}]
|
||||
title: "{quests.low_voltage.lv_circuit_assembler.title}"
|
||||
x: 0.0d
|
||||
y: 15.5d
|
||||
y: 16.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["1A77CA35F054F988"]
|
||||
|
|
@ -924,13 +920,14 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_arc_furnace.title}"
|
||||
x: -4.0d
|
||||
x: -6.0d
|
||||
y: 11.5d
|
||||
}
|
||||
{
|
||||
dependencies: [
|
||||
"15928F50AE80A5CF"
|
||||
"5263F866638D875C"
|
||||
"32B08E6F414A00C0"
|
||||
"15928F50AE80A5CF"
|
||||
]
|
||||
dependency_requirement: "one_completed"
|
||||
description: [
|
||||
|
|
@ -966,8 +963,8 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.low_voltage.lv_oxygen.title}"
|
||||
x: -4.0d
|
||||
y: 10.5d
|
||||
x: -6.0d
|
||||
y: 9.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["5263F866638D875C"]
|
||||
|
|
@ -998,7 +995,7 @@
|
|||
]
|
||||
title: "{quests.low_voltage.lv_glue.title}"
|
||||
x: -2.0d
|
||||
y: 10.5d
|
||||
y: 11.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["5B891BA4897FD73C"]
|
||||
|
|
@ -1014,12 +1011,13 @@
|
|||
}]
|
||||
title: "{quests.low_voltage.gallium_arsenide.title}"
|
||||
x: 2.0d
|
||||
y: 10.5d
|
||||
y: 11.5d
|
||||
}
|
||||
{
|
||||
dependencies: [
|
||||
"63CD0236B337EAAD"
|
||||
"0EAC071414AEC07E"
|
||||
"330BDB559A7BAB35"
|
||||
"63CD0236B337EAAD"
|
||||
]
|
||||
description: [
|
||||
"{quests.low_voltage.t2_circuit_board.desc.1}"
|
||||
|
|
@ -1034,8 +1032,8 @@
|
|||
item: "gtceu:phenolic_printed_circuit_board"
|
||||
type: "item"
|
||||
}]
|
||||
x: -0.5d
|
||||
y: 10.5d
|
||||
x: -2.0d
|
||||
y: 13.5d
|
||||
}
|
||||
{
|
||||
dependencies: [
|
||||
|
|
@ -1052,8 +1050,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_diode.title}"
|
||||
x: 0.5d
|
||||
y: 10.5d
|
||||
x: 0.0d
|
||||
y: 11.5d
|
||||
}
|
||||
{
|
||||
dependencies: [
|
||||
|
|
@ -1072,7 +1070,7 @@
|
|||
}]
|
||||
title: "{quests.low_voltage.1_mv_circuit.title}"
|
||||
x: 0.0d
|
||||
y: 12.5d
|
||||
y: 13.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["1E9BE8D3F8A602DC"]
|
||||
|
|
@ -1087,7 +1085,7 @@
|
|||
}]
|
||||
title: "{quests.low_voltage.aluminium_dust.title}"
|
||||
x: -10.0d
|
||||
y: 9.0d
|
||||
y: 9.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["1E9BE8D3F8A602DC"]
|
||||
|
|
@ -1190,8 +1188,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_rock_crusher.title}"
|
||||
x: 4.5d
|
||||
y: 3.5d
|
||||
x: 4.0d
|
||||
y: 1.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["3E6DC423FE4A99F7"]
|
||||
|
|
@ -1218,8 +1216,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_turbo_charge.title}"
|
||||
x: 8.0d
|
||||
y: -0.5d
|
||||
x: 9.0d
|
||||
y: 0.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["22510C5F2386B453"]
|
||||
|
|
@ -1246,15 +1244,13 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_fisher.title}"
|
||||
x: 4.5d
|
||||
y: 2.5d
|
||||
x: 3.0d
|
||||
y: 0.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["22510C5F2386B453"]
|
||||
description: ["{quests.low_voltage.lv_mixer.desc}"]
|
||||
id: "5B891BA4897FD73C"
|
||||
shape: "octagon"
|
||||
size: 2.0d
|
||||
subtitle: "{quests.low_voltage.lv_mixer.subtitle}"
|
||||
tasks: [{
|
||||
id: "337A6B670842F80A"
|
||||
|
|
@ -1273,7 +1269,7 @@
|
|||
}]
|
||||
title: "{quests.low_voltage.lv_mixer.title}"
|
||||
x: 2.0d
|
||||
y: 8.5d
|
||||
y: 9.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["12565AB92A2BF976"]
|
||||
|
|
@ -1284,7 +1280,7 @@
|
|||
]
|
||||
id: "22510C5F2386B453"
|
||||
shape: "gear"
|
||||
size: 2.0d
|
||||
size: 2.5d
|
||||
subtitle: "{quests.low_voltage.lv_machine_hull.subtitle}"
|
||||
tasks: [{
|
||||
id: "499CACFF0350B3CA"
|
||||
|
|
@ -1323,8 +1319,8 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.low_voltage.lv_nitrogen.title}"
|
||||
x: -6.0d
|
||||
y: 10.5d
|
||||
x: -4.0d
|
||||
y: 11.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["648BCF486E16CCB2"]
|
||||
|
|
@ -1364,7 +1360,7 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.low_voltage.mold_plate.title}"
|
||||
x: -7.5d
|
||||
x: -9.5d
|
||||
y: 2.5d
|
||||
}
|
||||
{
|
||||
|
|
@ -1381,8 +1377,8 @@
|
|||
}
|
||||
type: "item"
|
||||
}]
|
||||
x: 8.0d
|
||||
y: 1.5d
|
||||
x: 9.0d
|
||||
y: 3.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["2CDB9778C7A30044"]
|
||||
|
|
@ -1413,7 +1409,7 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.steam_age.alternator.title}"
|
||||
x: 7.0d
|
||||
x: 7.5d
|
||||
y: 8.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -1434,14 +1430,12 @@
|
|||
}]
|
||||
title: "{quests.low_voltage.mv_hull.title}"
|
||||
x: -10.0d
|
||||
y: 14.0d
|
||||
y: 15.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["648BCF486E16CCB2"]
|
||||
description: ["{quests.low_voltage.lv_machine_casing.desc}"]
|
||||
id: "12565AB92A2BF976"
|
||||
shape: "octagon"
|
||||
size: 2.0d
|
||||
subtitle: "{quests.low_voltage.lv_machine_casing.subtitle}"
|
||||
tasks: [{
|
||||
id: "7459A24E5EBE148D"
|
||||
|
|
@ -1473,8 +1467,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_greenhouse.title}"
|
||||
x: 3.0d
|
||||
y: 12.5d
|
||||
x: 2.25d
|
||||
y: 13.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["22510C5F2386B453"]
|
||||
|
|
@ -1497,8 +1491,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_aqueous_accumulator.title}"
|
||||
x: 4.5d
|
||||
y: 4.5d
|
||||
x: 2.0d
|
||||
y: 0.0d
|
||||
}
|
||||
{
|
||||
dependencies: [
|
||||
|
|
@ -1518,8 +1512,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_combuston_gen.title}"
|
||||
x: 7.0d
|
||||
y: 10.0d
|
||||
x: 7.5d
|
||||
y: 11.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["2CDB9778C7A30044"]
|
||||
|
|
@ -1561,8 +1555,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_seeds.title}"
|
||||
x: 7.5d
|
||||
y: 13.0d
|
||||
x: 11.0d
|
||||
y: 11.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["55213ACBF5F5D398"]
|
||||
|
|
@ -1577,8 +1571,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_seed_oil.title}"
|
||||
x: 7.5d
|
||||
y: 12.0d
|
||||
x: 10.0d
|
||||
y: 11.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["1D979CB5862BD480"]
|
||||
|
|
@ -1593,7 +1587,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_biodiesel.title}"
|
||||
x: 7.5d
|
||||
x: 9.0d
|
||||
y: 11.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -1609,8 +1603,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.cupronickel_ingot.title}"
|
||||
x: -8.5d
|
||||
y: 8.5d
|
||||
x: -8.0d
|
||||
y: 9.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["7567E885B7166603"]
|
||||
|
|
@ -1639,8 +1633,8 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.low_voltage.aluminium_greate.title}"
|
||||
x: -11.5d
|
||||
y: 10.5d
|
||||
x: -12.0d
|
||||
y: 11.5d
|
||||
}
|
||||
{
|
||||
dependencies: [
|
||||
|
|
@ -1661,7 +1655,7 @@
|
|||
type: "checkmark"
|
||||
}]
|
||||
title: "{quests.low_voltage.oil.title}"
|
||||
x: 6.5d
|
||||
x: 10.0d
|
||||
y: 12.0d
|
||||
}
|
||||
{
|
||||
|
|
@ -1680,8 +1674,8 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_gas_turbine.title}"
|
||||
x: 7.0d
|
||||
y: 7.0d
|
||||
x: 7.5d
|
||||
y: 6.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["2CEE3C0972650C81"]
|
||||
|
|
@ -1712,8 +1706,8 @@
|
|||
}
|
||||
]
|
||||
title: "{quests.low_voltage.lv_naphtha_light.title}"
|
||||
x: 6.5d
|
||||
y: 11.0d
|
||||
x: 9.0d
|
||||
y: 12.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["5F3063C539C9CBBF"]
|
||||
|
|
@ -1729,8 +1723,26 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.lv_gas_syngas.title}"
|
||||
x: 7.0d
|
||||
y: 6.0d
|
||||
x: 9.0d
|
||||
y: 6.5d
|
||||
}
|
||||
{
|
||||
dependencies: [
|
||||
"581CDF545E1EA1FD"
|
||||
"5B2696206205CB2E"
|
||||
]
|
||||
dependency_requirement: "one_completed"
|
||||
description: ["{quests.low_voltage.glowstone.desc}"]
|
||||
id: "45CEDBD3A2092C71"
|
||||
subtitle: "{quests.low_voltage.glowstone.subtitle}"
|
||||
tasks: [{
|
||||
id: "19C401FA4D964FA1"
|
||||
item: "minecraft:glowstone"
|
||||
type: "item"
|
||||
}]
|
||||
title: "{quests.low_voltage.glowstone.title}"
|
||||
x: -8.0d
|
||||
y: 5.5d
|
||||
}
|
||||
]
|
||||
subtitle: ["{quests.low_voltage.subtitle}"]
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@
|
|||
id: "227B6C88FFE99435"
|
||||
linked_quest: "4EBABACAB444244D"
|
||||
shape: "heart"
|
||||
x: 16.5d
|
||||
x: 17.0d
|
||||
y: -24.5d
|
||||
}
|
||||
{
|
||||
|
|
@ -57,7 +57,7 @@
|
|||
{
|
||||
id: "3249AB9EB552BB77"
|
||||
linked_quest: "4B79026C8D2DACC4"
|
||||
x: 17.5d
|
||||
x: 18.5d
|
||||
y: -28.0d
|
||||
}
|
||||
]
|
||||
|
|
@ -669,7 +669,7 @@
|
|||
type: "item"
|
||||
}]
|
||||
title: "{quests.metal_age.red_steel_flask.title}"
|
||||
x: 16.5d
|
||||
x: 17.0d
|
||||
y: -27.5d
|
||||
}
|
||||
{
|
||||
|
|
@ -1276,6 +1276,27 @@
|
|||
x: 17.0d
|
||||
y: -29.5d
|
||||
}
|
||||
{
|
||||
dependencies: ["56CA2EB7812529C5"]
|
||||
description: ["{quests.metal_age.temperature_protection.desc}"]
|
||||
id: "310D96268266D787"
|
||||
subtitle: "{quests.metal_age.temperature_protection.subtitle}"
|
||||
tasks: [{
|
||||
id: "334F07058A050458"
|
||||
item: {
|
||||
Count: 1
|
||||
id: "ftbfiltersystem:smart_filter"
|
||||
tag: {
|
||||
"ftbfiltersystem:filter": "or(item(tfc:metal/boots/red_steel)item(sns:red_steel_toe_hiking_boots)item(tfc:metal/chestplate/red_steel)item(tfc:metal/boots/blue_steel)item(sns:blue_steel_toe_hiking_boots)item(minecraft:netherite_boots)item(create:netherite_diving_boots)item(tfc:metal/chestplate/blue_steel)item(create:netherite_backtank))"
|
||||
}
|
||||
}
|
||||
title: "{quests.metal_age.temperature_protection.task}"
|
||||
type: "item"
|
||||
}]
|
||||
title: "{quests.metal_age.temperature_protection.title}"
|
||||
x: 18.5d
|
||||
y: -24.0d
|
||||
}
|
||||
]
|
||||
subtitle: ["{quests.metal_age.subtitle}"]
|
||||
title: "{quests.metal_age}"
|
||||
|
|
|
|||
|
|
@ -1701,8 +1701,6 @@
|
|||
description: ["{quests.steam_age.supers.desc}"]
|
||||
icon: "gtceu:ulv_super_chest"
|
||||
id: "671405A9F3A8DFDB"
|
||||
optional: true
|
||||
shape: "heart"
|
||||
subtitle: "{quests.steam_age.supers.subtitle}"
|
||||
tasks: [{
|
||||
id: "5F5A6967B674C05A"
|
||||
|
|
|
|||
|
|
@ -2300,13 +2300,18 @@
|
|||
id: "00117AD40FACB89D"
|
||||
rewards: [
|
||||
{
|
||||
id: "41B4EBE6FBC8DCAE"
|
||||
item: "gtceu:paracetamol_pill"
|
||||
id: "260BA8E2AB90DDF7"
|
||||
item: "tfg:poison_pill"
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
id: "260BA8E2AB90DDF7"
|
||||
item: "tfg:poison_pill"
|
||||
id: "6402410E15263863"
|
||||
item: "tfg:regeneration_pill"
|
||||
type: "item"
|
||||
}
|
||||
{
|
||||
id: "2135759D738A8AA1"
|
||||
item: "tfg:antipoison_tablet"
|
||||
type: "item"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -368,11 +368,11 @@
|
|||
"block.greate.large_andesite_alloy_cogwheel": "大型基础齿轮",
|
||||
"block.greate.metal_girder_encased_andesite_alloy_shaft": "金属梁包住的基础传动杆",
|
||||
"block.greate.powered_andesite_alloy_shaft": "基础动力曲轴",
|
||||
"item.greate.andesite_alloy_belt_connector": "木板履带式传送带",
|
||||
"item.greate.stone_belt_connector": "皮革传送带",
|
||||
"item.greate.rubber_belt_connector": "橡胶传送带",
|
||||
"item.greate.silicone_rubber_belt_connector": "硅橡胶传送带",
|
||||
"block.greate.polyethylene_belt_titanium": "丁苯橡胶传送带",
|
||||
"block.greate.polyethylene_belt_tungsten_steel": "丁苯橡胶传送带",
|
||||
"item.greate.polyethylene_belt_connector": "丁苯橡胶传送带",
|
||||
"item.greate.styrene_butadiene_rubber_belt_connector": "丁苯橡胶传送带",
|
||||
"item.greate.andesite_alloy_vertical_gearbox": "基础竖直十字齿轮箱",
|
||||
"greate.recipe.packing": "焊接 & 压缩",
|
||||
"greate.ponder.belt_casing.text_1": "你可以用黄铜或者金属机壳装饰你的传送带",
|
||||
|
|
|
|||
|
|
@ -212,6 +212,7 @@
|
|||
"gtceu.recipe.category.ingot_molding": "压模",
|
||||
"block.gtceu.wire_coil.tooltip_pyro": "§8热解炉与核燃料工厂:§r",
|
||||
"block.gtceu.wire_coil.tooltip_cracking": "§8裂化机,煤炭液化塔,月壤和紫金采集器:§r",
|
||||
"tooltip.moldraw.shift_view": "§7§o按住(Shift)查看分子结构§r",
|
||||
"tagprefix.sword_head": "%s剑身",
|
||||
"tagprefix.pickaxe_head": "%s镐头",
|
||||
"tagprefix.shovel_head": "%s铲头",
|
||||
|
|
|
|||
|
|
@ -2599,7 +2599,7 @@
|
|||
"quests.low_voltage.lv_machine_hull.title": "Your second machine hull",
|
||||
"quests.low_voltage.lv_machine_hull.subtitle": "It's time to get into electricity",
|
||||
"quests.low_voltage.lv_machine_hull.desc.1": "You're getting real close to your &6first LV Machine&r and the beginning of the electric age! If you haven't made any &4Red Steel&r yet, you'll now have to, but in return you will get &6new ways&r to improve your production.\n\nThis is the GregTech philosophy: &6the further you progress, the better the new recipes become&r.\n\nTry to make at least 3 or 4 casings to begin.",
|
||||
"quests.low_voltage.lv_machine_hull.desc.2": "For some players, reaching a new tier is marked by crafting the first &6circuit&r, for others it's the &6machine hull&r or the &6energy hatch&r. You can use whatever works best for you, but for the sake of organization, these quests will use the machine hull.",
|
||||
"quests.low_voltage.lv_machine_hull.desc.2": "For some players, reaching a new tier is marked by crafting the first &6circuit&r, for others it's the &6machine hull&r or the &6energy hatch&r. You can use whatever works best for you, but for the sake of organization, these quests will use the machine hull.\n\nLost on where to start? We recommend looking for machines that will make everything else cheaper, starting with the thing you hate the most.",
|
||||
"quests.low_voltage.lv_machine_casing.title": "LV Machine Casing for Create?",
|
||||
"quests.low_voltage.lv_machine_casing.subtitle": "More options!",
|
||||
"quests.low_voltage.lv_machine_casing.desc": "To make getting into LV less intimidating, &5TFG&r gives you the option to use &6Create&r machines in place of some &6GregTech&r machines.\n\nWe introduced them &6last chapter&r, but just know that if there is an alternative to a GregTech machine, you will have the choice within the quest.",
|
||||
|
|
@ -2610,7 +2610,7 @@
|
|||
"quests.low_voltage.lv_age_progression.subtitle": "Too many options, too little time!",
|
||||
"quests.low_voltage.lv_age_progression.desc": "&7LV&r will require you to craft a lot of different machines! Here's a friendly tip if you're struggling to set goals: pick an item in a later quest and go backwards from there.\n\nWith that in mind... why don't we start with a &5Fusion Controller&r? Never mind, slightly too ambitious - let's check a closer goal instead. Ah, yes, the &3Electric Blast Furnace&r - the main end goal of &7LV&r - should be a good target.\n\nThe EBF is &aexpensive&r, which is why you should initially focus on machines to make components and materials cheaper. Our quests will try to will guide you in the right direction.\n\nOther important goals are crafting the &3LV Assembler&r, making your first &aMV Circuits&r and getting your first &bCircuit Assembler&r.",
|
||||
"quests.low_voltage.lv_age_progression.task": "I... might have some sense of direction now",
|
||||
"quests.low_voltage.lv_steam_turbine.title": "Electricity Generation",
|
||||
"quests.low_voltage.lv_steam_turbine.title": "The Steam Turbine",
|
||||
"quests.low_voltage.lv_steam_turbine.subtitle": "You must construct additional turbines",
|
||||
"quests.low_voltage.lv_steam_turbine.desc.1": "The &3Steam Turbine&r is one of the only generators you can realistically use in &7LV&r. &2Later, you'll unlock more interesting Power options&r, such as natural gases or petrols.\n\nWhen provided Steam, the turbine will output EU at a ratio of &d2 mB = 1 EU&r.",
|
||||
"quests.low_voltage.lv_steam_turbine.desc.2": "If you're using a single &3Steam Turbine&r, you only need &a1x Tin Cables&r. On the other hand, if you upgrade to &32 Steam Turbines&r, you should use &a2x Tin Cables&r - else they may end up &cburning&r.\n\nThis is because of the &9Amperage&r mechanic... but that will be explained later so you can enjoy playing. Don't worry!",
|
||||
|
|
@ -2681,9 +2681,9 @@
|
|||
"quests.low_voltage.lv_lathe.task": "Any of these",
|
||||
"quests.low_voltage.universal_cell.title": "Better bucket",
|
||||
"quests.low_voltage.universal_cell.subtitle": "You can see inside, unlike those drums...",
|
||||
"quests.low_voltage.universal_cell.desc.1": "Cells are an alternative form of Fluid storage. All Cell types with the same type and amount of Fluid inside them &6stack&r. They can be automatically filled with a &3Canning Machine&r.\n\nCells hold &done bucket&r of Fluid.",
|
||||
"quests.low_voltage.universal_cell.desc.1": "Cells are an alternative form of Fluid storage. All Cell types with the same type and amount of Fluid inside them &6stack&r. They can be automatically filled with a &3Canning Machine&r.\n\nFluid Cells hold &done bucket&r of Fluid.\n\nNot sold on them yet? Unlike drums and buckets, cells &asafely contain&r their contents, preventing you from getting burnt, frozen, or floating.",
|
||||
"quests.low_voltage.universal_cell.desc.2": "Universal Cells hold up to &done bucket&r, but also can store &9fractions&r of Buckets. They're particularly ideal if you want to store leftover Fluid without crafting a whole Drum. \n\nCells made from higher tier materials can hold even more fluid, but &9Drums&r and &9Super Tanks&r will hold more by then.\n\nLike Drums, Cells can be placed into a crafting grid to clear their contents.",
|
||||
"quests.low_voltage.universal_cell.task": "",
|
||||
"quests.low_voltage.universal_cell.task": "Any cell",
|
||||
"quests.low_voltage.machine_auto_output_behaviour.title": "Machine Auto-Output Behaviour",
|
||||
"quests.low_voltage.machine_auto_output_behaviour.subtitle": "Let's learn.",
|
||||
"quests.low_voltage.machine_auto_output_behaviour.desc.1": "All machines typically have one &7Front Face&r, and one &9Output Face&r.\n\nThe &7Front Face&r should be obvious.\nThe &9Output Face&r is the face with a dot or hole on it. By default, this is at the back of the machine as you place it.\n\nMachines can &aauto-output&r through their output face. To enable auto-output, click the appropriate button in the GUI. Fluid and item auto-outputs are toggled separately. Further control over auto-outputs can be achieved with &dFilters&r and &dCovers&r, which are explained in the &dCover Behavior&r quest found in this chapter.",
|
||||
|
|
@ -2754,7 +2754,7 @@
|
|||
"quests.low_voltage.lv_electroliser.desc.3": "&cTake caution!&r Due to how ores work, directly smelting dusts into Ingots can give higher metal yields than electrolysis. However, it means you lose the other products in the dust. You will have to decide whether you want to prioritise direct value, or byproduct count.",
|
||||
"quests.low_voltage.lv_mixer.title": "Basic Mixer",
|
||||
"quests.low_voltage.lv_mixer.subtitle": "The Mixer mixes...",
|
||||
"quests.low_voltage.lv_mixer.desc": "Using the mixer will &6significantly speed up&r the process of making colored steel, especially the &4red steel&r for your machine hulls. Even if you don't think you need it now, you'll find it &6essential&r later on.",
|
||||
"quests.low_voltage.lv_mixer.desc": "Using the mixer will &6significantly speed up&r the process of making colored steel, especially the &4red steel&r for your machine hulls. Even if you don't think you need it now, you'll find it &6essential&r later on.\n\nYou're used to alloying things in a Crucible, but for any new alloys (as well as all of the old ones), the GregTech way of alloying is to &amix together dusts&r and then heat them into ingots or extract them into fluids. Don't look at the Alloy Blast Smelter in JEI, that's not until &5EV&r.",
|
||||
"quests.low_voltage.lv_mixer.task": "From Create or GregTech",
|
||||
"quests.low_voltage.soldering_alloy.title": "Soldering Alloy",
|
||||
"quests.low_voltage.soldering_alloy.subtitle": "I got soul but I'm not a solder",
|
||||
|
|
@ -2772,7 +2772,7 @@
|
|||
"quests.low_voltage.t2_circuit_board.desc.2": "&l&3Lore:&r&o Back in GTCEu 1.12.2, these circuit boards were called &2Good Circuit Boards&f. Not exactly a fitting name, as they're &4rather evil&f to craft.",
|
||||
"quests.low_voltage.lv_diode.title": "Diode",
|
||||
"quests.low_voltage.lv_diode.subtitle": "Don't be swayed by EMI!",
|
||||
"quests.low_voltage.lv_diode.desc": "Don't let JEI fool you... there's only one possible recipe right now for this Primitive Diode -- the liquid glass one.\n\nDiodes have a infamously &4nasty recipe&r, but they will become cheaper and more convenient once you can obtain &ePolyethylene&r.\n\nThis is required for &dMV Circuits&r.",
|
||||
"quests.low_voltage.lv_diode.desc": "Don't let JEI fool you... there's only two possible recipes right now for this Primitive Diode -- the liquid glass ones.\n\nDiodes have a infamously &4nasty recipe&r, but they will become cheaper and more convenient once you can obtain &ePolyethylene&r.\n\nThis is required for &dMV Circuits&r.",
|
||||
"quests.low_voltage.1_mv_circuit.title": "First MV Circuit!",
|
||||
"quests.low_voltage.1_mv_circuit.subtitle": "Does that mean we're at MV yet?",
|
||||
"quests.low_voltage.1_mv_circuit.desc": "Well... got any Aluminium Ingots yet?\n\nEach Electric Age has Circuits corresponding to its tier. The Good Electronic Circuit is the &dfirst MV Circuit&r you can make out of the three tiers of &bMV&r Circuitry.\n\nAlways be on the lookout for a cheaper way to make your circuits - new sets of recipes become available each time you make a new tier of &2Circuit Assembler&r. Conveniently, this tier of Circuit unlocks one now! Its recipes are far, far cheaper than the Deployers.\n\n&6Having this and Aluminium will grant access to MV Machines.&r\n\nIf you are having trouble understanding the mess that is GregTech circuits, check out the &6Progression Table&r chapter.",
|
||||
|
|
@ -2871,6 +2871,9 @@
|
|||
"quests.low_voltage.oil.title": "Found Oil early?",
|
||||
"quests.low_voltage.oil.subtitle": "For LV overachievers",
|
||||
"quests.low_voltage.oil.desc": "If you've found any Oilsands ores or Oil spouts (in deserts) in your travels, you can actually start using a little bit of it in LV.\n\nYou can either convert it into Heavy Fuel and put it in your boilers, or better yet, use it to make a little &bPolyethylene&r!\n\nThe details of this are in the MV chapter, but at this point you can use the polyethylene to make a few things such as cheaper Machine Hulls and Diodes.",
|
||||
"quests.low_voltage.glowstone.title": "Permanent Lighting",
|
||||
"quests.low_voltage.glowstone.subtitle": "A roundabout way of inventing light bulbs",
|
||||
"quests.low_voltage.glowstone.desc": "Looking for some cheap, permanent light sources? Now that you've got an LV Extractor (and soon an LV Fluid Solidifer), you can put all that &6Glowstone Dust&r you found in The Beneath to work. Ran out? You can make more in a Mixer.\n\nCheck out JEI for all the new light sources you can make with both liquid glowstone and glowstone blocks. GregTech also has some made with glowstone dust in an assembler.\n\nAs a bonus, you can also use liquid glowstone as an infinite fuel for your lamps!",
|
||||
"quests.medium_voltage": "&bMV&r - Medium Voltage",
|
||||
"quests.medium_voltage.subtitle": "Venture into petrochemistry and refine electronics",
|
||||
"quests.medium_voltage.mv_machine_hull.title": "Welcome to MV!",
|
||||
|
|
@ -3260,6 +3263,10 @@
|
|||
"quests.metal_age.this_is_a_bucket.title": "This... is a Bucket.",
|
||||
"quests.metal_age.this_is_a_bucket.subtitle": "Dear God...",
|
||||
"quests.metal_age.this_is_a_bucket.desc": "Congratulations on crafting the Bucket. The Metallurgy Age is officially over.\n\nGo and start working on those Low Voltage components!",
|
||||
"quests.metal_age.temperature_protection.title": "Colored Steel Equipment",
|
||||
"quests.metal_age.temperature_protection.subtitle": "Permanent Temperature Protection",
|
||||
"quests.metal_age.temperature_protection.desc": "Tired of holding tongs? The excellent thermal protection properties of colored steel carries over to their equipment!\n\n&9Blue Steel&r equipment can protect against extreme heat, such as holding hot ingots or stepping on pipes full of steam, while &cRed Steel&r equipment does the same but for the cold. Chestplate items protects your inventory, while boot items protect against pipes.\n\nCheck the &6#hot_protection_equipment&r and &b#cold_protection_equipment&r tags for a full list!",
|
||||
"quests.metal_age.temperature_protection.task": "Any red or blue steel equipment",
|
||||
"quests.ore_proc": "Ore Processing",
|
||||
"quests.ore_proc.subtitle": "Everything you'll need to get the most out of your ores",
|
||||
"quests.ore_proc.native_ore.title": "Welcome to Ore Processing",
|
||||
|
|
@ -3619,7 +3626,7 @@
|
|||
"quests.steam_age.mold_table.desc.2": "If you'd like, you can also use a Chute to drop your items into the top of the blast furnace, and a Deployer to automatically work the bellows. Excessive bellow blowing will quickly use up the durability of your Tuyere, though item pipes can push a new one in.\n\nYou could even have a pump pull from both your blast furnace and your crucible, using a Fluid Valve to stop the pump while you're alloying, and turn it back on once you're finished.",
|
||||
"quests.steam_age.fluid_pipes.title": "Fluid Pipes",
|
||||
"quests.steam_age.fluid_pipes.subtitle": "Liquids, gases... we don't discriminate",
|
||||
"quests.steam_age.fluid_pipes.desc.1": "&bFluid Pipes&r will transport &7Steam&r between machines for you.\n\nEach Pipe has a certain throughput in mB/t, and a &6Temperature Limit&r. This is relevant right now, as Steam will burn Wooden Pipes. Some pipes have &bspecial&r attributes you don't need to worry about for now.\n\nEach material has several sizes for Pipes. The bigger the Pipe, the &ahigher&r the throughput, but the more &dexpensive&r the craft. For example, a normal &6Bronze Fluid Pipe&r transfers 120 mB/t. (It also has a 1,200 mB internal buffer!)\n\nTo start off, we recommend using Wood pipes for cold fluids, and Bronze ones for hot fluids.",
|
||||
"quests.steam_age.fluid_pipes.desc.1": "&bFluid Pipes&r will transport &7Steam&r between machines for you.\n\nEach Pipe has a certain throughput in mB/t, and a &6Temperature Limit&r. This is relevant right now, as Steam will burn Wooden Pipes. Some pipes have &bspecial&r attributes you don't need to worry about for now.\n\nEach material has several sizes for Pipes. The bigger the Pipe, the &ahigher&r the throughput, but the more &dexpensive&r the craft. For example, a normal &6Bronze Fluid Pipe&r transfers 120 mB/t. (It also has a 1,200 mB internal buffer!)\n\nTo start off, we recommend using Wood pipes for room-temperature fluids, and Bronze ones for hot fluids.",
|
||||
"quests.steam_age.fluid_pipes.desc.2": "&aReminder:&r 1 second = 20 ticks... assuming the server isn't lagging.\n\n&dNote:&r GT6-style Pipes are enabled. It means that placing Pipes connects them only to the block they were placed against. To open more connections, use your Wrench on the pipe.\n\nYou can also shift-right click with your Wrench to disable input from a side. This can help counteract sloshing (liquids travelling in an undesired direction).",
|
||||
"quests.steam_age.fluid_drums.title": "Efficient Fluid Storage",
|
||||
"quests.steam_age.fluid_drums.subtitle": "I don't think a wooden barrel can hold molten steel",
|
||||
|
|
@ -3776,7 +3783,7 @@
|
|||
"quests.steam_age.steel_mech_press.desc.2": "&l&3Lore:&r&o The Create Mechanical Press used to be a key piece of late steam age progression prior to version 0.9 of TerraFirmaGreg, because it produced plates at an even better ratio of 5 to 4. However, its implementation was actually \"20 percent of the time, you get nothing\", which caused many people to proclaim how much they loved gambling while using it.",
|
||||
"quests.steam_age.supers.title": "Super Chests and Super Tanks",
|
||||
"quests.steam_age.supers.subtitle": "Super Storage Drawers",
|
||||
"quests.steam_age.supers.desc": "This is the &cu&6l&et&ai&bm&9a&5t&4e&r portable item and storage solution if you have a lot of single items or fluids. While these &dBasic&r (&8ULV&r) ones start out relatively small, higher tiers of Super chests and tanks can hold an insane amount of stuff - all in one single block without any regards to temperature or acidity!\n\nLike Drums, Super Tanks and Chests &6keep their contents when broken&r, can be cleared in the crafting grid, and can automatically void any overflow.\n\nIf you hunger for &9even more&r storage, take a look at higher tier Quantum Chests and Tanks or AE2 Storage Cells.",
|
||||
"quests.steam_age.supers.desc": "This is the &cu&6l&et&ai&bm&9a&5t&4e&r portable item and storage solution if you have a lot of single items or fluids. While these &dBasic&r (&8ULV&r) ones start out relatively small, higher tiers of Super chests and tanks can hold an insane amount of stuff - all in one single block without any regards to temperature or acidity!\n\nLike Drums, Super Tanks and Chests &6keep their contents when broken&r, can be cleared in the crafting grid, and can automatically void any overflow. Unlike drums, however, Super Tanks also &asafely contain&r their contents, preventing you from getting burnt, frozen, or floating.\n\nIf you hunger for &9even more&r storage, take a look at higher tier Quantum Chests and Tanks or AE2 Storage Cells.",
|
||||
"quests.steam_age.supers.task": "Any super chest or tank",
|
||||
"quests.stone_age": "Stone Age",
|
||||
"quests.stone_age.subtitle": "Humble Beginnings",
|
||||
|
|
@ -3936,6 +3943,11 @@
|
|||
"quests.stone_age.hazards.subtitle": "Thought the surface was difficult? Think again.",
|
||||
"quests.stone_age.hazards.desc.1": "Besides the monsters, the biggest challenge when mining is dealing with cave-ins. If a Raw stone or ore block has air below it, it's considered 'unsupported' and has a chance to start a cave-in every time a nearby block is mined. Cave roofs are covered with Hardened stone, which won't cause a collapse. To mitigate this, the safest thing you can do is just mine the floor, but if you want to safely mine anything else you'll have to learn how to use support beams! These are crafted with logs and a saw.",
|
||||
"quests.stone_age.hazards.desc.2": "The Field Guide has more details and diagrams about how exactly support beams work, but the short version is you'll want to place them down like this within four blocks of each other. Only the top vertical beams will actually support anything, and they have a small radius.",
|
||||
"quests.stone_age.medical_conditions.title": "Medical Conditions",
|
||||
"quests.stone_age.medical_conditions.subtitle": "Don't eat the Asbestos",
|
||||
"quests.stone_age.medical_conditions.desc.1": "Be careful what you pick up! Not all ores or dusts are safe to touch, and some will cause a buildup of a &6Medical Condition&r.\n\nEverything &cHazardous&r is written on its tooltip, so if you suddenly notice a debuff appearing, get that item out of your inventory! Putting it inside a container like a small vessel or backpack is safe.\n\nMost of these effects will slowly go away on their own, but if you let them build up long enough, you'll start getting a host of other nasty effects, up to and including &cdeath&r.",
|
||||
"quests.stone_age.medical_conditions.desc.2": "You will eventually need to work with some of these materials, so you have ways to deal with them.\n\nThe best way is to avoid getting any conditions in the first place - a Face Mask and Rubber Gloves will prevent inhalation and contact hazards respectively.\n\nThe second-best way is a cure: check out some of the &aPills, Tablets, and Salvos&r you can craft - they all help cure certain effects (and provide helpful buffs!), though the stronger cures have more annoying side-effects.",
|
||||
"quests.stone_age.medical_conditions.task": "I'm my own doctor",
|
||||
"quests.stone_age.copper_for_anvil.title": "Copper for the Anvil",
|
||||
"quests.stone_age.copper_for_anvil.subtitle": "You better get used to getting 14 ingots of something.",
|
||||
"quests.stone_age.copper_for_anvil.desc": "Anvils aren't cheap! Each anvil will require 14 ingots, which are then welded into 7 double ingots.\n\nYou might want to start mining at this point if you haven't already, gathering 126 pieces of small copper is difficult.",
|
||||
|
|
@ -3965,7 +3977,7 @@
|
|||
"quests.stone_age.flux.desc": "Flux is an item that is primarily used in metal working to weld things together, though it has some other uses too.\nCertain types of Rocks such as Chalk, Limestone and Marble can be crushed down to make Flux, as well as the shells of various ocean animals.",
|
||||
"quests.stone_age.weld_copper_ingots.title": "Welding Copper",
|
||||
"quests.stone_age.weld_copper_ingots.subtitle": "So close to the Copper Anvil",
|
||||
"quests.stone_age.weld_copper_ingots.desc": "Light up your Forge and give it at least 2 Copper Ingots. Keep an eye on their tooltip as they heat up - once they get hot, it'll show \"Can Work\", but we need to wait until they get to \"Can Weld\", which is just before their melting point.\n\nOnce they reach it, quickly pull them out of the forge (while holding some wooden tongs in your off-hand!) and into the Rock Anvil's interface, along with a little bit of flux. Lastly, right-click the anvil while sneaking to weld the two ingots together while they're still hot. You can use water or snow to cool down your new double ingot faster.",
|
||||
"quests.stone_age.weld_copper_ingots.desc": "Light up your Forge and give it at least 2 Copper Ingots. Keep an eye on their tooltip as they heat up - once they get hot, it'll show \"Can Work\", but we need to wait until they get to \"Can Weld\", which is just before their melting point.\n\nOnce they reach it, quickly pull them out of the forge (while holding some &ewooden tongs&r in your off-hand!) and into the Rock Anvil's interface, along with a little bit of flux. Lastly, right-click the anvil while sneaking to weld the two ingots together while they're still hot. You can use water or snow to cool down your new double ingot faster.",
|
||||
"quests.metal_age.copper_anvil.title": "T1 Anvil: Copper",
|
||||
"quests.metal_age.copper_anvil.subtitle": "It's all been building up to this!",
|
||||
"quests.metal_age.copper_anvil.desc": "Congratulations! You've officially finished the Stone Age and entered the Metallurgy Age! With your Copper Anvil, the next step is to climb up the Anvil Tiers, and each time you unlock a new Tier, new tools and possibilities will be available to make your life progressively easier. Now go and become a master smith!",
|
||||
|
|
|
|||
|
|
@ -3293,7 +3293,7 @@
|
|||
"quests.metal_age.steel_anvil.subtitle": "相比锻铁的巨大飞跃",
|
||||
"quests.metal_age.steel_anvil.desc": "有了钢砧,你将能够将钢锭加工成不同的形式。\n\n钢制工具和设备相比青铜和锻铁对应物有显著提升,因此如果你现有的工具即将损坏,它们值得制作。你很快将需要制造大量合金,因此一些新的采矿设备将是一项明智的投资。",
|
||||
"quests.metal_age.steel_goodies.title": "钢级机械动力",
|
||||
"quests.metal_age.steel_goodies.subtitle": "吹风、粉碎和管道运输",
|
||||
"quests.metal_age.steel_goodies.subtitle": "鼓风、粉碎和管道运输",
|
||||
"quests.metal_age.steel_goodies.desc": "钢解锁了新的格雷机械等级,具有更高的最大应力容量!你现在还可以制造诸如鼓风机(可以自动化矿石清洗)和动力泵(让你更容易进行流体物流)之类的东西。\n\n动力泵特别有用,因为通过巧妙设计,你可以轻松实现高炉的自动化操作。\n\n为了给这些机械提供动力,你还可以使用蒸汽引擎,从而将燃料和水转化为巨量的机械能!",
|
||||
"quests.metal_age.weak_steel.title": "脆钢成分",
|
||||
"quests.metal_age.weak_steel.subtitle": "希望你喜欢数学",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue