diff --git a/data/artists.cfg b/data/artists.cfg index 92386474..d2ef8be6 100644 --- a/data/artists.cfg +++ b/data/artists.cfg @@ -47,6 +47,10 @@ name: "Johann de Venecia", }, + "enjinn": { + name: "Enjinn", + }, + // According to license for "Rally the People" image, the author must be attributed, when that placeholder art is removed this entry can be removed "Robert Couse-Baker": { name: "Robert Couse-Baker", diff --git a/data/avatars.cfg b/data/avatars.cfg index 583cc45a..183d7700 100644 --- a/data/avatars.cfg +++ b/data/avatars.cfg @@ -125,6 +125,13 @@ "path": "images/portraits/cave-troll.png", "radius": 452 }, + "certain-death.png": { + "flip": false, + "focus": [479,458], + "name": "certain-death.png", + "path": "images/portraits/certain-death.png", + "radius": 257 + }, "chain-lightning.png": { "flip": false, "focus": [194,125], @@ -1031,4 +1038,4 @@ "path": "images/portraits/wolf.png", "radius": 433 } -} \ No newline at end of file +} diff --git a/data/cards-adjustments.cfg b/data/cards-adjustments.cfg index b21714c5..8cf878c2 100644 --- a/data/cards-adjustments.cfg +++ b/data/cards-adjustments.cfg @@ -417,6 +417,29 @@ "translate_x": -0.019, "translate_y": 0.051 }, + "Certain Death": { + "deck_entry_focus_scale": 0.35, + "deck_entry_focus_x": 400, + "deck_entry_focus_y": 400, + "focus_x": 0.57, + "focus_y": 0.0, + "focus_zoom": 0.3, + "hue_shift": 0.0, + "luminance_multiplier": 1.0, + "saturation_multiplier": 1.0, + "scale": 1.0, + "scale_enemy": 1.0, + "scale_focus": 1.0, + "scale_friend": 1.0, + "translate_enemy_x": 0.0, + "translate_enemy_y": 0.0, + "translate_focus_x": 0.0, + "translate_focus_y": 0.0, + "translate_friend_x": 0.0, + "translate_friend_y": 0.0, + "translate_x": 0.087, + "translate_y": 0.073 + }, "Chain Lightning": { "deck_entry_focus_scale": 0.453, "deck_entry_focus_x": 353, @@ -1608,6 +1631,29 @@ "translate_x": 2.229, "translate_y": -0.554 }, + "House of Meditation": { + "deck_entry_focus_scale": 0.35, + "deck_entry_focus_x": 362, + "deck_entry_focus_y": 210, + "focus_x": 0.5, + "focus_y": 0.0, + "focus_zoom": 0.3, + "hue_shift": 0.0, + "luminance_multiplier": 1.0, + "saturation_multiplier": 1.0, + "scale": 1, + "scale_enemy": 0.479, + "scale_focus": 1.0, + "scale_friend": 0.479, + "translate_enemy_x": 0.373, + "translate_enemy_y": 0.043, + "translate_focus_x": 0.001, + "translate_focus_y": 0.001, + "translate_friend_x": 0.373, + "translate_friend_y": 0.043, + "translate_x": 0.0, + "translate_y": 0.05 + }, "Humusify": { "deck_entry_focus_scale": 0.765, "deck_entry_focus_x": 116, diff --git a/data/cards-entropia.cfg b/data/cards-entropia.cfg index 433e3290..2c72cd8a 100644 --- a/data/cards-entropia.cfg +++ b/data/cards-entropia.cfg @@ -850,12 +850,10 @@ thousands perished in the chill winds of winter.", rarity: 0, type: "spell", sound_resolve: 'gameplay/spell_knife_dark', - hue_shift: 0.5, resolve_effect: "popup", school: "@eval BLOOD", - portrait: "knife-in-the-dark.png", - portrait_focus: [658,446], - portrait_focus_width: 190, + artist: "enjinn", + portrait: "certain-death.png", cost: 3, loyalty_cost: 3, is_response: true, diff --git a/data/cards-minerva.cfg b/data/cards-minerva.cfg index eca579c4..90ac9a74 100644 --- a/data/cards-minerva.cfg +++ b/data/cards-minerva.cfg @@ -1143,7 +1143,8 @@ set: "core", rarity: 0, type: "creature", - portrait: "greatlibrary.png", + portrait: "house-of-meditation.png", + artist: "enjinn", cost: 2, loyalty_cost: 0, school: "@eval MINERVA", diff --git a/images/portraits/card-size/certain-death.png b/images/portraits/card-size/certain-death.png new file mode 100644 index 00000000..961a5b58 Binary files /dev/null and b/images/portraits/card-size/certain-death.png differ diff --git a/images/portraits/card-size/house-of-meditation.png b/images/portraits/card-size/house-of-meditation.png new file mode 100644 index 00000000..012c04b5 Binary files /dev/null and b/images/portraits/card-size/house-of-meditation.png differ diff --git a/images/portraits/certain-death.png b/images/portraits/certain-death.png new file mode 100644 index 00000000..717d47bc Binary files /dev/null and b/images/portraits/certain-death.png differ diff --git a/images/portraits/house-of-meditation.png b/images/portraits/house-of-meditation.png new file mode 100644 index 00000000..d7971bcc Binary files /dev/null and b/images/portraits/house-of-meditation.png differ