generated from League-of-Foundry-Developers/FoundryVTT-Module-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds Sacred Defense Effect Update Stoneskin Effect to add Resistance + counter for usage reminder
- Loading branch information
1 parent
d711a8c
commit 97be102
Showing
34 changed files
with
318 additions
and
42 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,45 @@ | ||
/* For future use */ | ||
/*NEW FONTS*/ | ||
@font-face { | ||
font-family: Fire; | ||
src: url(/modules/Nerps-For-Foundry/fonts/chp-fire.ttf) format('truetype'); | ||
} | ||
@font-face { | ||
font-family: Air; | ||
src: url(/modules/Nerps-For-Foundry/fonts/SomethingLight-L3VAD.ttf) format('truetype'); | ||
} | ||
@font-face { | ||
font-family: Forest2; | ||
src: url(/modules/Nerps-For-Foundry/fonts/Castal_Street.ttf) format("truetype") ; | ||
} | ||
@font-face { | ||
font-family: Lumber; | ||
src: url(/modules/Nerps-For-Foundry/fonts/Lumberjack_Rough.otf) format("opentype") ; | ||
} | ||
@font-face { | ||
font-family: Jade; | ||
src: url(/modules/Nerps-For-Foundry/fonts/Jade_20Monkey_20BTN.ttf) format("truetype") ; | ||
} | ||
@font-face { | ||
font-family: Immortal; | ||
src: url(/modules/Nerps-For-Foundry/fonts/IMMRTLT_.ttf) format("truetype") ; | ||
} | ||
@font-face { | ||
font-family: Horror; | ||
src: url(/modules/Nerps-For-Foundry/fonts/wet1_becker.ttf) format("truetype") ; | ||
} | ||
@font-face { | ||
font-family: Pirates; | ||
src: url(/modules/Nerps-For-Foundry/fonts/HelloPirates-PersonalUse.otf) format("opentype") ; | ||
} | ||
@font-face { | ||
font-family: KaushanScript; | ||
src: url(/modules/Nerps-For-Foundry/fonts/KaushanScript-Regular.ttf) format("truetype") ; | ||
} | ||
@font-face { | ||
font-family: GreatVibes; | ||
src: url(/modules/Nerps-For-Foundry/fonts/GreatVibes-Regular.ttf) format("truetype") ; | ||
} | ||
@font-face { | ||
font-family: Iceberg; | ||
src: url(/modules/Nerps-For-Foundry/fonts/Iceberg-Regular.ttf) format("truetype") ; | ||
} |