Coder Social home page Coder Social logo

yochaigal / cairn Goto Github PK

View Code? Open in Web Editor NEW
101.0 101.0 117.0 458.16 MB

Home Page: https://yochaigal.github.io/cairn/

License: Other

Ruby 1.35% SCSS 0.96% HTML 3.55% JavaScript 16.86% Python 34.08% Shell 12.79% CSS 5.27% TeX 24.78% sed 0.36%

cairn's People

Contributors

arnklit avatar breadwiz avatar davidschirduan avatar dodger666 avatar edbrannin avatar fjallnari avatar gnupate avatar joeburrito avatar krmaxwell avatar lasseborly avatar lingawakad avatar lovelyzoo avatar marchroth avatar naeolin avatar nemodreamer avatar nmeier avatar nylawoethief avatar oozejar avatar philippe-lemaire avatar pscourtney avatar ptaranat avatar rsaihe avatar samueltwallace avatar seanmcp avatar seejee avatar smcabrera avatar xenio-mhm avatar yochaigal avatar yurinikolai avatar zznoah avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cairn's Issues

Barrow of the Elf King conversion - 3. The Grave Slab

Might have missed something, but I think maybe it should be suggested that the time for the hourglass is shorter.

In the adventure it's set to 10 minutes. But Cairn's combat rounds are mentioned to be roughly 10 seconds. That would make the combat last 60 rounds before the time ran out?

Helmet and Shield counted as 1 slot instead of 2

In the character generator, helmet and shields are counted as 1 slot instead of 2. This results in 1 less used slots as shown below:
brave_WSi4NkybWf

Perhaps we can add additional logic alongside checking for "bulky":

for (let i = 0; i < allItems.length; i++) {
let item = allItems[i];
if (item.includes("bulky")) {
total += 2;
} else if (total > 10){
total = 10;
} else if (!item.includes("protection") && (!item.includes("nor") && (!item.includes("stacks")))) {
total++;
}

should be:

if (item.includes("bulky") || item.includes("and a") { 
     total += 2; 
}

Please provide build instructions

Hello:

I downloaded the repo and tried to build the documents:

  • cairn/scripts/ebook/build-epub.sh worked after changing some absolute paths.
  • Do you have commands for building the cairn pdf instead of an epub?
  • cairn/scripts/build-bestiary-letter.sh also required changing some absolute paths, but then required cairn-bestiary.tex, which is not in the repo :-/

Thanks for sharing!

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.