Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

weather_glass description etc. #74297

Merged
merged 1 commit into from
Jun 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions data/json/items/tool/science.json
Original file line number Diff line number Diff line change
Expand Up @@ -1412,8 +1412,8 @@
"id": "weather_glass",
"type": "GENERIC",
"category": "TOOL",
"name": { "str_sp": "Weather glass" },
"description": "also called storm glass or 'Goethe barometer', The weather glass barometer consists of a glass container with a sealed body, half filled with water. A narrow spout connects to the body below the water level and rises above the water level. the difference between the sealed water level and after opening the narrow spout determines the atmospheric pressure. Activate to get current atmospheric pressure",
"name": { "str_sp": "weather glass" },
"description": "Also called storm glass or 'Goethe barometer', The weather glass barometer consists of a glass container with a sealed body, half filled with water. A narrow spout connects to the body below the water level and rises above the water level. The difference between the sealed water level in the body and the narrow open spout determines the atmospheric pressure. Activate to get current atmospheric pressure.",
"//": "this is based on wikipedia's page on barometers, in section 'water barometers'",
"material": [ "glass" ],
"weight": "6000 g",
Expand All @@ -1432,7 +1432,7 @@
"type": "TOOL",
"category": "tools",
"name": { "str": "hygroscope" },
"description": "This is a small rectangular box, Inside it is a device that measures humidity by utilizing the hygroscopy of hair, The hair's length changes with humidity, And indicated on a dial",
"description": "A small rectangular box. Inside is a device that measures humidity by utilizing the hygroscopy of hair. The hair's length changes with humidity as indicated on a dial.",
"//": "this is based on Hair tension hygrometers, https://en.wikipedia.org/wiki/Hygrometer",
"weight": "3000 g",
"volume": "2 L",
Expand Down
Loading