diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 22 |
1 files changed, 17 insertions, 5 deletions
diff --git a/README.md b/README.md index a7d0f37..1fbda84 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,13 @@ supplies before you can shield yourself from the sunlight, but if you try to take it off, it'll vanish. This leather helmet gives you around 5 minutes to gather everything you need to live a good life underground, or return home. -Normal helmets give you resistance to the sunlight too. Every second you are -exposed to skylight greater than 3, your helmet takes one damage, or if you -don't have a helmet, you loose a heart. The table of helmet durability, taken -from the [Minecraft wiki][mcwiki-helmets], is listed below. +In order for the sun not to damage you, you must have equipped a helmet with +Fire Protection. If you were to take damage (according to the rules below), but +you have a Fire Protection helmet on, the helmet takes half the damage you would +be dealt and you don't take any damage. There is a table below listing the +types of helmets, their durability, and the time it would take for this helmet +to break on the default damage value. Data is pulled from the +[Minecraft Gamepedia page on Helmets][mcwiki-helmets]. | Material | Durability | Time Exposed to Sunlight | | ------------ | ---------- | ------------------------- | @@ -30,8 +33,17 @@ from the [Minecraft wiki][mcwiki-helmets], is listed below. [mcwiki-helmets]: https://minecraft.gamepedia.com/Helmet#Durability +## Damage Conditions +You will be damaged if you are in skylight greater than 3 and it is not during +this time of day. + +| Weather Condition | Time Start/End | Clock Start/End | +| ----------------- | -------------- | --------------- | +| Clear | 13026 - 22973 | ![](docs/clear_start_safe.png) ![](docs/clear_end_safe.png) | +| Raining | 12733 - 23266 | ![](docs/stormy_start_safe.png) ![](docs/stormy_end_safe.png) | +| Thunder Storm | 12299 - 23699 | ![](docs/thunder_start_safe.png) ![](docs/thunder_end_safe.png) | + ### Notes -- Black glass can shield you from the sun if it is directly above you. - Respawn helmets disappear when you are safe. - You must have at least Fire Protection I on a helmet to stay safe from sunlight above level 3. |