Skip to content

Commit

Permalink
Merge pull request #1064 from argonui/version-bump
Browse files Browse the repository at this point in the history
Version bump to 4.1.0
  • Loading branch information
dscarpac authored Jan 7, 2025
2 parents 1d505ce + f782e9a commit dc5433d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@
0,
0
],
"SaveName": "Arkham SCE - 4.0.3",
"SaveName": "Arkham SCE - 4.1.0",
"Sky": "Sky_Museum",
"SkyURL": "https://i.imgur.com/GkQqaOF.jpg",
"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.0.3 - 11/21/2024"
"Arkham Horror LCG SCE 4.1.0 - 01/11/2025"
]
},
{
Expand All @@ -104,7 +104,7 @@
"g": 1,
"r": 1
},
"font": "70",
"font": "115",
"locked": false,
"name": "Details",
"pos": {
Expand All @@ -124,7 +124,7 @@
},
"tooltip": "None",
"value": [
"Changes from 4.0.3\n- added ability for 'number typing' to the chaos token draw button\n- added \"0 uses\" metadata for Charles Ross\n- added \"imprinting\" to Charisma / Relic Hunter (drop them on a playermat!)\n- turned \"randomize\" feature of action / ability tokens into a context menu entry\n- turned upgradesheets into XML and their boxes into crosses\n- fixed Clean Up Helper toggling the \"subtract doom\" feature\n- fixed DES scripting\n- fixed error with Navigation Overlay\n- fixed error with investigator placing on playermats\n- fixed error with Kohaku feedback messages\n- fixed issues with Campaign Importer / Exporter\n- fixed handling for cards with attachments (Deck Importer)\n\nHighlights from 4.0.0\n\nNew Stuff\n- added Parallel Mateo\n- added a global UI for the Bless / Curse manager\n- added a \"shuffle discard into deck\" button to playermats (for example for the mulligan)\n- added XML helper for \"Stella Clark\", \"The Red Clock\" and \"Elle Rubash\"\n- added \"clickability\" to damage / horror tokens and updated the font / image\n- added investigator specific things spawning when placing (e.g. Bounty tokens for Tony)\n- added a right-click function to the left-most \"Discard\" button on playermats\n- added ability for the \"doom in play\" counter to subtract from the total (e.g. Longest Night)\n\nBugfixes\n- fixed hotkey for multi-handed Upkeep\n- fixed wrong visibility of playermat option panels after loading\n- fixed issues with token redrawing\n- fixed issues with scenario reference card detection\n- updated Navigation Overlay to not break with removed playermats\n- Clean Up Helper: 'nil' handling for scenario, mini card detection and action token resetting\n\nThe campaigns were also updated with improved helpers and upgraded campaign logs!\nPreviewed / spoiled cards for the upcoming cycle \"The Drowned City\" can be accessed\nvia the download menu (bottom right corner of your screen).\n"
"New Stuff\r\n- added minicard sync (drop minicard on investigator)\r\n- added search assistant for encounter deck\r\n- added handling for revealed top card of encounter deck\r\n- added already previewed cards from The Drowned City\r\n- added filtering to Search-A-Card (syntax similar to ArkhamDB)\r\n- added proper helper for parallel Mateo\r\n- added token attaching to cards so they don't drop shitty on snap points\r\n- added hotkeys for navigation overlay\r\n\r\nUpdates\r\n- updated \"Encounter Card Bag\" to replace cards inside decks\r\n- updated \"Chef's Selection\" for resource counters to use them for\nauto-replenishing cards\r\n- increased checkbox cross size on Upgradesheets\r\n- rehosted some models to steamcloud for performance\nand regions without access to pastebin\r\n\r\nBugfixes\r\n- fixed color for Token Draw Dummy\n(type a number on the \"Draw Chaos Token\" button)\r\n- fixed handling for Underworld Market Taboo\r\n- ignore Explore / Tekeli-li deck for displacement"
]
}
],
Expand Down
2 changes: 1 addition & 1 deletion objects/Search-A-Card.24051a.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"ImageURL": "https://steamusercontent-a.akamaihd.net/ugc/2342503777976621188/4C119690DEF2B128E6EC309A880984E55D80350C/",
"WidthScale": 0
},
"Description": "Allows searching for card(s) by name or filters. Use the buttons to toggle the spawn / search mode.\n\nThe search partially supports filters in the style of ArkhamDB:\nk - Trait\no - cost\np - level\nf - class\nz - slot\nt - type\n\nTo use a filter, use the abbreviation and then an operator (:, !, < or >) followed by the filter value. Example:\nk:criminal t!investigator",
"Description": "Allows searching for card(s) by name or filters. Use the buttons to toggle the spawn / search mode.\n\nThe search partially supports filters in the style of ArkhamDB:\nk - Trait\no - cost\np - level\nf - class\nz - slot\nt - type\n\nTo use a filter, use the abbreviation and then an operator (:, !, \u003c or \u003e) followed by the filter value. Example:\nk:criminal t!investigator",
"DragSelectable": true,
"GMNotes": "",
"GUID": "24051a",
Expand Down
2 changes: 1 addition & 1 deletion src/core/Constants.ttslua
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ ENCOUNTER_DECK_POS = Vector(-3.93, 1.5, 5.76)
ENCOUNTER_DISCARD_POSITION = Vector(-3.85, 1.5, 10.38)

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

0 comments on commit dc5433d

Please sign in to comment.