Skip to content

Commit

Permalink
feat: add new 5 cards from 3.21
Browse files Browse the repository at this point in the history
  • Loading branch information
shonya3 committed Apr 4, 2023
1 parent f5ff99e commit 25178ae
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src-tauri/lib/src/types/record/initial_data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,12 @@ pub const LEGACY_CARDS: [&'static str; 15] = [
"Treasures of the Vaal",
];

pub const CARDS: [&'static str; 433] = [
pub const CARDS: [&'static str; 438] = [
"Brother's Gift",
"Soul Quenched",
"Poisoned Faith",
"A Chilling Wind",
"Matryoshka",
"A Dusty Memory",
"Alivia's Grace",
"Auspicious Ambitions",
Expand Down
19 changes: 19 additions & 0 deletions temp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"version": "0.1.1",
"notes": "+10 cards from 3.20",
"pub_date": "2023-04-03T17:21:49.776Z",
"platforms": {
"darwin-x86_64": {
"signature": "Content of app.tar.gz.sig",
"url": "https://github.com/shonya3/divicards/releases/download/app-v0.1.1/divicards.app.tar.gz"
},
"linux-x86_64": {
"signature": "Content of app.AppImage.tar.gz.sig",
"url": "https://github.com/shonya3/divicards/releases/download/app-v0.1.1/divicards_0.1.1_amd64.AppImage.tar.gz"
},
"windows-x86_64": {
"signature": "Content of app.msi.sig",
"url": "https://github.com/shonya3/divicards/releases/download/app-v0.1.1/divicards_0.1.1_x64_en-US.msi.zip"
}
}
}
19 changes: 19 additions & 0 deletions temp.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
const x = {
version: '0.1.1',
notes: '+10 cards from 3.20',
pub_date: '2023-04-03T17:21:49.776Z',
platforms: {
'darwin-x86_64': {
signature: 'Content of app.tar.gz.sig',
url: 'https://github.com/shonya3/divicards/releases/download/app-v0.1.1/divicards.app.tar.gz',
},
'linux-x86_64': {
signature: 'Content of app.AppImage.tar.gz.sig',
url: 'https://github.com/shonya3/divicards/releases/download/app-v0.1.1/divicards_0.1.1_amd64.AppImage.tar.gz',
},
'windows-x86_64': {
signature: 'Content of app.msi.sig',
url: 'https://github.com/shonya3/divicards/releases/download/app-v0.1.1/divicards_0.1.1_x64_en-US.msi.zip',
},
},
};

0 comments on commit 25178ae

Please sign in to comment.