Added more details to ore hazards field guide entry
This commit is contained in:
parent
87f67c8be5
commit
389c6d4ef5
1 changed files with 87 additions and 82 deletions
|
|
@ -1,84 +1,89 @@
|
|||
{
|
||||
"name": "Hazardous Materials",
|
||||
"icon": "gtceu:raw_plutonium",
|
||||
"category": "tfc:tfg_ores",
|
||||
"priority": true,
|
||||
"sortnum": 1,
|
||||
"read_by_default": true,
|
||||
"pages": [
|
||||
{
|
||||
"type": "patchouli:spotlight",
|
||||
"title": "Hazardous Materials",
|
||||
"item": "gtceu:raw_plutonium",
|
||||
"text": "Some ores and dusts are hazardous and can cause negative effects or even kill you if they are carried in your inventory.$(br2)Certain equipment such as $(thing)masks$(), $(thing)gloves$(), and $(thing)hazardous material suits$() later on can be used to conter these effects"
|
||||
},
|
||||
{ "type": "patchouli:crafting", "title": "Face Mask", "recipe": "gtceu:shaped/face_mask" },
|
||||
{
|
||||
"type": "patchouli:spotlight",
|
||||
"item": "gtceu:rubber_gloves",
|
||||
"title": "Rubber gloves",
|
||||
"link_recipes": true,
|
||||
"text": "Rubber gloves can be made from $(l:mechanics/leather_making)leather$()."
|
||||
},
|
||||
{
|
||||
"type": "tfc:knapping_recipe",
|
||||
"recipe": "tfchotornot:leather_knapping/mittens",
|
||||
"text": "First knap the leather into mittens."
|
||||
},
|
||||
{
|
||||
"type": "tfc:sealed_barrel_recipe",
|
||||
"recipe": "tfg:sealed_barrel/prepared_leather_gloves",
|
||||
"text": "Mittens are then soaked in $(thing)Vinegar$(), a mixture of fruit and alcohol."
|
||||
},
|
||||
{
|
||||
"type": "patchouli:spotlight",
|
||||
"item": "tfg:latex_soaked_gloves",
|
||||
"text": "Prepared leather gloves are then heated in a $(thing)vat$() with $(thing)Vulcanized Latex$(), a mixture of latex and wood ash."
|
||||
},
|
||||
{
|
||||
"type": "patchouli:spotlight",
|
||||
"item": "gtceu:rubber_gloves",
|
||||
"text": "Finally, the latex-soaked gloves are heated in an $(l:firmalife/oven)Oven$()."
|
||||
},
|
||||
{
|
||||
"type": "patchouli:spotlight",
|
||||
"title": "Rocks",
|
||||
"item": { "tag": "tfc:rock_knapping" },
|
||||
"text": "The easiest way to prevent hazardous items from entering your inventory is to not pick them up at all.$(br)Filling your inventory with $(thing)Rocks$(), for example, will let you pick and choose which items you want to pick up, letting you deal with the hazardous ones all at once later."
|
||||
},
|
||||
{
|
||||
"type": "patchouli:spotlight",
|
||||
"title": "Containers",
|
||||
"text": "Hazardous materials only deal damage while they are in your $(thing)inventory$(), but that doesn't apply to other containers!$(br)Hazardous materials will not deal damage while they are in another container such as a $(l:tfg_tips/inventory_management)Backpack$() or $(l:getting_started/pottery#vessel)Vessel$(). $(thing)Right-clicking$() while holding a vessel will allow direct transfer of it's contents to and from containers",
|
||||
"item": "sophisticatedbackpacks:backpack,tfc:ceramic/vessel,tfc:ceramic/large_vessel"
|
||||
},
|
||||
{
|
||||
"type": "patchouli:spotlight",
|
||||
"title": "Spring Water",
|
||||
"item": "tfc:bucket/spring_water",
|
||||
"text": "Standing in $(thing)Spring Water$() will provide a slow $(thing)Regeneration$() effect."
|
||||
},
|
||||
{
|
||||
"type": "patchouli:spotlight",
|
||||
"title": "Aged Alcohol",
|
||||
"text": "$(thing)Aged Alcohol$() will give potion buffs, some of which you might find useful.$(br2)You can drink them with a $(l:getting_started/pottery#jug)Jug$() or $(l:waterflasks/recipes)Flask$().",
|
||||
"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": "Aged Beer: Absorption II (20:00)$(br2)Aged Cider: Speed (5:20)$(br2)Aged Rum: Speed II (2:40)$(br2)Aged Sake: Resistance (5:20)$(br2)Aged Vodka: Resistance II (2:40)$(br2)Aged Corn Whiskey: Haste (5:20)$(br2)Aged Rye Whiskey: Haste (5:20)$(br2)Aged Whiskey: Haste II (2:40)"
|
||||
},
|
||||
{
|
||||
"type": "patchouli:spotlight",
|
||||
"item": { "tag": "tfc:foods" },
|
||||
"title": "Nutrition",
|
||||
"text": "Eating better foods with more $(l:getting_started/food_and_water#nutrients)nutrition$() will raise your maximum HP by a significant amount.$(br2)$(l:mechanics/pot#soup)Soups$(), $(l:mechanics/sandwiches)Sandwiches$(), and $(l:mechanics/salad)Salads$() are great for this."
|
||||
},
|
||||
{
|
||||
"type": "patchouli:spotlight",
|
||||
"title": "Bed",
|
||||
"item": { "tag": "minecraft:beds" },
|
||||
"text": "If all else fails, bringing along a bed to respawn is a good idea.$(br2)If you don't have access to $(thing)Wool$() or $(thing)String$(), you can also make a $(l:getting_started/a_place_to_sleep)Thatch Bed$()."
|
||||
}
|
||||
]
|
||||
"name": "Hazardous Materials",
|
||||
"icon": "gtceu:raw_plutonium",
|
||||
"category": "tfc:tfg_ores",
|
||||
"priority": true,
|
||||
"sortnum": 1,
|
||||
"read_by_default": true,
|
||||
"pages": [
|
||||
{
|
||||
"type": "patchouli:spotlight",
|
||||
"title": "Hazardous Materials",
|
||||
"item": "gtceu:raw_plutonium",
|
||||
"text": "Some ores and dusts are hazardous and can cause negative effects or even kill you if they are carried in your inventory.$(br2)Certain equipment such as $(thing)masks$(), $(thing)gloves$(), and $(thing)hazardous material suits$() later on can be used to counter these effects."
|
||||
},
|
||||
{
|
||||
"type": "patchouli:crafting",
|
||||
"title": "Face Mask",
|
||||
"recipe": "gtceu:shaped/face_mask",
|
||||
"text": "The $(thing)Face Mask$() provides protection from any $(item)Inhalation$() hazards, such as Arsenicosis."
|
||||
},
|
||||
{
|
||||
"type": "patchouli:spotlight",
|
||||
"item": "gtceu:rubber_gloves",
|
||||
"title": "Rubber gloves",
|
||||
"link_recipes": true,
|
||||
"text": "Rubber gloves can either be made from $(l:mechanics/leather_making)Leather$() and $(l:arborfirmacraft/making_rubber)Latex$(), or out of Rubber Sheets. They provide protection from any $(item)Skin Contact$() hazards, such as Berylliosis."
|
||||
},
|
||||
{
|
||||
"type": "tfc:knapping_recipe",
|
||||
"recipe": "tfchotornot:leather_knapping/mittens",
|
||||
"text": "First, knap the leather into mittens."
|
||||
},
|
||||
{
|
||||
"type": "tfc:sealed_barrel_recipe",
|
||||
"recipe": "tfg:sealed_barrel/prepared_leather_gloves",
|
||||
"text": "Mittens are then soaked in $(thing)Vinegar$(), a mixture of fruit and alcohol."
|
||||
},
|
||||
{
|
||||
"type": "patchouli:spotlight",
|
||||
"item": "tfg:latex_soaked_gloves",
|
||||
"text": "Prepared leather gloves are then heated in a $(thing)vat$() with $(thing)Vulcanized Latex$(), a mixture of latex and wood ash."
|
||||
},
|
||||
{
|
||||
"type": "patchouli:spotlight",
|
||||
"item": "gtceu:rubber_gloves",
|
||||
"text": "Finally, the latex-soaked gloves are heated in an $(l:firmalife/oven)Oven$()."
|
||||
},
|
||||
{
|
||||
"type": "patchouli:spotlight",
|
||||
"title": "Rocks",
|
||||
"item": { "tag": "tfc:rock_knapping" },
|
||||
"text": "The easiest way to prevent hazardous items from entering your inventory is to not pick them up at all.$(br)Filling your inventory with $(thing)Rocks$(), for example, will let you pick and choose which items you want to pick up, letting you deal with the hazardous ones all at once later."
|
||||
},
|
||||
{
|
||||
"type": "patchouli:spotlight",
|
||||
"title": "Containers",
|
||||
"text": "Hazardous materials only deal damage while they are in your $(thing)inventory$(), but that doesn't apply to other containers!$(br)Hazardous materials will not deal damage while they are in another container such as a $(l:tfg_tips/inventory_management)Backpack$() or $(l:getting_started/pottery#vessel)Vessel$(). $(thing)Right-clicking$() while holding a vessel will allow direct transfer of it's contents to and from containers",
|
||||
"item": "sophisticatedbackpacks:backpack,tfc:ceramic/vessel,tfc:ceramic/large_vessel"
|
||||
},
|
||||
{
|
||||
"type": "patchouli:spotlight",
|
||||
"title": "Spring Water",
|
||||
"item": "tfc:bucket/spring_water",
|
||||
"text": "Standing in $(thing)Spring Water$() will provide a slow $(thing)Regeneration$() effect."
|
||||
},
|
||||
{
|
||||
"type": "patchouli:spotlight",
|
||||
"title": "Aged Alcohol",
|
||||
"text": "$(thing)Aged Alcohol$() will give potion buffs, some of which you might find useful.$(br2)You can drink them with a $(l:getting_started/pottery#jug)Jug$() or $(l:waterflasks/recipes)Flask$().",
|
||||
"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": "Aged Beer: Absorption II (20:00)$(br2)Aged Cider: Speed (5:20)$(br2)Aged Rum: Speed II (2:40)$(br2)Aged Sake: Resistance (5:20)$(br2)Aged Vodka: Resistance II (2:40)$(br2)Aged Corn Whiskey: Haste (5:20)$(br2)Aged Rye Whiskey: Haste (5:20)$(br2)Aged Whiskey: Haste II (2:40)"
|
||||
},
|
||||
{
|
||||
"type": "patchouli:spotlight",
|
||||
"item": { "tag": "tfc:foods" },
|
||||
"title": "Nutrition",
|
||||
"text": "Eating better foods with more $(l:getting_started/food_and_water#nutrients)nutrition$() will raise your maximum HP by a significant amount.$(br2)$(l:mechanics/pot#soup)Soups$(), $(l:mechanics/sandwiches)Sandwiches$(), and $(l:mechanics/salad)Salads$() are great for this."
|
||||
},
|
||||
{
|
||||
"type": "patchouli:spotlight",
|
||||
"title": "Bed",
|
||||
"item": { "tag": "minecraft:beds" },
|
||||
"text": "If all else fails, bringing along a bed to respawn is a good idea.$(br2)If you don't have access to $(thing)Wool$() or $(thing)String$(), you can also make a $(l:getting_started/a_place_to_sleep)Thatch Bed$()."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue