Coder Social home page Coder Social logo

maxthraxx / dnd-wilderness-survival-guide-weather-generator Goto Github PK

View Code? Open in Web Editor NEW

This project forked from s0py/dnd-wilderness-survival-guide-weather-generator

0.0 0.0 0.0 1.34 MB

A python implementation of the 1e Wilderness Survival Guide weather generator. It handles EVERYTHING except for altering the humidity of day x by the precipitation on day x+1.

Python 100.00%

dnd-wilderness-survival-guide-weather-generator's Introduction

D&D 1e Wilderness Survival Guide - python

This is a python script that generates weather exactly* the same as is described in the 1e Wilderness Survival Guide Appendix. The only thing that isn’t added is the effect of humidity on any given day by the precipitation on the next day. Also contained in the repo are pre-generated files for all combinations of region and biome for 5 years. You shouldn’t need to even download the program if all you want is weather. The year starts in on the first day of Spring and is 12*28 = 336 days long.

How to read the output

The output is in .csv because it’s what I’m most used to.

day

the program generates day-by-day. this is the day in question. starting at 0

weekday

the day of the week. the program uses Thyatian weekdays from Mystara. 7 day weeks.

month

the month. the program uses Thyatian month names from Mystara and starts generating in Spring. 12 months in a year.

monthday

the day within the month. 28 days in each month.

hi

the high for that day. this occurs typically just after noon. degrees F.

lo

the low for that day. this occurs typically just before dawn. degrees F.

precip

a description of the precipitation for the day. this is the total for the day and can happen at whatever time the DM wants.

humiditymod

this is the %humidity

wind

the windspeed in mph. This is the max that any gust will be throughout the day. the windspeed at any time is typically less than half this value.

windir

the direction the wind is coming from. Prevailing Direction is the direction wind typically comes from for the given area.

eff_high

this is the effective high temperature considering humidity and windchill

eff_low

this is the effective low temperature considering humidity and windchill

spec

if there is any special weather it is indicated here

License:

Whatever the latest GPL is.

dnd-wilderness-survival-guide-weather-generator's People

Contributors

s0py avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.