Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign upMake forests partially block Wind Turbines output #27846
+4
−2
Conversation
davidpwbrown
added some commits
Jan 24, 2019
davidpwbrown
changed the title
Forests partially block Wind Turbines output
Make forests partially block Wind Turbines output
Jan 24, 2019
mlangsdorf
added
Vehicles
[C++]
<Exploit>
Weather
labels
Jan 25, 2019
mlangsdorf
added this to In progress
in Extended Vehicle Tune-Up
via automation
Jan 25, 2019
ZhilkinSerg
merged commit b3d915b
into
CleverRaven:master
Jan 27, 2019
Extended Vehicle Tune-Up
automation
moved this from In progress
to Done
Jan 27, 2019
davidpwbrown
deleted the
davidpwbrown:turbine_forest_wind
branch
Jan 27, 2019
This comment has been minimized.
This comment has been minimized.
|
This pull request has been mentioned on Cataclysm: Dark Days Ahead. There might be relevant details there: https://discourse.cataclysmdda.org/t/is-wind-turbine-a-waste-of-material-and-time/18691/9 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
davidpwbrown commentedJan 24, 2019
Summary
SUMMARY: Features "Forests now partially block wind turbines output"Purpose of change
Forests already partially block windchill calculation for players, so it stands to reason that it would do the same for the wind that reaches Wind Turbines.
Also I have increased the Wind Turbine power output - the previous output was based on the previous wind system, now the wind system is lower strength on average, the wind turbine needs to be set to the same balance ( the equivalent of around 40W ) , currently anyone using it would take 2 days or so to fill a car battery, now it is more like 16 hours ( in Spring )
Describe the solution
Used the existing
get_local_windpowercode for the overmap terrain the turbine is on.Describe alternatives you've considered
N/A
Additional context
N/A