about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorGenny <gen@nyble.dev>2020-06-02 17:34:20 -0500
committerGenny <gen@nyble.dev>2020-06-02 17:34:20 -0500
commit5ee4c899940675d28a4494aef9748e01f949c608 (patch)
treec557bc8327b6acc9856f19360f7418a7bfdd4e9f /README.md
parent9afff6f780bdde6f6259b30a4844fdd6d271db57 (diff)
downloadsunfright-5ee4c899940675d28a4494aef9748e01f949c608.tar.gz
sunfright-5ee4c899940675d28a4494aef9748e01f949c608.zip
Change damage conditions
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
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.