GithubHelp home page GithubHelp logo

jasonlotito / foundryvtt-fivetorchesdeep-system Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kagejittai/foundryvtt-fivetorchesdeep-system

0.0 1.0 0.0 132 KB

The Unofficial Five Torches Deep System for FoundryVTT v10

License: Other

JavaScript 39.63% CSS 15.66% HTML 32.41% SCSS 12.30%

foundryvtt-fivetorchesdeep-system's Introduction

Five Torches Deep System

This is the foundry VTT system for Five Torches Deep. A system which seeks to strip 5e core math to it's skeleton while fleshing it out with OSR elements. For more information on FTD please visit their website.

Usage

Before installing this system, you should rename any files that have boilerplate in their filename to use whatever machine-safe name your system needs, such as adnd2e if you were building a system for 2nd edition Advanced Dungeons & Dragons. In addition, you should search through the files for boilerplate and Boilerplate and do the same for those, replacing them with appropriate names for your system.

Sheet Layout

This system includes a handful of helper CSS classes to help you lay out your sheets if you're not comfortable diving into CSS fully. Those are:

  • flexcol: Included by Foundry itself, this lays out the child elements of whatever element you place this on vertically.
  • flexrow: Included by Foundry itself, this lays out the child elements of whatever element you place this on horizontally.
  • flex-center: When used on something that's using flexrow or flexcol, this will center the items and text.
  • flex-between: When used on something that's using flexrow or flexcol, this will attempt to place space between the items. Similar to "justify" in word processors.
  • flex-group-center: Add a border, padding, and center all items.
  • flex-group-left: Add a border, padding, and left align all items.
  • flex-group-right: Add a border, padding, and right align all items.
  • grid: When combined with the grid-Ncol classes, this will lay out child elements in a grid.
  • grid-Ncol: Replace N with any number from 1-12, such as grid-3col. When combined with grid, this will layout child elements in a grid with a number of columns equal to the number specified.

Compiling the CSS

This repo includes both CSS for the theme and SCSS source files. If you're new to CSS, it's probably easier to just work in those files directly and delete the SCSS directory. If you're interested in using a CSS preprocessor to add support for nesting, variables, and more, you can run npm install in this directory to install the dependencies for the scss compiler. After that, just run npm run gulp to compile the SCSS and start a process that watches for new changes.

image

foundryvtt-fivetorchesdeep-system's People

Contributors

jasonlotito avatar kagejittai avatar

Watchers

 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.