diff --git a/Negocios_Infernales/Negocios_Infernales.css b/Negocios_Infernales/Negocios_Infernales.css new file mode 100644 index 000000000000..f8225cb4c2f9 --- /dev/null +++ b/Negocios_Infernales/Negocios_Infernales.css @@ -0,0 +1,762 @@ +@import url('https://fonts.googleapis.com/css2?family=Charm:wght@400;700&family=Italianno&family=Merienda:wght@300..900&display=swap'); + +* { + font-size: 20px; +} + +.charname { + font-family: Charm, Tahoma; + font-size: 20px; +} + +.select_label { + font-family: Charm, Tahoma; +} + +ul.nav-tabs.nav{ + display: none; +} + +.text_area { + font-size: 18px; + line-height: normal; +} + +.notes { + font-size: 16px; + line-height: normal; + max-width: 800px; +} + +.card_select { + font-family: Charm, serif; + font-size: 14px; +} + + +/*Configure the tab buttons*/ +.sheet-character, +.sheet-journal { + display: none; +} + +/* show the selected tab */ +.sheet-tabstoggle[value="character"] ~ div.sheet-character, +.sheet-tabstoggle[value="journal"] ~ div.sheet-journal { + display: block; +} + +.characterviewer { + width: 1120px; +} + +div.sheet-character { + background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Negocios_Infernales/images/sheet_background.png"); + background-position: center 50px; + background-color: #e3e3e3; + height: 1200px; + width: 1100px; + z-index: 0; + background-size: 600px 928px; + background-repeat: no-repeat; + position: relative; +} + + +.charname { + width: 380px; + font-size: 24px; + position: absolute; + top: 130px; + left: 400px; + max-width: 350px; + max-height: 30px; + resize: none; + line-height: 30px; +} + +.sheet-charname { + width: 380px; + font-size: 24px; + position: absolute; + top: 130px; + left: 400px; +} + + + +/*==================*/ +/*Motivation Seciton*/ +/*==================*/ + +.motivation_section { + position: absolute; + top: 175px; +} + +.sheet-motivation_section { + position: absolute; + top: 175px; +} + + + + +.select_motivation { + margin-left: 20px; + position: absolute; + z-index: 2; +} + +.sheet-select_motivation { + margin-left: 20px; + position: absolute; + z-index: 2; +} + + + +.motivation_image_select { + height: auto; +} + +.sheet-motivation_image_select { + height: auto; +} + + + + +.select_motivation_label { + color: black; + margin-bottom: 0px; + position: relative; + left: 40px; +} + +.sheet-select_motivation_label { + color: black; + margin-bottom: 0px; + position: relative; + left: 40px; +} + + + + +.motivation_image_display { + width: 180px; + height: 100%; + transform: rotate(90deg); + display: block; + margin-left: 60px; + position: relative; + z-index: 1; +} + +.sheet-motivation_image_display { + width: 180px; + height: 100%; + transform: rotate(90deg); + display: block; + margin-left: 60px; + position: relative; + z-index: 1; +} + + + + +.motivation_text_area { + width: 240px; + height: 240px; + position: absolute; + left: 300px; + top: 50px; + resize: none; + max-width: 235px; + min-height: 200px; +} + +.sheet-motivation_text_area { + width: 240px; + height: 240px; + position: absolute; + left: 300px; + top: 50px; + resize: none; + max-width: 235px; + min-height: 200px; +} + + + +/*==================*/ +/*Magic Seciton*/ +/*==================*/ + + +.magic_section { + position: absolute; + top: 440px; +} + +.sheet-magic_section { + position: absolute; + top: 440px; +} + + + + +.select_magic { + margin-left: 20px; + position: absolute; + z-index: 2; +} + +.sheet-select_magic { + margin-left: 20px; + position: absolute; + z-index: 2; +} + + +.magic_image_select { + height: auto; +} + +.sheet-magic_image_select { + height: auto; +} + + + + +.select_magic_label { + color: black; + margin-bottom: 0px; + position: relative; + left: 55px; +} + +.sheet-select_magic_label { + color: black; + margin-bottom: 0px; + position: relative; + left: 55px; +} + + + + +.magic_image_display { + width: 180px; + height: 100%; + transform: rotate(90deg); + display: block; + margin-left: 60px; + position: relative; + z-index: 1; +} + +.sheet-magic_image_display { + width: 180px; + height: 100%; + transform: rotate(90deg); + display: block; + margin-left: 60px; + position: relative; + z-index: 1; +} + + + + +.magic_text_area { + width: 240px; + height: 240px; + position: absolute; + left: 300px; + top: 50px; + resize: none; + max-width: 235px; + min-height: 200px; +} + +.sheet-magic_text_area { + width: 240px; + height: 240px; + position: absolute; + left: 300px; + top: 50px; + resize: none; + max-width: 235px; + min-height: 200px; +} + + + + +/*==================*/ +/*Role Seciton*/ +/*==================*/ + +.role_section { + position: absolute; + top: 175px; + right: 60px; +} + +.sheet-role_section { + position: absolute; + top: 175px; + right: 70px; +} + + + + +.select_role { + position: relative; + left: 60px; + position: absolute; + z-index: 2; +} + +.sheet-select_role { + position: relative; + left: 60px; + position: absolute; + z-index: 2; +} + + + + +.role_image_select { + height: auto; +} + +.sheet-role_image_select { + height: auto; +} + + + + +.select_role_label { + color: black; + margin-bottom: 0px; + position: relative; + left: 30px; +} + +.sheet-select_role_label { + color: black; + margin-bottom: 0px; + position: relative; + left: 30px; +} + + + + +.role_image_display { + width: 180px; + height: 100%; + transform: rotate(90deg); + display: block; + margin-left: 60px; + position: relative; + z-index: 1; +} + +.sheet-role_image_display { + width: 180px; + height: 100%; + transform: rotate(90deg); + display: block; + margin-left: 60px; + position: relative; + z-index: 1; +} + + + + +.role_text_area { + width: 240px; + height: 240px; + position: absolute; + right: 240px; + top: 50px; + resize: none; + max-width: 235px; + min-height: 200px; +} + +.sheet-role_text_area { + width: 240px; + height: 240px; + position: absolute; + right: 240px; + top: 50px; + resize: none; + max-width: 235px; + min-height: 200px; +} + + + + +/*==================*/ +/*Doom Seciton*/ +/*==================*/ + +.doom_section { + position: absolute; + top: 440px; + right: 60px; +} + +.sheet-doom_section { + position: absolute; + top: 440px; + right: 70px; +} + + + + +.select_doom { + position: relative; + left: 60px; + position: absolute; + z-index: 2; +} + +.sheet-select_doom { + position: relative; + left: 60px; + position: absolute; + z-index: 2; +} + + + + +.doom_image_select { + height: auto; +} + +.sheet-doom_image_select { + height: auto; +} + + + +.select_doom_label { + color: black; + margin-bottom: 0px; + position: relative; + left: 55px; +} + +.sheet-select_doom_label { + color: black; + margin-bottom: 0px; + position: relative; + left: 55px; +} + + + + +.doom_image_display { + width: 180px; + height: 100%; + transform: rotate(90deg); + display: block; + margin-left: 60px; + position: relative; + z-index: 1; +} + +.sheet-doom_image_display { + width: 180px; + height: 100%; + transform: rotate(90deg); + display: block; + margin-left: 60px; + position: relative; + z-index: 1; +} + + + + +.doom_text_area { + width: 240px; + height: 240px; + position: absolute; + right: 240px; + top: 50px; + resize: none; + max-width: 235px; + min-height: 200px; +} + +.sheet-doom_text_area { + width: 240px; + height: 240px; + position: absolute; + right: 240px; + top: 50px; + resize: none; + max-width: 235px; + min-height: 200px; +} + + + + +/*==================*/ +/*Relationships Seciton*/ +/*==================*/ + + +.relationships_text_area { + width: 500px; + height: 240px; + position: absolute; + left: 300px; + resize: none; + max-width: 490px; + min-height: 160px; + top: 755px; +} + +.sheet-relationships_text_area { + width: 500px; + height: 240px; + position: absolute; + left: 310px; + resize: none; + max-width: 500px; + min-height: 200px; + top: 755px; +} + + + + +/*==================*/ +/*Bottom Left Seciton*/ +/*==================*/ + +.bottom_left_section { + position: absolute; + top: 730px; +} + +.sheet-bottom_left_section { + position: absolute; + top: 775px; +} + + + + +.select_bottom_left { + margin-left: 20px; + position: absolute; + z-index: 2; +} + +.sheet-select_bottom_left { + margin-left: 20px; + position: absolute; + z-index: 2; +} + + + + +.bottom_left_image_select { + height: auto; +} + +.sheet-bottom_left_image_select { + height: auto; +} + + + + +.bottom_left_image_display { + width: 180px; + height: 100%; + transform: rotate(90deg); + display: block; + margin-left: 60px; + margin-top: -28px; + position: relative; + z-index: 1; +} + +.sheet-bottom_left_image_display { + width: 180px; + height: 100%; + transform: rotate(90deg); + display: block; + margin-left: 60px; + margin-top: -28px; + position: relative; + z-index: 1; +} + + + + +/*==================*/ +/*Bottom Mid Seciton*/ +/*==================*/ + +.bottom_mid_section { + position: absolute; + left: 420px; + top: 940px; +} + +.sheet-bottom_mid_section { + position: absolute; + left: 430px; + top: 940px; +} + + + + +.select_bottom_mid { + margin-left: 20px; + position: absolute; + z-index: 2; +} + +.sheet-select_bottom_mid { + margin-left: 20px; + position: absolute; + z-index: 2; +} + + + + +.bottom_mid_image_select { + height: auto; +} + +.sheet-bottom-mid_image_select { + height: auto; +} + + + + +.bottom_mid_image_display { + width: 180px; + height: 100%; + transform: rotate(90deg); + display: block; + margin-left: 40px; + margin-top: -28px; + position: relative; + z-index: 1; +} + +.sheet-bottom_mid_image_display { + width: 180px; + height: 100%; + transform: rotate(90deg); + display: block; + margin-left: 40px; + margin-top: -28px; + position: relative; + z-index: 1; +} + + + + +/*==================*/ +/*Bottom Right Seciton*/ +/*==================*/ + +.bottom_right_section { + position: absolute; + top: 730px; + right: 60px; +} + +.sheet-bottom_right_section { + position: absolute; + top: 775px; + right: 30px; +} + + + + +.select_bottom_right { + margin-left: 20px; + position: absolute; + z-index: 2; +} + +.sheet-select_bottom_right { + margin-left: 20px; + position: absolute; + z-index: 2; +} + + + + +.bottom_right_image_select { + height: auto; +} + +.sheet-bottom_right_image_select { + height: auto; +} + + + +.bottom_right_image_display { + width: 180px; + height: 100%; + transform: rotate(90deg); + display: block; + margin-left: 20px; + margin-top: -28px; + position: relative; + z-index: 1; +} + +.sheet-bottom_right_image_display { + width: 180px; + height: 100%; + transform: rotate(90deg); + display: block; + margin-left: 20px; + margin-top: -28px; + position: relative; + z-index: 1; +} + + + +.journal_text_area { + width: 99%; +} diff --git a/Negocios_Infernales/Negocios_Infernales.html b/Negocios_Infernales/Negocios_Infernales.html new file mode 100644 index 000000000000..3c2c68be31fa --- /dev/null +++ b/Negocios_Infernales/Negocios_Infernales.html @@ -0,0 +1,604 @@ +
+ + +
+ + +
+ +
+ +
+ +
+
+ + +
+
+ +
+ +
+ +
+
+ + +
+
+ +
+ +
+ +
+
+ + +
+
+ +
+ +
+ +
+
+ + +
+
+ +
+ +
+ +
+ +
+ +
+
+ +
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+
+
+ +
+ + diff --git a/Negocios_Infernales/Negocios_Infernales.png b/Negocios_Infernales/Negocios_Infernales.png new file mode 100644 index 000000000000..a7e725ea015c Binary files /dev/null and b/Negocios_Infernales/Negocios_Infernales.png differ diff --git a/Negocios_Infernales/images/Air_Cannot_Must.png b/Negocios_Infernales/images/Air_Cannot_Must.png new file mode 100644 index 000000000000..dc5aea75662d Binary files /dev/null and b/Negocios_Infernales/images/Air_Cannot_Must.png differ diff --git a/Negocios_Infernales/images/Air_Cease.png b/Negocios_Infernales/images/Air_Cease.png new file mode 100644 index 000000000000..698c687c384b Binary files /dev/null and b/Negocios_Infernales/images/Air_Cease.png differ diff --git a/Negocios_Infernales/images/Air_Faith.png b/Negocios_Infernales/images/Air_Faith.png new file mode 100644 index 000000000000..331af8a7350d Binary files /dev/null and b/Negocios_Infernales/images/Air_Faith.png differ diff --git a/Negocios_Infernales/images/Air_Morality.png b/Negocios_Infernales/images/Air_Morality.png new file mode 100644 index 000000000000..de5acc7781f4 Binary files /dev/null and b/Negocios_Infernales/images/Air_Morality.png differ diff --git a/Negocios_Infernales/images/Air_Murder.png b/Negocios_Infernales/images/Air_Murder.png new file mode 100644 index 000000000000..fd64a594c33f Binary files /dev/null and b/Negocios_Infernales/images/Air_Murder.png differ diff --git a/Negocios_Infernales/images/Air_Piety.png b/Negocios_Infernales/images/Air_Piety.png new file mode 100644 index 000000000000..e491b5247ce0 Binary files /dev/null and b/Negocios_Infernales/images/Air_Piety.png differ diff --git a/Negocios_Infernales/images/Air_Poem.png b/Negocios_Infernales/images/Air_Poem.png new file mode 100644 index 000000000000..4ab920fed56c Binary files /dev/null and b/Negocios_Infernales/images/Air_Poem.png differ diff --git a/Negocios_Infernales/images/Air_Soul.png b/Negocios_Infernales/images/Air_Soul.png new file mode 100644 index 000000000000..9aff9345a9bd Binary files /dev/null and b/Negocios_Infernales/images/Air_Soul.png differ diff --git a/Negocios_Infernales/images/Air_Thrum.png b/Negocios_Infernales/images/Air_Thrum.png new file mode 100644 index 000000000000..23cf56564114 Binary files /dev/null and b/Negocios_Infernales/images/Air_Thrum.png differ diff --git a/Negocios_Infernales/images/Air_Wagers.png b/Negocios_Infernales/images/Air_Wagers.png new file mode 100644 index 000000000000..cc5d5a935c36 Binary files /dev/null and b/Negocios_Infernales/images/Air_Wagers.png differ diff --git a/Negocios_Infernales/images/Blood_Artist.png b/Negocios_Infernales/images/Blood_Artist.png new file mode 100644 index 000000000000..e6db011aaeb6 Binary files /dev/null and b/Negocios_Infernales/images/Blood_Artist.png differ diff --git a/Negocios_Infernales/images/Blood_Bind.png b/Negocios_Infernales/images/Blood_Bind.png new file mode 100644 index 000000000000..c782e4e711fc Binary files /dev/null and b/Negocios_Infernales/images/Blood_Bind.png differ diff --git a/Negocios_Infernales/images/Blood_Clarity.png b/Negocios_Infernales/images/Blood_Clarity.png new file mode 100644 index 000000000000..df8cee35fb1c Binary files /dev/null and b/Negocios_Infernales/images/Blood_Clarity.png differ diff --git a/Negocios_Infernales/images/Blood_Deaths.png b/Negocios_Infernales/images/Blood_Deaths.png new file mode 100644 index 000000000000..06c753821030 Binary files /dev/null and b/Negocios_Infernales/images/Blood_Deaths.png differ diff --git a/Negocios_Infernales/images/Blood_Dragon.png b/Negocios_Infernales/images/Blood_Dragon.png new file mode 100644 index 000000000000..46cd103300a1 Binary files /dev/null and b/Negocios_Infernales/images/Blood_Dragon.png differ diff --git a/Negocios_Infernales/images/Blood_Fear.png b/Negocios_Infernales/images/Blood_Fear.png new file mode 100644 index 000000000000..9f88ec65a029 Binary files /dev/null and b/Negocios_Infernales/images/Blood_Fear.png differ diff --git a/Negocios_Infernales/images/Blood_Knives.png b/Negocios_Infernales/images/Blood_Knives.png new file mode 100644 index 000000000000..2bc002e82713 Binary files /dev/null and b/Negocios_Infernales/images/Blood_Knives.png differ diff --git a/Negocios_Infernales/images/Blood_Pain.png b/Negocios_Infernales/images/Blood_Pain.png new file mode 100644 index 000000000000..7bb5e6f964b4 Binary files /dev/null and b/Negocios_Infernales/images/Blood_Pain.png differ diff --git a/Negocios_Infernales/images/Blood_Reflection.png b/Negocios_Infernales/images/Blood_Reflection.png new file mode 100644 index 000000000000..212e95ee7318 Binary files /dev/null and b/Negocios_Infernales/images/Blood_Reflection.png differ diff --git a/Negocios_Infernales/images/Blood_Surrender.png b/Negocios_Infernales/images/Blood_Surrender.png new file mode 100644 index 000000000000..c2ddfd88da00 Binary files /dev/null and b/Negocios_Infernales/images/Blood_Surrender.png differ diff --git a/Negocios_Infernales/images/Bone_Dashed.png b/Negocios_Infernales/images/Bone_Dashed.png new file mode 100644 index 000000000000..2b4c656d9afa Binary files /dev/null and b/Negocios_Infernales/images/Bone_Dashed.png differ diff --git a/Negocios_Infernales/images/Bone_Die_Once.png b/Negocios_Infernales/images/Bone_Die_Once.png new file mode 100644 index 000000000000..1a7c20745070 Binary files /dev/null and b/Negocios_Infernales/images/Bone_Die_Once.png differ diff --git a/Negocios_Infernales/images/Bone_Flag.png b/Negocios_Infernales/images/Bone_Flag.png new file mode 100644 index 000000000000..85c56abfe497 Binary files /dev/null and b/Negocios_Infernales/images/Bone_Flag.png differ diff --git a/Negocios_Infernales/images/Bone_Inaction.png b/Negocios_Infernales/images/Bone_Inaction.png new file mode 100644 index 000000000000..8a62aa3674ea Binary files /dev/null and b/Negocios_Infernales/images/Bone_Inaction.png differ diff --git a/Negocios_Infernales/images/Bone_Organs.png b/Negocios_Infernales/images/Bone_Organs.png new file mode 100644 index 000000000000..deaa5a9dd45f Binary files /dev/null and b/Negocios_Infernales/images/Bone_Organs.png differ diff --git a/Negocios_Infernales/images/Bone_Ruins.png b/Negocios_Infernales/images/Bone_Ruins.png new file mode 100644 index 000000000000..9c43a2521688 Binary files /dev/null and b/Negocios_Infernales/images/Bone_Ruins.png differ diff --git a/Negocios_Infernales/images/Bone_Shield.png b/Negocios_Infernales/images/Bone_Shield.png new file mode 100644 index 000000000000..15a08f28af89 Binary files /dev/null and b/Negocios_Infernales/images/Bone_Shield.png differ diff --git a/Negocios_Infernales/images/Bone_Statues.png b/Negocios_Infernales/images/Bone_Statues.png new file mode 100644 index 000000000000..5a59f9f1b772 Binary files /dev/null and b/Negocios_Infernales/images/Bone_Statues.png differ diff --git a/Negocios_Infernales/images/Bone_Tooth.png b/Negocios_Infernales/images/Bone_Tooth.png new file mode 100644 index 000000000000..3bd8bdf32f07 Binary files /dev/null and b/Negocios_Infernales/images/Bone_Tooth.png differ diff --git a/Negocios_Infernales/images/Bone_Where.png b/Negocios_Infernales/images/Bone_Where.png new file mode 100644 index 000000000000..41bc1d251453 Binary files /dev/null and b/Negocios_Infernales/images/Bone_Where.png differ diff --git a/Negocios_Infernales/images/DELETE_ME.png b/Negocios_Infernales/images/DELETE_ME.png new file mode 100644 index 000000000000..a7e725ea015c Binary files /dev/null and b/Negocios_Infernales/images/DELETE_ME.png differ diff --git a/Negocios_Infernales/images/Espacio_Actions.png b/Negocios_Infernales/images/Espacio_Actions.png new file mode 100644 index 000000000000..2771ff174f07 Binary files /dev/null and b/Negocios_Infernales/images/Espacio_Actions.png differ diff --git a/Negocios_Infernales/images/Espacio_Death.png b/Negocios_Infernales/images/Espacio_Death.png new file mode 100644 index 000000000000..54ec3abd2dee Binary files /dev/null and b/Negocios_Infernales/images/Espacio_Death.png differ diff --git a/Negocios_Infernales/images/Espacio_Genius.png b/Negocios_Infernales/images/Espacio_Genius.png new file mode 100644 index 000000000000..f0d7d306e6f4 Binary files /dev/null and b/Negocios_Infernales/images/Espacio_Genius.png differ diff --git a/Negocios_Infernales/images/Espacio_Holes.png b/Negocios_Infernales/images/Espacio_Holes.png new file mode 100644 index 000000000000..c8cf38b7974c Binary files /dev/null and b/Negocios_Infernales/images/Espacio_Holes.png differ diff --git a/Negocios_Infernales/images/Espacio_Infinity.png b/Negocios_Infernales/images/Espacio_Infinity.png new file mode 100644 index 000000000000..d1d4a7fb5334 Binary files /dev/null and b/Negocios_Infernales/images/Espacio_Infinity.png differ diff --git a/Negocios_Infernales/images/Espacio_Leash.png b/Negocios_Infernales/images/Espacio_Leash.png new file mode 100644 index 000000000000..04ac6017fd93 Binary files /dev/null and b/Negocios_Infernales/images/Espacio_Leash.png differ diff --git a/Negocios_Infernales/images/Espacio_Progress.png b/Negocios_Infernales/images/Espacio_Progress.png new file mode 100644 index 000000000000..fbdd7a0ffb25 Binary files /dev/null and b/Negocios_Infernales/images/Espacio_Progress.png differ diff --git a/Negocios_Infernales/images/Espacio_Rewrite.png b/Negocios_Infernales/images/Espacio_Rewrite.png new file mode 100644 index 000000000000..3d371ec95655 Binary files /dev/null and b/Negocios_Infernales/images/Espacio_Rewrite.png differ diff --git a/Negocios_Infernales/images/Espacio_Seed.png b/Negocios_Infernales/images/Espacio_Seed.png new file mode 100644 index 000000000000..dcf904943d49 Binary files /dev/null and b/Negocios_Infernales/images/Espacio_Seed.png differ diff --git a/Negocios_Infernales/images/Espacio_Unprepared.png b/Negocios_Infernales/images/Espacio_Unprepared.png new file mode 100644 index 000000000000..e76714918f53 Binary files /dev/null and b/Negocios_Infernales/images/Espacio_Unprepared.png differ diff --git a/Negocios_Infernales/images/Meat_Fruit.png b/Negocios_Infernales/images/Meat_Fruit.png new file mode 100644 index 000000000000..d5c31c8e1bd5 Binary files /dev/null and b/Negocios_Infernales/images/Meat_Fruit.png differ diff --git a/Negocios_Infernales/images/Meat_Guts.png b/Negocios_Infernales/images/Meat_Guts.png new file mode 100644 index 000000000000..a6800f2de66f Binary files /dev/null and b/Negocios_Infernales/images/Meat_Guts.png differ diff --git a/Negocios_Infernales/images/Meat_Meal.png b/Negocios_Infernales/images/Meat_Meal.png new file mode 100644 index 000000000000..935554a6ae68 Binary files /dev/null and b/Negocios_Infernales/images/Meat_Meal.png differ diff --git a/Negocios_Infernales/images/Meat_Mice.png b/Negocios_Infernales/images/Meat_Mice.png new file mode 100644 index 000000000000..d15b28d5ce24 Binary files /dev/null and b/Negocios_Infernales/images/Meat_Mice.png differ diff --git a/Negocios_Infernales/images/Meat_Mind.png b/Negocios_Infernales/images/Meat_Mind.png new file mode 100644 index 000000000000..af5f5b2d0945 Binary files /dev/null and b/Negocios_Infernales/images/Meat_Mind.png differ diff --git a/Negocios_Infernales/images/Meat_Mouth.png b/Negocios_Infernales/images/Meat_Mouth.png new file mode 100644 index 000000000000..a2de1e28e8a7 Binary files /dev/null and b/Negocios_Infernales/images/Meat_Mouth.png differ diff --git a/Negocios_Infernales/images/Meat_Scavengers.png b/Negocios_Infernales/images/Meat_Scavengers.png new file mode 100644 index 000000000000..ac193769b537 Binary files /dev/null and b/Negocios_Infernales/images/Meat_Scavengers.png differ diff --git a/Negocios_Infernales/images/Meat_Skin.png b/Negocios_Infernales/images/Meat_Skin.png new file mode 100644 index 000000000000..28730fcb277a Binary files /dev/null and b/Negocios_Infernales/images/Meat_Skin.png differ diff --git a/Negocios_Infernales/images/Meat_Soup.png b/Negocios_Infernales/images/Meat_Soup.png new file mode 100644 index 000000000000..0fcce403c63a Binary files /dev/null and b/Negocios_Infernales/images/Meat_Soup.png differ diff --git a/Negocios_Infernales/images/Meat_Trees.png b/Negocios_Infernales/images/Meat_Trees.png new file mode 100644 index 000000000000..85872de67252 Binary files /dev/null and b/Negocios_Infernales/images/Meat_Trees.png differ diff --git a/Negocios_Infernales/images/Spark_Command.png b/Negocios_Infernales/images/Spark_Command.png new file mode 100644 index 000000000000..98f984558be5 Binary files /dev/null and b/Negocios_Infernales/images/Spark_Command.png differ diff --git a/Negocios_Infernales/images/Spark_Cry.png b/Negocios_Infernales/images/Spark_Cry.png new file mode 100644 index 000000000000..cded535a31f2 Binary files /dev/null and b/Negocios_Infernales/images/Spark_Cry.png differ diff --git a/Negocios_Infernales/images/Spark_Desire.png b/Negocios_Infernales/images/Spark_Desire.png new file mode 100644 index 000000000000..06d8fa3df337 Binary files /dev/null and b/Negocios_Infernales/images/Spark_Desire.png differ diff --git a/Negocios_Infernales/images/Spark_Fuel.png b/Negocios_Infernales/images/Spark_Fuel.png new file mode 100644 index 000000000000..30bf3b2224c4 Binary files /dev/null and b/Negocios_Infernales/images/Spark_Fuel.png differ diff --git a/Negocios_Infernales/images/Spark_Mask.png b/Negocios_Infernales/images/Spark_Mask.png new file mode 100644 index 000000000000..cb36e66ce48c Binary files /dev/null and b/Negocios_Infernales/images/Spark_Mask.png differ diff --git a/Negocios_Infernales/images/Spark_Stars.png b/Negocios_Infernales/images/Spark_Stars.png new file mode 100644 index 000000000000..40b102269e9b Binary files /dev/null and b/Negocios_Infernales/images/Spark_Stars.png differ diff --git a/Negocios_Infernales/images/Spark_Storm.png b/Negocios_Infernales/images/Spark_Storm.png new file mode 100644 index 000000000000..f65f59856958 Binary files /dev/null and b/Negocios_Infernales/images/Spark_Storm.png differ diff --git a/Negocios_Infernales/images/Spark_Thrones.png b/Negocios_Infernales/images/Spark_Thrones.png new file mode 100644 index 000000000000..f34219c2aa3e Binary files /dev/null and b/Negocios_Infernales/images/Spark_Thrones.png differ diff --git a/Negocios_Infernales/images/Spark_Unwon.png b/Negocios_Infernales/images/Spark_Unwon.png new file mode 100644 index 000000000000..e328ce074419 Binary files /dev/null and b/Negocios_Infernales/images/Spark_Unwon.png differ diff --git a/Negocios_Infernales/images/Spark__Lock_pick.png b/Negocios_Infernales/images/Spark__Lock_pick.png new file mode 100644 index 000000000000..2e0b62889653 Binary files /dev/null and b/Negocios_Infernales/images/Spark__Lock_pick.png differ diff --git a/Negocios_Infernales/images/Tears_Flowers.png b/Negocios_Infernales/images/Tears_Flowers.png new file mode 100644 index 000000000000..ac7af949855a Binary files /dev/null and b/Negocios_Infernales/images/Tears_Flowers.png differ diff --git a/Negocios_Infernales/images/Tears_Know_Another.png b/Negocios_Infernales/images/Tears_Know_Another.png new file mode 100644 index 000000000000..e354d52343fc Binary files /dev/null and b/Negocios_Infernales/images/Tears_Know_Another.png differ diff --git a/Negocios_Infernales/images/Tears_Poison.png b/Negocios_Infernales/images/Tears_Poison.png new file mode 100644 index 000000000000..a02b4a22607a Binary files /dev/null and b/Negocios_Infernales/images/Tears_Poison.png differ diff --git a/Negocios_Infernales/images/Tears_Roots.png b/Negocios_Infernales/images/Tears_Roots.png new file mode 100644 index 000000000000..e7c1f13d0920 Binary files /dev/null and b/Negocios_Infernales/images/Tears_Roots.png differ diff --git a/Negocios_Infernales/images/Tears_Snow.png b/Negocios_Infernales/images/Tears_Snow.png new file mode 100644 index 000000000000..980e469360d4 Binary files /dev/null and b/Negocios_Infernales/images/Tears_Snow.png differ diff --git a/Negocios_Infernales/images/Tears_Tide.png b/Negocios_Infernales/images/Tears_Tide.png new file mode 100644 index 000000000000..4bdf0dcd269d Binary files /dev/null and b/Negocios_Infernales/images/Tears_Tide.png differ diff --git a/Negocios_Infernales/images/Tears_Tongue.png b/Negocios_Infernales/images/Tears_Tongue.png new file mode 100644 index 000000000000..a5e7c70e1813 Binary files /dev/null and b/Negocios_Infernales/images/Tears_Tongue.png differ diff --git a/Negocios_Infernales/images/Tears_Wheel.png b/Negocios_Infernales/images/Tears_Wheel.png new file mode 100644 index 000000000000..a486d5face23 Binary files /dev/null and b/Negocios_Infernales/images/Tears_Wheel.png differ diff --git a/Negocios_Infernales/images/Tears_Wine.png b/Negocios_Infernales/images/Tears_Wine.png new file mode 100644 index 000000000000..e34a223c0de1 Binary files /dev/null and b/Negocios_Infernales/images/Tears_Wine.png differ diff --git a/Negocios_Infernales/images/Tears_Worlds_End.png b/Negocios_Infernales/images/Tears_Worlds_End.png new file mode 100644 index 000000000000..056dbbd4ab53 Binary files /dev/null and b/Negocios_Infernales/images/Tears_Worlds_End.png differ diff --git a/Negocios_Infernales/images/sheet_background.png b/Negocios_Infernales/images/sheet_background.png new file mode 100644 index 000000000000..25871ec4da95 Binary files /dev/null and b/Negocios_Infernales/images/sheet_background.png differ diff --git a/Negocios_Infernales/sheet.json b/Negocios_Infernales/sheet.json new file mode 100644 index 000000000000..05ca6287de06 --- /dev/null +++ b/Negocios_Infernales/sheet.json @@ -0,0 +1,9 @@ +{ + "html": "Negocios_Infernales.html", + "css": "Negocios_Infernales.css", + "authors": "RyanMakesBoardGames, C.S.E Cooney, Carlos Hernandez, Hernandooney, Outland Entertainment", + "roll20userid": "1563777", + "preview": "Negocios_Infernales.png", + "instructions": "This sheet is designed for use with the Negocios Infernales roleplaying game.", + "disclaimer": "Some of the artwork and terminology used in Negocios Infernales contain nudity, gore, and violence and are not suitable for younger audiences." +}