Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
"Core2026BrethrenofAsh.elokoss"
],
"PlayArea": 1,
"SaveName": "Arkham SCE - 4.7.0",
"SaveName": "Arkham SCE - 4.7.1",
"Sky": "Sky_Museum",
"SkyURL": "https://steamusercontent-a.akamaihd.net/ugc/12370276462640249866/7F87FD43B19AB396C8466C7E028C10FA7695F8C1/",
"SnapPoints_path": "SnapPoints.json",
Expand Down
6 changes: 3 additions & 3 deletions objects/PatchNotes.f47225.luascriptstate
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
},
"tooltip": "None",
"value": [
"Arkham Horror LCG SCE 4.7.0 - 02/27/2026"
"Arkham Horror LCG SCE 4.7.1 - 03/28/2026"
]
},
{
Expand All @@ -104,7 +104,7 @@
"g": 1,
"r": 1
},
"font": "91",
"font": "77",
"locked": false,
"name": "Details",
"pos": {
Expand All @@ -124,7 +124,7 @@
},
"tooltip": "None",
"value": [
"New things\n- added / updated cards from taboo list update (FAQ v2.5)\n- added / updated cards from core 2026\n- added cards from revised core set (yes, the one from 5 years ago)\n- added an \"arkham.build indicator\" to the download menu\n- added a game key for the \"Discard One\" function of the playermats\n- added custom tooltips for playermat buttons\n\nImprovements\n- updated language pack functionality for reprints and custom content\n- updated UI translations\n- updated upkeep function for some special cases (Wrecked by Nightmares, Marcus Sengstacke)\n- updated discard hotkey to take playermat extensions into account\n- updated the expansion guide (previously know as buyer's guide)\n- updated token splash screen with modifier for special tokens (bless, curse, frost)\n\nBugfixes\n- fixed an issue with the clue spending UI when some playermats are removed\n- fixed some metadata issues (British Bulldog, parallel Lola)\n- fixed an issue with the \"load defaults\" button of the option panel\n- fixed an issue with parallel Wendy's menu\n- fixed an issue with the mini card border creation\n- fixed an issue with the Attachment Helper spawning\nbelow the investigator card\n\nThis mod is a fan-made adaptation of Arkham Horror LCG.\nIt is not endorsed by Fantasy Flight Games or Asmodee Digital.\nPlease support the game by purchasing the official product."
"Hotfix\n- added all previewed cards\n- added chapter 2 rules documents\n- updated player card panel with better filters\n- updated the \"numpad 0\" hotkey for location connection editing\n- fixed an issue with the encounter deck search assistant\n\nNew things\n- added / updated cards from taboo list update (FAQ v2.5)\n- added / updated cards from core 2026\n- added cards from revised core set (yes, the one from 5 years ago)\n- added an \"arkham.build indicator\" to the download menu\n- added a game key for the \"Discard One\" function of the playermats\n- added custom tooltips for playermat buttons\n\nImprovements\n- updated language pack functionality for reprints and custom content\n- updated UI translations\n- updated upkeep function for some special cases (Wrecked by Nightmares, Marcus Sengstacke)\n- updated discard hotkey to take playermat extensions into account\n- updated the expansion guide (previously know as buyer's guide)\n- updated token splash screen with modifier for special tokens (bless, curse, frost)\n\nBugfixes\n- fixed an issue with the clue spending UI when some playermats are removed\n- fixed some metadata issues (British Bulldog, parallel Lola)\n- fixed an issue with the \"load defaults\" button of the option panel\n- fixed an issue with parallel Wendy's menu\n- fixed an issue with the mini card border creation\n- fixed an issue with the Attachment Helper spawning\nbelow the investigator card\n\nThis mod is a fan-made adaptation of Arkham Horror LCG.\nIt is not endorsed by Fantasy Flight Games or Asmodee Digital.\nPlease support the game by purchasing the official product."
]
}
],
Expand Down
2 changes: 1 addition & 1 deletion src/core/Constants.ttslua
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ID_URL_MAP = {
}

-- online functionality related variables
MOD_VERSION = "4.7.0"
MOD_VERSION = "4.7.1"
SOURCE_REPO = "https://github.com/Chr1Z93/SCED-downloads/releases/latest/download/"
--SOURCE_REPO = "https://github.com/Chr1Z93/SCED-downloads/releases/download/v1.0.1/"

Expand Down
Loading