Skip to content

Commit

Permalink
Create CollinHeist's Blueprint #960
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 11, 2024
1 parent 70aca85 commit d374c5d
Show file tree
Hide file tree
Showing 6 changed files with 137 additions and 0 deletions.
Binary file modified blueprints.db
Binary file not shown.
Binary file not shown.
Binary file not shown.
137 changes: 137 additions & 0 deletions blueprints/S/The Simpsons (1989)/1/blueprint.json
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"
}
Binary file added blueprints/S/The Simpsons (1989)/1/preview0.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added blueprints/S/The Simpsons (1989)/1/preview1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d374c5d

Please sign in to comment.