-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
70aca85
commit d374c5d
Showing
6 changed files
with
137 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,137 @@ | ||
{ | ||
"series": { | ||
"card_type": "standard", | ||
"template_ids": [ | ||
0, | ||
1 | ||
], | ||
"source_files": [] | ||
}, | ||
"templates": [ | ||
{ | ||
"font_id": 1, | ||
"episode_text_format": "Episode {to_roman_numeral(episode_number)}", | ||
"extra_keys": [ | ||
"season_text_format" | ||
], | ||
"extra_values": [ | ||
"Season {to_roman_numeral(season_number)}" | ||
], | ||
"name": "The Simpsons - Treehouse of Horror", | ||
"filters": [ | ||
{ | ||
"argument": "Episode Title", | ||
"operation": "contains", | ||
"reference": "Treehouse of Horror" | ||
} | ||
] | ||
}, | ||
{ | ||
"font_id": 0, | ||
"name": "The Simpsons - Regular", | ||
"filters": [] | ||
} | ||
], | ||
"fonts": [ | ||
{ | ||
"name": "The Simpsons", | ||
"color": "#FCFB58", | ||
"file": "Simpsonfont.otf", | ||
"interline_spacing": -25, | ||
"replacements_in": [ | ||
"-", | ||
",", | ||
"\u042f", | ||
"&", | ||
"$", | ||
"|", | ||
"'", | ||
"+", | ||
">", | ||
"\\", | ||
"<", | ||
"(", | ||
"/", | ||
"#", | ||
"*", | ||
"=", | ||
"^", | ||
":", | ||
"]", | ||
"}", | ||
"{", | ||
"[", | ||
"~", | ||
")", | ||
"?", | ||
"_", | ||
";", | ||
"%", | ||
"@", | ||
"\"" | ||
], | ||
"replacements_out": [ | ||
" ", | ||
".", | ||
"R", | ||
"and", | ||
"S", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"" | ||
], | ||
"size": 1.05, | ||
"title_case": "title" | ||
}, | ||
{ | ||
"name": "The Simpsons - Treehouse of Horror", | ||
"color": "rgb(100,196,58)", | ||
"file": "MeltedMonster-ARPLA.ttf", | ||
"replacements_in": [ | ||
"\u044f", | ||
"\u2019", | ||
"\u042f" | ||
], | ||
"replacements_out": [ | ||
"ia", | ||
"'", | ||
"Ia" | ||
], | ||
"size": 1.3, | ||
"stroke_width": 1.5, | ||
"interline_spacing": -40, | ||
"vertical_shift": -30 | ||
} | ||
], | ||
"creator": "CollinHeist", | ||
"description": [ | ||
"Same card and Font as my other Blueprint, but includes two Templates to automatically apply a custom layout (Font and text) to all the \"Treehouse of Horrors\" episodes. I recommend adding a grayscale style to the treehouse Template." | ||
], | ||
"previews": [ | ||
"preview0.jpg", | ||
"preview1.jpg" | ||
], | ||
"created": "2024-12-11T23:55:43" | ||
} |
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.