Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tmrodrig committed Nov 28, 2024
1 parent 1df5175 commit 0478bbb
Show file tree
Hide file tree
Showing 748 changed files with 127,627 additions and 164 deletions.
49 changes: 49 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# Dependency directories
node_modules/
jspm_packages/

# dotenv environment variables file
.env
.env.test

# parcel-bundler cache (https://parceljs.org/)
.cache

# Visual Studio
.vscode/
*.code-workspace

# macOS specific files
# general
.DS_Store
.AppleDouble
.LSOverride

# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Build files
build/
_source/
venv/

# Distrubution files
dist/

# Package builds
package/

# Hidden files
nogit/

# Foundry Project Creator config file
foundryconfig.json
13 changes: 13 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
audio
css
fonts
images
lang
nogit
packs
system.json
template.json
package-lock.json
**/*.json
**/*.html
**/*.hbs
15 changes: 15 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"tabWidth": 4,
"experimentalTernaries": true,
"bracketSameLine": true,
"singleAttributePerLine": false,
"overrides": [
{
"files": "**/*.hbs",
"options": {
"parser": "angular"
}
}
]

}
331 changes: 167 additions & 164 deletions LICENSE

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Song-of-Heroic-Lands-FoundryVTT

![GitHub release (latest by date)](https://img.shields.io/github/v/release/toastygm/Song-of-Heroic-Lands-FoundryVTT)
![GitHub issues](https://img.shields.io/github/issues-raw/toastygm/Song-of-Heroic-Lands-FoundryVTT)
![Forge Installs](https://img.shields.io/badge/dynamic/json?label=Forge%20Installs&query=package.installs&suffix=%25&url=https%3A%2F%2Fforge-vtt.com%2Fapi%2Fbazaar%2Fpackage%2Fhm)
[![GitHub downloads (latest)](<https://img.shields.io/badge/dynamic/json?label=Downloads@latest&query=assets[?(@.name.includes('zip'))].download_count&url=https://api.github.com/repos/toastygm/Song-of-Heroic-Lands-FoundryVTT/releases/latest&color=green>)](https://github.com/toastygm/Song-of-Heroic-Lands-FoundryVTT/releases/latest)

This is a game system for the Song of Heroic Lands RPG for [Foundry Virtual Tabletop](http://foundryvtt.com/).

See the `LICENSE` file for details on license for this project.
Binary file added assets/audio/grunt1.ogg
Binary file not shown.
Binary file added assets/audio/grunt2.ogg
Binary file not shown.
Binary file added assets/audio/grunt3.ogg
Binary file not shown.
Binary file added assets/audio/grunt4.ogg
Binary file not shown.
Binary file added assets/audio/grunt5.ogg
Binary file not shown.
Binary file added assets/audio/shield-bash.ogg
Binary file not shown.
Binary file added assets/audio/swoosh1.ogg
Binary file not shown.
Binary file added assets/audio/swoosh2.ogg
Binary file not shown.
1 change: 1 addition & 0 deletions assets/icons/abbot-meeple.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/icons/abdominal-armor.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/icons/acrobatic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/icons/acrobatics.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/icons/acting.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/icons/ages.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 0478bbb

Please sign in to comment.