diff --git a/components/select.js b/components/select.js index 5be081b..5c94a37 100644 --- a/components/select.js +++ b/components/select.js @@ -1,5 +1,43 @@ +import Image from "next/image"; +import styles from "../styles/Components.module.css"; + export default function Select(props) { - const { data, onSelect } = props; - console.log(data); - return
; + const { data, onSelect, selected = {} } = props; + console.log("data", data, "selected", selected); + return ( +
+ {data && + data.map((border, index) => { + return ( +
+ user image { + onSelect(border.id); + }} + /> + {`border { + onSelect(border.id); + }} + /> +
+ ); + })} +
+ ); } diff --git a/components/userInfo.js b/components/userInfo.js index 7c36bb8..a871f72 100644 --- a/components/userInfo.js +++ b/components/userInfo.js @@ -2,15 +2,9 @@ import { useSession, signIn, signOut } from "next-auth/react"; import { useEffect, useState } from "react"; import styles from "../styles/Components.module.css"; -export default function UserInfo() { +export default function UserInfo(props) { const { data: session } = useSession(); - const [borderData, setBorderData] = useState(null); - - useEffect(() => { - fetch("api/user/border/@me") - .then((res) => res.json()) - .then((data) => setBorderData(data)); - }, []); + const { borderData } = props; return (
diff --git a/pages/index.js b/pages/index.js index 3e9752d..065805e 100644 --- a/pages/index.js +++ b/pages/index.js @@ -7,6 +7,8 @@ import { useEffect, useState } from "react"; export default function Home() { const [data, setData] = useState(null); + const [borderData, setBorderData] = useState(null); + const [selected, setSelected] = useState(0); useEffect(() => { fetch("api/border/all") @@ -14,6 +16,15 @@ export default function Home() { .then((data) => setData(data)); }, []); + useEffect(() => { + fetch("api/user/border/@me") + .then((res) => res.json()) + .then((data) => { + setBorderData(data); + setSelected(data?.borderId || 0); + }); + }, []); + return (
@@ -21,12 +32,14 @@ export default function Home() { -
+

Steam Borders

- +
+ +
-
-
); diff --git a/public/images/00b9a62e09a1e452d6840170849e8ac06f6d3ef5.png b/public/images/00b9a62e09a1e452d6840170849e8ac06f6d3ef5.png deleted file mode 100644 index c1d73db..0000000 Binary files a/public/images/00b9a62e09a1e452d6840170849e8ac06f6d3ef5.png and /dev/null differ diff --git a/public/images/083c19cc935001ee0508aff3b948da62b6a093f6.png b/public/images/083c19cc935001ee0508aff3b948da62b6a093f6.png deleted file mode 100644 index cf78abb..0000000 Binary files a/public/images/083c19cc935001ee0508aff3b948da62b6a093f6.png and /dev/null differ diff --git a/public/images/18717998311ff5e68b1246dbdb43cbc0fa00a35d.png b/public/images/18717998311ff5e68b1246dbdb43cbc0fa00a35d.png deleted file mode 100644 index 72f762d..0000000 Binary files a/public/images/18717998311ff5e68b1246dbdb43cbc0fa00a35d.png and /dev/null differ diff --git a/public/images/27ef3d62a0e42bf4ac60d426f2f172e1790ec0fd.png b/public/images/27ef3d62a0e42bf4ac60d426f2f172e1790ec0fd.png deleted file mode 100644 index 40a7ae1..0000000 Binary files a/public/images/27ef3d62a0e42bf4ac60d426f2f172e1790ec0fd.png and /dev/null differ diff --git a/public/images/2d876cff5940a8724340a5798c1c8e48880c675f.png b/public/images/2d876cff5940a8724340a5798c1c8e48880c675f.png deleted file mode 100644 index 01c4607..0000000 Binary files a/public/images/2d876cff5940a8724340a5798c1c8e48880c675f.png and /dev/null differ diff --git a/public/images/359032c610e13a8f370594b200b9ddf8b29aa8af.png b/public/images/359032c610e13a8f370594b200b9ddf8b29aa8af.png deleted file mode 100644 index c592d08..0000000 Binary files a/public/images/359032c610e13a8f370594b200b9ddf8b29aa8af.png and /dev/null differ diff --git a/public/images/3fd73db5d33e9b6597e6975eb654e89b89b5db5c.png b/public/images/3fd73db5d33e9b6597e6975eb654e89b89b5db5c.png deleted file mode 100644 index 36f3cbe..0000000 Binary files a/public/images/3fd73db5d33e9b6597e6975eb654e89b89b5db5c.png and /dev/null differ diff --git a/public/images/420efee31f0b0a3fe39cb7409dbe9c3a3e0a0e3a.png b/public/images/420efee31f0b0a3fe39cb7409dbe9c3a3e0a0e3a.png deleted file mode 100644 index c0886d5..0000000 Binary files a/public/images/420efee31f0b0a3fe39cb7409dbe9c3a3e0a0e3a.png and /dev/null differ diff --git a/public/images/46461aaea39b18a4a3da2e6d3cf253006f2d6193.png b/public/images/46461aaea39b18a4a3da2e6d3cf253006f2d6193.png deleted file mode 100644 index d043059..0000000 Binary files a/public/images/46461aaea39b18a4a3da2e6d3cf253006f2d6193.png and /dev/null differ diff --git a/public/images/4718aad9a4b04c3cfb049bb7cbf2bd35c2e2eb11.png b/public/images/4718aad9a4b04c3cfb049bb7cbf2bd35c2e2eb11.png deleted file mode 100644 index 2545d40..0000000 Binary files a/public/images/4718aad9a4b04c3cfb049bb7cbf2bd35c2e2eb11.png and /dev/null differ diff --git a/public/images/537ab433b4dbf1c225e5809ad53d690ee73438d8.png b/public/images/537ab433b4dbf1c225e5809ad53d690ee73438d8.png deleted file mode 100644 index 20193b2..0000000 Binary files a/public/images/537ab433b4dbf1c225e5809ad53d690ee73438d8.png and /dev/null differ diff --git a/public/images/558efce86af3043bda6ac5078e1801dc7b587de7.png b/public/images/558efce86af3043bda6ac5078e1801dc7b587de7.png deleted file mode 100644 index c60368c..0000000 Binary files a/public/images/558efce86af3043bda6ac5078e1801dc7b587de7.png and /dev/null differ diff --git a/public/images/68439f85ae83ce6429b845234e28de62a88b1f88.png b/public/images/68439f85ae83ce6429b845234e28de62a88b1f88.png deleted file mode 100644 index 76793a3..0000000 Binary files a/public/images/68439f85ae83ce6429b845234e28de62a88b1f88.png and /dev/null differ diff --git a/public/images/950172e5379f52079835a2b295e93de1d8a8fbf3.png b/public/images/950172e5379f52079835a2b295e93de1d8a8fbf3.png deleted file mode 100644 index 0fc8198..0000000 Binary files a/public/images/950172e5379f52079835a2b295e93de1d8a8fbf3.png and /dev/null differ diff --git a/public/images/984f18d4bcc76669bcbd8971f962d1b75716dd11.png b/public/images/984f18d4bcc76669bcbd8971f962d1b75716dd11.png deleted file mode 100644 index df17df3..0000000 Binary files a/public/images/984f18d4bcc76669bcbd8971f962d1b75716dd11.png and /dev/null differ diff --git a/public/images/babb8c618b2c8eafaad9bc3fac3304a1837ac4fb.png b/public/images/babb8c618b2c8eafaad9bc3fac3304a1837ac4fb.png deleted file mode 100644 index 7963340..0000000 Binary files a/public/images/babb8c618b2c8eafaad9bc3fac3304a1837ac4fb.png and /dev/null differ diff --git a/public/images/bd04ee3a8e6c35c39f8670c034a5ea7fd15ca3f1.png b/public/images/bd04ee3a8e6c35c39f8670c034a5ea7fd15ca3f1.png deleted file mode 100644 index 7d2c9e6..0000000 Binary files a/public/images/bd04ee3a8e6c35c39f8670c034a5ea7fd15ca3f1.png and /dev/null differ diff --git a/public/images/beaee5e90d93bfafa5f5f55acb23abfd28ad180c.png b/public/images/beaee5e90d93bfafa5f5f55acb23abfd28ad180c.png deleted file mode 100644 index ce520b0..0000000 Binary files a/public/images/beaee5e90d93bfafa5f5f55acb23abfd28ad180c.png and /dev/null differ diff --git a/public/images/c30260bb120bf1379f075802653c8eb86da7a7e9.png b/public/images/c30260bb120bf1379f075802653c8eb86da7a7e9.png deleted file mode 100644 index 47732de..0000000 Binary files a/public/images/c30260bb120bf1379f075802653c8eb86da7a7e9.png and /dev/null differ diff --git a/public/images/e0de1bf39208a3c1230bca5bc69561e9d2f0971f.png b/public/images/e0de1bf39208a3c1230bca5bc69561e9d2f0971f.png deleted file mode 100644 index e89f3c1..0000000 Binary files a/public/images/e0de1bf39208a3c1230bca5bc69561e9d2f0971f.png and /dev/null differ diff --git a/public/images/e89b3a70625c980c3d68869f5cdb1da9baa447f8.png b/public/images/e89b3a70625c980c3d68869f5cdb1da9baa447f8.png deleted file mode 100644 index 3f5a711..0000000 Binary files a/public/images/e89b3a70625c980c3d68869f5cdb1da9baa447f8.png and /dev/null differ diff --git a/public/user.png b/public/user.png new file mode 100644 index 0000000..b22aeb5 Binary files /dev/null and b/public/user.png differ diff --git a/styles/Components.module.css b/styles/Components.module.css index e69de29..af18b95 100644 --- a/styles/Components.module.css +++ b/styles/Components.module.css @@ -0,0 +1,40 @@ +.select { + min-height: 90vh; + max-height: 90vh; + max-width: 50vw; + left: 45vw; + position: relative; + overflow-y: scroll; + display: flex; + flex-wrap: wrap; +} + +.borderKeeper { + width: 132px !important; + height: 132px !important; + padding: 4px; +} + +.borderKeeper > span { + display: inline-table !important; +} + +.userImage, +.borderImage { + position: relative; + left: 0; +} + +.userImage { + z-index: -1; + top: 0; +} + +.borderImage { + z-index: 3; + top: -256px !important; +} + +.selected { + border: 1px solid black; +} diff --git a/styles/Home.module.css b/styles/Home.module.css index 32a57d5..abbaaa5 100644 --- a/styles/Home.module.css +++ b/styles/Home.module.css @@ -12,6 +12,19 @@ align-items: center; } +.userinfo { + position: absolute; + display: flex; + flex-direction: column; + justify-content: end; + align-items: flex-end; + text-align: right; + width: 50vw; + top: 0; + left: 50vw; + padding-right: 32px; +} + .footer { display: flex; flex: 1; @@ -43,11 +56,12 @@ margin: 0; line-height: 1.15; font-size: 4rem; + width: 50vw; } .title, .description { - text-align: center; + text-align: left; } .description { diff --git a/util/border_data.json b/util/border_data.json new file mode 100644 index 0000000..9602b4b --- /dev/null +++ b/util/border_data.json @@ -0,0 +1,3578 @@ +[ + { + "name": "The ship is on fire", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/552990/daa6e52ec5d87f5ca09035bb48c8593ca4ad5c33.png", + "appInfo": { + "appid": 552990, + "name": "World of Warships" + } + }, + { + "name": "In the smoke cloud", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/552990/9aa315391dd7d3d44d273c4a84ad4155103b99ca.png", + "appInfo": { + "appid": 552990, + "name": "World of Warships" + } + }, + { + "name": "Brookhaven Profile Frame 2", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1499240/7df49d4c284a2d066ab386b6538f72c8e8d7016d.png", + "appInfo": { + "appid": 1499240, + "name": "Brookhaven" + } + }, + { + "name": "Brookhaven Profile Frame 1", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1499240/a50117d1807196b8ee00d0ec52f7236b0e542cea.png", + "appInfo": { + "appid": 1499240, + "name": "Brookhaven" + } + }, + { + "name": "Forgive Me Father frame", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1590910/c83e2d55c32a65b8719be0f796e5b7e4cf763f1f.png", + "appInfo": { + "appid": 1590910, + "name": "Forgive Me Father" + } + }, + { + "name": "Paper", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1210230/a1fa3f46fa44e2e5131f2b31858f95ce52deeb41.png", + "appInfo": { + "appid": 1210230, + "name": "Suits: Absolute Power" + } + }, + { + "name": "Stocksford Money", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1210230/af08868cb9942301da354d2cc5ccfaeb55b5fe90.png", + "appInfo": { + "appid": 1210230, + "name": "Suits: Absolute Power" + } + }, + { + "name": "Judy Energy", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1210230/e33183d33d5fc0691b0a9ca961f55295adf0e861.png", + "appInfo": { + "appid": 1210230, + "name": "Suits: Absolute Power" + } + }, + { + "name": "Corruption", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1210230/1aa6c11f7af1af68afd17b60a2a558e427a4c687.png", + "appInfo": { + "appid": 1210230, + "name": "Suits: Absolute Power" + } + }, + { + "name": "Сlassic fly", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/351160/c86cbb5219918e510563bba5a9c1ae117d774719.png", + "appInfo": { + "appid": 351160, + "name": "Poop Clicker" + } + }, + { + "name": "Hawks Symbol", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1570070/cf7d2e589d5de4648294fb41d746c180e7803aed.png", + "appInfo": { + "appid": 1570070, + "name": "Beholder 3" + } + }, + { + "name": "Сubes", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/397900/31f59916acf5c9fb5225ea22066cab00a02e601c.png", + "appInfo": { + "appid": 397900, + "name": "Business Tour - Board Game with Online Multiplayer" + } + }, + { + "name": "Resistance Symbol", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1570070/b5905f9f572e447f2bbdfb57681e9159bd86f9ea.png", + "appInfo": { + "appid": 1570070, + "name": "Beholder 3" + } + }, + { + "name": "The lost island", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/397900/1f74c26a0a74d7e15d0c5e52bfbb2af4bdfc735e.png", + "appInfo": { + "appid": 397900, + "name": "Business Tour - Board Game with Online Multiplayer" + } + }, + { + "name": "Plane", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/397900/28e7a8525e06dee8972e4c8623ef14fb79c4d439.png", + "appInfo": { + "appid": 397900, + "name": "Business Tour - Board Game with Online Multiplayer" + } + }, + { + "name": "Coins", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/397900/beea2c2ed140666cd5cac1c9f06bfa77343bc420.png", + "appInfo": { + "appid": 397900, + "name": "Business Tour - Board Game with Online Multiplayer" + } + }, + { + "name": "Air balloon", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/397900/b174c72f9e612474ab319b555db6e58443bc9d2b.png", + "appInfo": { + "appid": 397900, + "name": "Business Tour - Board Game with Online Multiplayer" + } + }, + { + "name": "PumPum - Old TV", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1595290/eaedd15a5435ad517604a267e42a751539a2de85.png", + "appInfo": { + "appid": 1595290, + "name": "PumPum" + } + }, + { + "name": "PumPum - Old Film", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1595290/9db7d7dc7480acf8b2d8b2f3cc741691ddd00972.png", + "appInfo": { + "appid": 1595290, + "name": "PumPum" + } + }, + { + "name": "PumPum - Hearts Frame", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1595290/ce0f984342502e0aee897605a9044a633c70d3dc.png", + "appInfo": { + "appid": 1595290, + "name": "PumPum" + } + }, + { + "name": "PumPum - Burning Frame", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1595290/c19c471777f23937aded44c4f93d38ba7607658a.png", + "appInfo": { + "appid": 1595290, + "name": "PumPum" + } + }, + { + "name": "PumPum - Purple Circle", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1595290/15dda5b7491c60a63fe4dcd5952a640d36609911.png", + "appInfo": { + "appid": 1595290, + "name": "PumPum" + } + }, + { + "name": "PumPum - Camera Frame", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1595290/7c267b95a9948c1299a97c68e0958cfee39dbce0.png", + "appInfo": { + "appid": 1595290, + "name": "PumPum" + } + }, + { + "name": "PumPum - Flaming Frame", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1595290/37745a25c88b174e930b9cf6d7552cfc6057a23d.png", + "appInfo": { + "appid": 1595290, + "name": "PumPum" + } + }, + { + "name": "PumPum - Christmas Time!", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1595290/341bae69532d23d0e67c794a1871dff9352e7510.png", + "appInfo": { + "appid": 1595290, + "name": "PumPum" + } + }, + { + "name": "PumPum - Round Green Frame", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1595290/56d89c4b89a8c949be537b1ecfc9c152e16c7ca7.png", + "appInfo": { + "appid": 1595290, + "name": "PumPum" + } + }, + { + "name": "PumPum - Undressing Room Frame", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1595290/c444d993aca2c7e5334a978b9388770d3d732377.png", + "appInfo": { + "appid": 1595290, + "name": "PumPum" + } + }, + { + "name": "Reformers Symbol", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1570070/0c6fcf9420e4c5622d552c742ca4f3e249e57d4a.png", + "appInfo": { + "appid": 1570070, + "name": "Beholder 3" + } + }, + { + "name": "Arcadia Fallen Profile Frame", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1174640/f12c6ce134ba5afa74b72531ecdd9511f19a35eb.png", + "appInfo": { + "appid": 1174640, + "name": "Arcadia Fallen" + } + }, + { + "name": "Hud Frame", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1000770/d9cc9962d9b610001ee3d221463793a7569272d5.png", + "appInfo": { + "appid": 1000770, + "name": "Urban Tale" + } + }, + { + "name": "S Rank", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1432050/7d330754eada1954a724d547388b0514ff8173bc.png", + "appInfo": { + "appid": 1432050, + "name": "Nobody Saves the World" + } + }, + { + "name": "Heart Stickers", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1688580/b54491992403bebc4ade1fb63ff7b34d69c0ee6a.png", + "appInfo": { + "appid": 1688580, + "name": "A YEAR OF SPRINGS" + } + }, + { + "name": "On-board computer", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1309820/3b5c3db38cbd3f7306c4cd4852a6c31e67dfe605.png", + "appInfo": { + "appid": 1309820, + "name": "Remains" + } + }, + { + "name": "Frame_4", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1849000/dd7a2ecd9e213555af966e2e27a4066a4667a131.png", + "appInfo": { + "appid": 1849000, + "name": "SEX with HITLER" + } + }, + { + "name": "Frame_3", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1849000/ecf425bc3aa287f9ecc49dde3fe76bd75281746f.png", + "appInfo": { + "appid": 1849000, + "name": "SEX with HITLER" + } + }, + { + "name": "Frame_2", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1849000/c6479d6cf492277bfe695e5b32cbf2cb092d4590.png", + "appInfo": { + "appid": 1849000, + "name": "SEX with HITLER" + } + }, + { + "name": "Frame_1", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1849000/d23a6ba6fc461b2a4d48436a07f621634cc09bf9.png", + "appInfo": { + "appid": 1849000, + "name": "SEX with HITLER" + } + }, + { + "name": "Tea Lover", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1444300/0c99550f192fcc29e99a7a0db8ee15f16059ce20.png", + "appInfo": { + "appid": 1444300, + "name": "Teacup" + } + }, + { + "name": "Dranks", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/618990/dfe0869f56da6438094f58e7bc1475744aad6c33.png", + "appInfo": { + "appid": 618990, + "name": "Into Oblivion" + } + }, + { + "name": "Cardboard", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/618990/912dafb8611f13eed7050f076c3e654a673c56b1.png", + "appInfo": { + "appid": 618990, + "name": "Into Oblivion" + } + }, + { + "name": "Enhanced Frame", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1217060/390944ea65bb579c77c50822bd0242cde916c971.png", + "appInfo": { + "appid": 1217060, + "name": "Gunfire Reborn" + } + }, + { + "name": "Hextech Frame", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1651960/af8a3abd09021888ada979ec7e46b1454444c12b.png", + "appInfo": { + "appid": 1651960, + "name": "Hextech Mayhem: A League of Legends Story™" + } + }, + { + "name": "Boomshack Frame", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1651960/ef839efa67fddb0824130cd08dd06fbdba3d72ec.png", + "appInfo": { + "appid": 1651960, + "name": "Hextech Mayhem: A League of Legends Story™" + } + }, + { + "name": "Rain", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1574580/5c0a06fe616ca57731e2cd360c0ddf7dc633d994.png", + "appInfo": { + "appid": 1574580, + "name": "Strange Horticulture" + } + }, + { + "name": "Leaves", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1574580/4afb80af0089fdc9eef8db6c6466917f014b6519.png", + "appInfo": { + "appid": 1574580, + "name": "Strange Horticulture" + } + }, + { + "name": "Fire-breathing cat", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1203420/590f0fcba3cd8355d42552fbcb07864f11ff70cb.png", + "appInfo": { + "appid": 1203420, + "name": "Miss Neko 2" + } + }, + { + "name": "pumpkin", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1724050/4c32f5b11cead76083a8a03621c8e8d237cbe438.png", + "appInfo": { + "appid": 1724050, + "name": "Furry Shades of Gay 2: A Shade Gayer" + } + }, + { + "name": "God of War Avatar Frame", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1593500/d1868c4d41b9dd0b46d796baf6343dacd005570c.png", + "appInfo": { + "appid": 1593500, + "name": "God of War" + } + }, + { + "name": "A Winner", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/805940/73341119d79932b8e7b6bdf0b5c55519c0732572.png", + "appInfo": { + "appid": 805940, + "name": "RUSSIA BATTLEGROUNDS" + } + }, + { + "name": "Red Heat", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/805940/4252db9cd083a5ffc1711b4a9b8a31d337595b3c.png", + "appInfo": { + "appid": 805940, + "name": "RUSSIA BATTLEGROUNDS" + } + }, + { + "name": "Samozbor", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/805940/517b51e98955e5cceed5632d0fc5e5f7bd17d4cd.png", + "appInfo": { + "appid": 805940, + "name": "RUSSIA BATTLEGROUNDS" + } + }, + { + "name": "Comrade", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/805940/a3f87cfb42a3bf41f82988f0fada2c24f30cc777.png", + "appInfo": { + "appid": 805940, + "name": "RUSSIA BATTLEGROUNDS" + } + }, + { + "name": "Moonbane", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1203220/b19af1e56606ce6c84f47596d3211c44fba35a20.png", + "appInfo": { + "appid": 1203220, + "name": "NARAKA: BLADEPOINT" + } + }, + { + "name": "Soulbloom", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1203220/56245f4eac741ca662f67e8afd1d25a673e35184.png", + "appInfo": { + "appid": 1203220, + "name": "NARAKA: BLADEPOINT" + } + }, + { + "name": "Adversity", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1407200/06a82285f59738b135fd4575283e527e9cf776ec.png", + "appInfo": { + "appid": 1407200, + "name": "World of Tanks" + } + }, + { + "name": "Hospitality", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1407200/9607e47b0c34de31d46f2ffe7a10818defe04453.png", + "appInfo": { + "appid": 1407200, + "name": "World of Tanks" + } + }, + { + "name": "Hastiness", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1407200/edaffcf7c2e0cfa5b6841e8d56f71a3e64ac81b3.png", + "appInfo": { + "appid": 1407200, + "name": "World of Tanks" + } + }, + { + "name": "Rain of gold", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1203420/39efe4bcd4829acf06e4cb12254ed646e673ed6d.png", + "appInfo": { + "appid": 1203420, + "name": "Miss Neko 2" + } + }, + { + "name": "Speed line", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1203420/65ef88710160cafc779b65939d58f30b605f5269.png", + "appInfo": { + "appid": 1203420, + "name": "Miss Neko 2" + } + }, + { + "name": "DOKA 2 CAT FRAME", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/967250/3db7a4da437f167b54834bcb9b17b190927c87ab.png", + "appInfo": { + "appid": 967250, + "name": "DOKA 2 KISHKI EDITION" + } + }, + { + "name": "DOKA 2 RED FRAME", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/967250/9cdd7dae862dadd378a0ee5b4e450b3c2e8846dd.png", + "appInfo": { + "appid": 967250, + "name": "DOKA 2 KISHKI EDITION" + } + }, + { + "name": "DOKA 2 GOLDEN FRAME", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/967250/d14e37b4ed652fdf6c0ed57730cebf7431deb9a5.png", + "appInfo": { + "appid": 967250, + "name": "DOKA 2 KISHKI EDITION" + } + }, + { + "name": "DOKA 2 FLAMING FRAME", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/967250/83d8b8ee70013f297339625faea6db2dc019ee64.png", + "appInfo": { + "appid": 967250, + "name": "DOKA 2 KISHKI EDITION" + } + }, + { + "name": "PHOTO FRAME", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1124660/cbb152eed6d614ff1c61a305c68784b40a32e0fb.png", + "appInfo": { + "appid": 1124660, + "name": "STORM AREA 51: AYY LMAO EDITION" + } + }, + { + "name": "Exploder", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1124660/b0c5b362e2cf7261a6bcb931e5199897780f82ad.png", + "appInfo": { + "appid": 1124660, + "name": "STORM AREA 51: AYY LMAO EDITION" + } + }, + { + "name": "Lightning Strike", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1124660/8dd5fa57eee07a4119eaacb1e023fe0c1436ce80.png", + "appInfo": { + "appid": 1124660, + "name": "STORM AREA 51: AYY LMAO EDITION" + } + }, + { + "name": "Speedlines", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1124660/5ebaed646897c11f4aeac1d10917d8464dd75cd3.png", + "appInfo": { + "appid": 1124660, + "name": "STORM AREA 51: AYY LMAO EDITION" + } + }, + { + "name": "Igni", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/292030/698047308a6cfba5b645df2e4a0ac607c19feb7b.png", + "appInfo": { + "appid": 292030, + "name": "The Witcher® 3: Wild Hunt" + } + }, + { + "name": "Yrden", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/292030/62fb1aceada23926f42e159ce105da37b6473565.png", + "appInfo": { + "appid": 292030, + "name": "The Witcher® 3: Wild Hunt" + } + }, + { + "name": "Quen", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/292030/6339efcb09bde924c530ad585ca51d72b5317dc6.png", + "appInfo": { + "appid": 292030, + "name": "The Witcher® 3: Wild Hunt" + } + }, + { + "name": "Axii", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/292030/70a569f4ca28c3892af919577c98aab67106ac3f.png", + "appInfo": { + "appid": 292030, + "name": "The Witcher® 3: Wild Hunt" + } + }, + { + "name": "Aard", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/292030/aca5a40fdd2982037799f8dc5526c821bf21617d.png", + "appInfo": { + "appid": 292030, + "name": "The Witcher® 3: Wild Hunt" + } + }, + { + "name": "Live Avatar Frame", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1493760/31bec280ab67b1492e868efe52b307366a655493.png", + "appInfo": { + "appid": 1493760, + "name": "Youtubers Life 2" + } + }, + { + "name": "Square Avatar Frame", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1493760/a48bb62a43311a75f87f2b04e37a4332ba431e03.png", + "appInfo": { + "appid": 1493760, + "name": "Youtubers Life 2" + } + }, + { + "name": "Heart Avatar Frame", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1493760/f5a4a819299d6f812d5a75a62dd8bdeb7874ca96.png", + "appInfo": { + "appid": 1493760, + "name": "Youtubers Life 2" + } + }, + { + "name": "Likes Avatar Frame", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1493760/9c1d144e207be172cd02c4f3cc7bc200a78142a2.png", + "appInfo": { + "appid": 1493760, + "name": "Youtubers Life 2" + } + }, + { + "name": "Gold", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1793840/c019c0c065ec0abbe9b066f356643ffb289273e7.png", + "appInfo": { + "appid": 1793840, + "name": "Gamer Girls: Cyberpunk 2069" + } + }, + { + "name": "Silver", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1793840/5582621d58f8e746f0da6228cb1f7f4dfa6c3d7d.png", + "appInfo": { + "appid": 1793840, + "name": "Gamer Girls: Cyberpunk 2069" + } + }, + { + "name": "Bronze", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1793840/87dc224e29fb8ee5c34e74d1c373938965ea73d5.png", + "appInfo": { + "appid": 1793840, + "name": "Gamer Girls: Cyberpunk 2069" + } + }, + { + "name": "Simple", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1793840/64ce7cb540df02d96078492696ee3313f6853487.png", + "appInfo": { + "appid": 1793840, + "name": "Gamer Girls: Cyberpunk 2069" + } + }, + { + "name": "Damned", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1239300/a9ca31fe951b5ae5d265f5ba97539aced1286cfa.png", + "appInfo": { + "appid": 1239300, + "name": "Gravewood High" + } + }, + { + "name": "Virtual Frame 4", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/917720/91d50ee26bbf39f14bcb815bb1dc011552ab359a.png", + "appInfo": { + "appid": 917720, + "name": "Gamedec" + } + }, + { + "name": "Virtual Frame 3", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/917720/b547cfd40be74966c94fd3e16aa5de8f7aea2bdf.png", + "appInfo": { + "appid": 917720, + "name": "Gamedec" + } + }, + { + "name": "Virtual Frame 2", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/917720/d7e791cdfcc46bcb4882ac95525664cfff183a8c.png", + "appInfo": { + "appid": 917720, + "name": "Gamedec" + } + }, + { + "name": "Virtual Frame 1", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/917720/7a3c584590c6532c42170b0f77aac978a2f4b739.png", + "appInfo": { + "appid": 917720, + "name": "Gamedec" + } + }, + { + "name": "Hunter", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/597760/28daebbe8609bbcda4a59acbaf001b703ce96dfa.png", + "appInfo": { + "appid": 597760, + "name": "Yuppie Psycho: Executive Edition" + } + }, + { + "name": "ComicEffect", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1406850/9d9522b1c39aca7aad8fb32808c6dc72fb72f1cc.png", + "appInfo": { + "appid": 1406850, + "name": "The Legend of Tianding" + } + }, + { + "name": "Border of Hell", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1546790/d303e7e5ca1465e3ab22668d3c7ffbe296f6f6ad.png", + "appInfo": { + "appid": 1546790, + "name": "Peace, Death! 2" + } + }, + { + "name": "Border of Heaven", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1546790/47576fd815b69417605b526167ae68a3dec4f8ea.png", + "appInfo": { + "appid": 1546790, + "name": "Peace, Death! 2" + } + }, + { + "name": "Border of Purgatory", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1546790/14ab3e8249f4c9405ae07c5e84dc4ea936ca4f68.png", + "appInfo": { + "appid": 1546790, + "name": "Peace, Death! 2" + } + }, + { + "name": "Guild of Dungeoneering Frame", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/317820/f6db7d451f704e4f1f6008416d978a8d1c8ef9bf.png", + "appInfo": { + "appid": 317820, + "name": "Guild of Dungeoneering Ultimate Edition" + } + }, + { + "name": "Fire", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/597760/64eae9d2df969b7eeadb60f0632574e1bd152cce.png", + "appInfo": { + "appid": 597760, + "name": "Yuppie Psycho: Executive Edition" + } + }, + { + "name": "Tiki-Taka", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/597760/552fdcc8bae43e320ee0009d77ce766ed2710da9.png", + "appInfo": { + "appid": 597760, + "name": "Yuppie Psycho: Executive Edition" + } + }, + { + "name": "Sintranet", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/597760/84e22dc6861c258ee56e7e994c628ee5f9a0cf75.png", + "appInfo": { + "appid": 597760, + "name": "Yuppie Psycho: Executive Edition" + } + }, + { + "name": "Yue Qingshu Frame", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1543030/96b6e62cf306babac6c2c2af4b9bf9860c16aa3a.png", + "appInfo": { + "appid": 1543030, + "name": "Sword and Fairy 7" + } + }, + { + "name": "Xiuwu Frame", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1543030/5c7334427119670b74f051b4cd5881b013e8fcaa.png", + "appInfo": { + "appid": 1543030, + "name": "Sword and Fairy 7" + } + }, + { + "name": "Bai Moqing Frame", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1543030/901bf5cfbb3255056153ac7f0627b2325bf6bc16.png", + "appInfo": { + "appid": 1543030, + "name": "Sword and Fairy 7" + } + }, + { + "name": "SangYo Frame", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1543030/330e3cdb272859d43fc78bca862978f488dfb5e0.png", + "appInfo": { + "appid": 1543030, + "name": "Sword and Fairy 7" + } + }, + { + "name": "Goo", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1033950/e8c92ddce92810261226dbb4af3d54e08a324048.png", + "appInfo": { + "appid": 1033950, + "name": "Lamentum" + } + }, + { + "name": "Tentacles", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1033950/edeb65a2a8dff5c0cc36d3182ea99b2cee092419.png", + "appInfo": { + "appid": 1033950, + "name": "Lamentum" + } + }, + { + "name": "Fire", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1731720/b150b3ec79c36a68eaac9472f61f5032c7a19c96.png", + "appInfo": { + "appid": 1731720, + "name": "FURRY SEX: Cabaret 💋🔞" + } + }, + { + "name": "Bright Pink", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1731720/5317f8e2eb4cedc3bd8711ba6421d66340c8dd0e.png", + "appInfo": { + "appid": 1731720, + "name": "FURRY SEX: Cabaret 💋🔞" + } + }, + { + "name": "Rainbow", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1731720/4d63869365d2ea39ce1a1524d3cbc96b2653503e.png", + "appInfo": { + "appid": 1731720, + "name": "FURRY SEX: Cabaret 💋🔞" + } + }, + { + "name": "Purple Shiny Avatar", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1731720/0f615949b28120bbec63da825c1321d7b2f5542e.png", + "appInfo": { + "appid": 1731720, + "name": "FURRY SEX: Cabaret 💋🔞" + } + }, + { + "name": "Gravestone", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/599140/88345723f73e51fb078fa5931280f6e5a8177179.png", + "appInfo": { + "appid": 599140, + "name": "Graveyard Keeper" + } + }, + { + "name": "Bones", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/599140/28ab9fe2d84755a6d923cb9906b18a3045e7b23d.png", + "appInfo": { + "appid": 599140, + "name": "Graveyard Keeper" + } + }, + { + "name": "Leaves", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/599140/70163892f8a7d7247bc0de496ed2b308755febeb.png", + "appInfo": { + "appid": 599140, + "name": "Graveyard Keeper" + } + }, + { + "name": "Last Prism Rainbow", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/105600/2c29ecab86c2249f90c4f08ac5942810b188b50e.png", + "appInfo": { + "appid": 105600, + "name": "Terraria" + } + }, + { + "name": "Eye of Cthulhu", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/105600/3fa0a944018f87fffc4c2dda906da32e466c4151.png", + "appInfo": { + "appid": 105600, + "name": "Terraria" + } + }, + { + "name": "Photo Frame", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1301950/832dca2a2515cf21e075866f33360399079f4c73.png", + "appInfo": { + "appid": 1301950, + "name": "Time Loader" + } + }, + { + "name": "Floppy Disk", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1301950/7bbafedc87d6f8e42a65af1d52ad907acaf51773.png", + "appInfo": { + "appid": 1301950, + "name": "Time Loader" + } + }, + { + "name": "Computer Screen", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1301950/6183d64ed1ef7a40cd9b7694a6c0ec05123b1d64.png", + "appInfo": { + "appid": 1301950, + "name": "Time Loader" + } + }, + { + "name": "Fire - Purple", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1732740/d02530e58d5bfa57ab22c9acc3649a887599bb1a.png", + "appInfo": { + "appid": 1732740, + "name": "Sakura Hime" + } + }, + { + "name": "Fire - Red", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1732740/2df545acfcf81d7349e531b03239face90d0642e.png", + "appInfo": { + "appid": 1732740, + "name": "Sakura Hime" + } + }, + { + "name": "Fire - Green", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1732740/0fdbc812820d49dd33344d19a8b8f3ff0bd53d99.png", + "appInfo": { + "appid": 1732740, + "name": "Sakura Hime" + } + }, + { + "name": "Neon Frame", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1732740/1fdb6f1094d8fbb2a566552a456ddfb4d5e7bf1e.png", + "appInfo": { + "appid": 1732740, + "name": "Sakura Hime" + } + }, + { + "name": "Flames Pixel", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/322330/dc91f4583685dc69cc9c674ba1b1f11edaa1ec9e.png", + "appInfo": { + "appid": 322330, + "name": "Don't Starve Together" + } + }, + { + "name": "Water Pixel", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/322330/04e757bf59724aaa2d75828ec488c7e70fa233f1.png", + "appInfo": { + "appid": 322330, + "name": "Don't Starve Together" + } + }, + { + "name": "MAINFRAME (ROYAL BLUE)", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/556130/6229081bc25c7234884401c809b505a93b17c62b.png", + "appInfo": { + "appid": 556130, + "name": "Drones, The Human Condition" + } + }, + { + "name": "MAINFRAME (RED)", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/556130/03852ae52353aa23247191cc3a13229efd5f574b.png", + "appInfo": { + "appid": 556130, + "name": "Drones, The Human Condition" + } + }, + { + "name": "MAINFRAME (GREEN)", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/556130/3cc7a43c05221e502c667ee63f2ec217afc99ccb.png", + "appInfo": { + "appid": 556130, + "name": "Drones, The Human Condition" + } + }, + { + "name": "MAINFRAME (PINK)", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/556130/ec6f0251f364dd9764033cc0c02685874d7bee1c.png", + "appInfo": { + "appid": 556130, + "name": "Drones, The Human Condition" + } + }, + { + "name": "MAINFRAME (BLUE)", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/556130/802fc5b26ee3c85f9f5eea528c8e1f6151256856.png", + "appInfo": { + "appid": 556130, + "name": "Drones, The Human Condition" + } + }, + { + "name": "Holo & Myuri_type4", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1348700/c2028d525b212549673c1531a7bccbfd545c1554.png", + "appInfo": { + "appid": 1348700, + "name": "Spice&Wolf VR2" + } + }, + { + "name": "Holo & Myuri_type3", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1348700/aebc9b482c29c90712abaac7ab55c8f399d070d6.png", + "appInfo": { + "appid": 1348700, + "name": "Spice&Wolf VR2" + } + }, + { + "name": "Holo & Myuri", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1348700/3d747d37df6fcb34d1514e7ec274064bba3663a4.png", + "appInfo": { + "appid": 1348700, + "name": "Spice&Wolf VR2" + } + }, + { + "name": "Sleeping Holo 2", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1065970/da1e355686fa9743453121729fa70c17ad323616.png", + "appInfo": { + "appid": 1065970, + "name": "狼と香辛料VR/Spice&WolfVR" + } + }, + { + "name": "Adorable Witch 2 BK Ⅲ", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1709500/b61f484c8bd3f1766407df02a03e22be6ffb5ee8.png", + "appInfo": { + "appid": 1709500, + "name": "Adorable Witch 2" + } + }, + { + "name": "Adorable Witch 2 BK Ⅱ", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1709500/b84ec018b968e3af8dcc7964b2f064cec79322c0.png", + "appInfo": { + "appid": 1709500, + "name": "Adorable Witch 2" + } + }, + { + "name": "Adorable Witch 2 BK Ⅰ", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1709500/ed32f649d5e2f10ea8c0a97eb8943fdbd6817238.png", + "appInfo": { + "appid": 1709500, + "name": "Adorable Witch 2" + } + }, + { + "name": "Horse", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/824600/7a1075ead04a9b215367526d2639259a5ca97ba2.png", + "appInfo": { + "appid": 824600, + "name": "HROT" + } + }, + { + "name": "VHS TV", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/824600/42484660d3f30042176a0930a8ccd6eda62ccdbf.png", + "appInfo": { + "appid": 824600, + "name": "HROT" + } + }, + { + "name": "My_Sexy_Waitress_Frame_4", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1656240/de3e25c958ee22b951c0444aea50dbe3d96d4175.png", + "appInfo": { + "appid": 1656240, + "name": "My Sexy Waitress" + } + }, + { + "name": "My_Sexy_Waitress_Frame_3", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1656240/cf9f981e98c5ace133d11c02d8d17c428a6c2bd9.png", + "appInfo": { + "appid": 1656240, + "name": "My Sexy Waitress" + } + }, + { + "name": "My_Sexy_Waitress_Frame_2", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1656240/18793edae6e482876cb4f6a6b9034eb615549677.png", + "appInfo": { + "appid": 1656240, + "name": "My Sexy Waitress" + } + }, + { + "name": "My_Sexy_Waitress_Frame_1", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1656240/7176aa72407d5980d46b46f179e7b105f5ed09c9.png", + "appInfo": { + "appid": 1656240, + "name": "My Sexy Waitress" + } + }, + { + "name": "WaifuSecret2_Frame_4", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1609160/23e7270b2c6291f56336794d67cd219b3a704b36.png", + "appInfo": { + "appid": 1609160, + "name": "Waifu Secret 2" + } + }, + { + "name": "WaifuSecret2_Frame_3", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1609160/dffc3090ccf18c9fb7467da4bc4b9ad1d99db9ee.png", + "appInfo": { + "appid": 1609160, + "name": "Waifu Secret 2" + } + }, + { + "name": "WaifuSecret2_Frame_2", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1609160/b11530568063ae007cd7a4dc71be4d1314d0f50f.png", + "appInfo": { + "appid": 1609160, + "name": "Waifu Secret 2" + } + }, + { + "name": "WaifuSecret2_Frame_1", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1609160/42de31e405c765e566f200af5c6bb2efff8f9746.png", + "appInfo": { + "appid": 1609160, + "name": "Waifu Secret 2" + } + }, + { + "name": "Frame 4", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/981430/58a26d574c17ec6b7010de45ef603cc2f456f705.png", + "appInfo": { + "appid": 981430, + "name": "Gordian Quest" + } + }, + { + "name": "Frame 1", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/981430/a33118c7e490eb8ffb812b47363598a9518d5004.png", + "appInfo": { + "appid": 981430, + "name": "Gordian Quest" + } + }, + { + "name": "Space transmission", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/780310/5e69741463612233b1c9e95eab6c6e7650076f26.png", + "appInfo": { + "appid": 780310, + "name": "The Riftbreaker" + } + }, + { + "name": "Transmission error", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/780310/951d462f94d32d3f3d41d4535a1842046c6cbaaf.png", + "appInfo": { + "appid": 780310, + "name": "The Riftbreaker" + } + }, + { + "name": "Four Fish Frame", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1472560/532ef1d0cfd2e685d4f5cba2b1f912903dc47c65.png", + "appInfo": { + "appid": 1472560, + "name": "I Am Fish" + } + }, + { + "name": "Waifu_Secret_Frame_1", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1505620/3ae0eed4e19ad29be346904690dc97d94e1e6b5f.png", + "appInfo": { + "appid": 1505620, + "name": "Waifu Secret" + } + }, + { + "name": "Waifu_Secret_Frame_2", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1505620/ab52c5b2eafc093ec91502407e9ab683d6358508.png", + "appInfo": { + "appid": 1505620, + "name": "Waifu Secret" + } + }, + { + "name": "Waifu_Secret_Frame_3", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1505620/850c028e9248b44ba2ea32b0fb4e370c9ad7addc.png", + "appInfo": { + "appid": 1505620, + "name": "Waifu Secret" + } + }, + { + "name": "Waifu_Secret_Frame_4", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1505620/220d985d5aeaeaeadea6f68f1020b9b7bf23bdd0.png", + "appInfo": { + "appid": 1505620, + "name": "Waifu Secret" + } + }, + { + "name": "Fake_Hostel_Frame_4", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1735420/a2e7d7e0cd3995499f4297db1a5da1d4f71087a3.png", + "appInfo": { + "appid": 1735420, + "name": "Fake Hostel" + } + }, + { + "name": "Fake_Hostel_Frame_3", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1735420/f91a5238889e97da7c8f6d1509d5641eac9bcd8d.png", + "appInfo": { + "appid": 1735420, + "name": "Fake Hostel" + } + }, + { + "name": "Fake_Hostel_Frame_2", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1735420/6a47f4f0d2dedb53925f68a2d7632454778cae59.png", + "appInfo": { + "appid": 1735420, + "name": "Fake Hostel" + } + }, + { + "name": "Fake_Hostel_Frame_1", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1735420/aa38be8080bcb29b8a08694514e957abc2b6af7e.png", + "appInfo": { + "appid": 1735420, + "name": "Fake Hostel" + } + }, + { + "name": "Angel Skull", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/584640/8365c5ae55ac2ad758b0683cdf5039a4873cc81a.png", + "appInfo": { + "appid": 584640, + "name": "SUPER CHICKEN JUMPER" + } + }, + { + "name": "Street Frame", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1472560/60d0918aecb2f02df83d403a56b08bc3ec74104e.png", + "appInfo": { + "appid": 1472560, + "name": "I Am Fish" + } + }, + { + "name": "Fire Frame", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1062830/9df777e38922771b00f4f8173b0019754136cf2d.png", + "appInfo": { + "appid": 1062830, + "name": "Embr" + } + }, + { + "name": "Water Frame", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1062830/796612f867de5694f394842919155bb506ad76df.png", + "appInfo": { + "appid": 1062830, + "name": "Embr" + } + }, + { + "name": "Web Buddy", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1390350/a33dd0435578ad2c0f9f3ab5a1c380e6f546eed5.png", + "appInfo": { + "appid": 1390350, + "name": "Webbed" + } + }, + { + "name": "Peace and Tranquility", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/253230/06a59fd94bb8f1fb2b1a0eac8885e5148c5b6442.png", + "appInfo": { + "appid": 253230, + "name": "A Hat in Time" + } + }, + { + "name": "MagiCat", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/656970/46f2b27c34c55ba0c28f3b63b39ec789cbdc50ac.png", + "appInfo": { + "appid": 656970, + "name": "MagiCat" + } + }, + { + "name": "Coins", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/656970/c6afd509a472941b144f216002e4e6bb8e188181.png", + "appInfo": { + "appid": 656970, + "name": "MagiCat" + } + }, + { + "name": "Running MagiCat", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/656970/11762e1476d7515f1e60f92b9b0bdae19d7ee30d.png", + "appInfo": { + "appid": 656970, + "name": "MagiCat" + } + }, + { + "name": "You spin me round", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/976590/a6c7a5bea5966c07a43ba5d0a85a734a3eb12276.png", + "appInfo": { + "appid": 976590, + "name": "Bus Simulator 21" + } + }, + { + "name": "Wiping in the rain", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/976590/d73ca23245899c065595188dcf731326750b56f9.png", + "appInfo": { + "appid": 976590, + "name": "Bus Simulator 21" + } + }, + { + "name": "Cat Crime Graffiti", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/253230/27fc0bebb3f006345811b983be8d04e1ff3797cb.png", + "appInfo": { + "appid": 253230, + "name": "A Hat in Time" + } + }, + { + "name": "Snatcher Contract", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/253230/7124a110e19ef19586289db9926858040855bb7f.png", + "appInfo": { + "appid": 253230, + "name": "A Hat in Time" + } + }, + { + "name": "Animated Profile Frame Test", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/870780/36c27a153afb7a61cfdd362648cfad8bdf2229f7.png", + "appInfo": { + "appid": 870780, + "name": "Control Ultimate Edition" + } + }, + { + "name": "Sleeping Holo", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1065970/c10e84ea2279523c7c66e3f393fb6ed6c76806e6.png", + "appInfo": { + "appid": 1065970, + "name": "狼と香辛料VR/Spice&WolfVR" + } + }, + { + "name": "SlayerCatch", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1726640/f2ab832de4c9f9557b88f0702be818f318909f00.png", + "appInfo": { + "appid": 1726650, + "name": "Downtown" + } + }, + { + "name": "Blue Holo", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/979690/6a062d54485c22b2a4da05cd4cc5798d327e41e9.png", + "appInfo": { + "appid": 979690, + "name": "The Ascent" + } + }, + { + "name": "Red cycle", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/979690/e5cfd268e76e2e6e00c9ec293f2cb8cd1724a188.png", + "appInfo": { + "appid": 979690, + "name": "The Ascent" + } + }, + { + "name": "Red holo frame", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/979690/23cb8ab6eee5755c3405375ea300ba21d62b4f3c.png", + "appInfo": { + "appid": 979690, + "name": "The Ascent" + } + }, + { + "name": "Blue Cycle", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/979690/fb2857640b8aaf4357cf1729409f2df3a4cc1e48.png", + "appInfo": { + "appid": 979690, + "name": "The Ascent" + } + }, + { + "name": "Gutty Works", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1075550/6e34c295dc226a59184ee7891185af8d345e2164.png", + "appInfo": { + "appid": 1075550, + "name": "Bite the Bullet" + } + }, + { + "name": "Ghoul Guts", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1075550/b9052b9143d6af237e56037c4c2c707e47abb4f0.png", + "appInfo": { + "appid": 1075550, + "name": "Bite the Bullet" + } + }, + { + "name": "Interference", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1435670/95cf5362569050f2fabf1561ca749da79c11153f.png", + "appInfo": { + "appid": 1435670, + "name": "Song of Farca" + } + }, + { + "name": "Surveillance", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1435670/04aa704f0768f8bb648018c73b439e5d1e7b7787.png", + "appInfo": { + "appid": 1435670, + "name": "Song of Farca" + } + }, + { + "name": "Maurice", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1435670/4c038071fc6beb8938cdceffb8b52a09f9862702.png", + "appInfo": { + "appid": 1435670, + "name": "Song of Farca" + } + }, + { + "name": "Space Rocket Window", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/646270/ca4a7bf83407c46cddd630796c07cf5996456de5.png", + "appInfo": { + "appid": 646270, + "name": "60 Parsecs!" + } + }, + { + "name": "On-board Computer", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/646270/43ca59fefe80c72f371de456c97ab7b1b17992d8.png", + "appInfo": { + "appid": 646270, + "name": "60 Parsecs!" + } + }, + { + "name": "Shrine", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1335230/9c90a42be81fb11180382b18fd318228ad17282c.png", + "appInfo": { + "appid": 1335230, + "name": "Sumire" + } + }, + { + "name": "Poisoned Flowers", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1335230/339fae4b0df265688eb58fadeea6f12301cd833b.png", + "appInfo": { + "appid": 1335230, + "name": "Sumire" + } + }, + { + "name": "Magic Garden", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1335230/b526fb7845f639177a86b2ce5f0c51c786e52a0b.png", + "appInfo": { + "appid": 1335230, + "name": "Sumire" + } + }, + { + "name": "Fireflies Hill", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1335230/a524c9d28dc5672e90b71616eb50cc62db465dba.png", + "appInfo": { + "appid": 1335230, + "name": "Sumire" + } + }, + { + "name": "Slimy Alien", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/646270/afada1ec6e8f748a104755fb85bf30a3bdedde87.png", + "appInfo": { + "appid": 646270, + "name": "60 Parsecs!" + } + }, + { + "name": "Astrocitizen Space Shuttle", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/646270/157d8626f5ff7b58b94893ad28280a0470d9c0fe.png", + "appInfo": { + "appid": 646270, + "name": "60 Parsecs!" + } + }, + { + "name": "OMD!3 Acid Frame", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1522820/887eafcf6e985624363c639dad26900bd627733e.png", + "appInfo": { + "appid": 1522820, + "name": "Orcs Must Die! 3" + } + }, + { + "name": "Vzerthos Classic Frame", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/536450/d3d31773687f15dcfcf7ec3803338bcfc68ed5f6.png", + "appInfo": { + "appid": 536450, + "name": "Vzerthos: The Heir of Thunder" + } + }, + { + "name": "Billboard", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/251110/120030d75f8454da79c81c3d0e82329dd24af698.png", + "appInfo": { + "appid": 251110, + "name": "INFRA" + } + }, + { + "name": "Other Side", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/251110/173775088e4b7cb5f38293a245d8725aaaf2af95.png", + "appInfo": { + "appid": 251110, + "name": "INFRA" + } + }, + { + "name": "Herlock Sholmes", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1158850/e7ac6a3182ac9a301a8917ca80b081d90a5405ea.png", + "appInfo": { + "appid": 1158850, + "name": "The Great Ace Attorney Chronicles" + } + }, + { + "name": "Ryunosuke Naruhodo", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1158850/dd383722642e620c0f96a6dc9bb342745446c94e.png", + "appInfo": { + "appid": 1158850, + "name": "The Great Ace Attorney Chronicles" + } + }, + { + "name": "Susato Mikotoba", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1158850/2378fd5da2a9754ef4344c1fcb03a038cd3c3162.png", + "appInfo": { + "appid": 1158850, + "name": "The Great Ace Attorney Chronicles" + } + }, + { + "name": "80s Retro Frame", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/761010/c2c20de6845ca8d3cfdcbd546791dfc82915433b.png", + "appInfo": { + "appid": 761010, + "name": "Wave Break" + } + }, + { + "name": "Neon Lights", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/761010/4db6fa37ffb1ab370bd01cd6085b2166df56f711.png", + "appInfo": { + "appid": 761010, + "name": "Wave Break" + } + }, + { + "name": "Blood", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/860950/7768d1a818d2d9cf51ff0ed4b4e1a3f0d8533e6d.png", + "appInfo": { + "appid": 860950, + "name": "Mark of the Ninja: Remastered" + } + }, + { + "name": "Camera", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/251110/04cc9f4a80978e174a50cf0d404e2750d0c5da7d.png", + "appInfo": { + "appid": 251110, + "name": "INFRA" + } + }, + { + "name": "Neon Border", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/788100/e63651549abaca88b4111112d0c0d2de81b313b7.png", + "appInfo": { + "appid": 788100, + "name": "Neon Abyss" + } + }, + { + "name": "Witness Stand", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1158850/cc9e5d28eb06dfe26335e1a09f7ddfa3df8ac3e0.png", + "appInfo": { + "appid": 1158850, + "name": "The Great Ace Attorney Chronicles" + } + }, + { + "name": "Local Prison", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1158850/37eb678d746b415e994f05ef490b25fb96b381e4.png", + "appInfo": { + "appid": 1158850, + "name": "The Great Ace Attorney Chronicles" + } + }, + { + "name": "Movavi Multicolor", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1418970/211431e1d988f99666a76f46283abaa2a7bb20c0.png", + "appInfo": { + "appid": 1418990, + "name": "Unicorns on Unicycles" + } + }, + { + "name": "Movavi GreenBlue", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1418970/09c5c361946ec4581cdb4759ca30b9cf5927404c.png", + "appInfo": { + "appid": 1418990, + "name": "Unicorns on Unicycles" + } + }, + { + "name": "Movavi Colour Points", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1418970/4bace2fb72a755d4e8f27ec85ce4640e3f0dedd4.png", + "appInfo": { + "appid": 1418990, + "name": "Unicorns on Unicycles" + } + }, + { + "name": "Trickster", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/680420/b70751065d07e95431a2750f2ffa326630fafb57.png", + "appInfo": { + "appid": 680420, + "name": "OUTRIDERS" + } + }, + { + "name": "Technomancer", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/680420/b74673915dfb11ed12d5ff395d976fd0d8cb7c8c.png", + "appInfo": { + "appid": 680420, + "name": "OUTRIDERS" + } + }, + { + "name": "Pyromancer", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/680420/b8920068eca11846107deba7a0554132f635b831.png", + "appInfo": { + "appid": 680420, + "name": "OUTRIDERS" + } + }, + { + "name": "Devastator", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/680420/3f73a65800840b5e8cd4502e8de70c399a9064ca.png", + "appInfo": { + "appid": 680420, + "name": "OUTRIDERS" + } + }, + { + "name": "Cyberpunk Yellow", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1091500/bd8bc4f1f343e201df3d776817952f531b55f781.png", + "appInfo": { + "appid": 1091500, + "name": "Cyberpunk 2077" + } + }, + { + "name": "Cyberpunk Cyan", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1091500/8463084f35370cc5577c093a1702660bc1f94bcc.png", + "appInfo": { + "appid": 1091500, + "name": "Cyberpunk 2077" + } + }, + { + "name": "Dragonlore", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/730/c30260bb120bf1379f075802653c8eb86da7a7e9.png", + "appInfo": { + "appid": 730, + "name": "Counter-Strike: Global Offensive" + } + }, + { + "name": "Cerberus", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/730/08763b38c214a554b5e83c5a39a048495b6ecee6.png", + "appInfo": { + "appid": 730, + "name": "Counter-Strike: Global Offensive" + } + }, + { + "name": "Akihabara Accept", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/730/c2a822b6422d7a2c9e72ec74bf54139db8723ef0.png", + "appInfo": { + "appid": 730, + "name": "Counter-Strike: Global Offensive" + } + }, + { + "name": "Silver Immortal Frame", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/414530/c4c9c05dc2bfc8eb4fad7d5b70da6de31010f298.png", + "appInfo": { + "appid": 414530, + "name": "Skyforge" + } + }, + { + "name": "Golden Immortal", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/414530/e6aebd35ae65a290970dae5f661caf41ad18616b.png", + "appInfo": { + "appid": 414530, + "name": "Skyforge" + } + }, + { + "name": "Ready to copy", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/803050/886934dd8ce22b893ddf1350db5409926b820c4d.png", + "appInfo": { + "appid": 803050, + "name": "Per Aspera" + } + }, + { + "name": "Unknown Signal", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/803050/106f4bfbada953415c58fdc5ca22ed995ffd1faa.png", + "appInfo": { + "appid": 803050, + "name": "Per Aspera" + } + }, + { + "name": "Ground Control", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/803050/a1041d90f58b5bd872df5b7f3de0656e620d9684.png", + "appInfo": { + "appid": 803050, + "name": "Per Aspera" + } + }, + { + "name": "Sparkle", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1477770/021d1e51337544f6a51299bf7406054007eb51d6.png", + "appInfo": { + "appid": 1477770, + "name": "触尾少女" + } + }, + { + "name": "Tropico Anniversary Frame", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/492720/e72e6bb9047d3612d3b04ac58feab1d3b1a94be6.png", + "appInfo": { + "appid": 492720, + "name": "Tropico 6" + } + }, + { + "name": "Star Anniversary Frame", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/492720/4e21109b5ffaf6be2127c7b0bdb9be61614a5f85.png", + "appInfo": { + "appid": 492720, + "name": "Tropico 6" + } + }, + { + "name": "Llama Anniversary Frame", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/492720/ddee502258eadd167e88cb9113a28a278b944549.png", + "appInfo": { + "appid": 492720, + "name": "Tropico 6" + } + }, + { + "name": "Munchgobble", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1379870/9790bafcd43e888c0ed5c2ce39d2b1415f7f2cc7.png", + "appInfo": { + "appid": 1379870, + "name": "Tribal Hunter" + } + }, + { + "name": "TribalTV", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1379870/25518218afe0e6543ca69650469432f94d21230f.png", + "appInfo": { + "appid": 1379870, + "name": "Tribal Hunter" + } + }, + { + "name": "Munchnom", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1379870/9b76d62f090a2d6501dec2cc8c7302392eaf92cf.png", + "appInfo": { + "appid": 1379870, + "name": "Tribal Hunter" + } + }, + { + "name": "📺 Gamedust - The Show", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/579720/a50bdf687cb21e78e7006c11dba31a91797e484d.png", + "appInfo": { + "appid": 579720, + "name": "Neverout" + } + }, + { + "name": "⚡️ Gamedust - UNLIMITED POWER!", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/579720/372f4b6fc78858fe0b2aab25a181286d0cb6354d.png", + "appInfo": { + "appid": 579720, + "name": "Neverout" + } + }, + { + "name": "🖥 Gamedust - Quantum Hud", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/579720/ec78b3f7df790d1dbc593e4b2656959cf7cbd584.png", + "appInfo": { + "appid": 579720, + "name": "Neverout" + } + }, + { + "name": "💾 Gamedust - Digital Rain", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/579720/24c9ae270ea74e3aed7aff6421ae7bbbd872aa3e.png", + "appInfo": { + "appid": 579720, + "name": "Neverout" + } + }, + { + "name": "Forest - Frame", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/477160/ff6034bffecb47398ffa596a3599a4f623376d17.png", + "appInfo": { + "appid": 477160, + "name": "Human: Fall Flat" + } + }, + { + "name": "Healing Frame", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/527230/00c084f9b5f235c8010fcc2b50758674ab65182d.png", + "appInfo": { + "appid": 527230, + "name": "For The King" + } + }, + { + "name": "Lightning Frame", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/527230/0aab43118914fa35aa7be1eb1d61337b8a3a5110.png", + "appInfo": { + "appid": 527230, + "name": "For The King" + } + }, + { + "name": "Mabinogi Profile Frame 3", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/212200/617bd325b56d71d39270e1b98076c968665d5492.png", + "appInfo": { + "appid": 212200, + "name": "Mabinogi" + } + }, + { + "name": "Mabinogi Profile Frame 2", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/212200/cf7d56fa4e9e718f6eeed7f1999dfc57467deb80.png", + "appInfo": { + "appid": 212200, + "name": "Mabinogi" + } + }, + { + "name": "Mabinogi Profile Frame 1", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/212200/892cee52107b9c924b06d29aec3381403ef68570.png", + "appInfo": { + "appid": 212200, + "name": "Mabinogi" + } + }, + { + "name": "Cobweb and candles", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1470310/d47aa0811c215d11ad14001fb1c7b4e24d369772.png", + "appInfo": { + "appid": 1470310, + "name": "Witch 2 Hell Adventure" + } + }, + { + "name": "SOUP", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1012880/7bb4d80f264306a90a389a1fdc7a018ad1a2aa93.png", + "appInfo": { + "appid": 1012880, + "name": "60 Seconds! Reatomized" + } + }, + { + "name": "Need a Bigger Boat", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/629820/49ca923d595418bcfd3c2d9819413079ffe7c58b.png", + "appInfo": { + "appid": 629820, + "name": "Maneater" + } + }, + { + "name": "Open Wide!", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/629820/7579b824515221c33b092ef21a01e7dc2af3c42f.png", + "appInfo": { + "appid": 629820, + "name": "Maneater" + } + }, + { + "name": "Shark Nom Noms", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/629820/9e2a2b1499d37ebd80629906b4bc5fef9be22c0a.png", + "appInfo": { + "appid": 629820, + "name": "Maneater" + } + }, + { + "name": "SMT3 Frame", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1413480/cc9e99dbc8f8ede5b21410e2ed41d71fc5931b01.png", + "appInfo": { + "appid": 1413480, + "name": "Shin Megami Tensei III Nocturne HD Remaster" + } + }, + { + "name": "Avatar XP", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/978460/739379773430e1f67d11903d06f31195ff3b5c4a.png", + "appInfo": { + "appid": 978460, + "name": "Emily is Away <3" + } + }, + { + "name": "Mr. Sock Puppet", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1012880/457794f10e71884b156d9dc9d30b42605ce87b32.png", + "appInfo": { + "appid": 1012880, + "name": "60 Seconds! Reatomized" + } + }, + { + "name": "Mary Jane is hungry!", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1012880/eef258ad84d570d1470859e3fbdd97837e0248e8.png", + "appInfo": { + "appid": 1012880, + "name": "60 Seconds! Reatomized" + } + }, + { + "name": "Pink pad", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/814540/03ac7e2889aa68b71c1d21c615f887c243c30d71.png", + "appInfo": { + "appid": 814540, + "name": "Changed" + } + }, + { + "name": "Dialog box", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/814540/c4492429da411ac66395a97c210f105a8052f7c1.png", + "appInfo": { + "appid": 814540, + "name": "Changed" + } + }, + { + "name": "King Portrait Shine", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1037910/82c293d8c1c46d5d998534bd50cb9a8fc42a2595.png", + "appInfo": { + "appid": 1037910, + "name": "Paw Paw Paw" + } + }, + { + "name": "King Portrait Torn", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1037910/39afe3e3ab8483361b3e5ed15798b5cf21b5f2b7.png", + "appInfo": { + "appid": 1037910, + "name": "Paw Paw Paw" + } + }, + { + "name": "Hi There!", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1037910/b0e2edf923e7858edf07b1f87a1f12b71d9291a0.png", + "appInfo": { + "appid": 1037910, + "name": "Paw Paw Paw" + } + }, + { + "name": "Raji and Golu", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/730390/bc102812fd42ba5b1240feab44da8de4fc0b902e.png", + "appInfo": { + "appid": 730390, + "name": "Raji: An Ancient Epic" + } + }, + { + "name": "Raji with Peacock", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/730390/d11efc0fdd9756cd8bd5e5ede0d35093ea5038cd.png", + "appInfo": { + "appid": 730390, + "name": "Raji: An Ancient Epic" + } + }, + { + "name": "Raji In Rajasthan", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/730390/8d4b8d6a0adee2d6af4489f1cd18367e359870ba.png", + "appInfo": { + "appid": 730390, + "name": "Raji: An Ancient Epic" + } + }, + { + "name": "Raji Awaits", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/730390/4a4c47aa3efdd7fbcfafbadc8ddd0c950c2fdac5.png", + "appInfo": { + "appid": 730390, + "name": "Raji: An Ancient Epic" + } + }, + { + "name": "Mahabalasura", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/730390/e2d33033b9f30fc0168f204341aaf8f9232cee01.png", + "appInfo": { + "appid": 730390, + "name": "Raji: An Ancient Epic" + } + }, + { + "name": "DVD Screensaver.. Oops", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/978460/114ce0763dfe53aaf175d1c5036363ae28e79c61.png", + "appInfo": { + "appid": 978460, + "name": "Emily is Away <3" + } + }, + { + "name": "DVD Screensaver", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/978460/eb82507fcadb6c496a5e1613a226a42e2213a838.png", + "appInfo": { + "appid": 978460, + "name": "Emily is Away <3" + } + }, + { + "name": "Inside the bunker", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1012880/ace834375eb3c9b5600cfa6fe6b6f034a73803ac.png", + "appInfo": { + "appid": 1012880, + "name": "60 Seconds! Reatomized" + } + }, + { + "name": "Neonlight", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1084640/b8159d2b8075e8673a427d9525aed5ac59d809da.png", + "appInfo": { + "appid": 1084640, + "name": "Chicken Police - Paint it RED!" + } + }, + { + "name": "MapleStory Profile Frame 3", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/216150/f68703a3fd154a89652c7f0d42a78f79784cf2d1.png", + "appInfo": { + "appid": 216150, + "name": "MapleStory" + } + }, + { + "name": "MapleStory Profile Frame 2", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/216150/601e3373664390f9ae35b31b5c3377fd1da1c25d.png", + "appInfo": { + "appid": 216150, + "name": "MapleStory" + } + }, + { + "name": "MapleStory Profile Frame 1", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/216150/36a493475ae79941b99073d0ccdc0a8925617cca.png", + "appInfo": { + "appid": 216150, + "name": "MapleStory" + } + }, + { + "name": "Green God Rays", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1385730/54e6d676341ec1f5863b1c3d0b20656c334a6805.png", + "appInfo": { + "appid": 1385730, + "name": "Mosaique Neko Waifus 3" + } + }, + { + "name": "Lava Sparks", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1385730/97ed499af60c84469f0ec40ee988eac6ed544a0c.png", + "appInfo": { + "appid": 1385730, + "name": "Mosaique Neko Waifus 3" + } + }, + { + "name": "Crystal of Wisdom", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1037910/aa27d68b69ca79d3f24b825bd238a24035d50ece.png", + "appInfo": { + "appid": 1037910, + "name": "Paw Paw Paw" + } + }, + { + "name": "Orange God Rays", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1299120/9a1ab34eba69163d59785fa7ba2576f403becbbb.png", + "appInfo": { + "appid": 1299120, + "name": "Mosaique Neko Waifus 2" + } + }, + { + "name": "Teal Cosmos", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1299120/438c65e53b978f2ef9b9fdc3ad48292da7a8950b.png", + "appInfo": { + "appid": 1299120, + "name": "Mosaique Neko Waifus 2" + } + }, + { + "name": "Sparkles!", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1192640/07b0f044cf3d344e4f80fb2bb29e9471c6280f6b.png", + "appInfo": { + "appid": 1192640, + "name": "Hentai Mosaique Neko Waifus" + } + }, + { + "name": "Glow and Sparkly Frame", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1192640/59d1acd5552e38330e0d7bcdc35280cb877f6e31.png", + "appInfo": { + "appid": 1192640, + "name": "Hentai Mosaique Neko Waifus" + } + }, + { + "name": "Ghost Sparkle Frame", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1192640/0eaa49d9fbb5e9b623146fb20fe8a552c9d34dff.png", + "appInfo": { + "appid": 1192640, + "name": "Hentai Mosaique Neko Waifus" + } + }, + { + "name": "The Life and Suffering of Sir Brante: Frame", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1272160/eca2055303ec9997849b8616b2fab9642049d4f5.png", + "appInfo": { + "appid": 1272160, + "name": "The Life and Suffering of Sir Brante" + } + }, + { + "name": "Agility [Purple]", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1218900/abe018f9747aa7b5f1ccbd48480014df62f765ee.png", + "appInfo": { + "appid": 1218900, + "name": "Zup! Z" + } + }, + { + "name": "Flame [Blue]", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1218900/18701e21508c5f2adf4d90430f3b45e3cec0c3da.png", + "appInfo": { + "appid": 1218900, + "name": "Zup! Z" + } + }, + { + "name": "Flame [Green]", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1218900/83c3ab6d2a45fe3b02e98a0b06254d089098acf0.png", + "appInfo": { + "appid": 1218900, + "name": "Zup! Z" + } + }, + { + "name": "Flame [Orange]", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1218900/f2ba81d35ed8c770a751a2ac9fde485f5b1effeb.png", + "appInfo": { + "appid": 1218900, + "name": "Zup! Z" + } + }, + { + "name": "Frame [Gold]", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1218900/53e1048c8de70f9f10fc074a7350f34e2d84c4f1.png", + "appInfo": { + "appid": 1218900, + "name": "Zup! Z" + } + }, + { + "name": "Agility [Red]", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1218900/2cc42032f32d6f0b89d2b5ce4f96f5169391eb78.png", + "appInfo": { + "appid": 1218900, + "name": "Zup! Z" + } + }, + { + "name": "Agility [Blue]", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1218900/95626dd95771e91c312db760df5435a3159d7063.png", + "appInfo": { + "appid": 1218900, + "name": "Zup! Z" + } + }, + { + "name": "Zup! FireBall", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1218900/ce44001fc656ed9a58f7e012f7cad4ad785550e5.png", + "appInfo": { + "appid": 1218900, + "name": "Zup! Z" + } + }, + { + "name": "Red Bokeh", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1504020/61bd429749e2c1707160a44bffc302b65055db1a.png", + "appInfo": { + "appid": 1504020, + "name": "Mosaique Neko Waifus 4" + } + }, + { + "name": "Holy Defiance", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/944220/ebd4ad2aa92dc6ad2796c02b48bd20c8383c7a59.png", + "appInfo": { + "appid": 944220, + "name": "Gachi Heroes" + } + }, + { + "name": "Force_shield", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/855630/6e21507b7d02b18fbac3d34338c73228d799a11b.png", + "appInfo": { + "appid": 855630, + "name": "Zeliria Sanctuary" + } + }, + { + "name": "Red Stars", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1504020/5fa43382bac32d9bc531a3df7e9b9766f3d89e14.png", + "appInfo": { + "appid": 1504020, + "name": "Mosaique Neko Waifus 4" + } + }, + { + "name": "Blue Glow", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1504020/5d3921f63e08bfb06713dc6bbe18a961e4c4a32b.png", + "appInfo": { + "appid": 1504020, + "name": "Mosaique Neko Waifus 4" + } + }, + { + "name": "Violet Bokeh", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1504020/fa42e4228aac55b0c7c1000314e3acafe47a263d.png", + "appInfo": { + "appid": 1504020, + "name": "Mosaique Neko Waifus 4" + } + }, + { + "name": "Pink Sparkle Ghosts", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1504020/110c1d4735cea599a7df68e5b4a1119be4b93f89.png", + "appInfo": { + "appid": 1504020, + "name": "Mosaique Neko Waifus 4" + } + }, + { + "name": "Peitho Frame", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1260820/13726b1f5a38211d49f40b1875d83bd4931475f0.png", + "appInfo": { + "appid": 1260820, + "name": "Third Crisis" + } + }, + { + "name": "Year of the Ox 2021 Frame", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1526200/f74a6adf2b229bd6d3a6fb47bc79d1853cabe9aa.png", + "appInfo": { + "appid": 1526220, + "name": "Spacegirl" + } + }, + { + "name": "New Terra", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/933820/fd5953d4f99b57e0f16ac7f3010694c1c8c06236.png", + "appInfo": { + "appid": 933820, + "name": "Endzone - A World Apart" + } + }, + { + "name": "Ionized!", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/933820/cc80817daeec4536c22d9aeb2ee1fccd4a84d08e.png", + "appInfo": { + "appid": 933820, + "name": "Endzone - A World Apart" + } + }, + { + "name": "DarkAge [RGB]", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1098340/587d5ef368bacba16655fa5b3e25dd30b24c6f57.png", + "appInfo": { + "appid": 1098340, + "name": "Zup! 9" + } + }, + { + "name": "Fetter [RGB]", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1098340/e6284239d5a10cb452c6636e0e1d33b8b0e17d80.png", + "appInfo": { + "appid": 1098340, + "name": "Zup! 9" + } + }, + { + "name": "Target [RGB]", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1098340/637bf8b8a5d58563bf941502edde806138fb2bbe.png", + "appInfo": { + "appid": 1098340, + "name": "Zup! 9" + } + }, + { + "name": "Square [RGB]", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1098340/32ae5779a7cf5ae6d2a27c681f94e616347d3596.png", + "appInfo": { + "appid": 1098340, + "name": "Zup! 9" + } + }, + { + "name": "Hearts [Red]", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1098340/8072e7d63adfeccd4b28bd6db324e6ecf15b7159.png", + "appInfo": { + "appid": 1098340, + "name": "Zup! 9" + } + }, + { + "name": "Hearts [Pink]", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1098340/da0143c1c518da38ed792c036ad9c44343241503.png", + "appInfo": { + "appid": 1098340, + "name": "Zup! 9" + } + }, + { + "name": "Hearts [Blue]", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1098340/7c76d1647bdc348305f0398a53feb76f65a96e34.png", + "appInfo": { + "appid": 1098340, + "name": "Zup! 9" + } + }, + { + "name": "Chain [Yellow]", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1098340/35f2ed002a949a3711fa59f51eb62a59b615c306.png", + "appInfo": { + "appid": 1098340, + "name": "Zup! 9" + } + }, + { + "name": "Chain [Red]", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1098340/5ac584406ff7c8441ba67d309491146221baebdd.png", + "appInfo": { + "appid": 1098340, + "name": "Zup! 9" + } + }, + { + "name": "Chain [Blue]", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1098340/54507db69fe6e94eeb71a7a8f0efa39751e52690.png", + "appInfo": { + "appid": 1098340, + "name": "Zup! 9" + } + }, + { + "name": "Glitch [Unstable]", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1098340/6d30b92d397de0cdab499ab204c6487178bb9139.png", + "appInfo": { + "appid": 1098340, + "name": "Zup! 9" + } + }, + { + "name": "Portal", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1098340/984a8c5884ef22ee68c9561e0a89bd0699b1bc6a.png", + "appInfo": { + "appid": 1098340, + "name": "Zup! 9" + } + }, + { + "name": "Crystallid", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/212070/dddb4db2b2f15549b4ad9e43273a9a6a1c27dba8.png", + "appInfo": { + "appid": 212070, + "name": "Star Conflict" + } + }, + { + "name": "Federation pilot", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/212070/de5db01612487d1b9c65ef5eece992605df4d9b3.png", + "appInfo": { + "appid": 212070, + "name": "Star Conflict" + } + }, + { + "name": "AIRSHIP Frame", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1260820/b7ba17f59b7e9def7cc4ed92b1b6c777127fd793.png", + "appInfo": { + "appid": 1260820, + "name": "Third Crisis" + } + }, + { + "name": "X-Morph Technology", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/408410/1b66299ebb2da376769439eea6857caf524cbb8b.png", + "appInfo": { + "appid": 408410, + "name": "X-Morph: Defense" + } + }, + { + "name": "Zombie Driver Skidmarks", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/220820/4fc8fafa1767fbf9c03924704cf3257789551372.png", + "appInfo": { + "appid": 220820, + "name": "Zombie Driver HD" + } + }, + { + "name": "Chester Frame", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/322330/e56d6d87fb24f94cb699388beee658f8870eb3c2.png", + "appInfo": { + "appid": 322330, + "name": "Don't Starve Together" + } + }, + { + "name": "Portal", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/322330/0508a336f6405f945f501e6ad44bd1aed9bc790f.png", + "appInfo": { + "appid": 322330, + "name": "Don't Starve Together" + } + }, + { + "name": "Bearger", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/322330/195fa8a640b8f666640e2422ed62f8555737c89b.png", + "appInfo": { + "appid": 322330, + "name": "Don't Starve Together" + } + }, + { + "name": "Ghost", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/322330/29f44d416800b628e93c228587a5736331f73ed0.png", + "appInfo": { + "appid": 322330, + "name": "Don't Starve Together" + } + }, + { + "name": "Fire", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/322330/4d7fb739494bd78bdf8fba7dfb66a5ffc49d864c.png", + "appInfo": { + "appid": 322330, + "name": "Don't Starve Together" + } + }, + { + "name": "Shadow Fire", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/322330/c05c0155855b74c28e0f6e9417d4afa3c99d76ef.png", + "appInfo": { + "appid": 322330, + "name": "Don't Starve Together" + } + }, + { + "name": "Oil", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/860950/59638b6ad5810a92a5692fc8a19825f64f21b627.png", + "appInfo": { + "appid": 860950, + "name": "Mark of the Ninja: Remastered" + } + }, + { + "name": "Triangles", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/531510/f8ee687e197f7920cd2eb6a9186345da5af178d8.png", + "appInfo": { + "appid": 531510, + "name": "Just Shapes & Beats" + } + }, + { + "name": "New Game", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/531510/b2f2e59b4bd5dbf2774e2365ecdefb9245cd5c8f.png", + "appInfo": { + "appid": 531510, + "name": "Just Shapes & Beats" + } + }, + { + "name": "Vampirism", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/944220/91b1c881cd9fc1b0f9f77f0d410b30eb3192cc41.png", + "appInfo": { + "appid": 944220, + "name": "Gachi Heroes" + } + }, + { + "name": "DarkAge [Red]", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/601220/0b2b3b600730b965a4bbd865aea46eb8f2f42d91.png", + "appInfo": { + "appid": 601220, + "name": "Zup! F" + } + }, + { + "name": "DarkAge [Purple]", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/601220/dbd41d87f9fd8ed8be57fd75e9bab2a270a28f52.png", + "appInfo": { + "appid": 601220, + "name": "Zup! F" + } + }, + { + "name": "DarkAge [Pink]", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/601220/4fe2df9b2312fcebf61c25ed7894d60133173050.png", + "appInfo": { + "appid": 601220, + "name": "Zup! F" + } + }, + { + "name": "DarkAge [Blue]", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/601220/2dd0861bb6ec01c30282f6c916af6c778c09cfb6.png", + "appInfo": { + "appid": 601220, + "name": "Zup! F" + } + }, + { + "name": "AR Interface [Pink]", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/601220/5628f08484e2ee1c8b7e213ce766d65f4fa86feb.png", + "appInfo": { + "appid": 601220, + "name": "Zup! F" + } + }, + { + "name": "AR Interface [Purple]", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/601220/683865f51163d181a658a8aa86b4f9fdf43c6e26.png", + "appInfo": { + "appid": 601220, + "name": "Zup! F" + } + }, + { + "name": "Pink plasma", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/601220/20084d8917396fceb4cf304eee9b6f5e9a8bae9e.png", + "appInfo": { + "appid": 601220, + "name": "Zup! F" + } + }, + { + "name": "Green plasma", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/601220/a5a9e7694ccd0ae7c166ead641a89b830f3eb94d.png", + "appInfo": { + "appid": 601220, + "name": "Zup! F" + } + }, + { + "name": "Blue plasma", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/601220/9eec51b07f58c0a2cc2b05e64695655831515f94.png", + "appInfo": { + "appid": 601220, + "name": "Zup! F" + } + }, + { + "name": "Glitch [Wave]", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/601220/7707d8230d79bbc27f9ce45ed56597afe1d5a9f2.png", + "appInfo": { + "appid": 601220, + "name": "Zup! F" + } + }, + { + "name": "Glitch [Ruby]", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/601220/3c72b7752570a1bdcd87fc3310e408202e87acf7.png", + "appInfo": { + "appid": 601220, + "name": "Zup! F" + } + }, + { + "name": "Glitch [Neon]", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/601220/bdfaaad0a6d42c3dbbcd9f25c3d42343cb12fd5b.png", + "appInfo": { + "appid": 601220, + "name": "Zup! F" + } + }, + { + "name": "Glitch [Azure]", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/601220/c4471a48c0cc70b9248edbc41d971809b51f0e36.png", + "appInfo": { + "appid": 601220, + "name": "Zup! F" + } + }, + { + "name": "Cloud Frame", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1061180/f34feafe75d0a3068885aeb2276fdb2852fbf299.png", + "appInfo": { + "appid": 1061180, + "name": "Crumble" + } + }, + { + "name": "Skulls", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/807120/68e628ab4f64913d9d040088a3524e5fb067808d.png", + "appInfo": { + "appid": 807120, + "name": "Iratus: Lord of the Dead" + } + }, + { + "name": "Swords of Fate", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/807120/74874f702add978a24d1c88e7c8198fd152a732e.png", + "appInfo": { + "appid": 807120, + "name": "Iratus: Lord of the Dead" + } + }, + { + "name": "Endless", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/601220/02a4cb1a7705bb7b51961274a1bf0d80c2cff862.png", + "appInfo": { + "appid": 601220, + "name": "Zup! F" + } + }, + { + "name": "Smoke [Purple]", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/601220/e0693e6322182e68a45410d817d48f2c8482f222.png", + "appInfo": { + "appid": 601220, + "name": "Zup! F" + } + }, + { + "name": "Zup! Fire", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/601220/ef86353150457398c0af5711c7651659ab8dce9d.png", + "appInfo": { + "appid": 601220, + "name": "Zup! F" + } + }, + { + "name": "Smoke [White]", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/601220/566035c8ed935cfe1c393f0717ca640cb3ea9e28.png", + "appInfo": { + "appid": 601220, + "name": "Zup! F" + } + }, + { + "name": "Smoke [Pink]", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/601220/40f8d07bf6ab07770b3450060678de21548edcd4.png", + "appInfo": { + "appid": 601220, + "name": "Zup! F" + } + }, + { + "name": "Layering [RGB]", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/601220/0febea9baad379af11cdb3cc8c41ea77bf822813.png", + "appInfo": { + "appid": 601220, + "name": "Zup! F" + } + }, + { + "name": "Electric discharge", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/601220/194c249ac5ab759af0fbaf14267f96b3151a39d8.png", + "appInfo": { + "appid": 601220, + "name": "Zup! F" + } + }, + { + "name": "AR Interface [Yellow]", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/601220/ccb52663f7596709c4ed5828c2def700cc87cfc0.png", + "appInfo": { + "appid": 601220, + "name": "Zup! F" + } + }, + { + "name": "AR Interface [Blue]", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/601220/d0a9ac1e505c8a257138f7e85b10b4f4ebb62c7b.png", + "appInfo": { + "appid": 601220, + "name": "Zup! F" + } + }, + { + "name": "CHARM", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/519870/5b1547c480cc9f2925fa90aeff3e7160a495a03d.png", + "appInfo": { + "appid": 519870, + "name": "Flying Pengy" + } + }, + { + "name": "Blot", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/508730/abceab9d30ca9c3b05bf01eec19ff52250120eda.png", + "appInfo": { + "appid": 508730, + "name": "Painted Legend" + } + }, + { + "name": "Chamber of Iratus", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/807120/e792879ee6f6dccf4d9f7cf615eaacff7285a0b4.png", + "appInfo": { + "appid": 807120, + "name": "Iratus: Lord of the Dead" + } + }, + { + "name": "Resting Bean Desserts", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1117380/953a114e0f7006f3960ba93d4f02480f657d5291.png", + "appInfo": { + "appid": 1117380, + "name": "Project Cappuccino" + } + }, + { + "name": "Tick Tock", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/718670/89e6e488bbe4e93e8c2efdb1218bf9fec2d1b355.png", + "appInfo": { + "appid": 718670, + "name": "Cultist Simulator" + } + }, + { + "name": "A token", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/718670/9761f20dac8dde5b91e540781d1fa090bc6d7a07.png", + "appInfo": { + "appid": 718670, + "name": "Cultist Simulator" + } + }, + { + "name": "Dead Cells - Gold Frame", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/588650/ed19d815381a95298c55d9b911ccae250c18dae5.png", + "appInfo": { + "appid": 588650, + "name": "Dead Cells" + } + }, + { + "name": "Human: Fall Flat Christmas Lights", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/477160/8f8585202ac16d8d759a6e87977007d67270c2bc.png", + "appInfo": { + "appid": 477160, + "name": "Human: Fall Flat" + } + }, + { + "name": "LIZ: Before the Plague Icon", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/628940/95883ae4eb6c1d1c7b9310499ca76df56a182d39.png", + "appInfo": { + "appid": 628940, + "name": "LIZ: Before the Plague" + } + }, + { + "name": "Heat#cake", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/614910/9383e607dc01550ac3461aeeadef3ae3ce9b2d54.png", + "appInfo": { + "appid": 614910, + "name": "#monstercakes" + } + }, + { + "name": "Multiply#cake", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/614910/ce8abb6c0a85f90597592f9dc986f21789e70a30.png", + "appInfo": { + "appid": 614910, + "name": "#monstercakes" + } + }, + { + "name": "Win#cake", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/614910/6a45ce9602c091a8229e3ec6fda0f1a83f7cff19.png", + "appInfo": { + "appid": 614910, + "name": "#monstercakes" + } + }, + { + "name": "Wait#cake", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/614910/e95c57cc34da6921e73ac65fae2028d2e3f82920.png", + "appInfo": { + "appid": 614910, + "name": "#monstercakes" + } + }, + { + "name": "Blur#cake", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/614910/061e224a608d89999512c61d271d265041d7a8a4.png", + "appInfo": { + "appid": 614910, + "name": "#monstercakes" + } + }, + { + "name": "Scan#cake", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/614910/e088360488c376d4c6540f8bb866d8a08abe8d96.png", + "appInfo": { + "appid": 614910, + "name": "#monstercakes" + } + }, + { + "name": "Succubus Tail", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1117380/4c9f6404b340f51beb0b3094f6adb6c44e9dee2f.png", + "appInfo": { + "appid": 1117380, + "name": "Project Cappuccino" + } + }, + { + "name": "border5", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/601840/9015de374abc53078d536f2bf1b71c23051ce153.png", + "appInfo": { + "appid": 601840, + "name": "Griftlands" + } + }, + { + "name": "border4", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/601840/9b581c9ac5b6d9d74997078c59bb090334edd91f.png", + "appInfo": { + "appid": 601840, + "name": "Griftlands" + } + }, + { + "name": "border3", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/601840/f91187530640c8e7ee9095e243e6e4fd428513df.png", + "appInfo": { + "appid": 601840, + "name": "Griftlands" + } + }, + { + "name": "border2", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/601840/1be311ded5ab869fdad46a6c9de646007909d403.png", + "appInfo": { + "appid": 601840, + "name": "Griftlands" + } + }, + { + "name": "border1", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/601840/1875c771ba8c9dd576955512e76d791dc1ddc502.png", + "appInfo": { + "appid": 601840, + "name": "Griftlands" + } + }, + { + "name": "Aghanim Frame", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/570/cbd274867889e08f71c57e42004e2369a991463d.png", + "appInfo": { + "appid": 570, + "name": "Dota 2" + } + }, + { + "name": "Vintage", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1492660/eaf819241aa3f18617180f80c762172562458c8d.png", + "appInfo": { + "appid": 1492680, + "name": "The Pathless" + } + }, + { + "name": "Chase", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1492660/b0f9932b7fae85d2ad8d733828c984183ccf87e4.png", + "appInfo": { + "appid": 1492680, + "name": "The Pathless" + } + }, + { + "name": "Neon (Blue)", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1492660/c76b0018cc40fdb0029bd29b31762a8b75c6c91c.png", + "appInfo": { + "appid": 1492680, + "name": "The Pathless" + } + }, + { + "name": "Neon (Green)", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1492660/c5fe39e3304f1945a8813365c6d67e519fce2ace.png", + "appInfo": { + "appid": 1492680, + "name": "The Pathless" + } + }, + { + "name": "blue", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/604780/d7799dd4508dada3a452dbfb035fd4b9b1784d51.png", + "appInfo": { + "appid": 604780, + "name": "aMAZE" + } + }, + { + "name": "gray", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/604780/c77d26fad9ec81e900bf03fa9e21125d1a5e7c87.png", + "appInfo": { + "appid": 604780, + "name": "aMAZE" + } + }, + { + "name": "hearth", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/604780/8ccac447c2cf8643a4cd883172bdb2dd39e06c6d.png", + "appInfo": { + "appid": 604780, + "name": "aMAZE" + } + }, + { + "name": "light", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/604780/43c91a0bd9e8b87bead59d0291769084c2e91132.png", + "appInfo": { + "appid": 604780, + "name": "aMAZE" + } + }, + { + "name": "pink", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/604780/daf1c8d3dcd7d6238d62bcf6d4ebdefe9e578474.png", + "appInfo": { + "appid": 604780, + "name": "aMAZE" + } + }, + { + "name": "tape", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/604780/0eac0a9dc25568e0deaec091f57aa8b91552ad65.png", + "appInfo": { + "appid": 604780, + "name": "aMAZE" + } + }, + { + "name": "wave2", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/604780/8a5fb67a37841a9d4e7b0c4f9e0bb88e7f280958.png", + "appInfo": { + "appid": 604780, + "name": "aMAZE" + } + }, + { + "name": "wave", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/604780/9629623f08d5d1b4b70f87e0efc942151c2c7a32.png", + "appInfo": { + "appid": 604780, + "name": "aMAZE" + } + }, + { + "name": "white", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/604780/28b9a0355a79bb180cb5aead0e4cfec7a77c1f94.png", + "appInfo": { + "appid": 604780, + "name": "aMAZE" + } + }, + { + "name": "silver", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/628750/2aec10d0789dde28bb2d0b977373133f58f92ec3.png", + "appInfo": { + "appid": 628750, + "name": "aMAZE 2" + } + }, + { + "name": "rainbow", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/628750/12e2e098e13a0d08e25b1629c862e0f391a23ef0.png", + "appInfo": { + "appid": 628750, + "name": "aMAZE 2" + } + }, + { + "name": "rainbow2", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/628750/8963a63c6b853200bcdfc1368895a30bb65d1f7b.png", + "appInfo": { + "appid": 628750, + "name": "aMAZE 2" + } + }, + { + "name": "machine", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/628750/f12ef2a150040e455a5a5ef5913613cc3648ff7c.png", + "appInfo": { + "appid": 628750, + "name": "aMAZE 2" + } + }, + { + "name": "lighter", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/628750/c91166de90d802e26ebd0a6df772eec4b7b498e7.png", + "appInfo": { + "appid": 628750, + "name": "aMAZE 2" + } + }, + { + "name": "lighteri", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/628750/d856d53752eb276482ebec78bb697db9b469202f.png", + "appInfo": { + "appid": 628750, + "name": "aMAZE 2" + } + }, + { + "name": "cyber", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/628750/dbf09b2ccd4122f741af31fb93819c061e270b3e.png", + "appInfo": { + "appid": 628750, + "name": "aMAZE 2" + } + }, + { + "name": "color", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/628750/9c20b548937ba13c7e079190b4992e1b824ca2da.png", + "appInfo": { + "appid": 628750, + "name": "aMAZE 2" + } + }, + { + "name": "blacky", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/628750/79fd896390fa37a21392350d6b890d1699920b40.png", + "appInfo": { + "appid": 628750, + "name": "aMAZE 2" + } + }, + { + "name": "GEMS", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/546170/e0aff1e0d81002d1e4def7bea4545fdb915cbef8.png", + "appInfo": { + "appid": 546170, + "name": "Gem Forge" + } + }, + { + "name": "Techno Hellpoint", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/628670/573f42f4c7e43f52679f8449d3268dffd520af16.png", + "appInfo": { + "appid": 628670, + "name": "Hellpoint" + } + }, + { + "name": "Shining Hellpoint", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/628670/dbb2379afe5bf887152da6a5b129658a44ee893d.png", + "appInfo": { + "appid": 628670, + "name": "Hellpoint" + } + }, + { + "name": "Flaming Hellpoint", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/628670/89b8f21f205d212e9c404978cadddc02db764b2c.png", + "appInfo": { + "appid": 628670, + "name": "Hellpoint" + } + }, + { + "name": "Chipping Sparrow", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1054490/a614b436b9b498bb6e5d56f3ac2b63715b0ed329.png", + "appInfo": { + "appid": 1054490, + "name": "Wingspan" + } + }, + { + "name": "Seen Frame 5", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1069740/1554afb75df88bacab92e4a86a61461dbfe4643e.png", + "appInfo": { + "appid": 1069740, + "name": "Seen" + } + }, + { + "name": "Seen Frame 4", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1069740/6fefddc894bce5fa81a86cf706e256c44369b165.png", + "appInfo": { + "appid": 1069740, + "name": "Seen" + } + }, + { + "name": "Seen Frame 3", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1069740/9dcdbe80769b8a2327d61cde79788eb1ff8bcfea.png", + "appInfo": { + "appid": 1069740, + "name": "Seen" + } + }, + { + "name": "Seen Frame 1", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1069740/2cfd14fbc76b9ec957bd7202adf3d8f75c05b2e6.png", + "appInfo": { + "appid": 1069740, + "name": "Seen" + } + }, + { + "name": "Barony Holiday Frame", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/371970/907dccf45fa09042ef4527787ff3829bb50f805b.png", + "appInfo": { + "appid": 371970, + "name": "Barony" + } + }, + { + "name": "Book of Demons Corners", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/449960/9aa5870f60d2c2b09016ef5f74840a5c92ba69ba.png", + "appInfo": { + "appid": 449960, + "name": "Book of Demons" + } + }, + { + "name": "Scarlet Scarf", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/650330/0d575e713a859bb94fa12e68c91264441c631f1c.png", + "appInfo": { + "appid": 650330, + "name": "Sanator: Scarlet Scarf" + } + }, + { + "name": "Ooze", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/382560/c5d10bc1ce84be325015296f2f12850e7ace9864.png", + "appInfo": { + "appid": 382560, + "name": "Hot Lava" + } + }, + { + "name": "Lava", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/382560/4e16c2899e1b05a3ce83fa493b5f74a5cfd2c88a.png", + "appInfo": { + "appid": 382560, + "name": "Hot Lava" + } + }, + { + "name": "Bright VR Frame", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/619150/edcdadd76bd410fa31e8ef93c09f4406f2543389.png", + "appInfo": { + "appid": 619150, + "name": "while True: learn()" + } + }, + { + "name": "Dark VR Frame", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/619150/b5d3b8b5dfa0f55edf39036ea255a719327ede41.png", + "appInfo": { + "appid": 619150, + "name": "while True: learn()" + } + }, + { + "name": "Tech Frame", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/619150/13b4ea174a4b256e61b3cc328523b5bb75db2f88.png", + "appInfo": { + "appid": 619150, + "name": "while True: learn()" + } + }, + { + "name": "Light VR Frame", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/619150/d63b40e1ec9e59ed6250dbd8b04c5316fd01f311.png", + "appInfo": { + "appid": 619150, + "name": "while True: learn()" + } + }, + { + "name": "3D Block Frame", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/431840/6b456d42d22cf93aa0b3a332e811c9920b34b464.png", + "appInfo": { + "appid": 431840, + "name": "3DRPG" + } + }, + { + "name": "Purple Flames", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/655730/067f1013f6e6413182375fd381d58c9ea6b0c304.png", + "appInfo": { + "appid": 655730, + "name": "This Strange Realm Of Mine" + } + }, + { + "name": "Torch Flame", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/655730/58d9961264f8a1ed92a5321ab4b883d5f5d79fd1.png", + "appInfo": { + "appid": 655730, + "name": "This Strange Realm Of Mine" + } + }, + { + "name": "Bugs On Parade", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/513980/857ccde667d4eba1436f850c94ffcce8f8e1c48d.png", + "appInfo": { + "appid": 513980, + "name": "Oh No! Bugs!" + } + }, + { + "name": "Koalaty Time", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/381870/1d0fcbcb47f2eb9c8f656f6b5f7a890b96a2eb9e.png", + "appInfo": { + "appid": 381870, + "name": "Koala Kids" + } + }, + { + "name": "Town sided", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/657730/c1a3ff20e6e020fe46e8e7db53ca86e937dd609c.png", + "appInfo": { + "appid": 657730, + "name": "Wolflord - Werewolf Online" + } + }, + { + "name": "Wolf faction", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/657730/bd580405a043d974f1afd9eb9a406e103377f8c8.png", + "appInfo": { + "appid": 657730, + "name": "Wolflord - Werewolf Online" + } + }, + { + "name": "Chaos faction", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/657730/7405974195881d7db54d5cb226ef4fb34cf8108a.png", + "appInfo": { + "appid": 657730, + "name": "Wolflord - Werewolf Online" + } + }, + { + "name": "Gamemaster", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/657730/d522983eeab44f50acc43519afb54b9d01f94ee6.png", + "appInfo": { + "appid": 657730, + "name": "Wolflord - Werewolf Online" + } + }, + { + "name": "Seen Frame 2", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1069740/fcf62d5dad8d61920e51fb13bb3f6cafea944dd6.png", + "appInfo": { + "appid": 1069740, + "name": "Seen" + } + }, + { + "name": "Juniper Titmouse", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1054490/584baa7f6e273085e0b15b5373d919b4bb43e142.png", + "appInfo": { + "appid": 1054490, + "name": "Wingspan" + } + }, + { + "name": "Baltimore Oriole", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1054490/849fcc1e59ff616ea021af7f6ac0cd006a9a0787.png", + "appInfo": { + "appid": 1054490, + "name": "Wingspan" + } + }, + { + "name": "Carolina Chickadee", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1054490/b5d402e6f30c417f05e5f15d5b91f2a138618722.png", + "appInfo": { + "appid": 1054490, + "name": "Wingspan" + } + }, + { + "name": "Teiagre Castle Frame", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/503830/6efa47b5601d4705d47b3a9b629b8f59072da376.png", + "appInfo": { + "appid": 503830, + "name": "The Life Of Greather" + } + }, + { + "name": "King Greather Frame", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/503830/f11982f49fc45890633921760df30d5aadee4ec4.png", + "appInfo": { + "appid": 503830, + "name": "The Life Of Greather" + } + }, + { + "name": "Greather Sword Frame", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/503830/f7bed8b74bed265a43b616158c5ac591701a4385.png", + "appInfo": { + "appid": 503830, + "name": "The Life Of Greather" + } + }, + { + "name": "Captured Greather Frame", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/503830/420efee31f0b0a3fe39cb7409dbe9c3a3e0a0e3a.png", + "appInfo": { + "appid": 503830, + "name": "The Life Of Greather" + } + }, + { + "name": "Comic Frame", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/465200/3122c82f3669180feb43ae836127a856dfd7f25d.png", + "appInfo": { + "appid": 465200, + "name": "Fury Unleashed" + } + }, + { + "name": "The Glowing Crown", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/713380/f755e6c2cdf511eefb187d0789bdf0f24c648384.png", + "appInfo": { + "appid": 713380, + "name": "Mr. Barrel" + } + }, + { + "name": "Wires", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/457140/070ea24abaf73b4ad30de353574869ce928efd5b.png", + "appInfo": { + "appid": 457140, + "name": "Oxygen Not Included" + } + }, + { + "name": "Pipes", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/457140/2311aff39a1a7111d07eea927ebde91a438e471b.png", + "appInfo": { + "appid": 457140, + "name": "Oxygen Not Included" + } + }, + { + "name": "Machine", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/457140/23142a6d80f5218f1700de70fac30da353c62d45.png", + "appInfo": { + "appid": 457140, + "name": "Oxygen Not Included" + } + }, + { + "name": "Star Renegades: Neon", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/651670/ec2c42f96d87163b3031d7fd553e2d194d276fcd.png", + "appInfo": { + "appid": 651670, + "name": "Star Renegades" + } + }, + { + "name": "Maze", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/603010/84aafeea7cfa87f552e48233de843fe1ad5b9f1b.png", + "appInfo": { + "appid": 603010, + "name": "Chill" + } + }, + { + "name": "Full Lighting Gold", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/514540/ee5f78179058c9e4d4b1d209bdb1334a66b84f77.png", + "appInfo": { + "appid": 514570, + "name": "Pinball Parlor" + } + }, + { + "name": "Semi Lighting Gold", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/514540/13d9a7205c610c80187e2c53d0764a7cf3ef9ce5.png", + "appInfo": { + "appid": 514570, + "name": "Pinball Parlor" + } + }, + { + "name": "Fire Wheel", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/514540/42017e22a41a0c6ff6cbcec1a71475ddc864aaf9.png", + "appInfo": { + "appid": 514570, + "name": "Pinball Parlor" + } + }, + { + "name": "Fire Bolt", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/514540/0f6f71c474aa67ffa59fdd9059736bf08d1bbfe0.png", + "appInfo": { + "appid": 514570, + "name": "Pinball Parlor" + } + }, + { + "name": "Lightning Bolt", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/514540/e944eb4353f5a9f18b080f09423f9d628e02f963.png", + "appInfo": { + "appid": 514570, + "name": "Pinball Parlor" + } + }, + { + "name": "Lightning White", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/514540/6cba15e1c53d39fcc4d5d530d9b1da1311c56597.png", + "appInfo": { + "appid": 514570, + "name": "Pinball Parlor" + } + }, + { + "name": "Lightning Gold", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/514540/d5bac66fda92252dff170ea95b5332a6c6bedebd.png", + "appInfo": { + "appid": 514570, + "name": "Pinball Parlor" + } + }, + { + "name": "Lightning Light Blue", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/514540/76fe60c202be9123c1090ec2760d7f3b9ef5a138.png", + "appInfo": { + "appid": 514570, + "name": "Pinball Parlor" + } + }, + { + "name": "Lightning Blue HFH Frame", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/514540/5f067044bcc49b5c3ffd1479bc67c472816cbd16.png", + "appInfo": { + "appid": 514570, + "name": "Pinball Parlor" + } + }, + { + "name": "Orange Leaves", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1465660/2def078bb9d550e4496e9b8ac1f7bca3d4b1ad99.png", + "appInfo": { + "appid": 1465740, + "name": "Wicked Rails VR" + } + }, + { + "name": "Yellow Leaves", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1465660/a3e95ba0f0c7a69afe77c4f0be7611fa53423c22.png", + "appInfo": { + "appid": 1465740, + "name": "Wicked Rails VR" + } + }, + { + "name": "Steam Halloween 2020", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1461450/61416d5e71b85a99bfd10239f7513c26c3a79871.png", + "appInfo": { + "appid": 1461480, + "name": "The Chase" + } + }, + { + "name": "SEGA 60th Anniversary Frame", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1442870/722e24aa17dbdcffe10f14ede941d851314dfd37.png", + "appInfo": { + "appid": 1443030, + "name": "ChronoTecture: The Eprologue" + } + }, + { + "name": "Overcooked Moon Harvest", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/728880/48846c7c1a0e0255db5bcdf665ebfb1ccc11a103.png", + "appInfo": { + "appid": 728880, + "name": "Overcooked! 2" + } + }, + { + "name": "Magma Worm Frame", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/632360/6cac9589a8379897b0d5b2c2afcc2f79de805fd2.png", + "appInfo": { + "appid": 632360, + "name": "Risk of Rain 2" + } + }, + { + "name": "Hands Orange", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1263950/c60fde2d82b75d89d804a843782d19a06e1168b5.png", + "appInfo": { + "appid": 1263990, + "name": "Floor 13: Deep State" + } + }, + { + "name": "Hands Teal", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1263950/4190cd786d64a08bef46954bfb75a4e147816f3f.png", + "appInfo": { + "appid": 1263990, + "name": "Floor 13: Deep State" + } + }, + { + "name": "Portal Orange", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1263950/f5a7dffe45c8dc1578053f3ba4723f78729bd4bf.png", + "appInfo": { + "appid": 1263990, + "name": "Floor 13: Deep State" + } + }, + { + "name": "Neon", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1263950/89dcb4ff7bcd5dfbfc40dd488910503f1afc9c6b.png", + "appInfo": { + "appid": 1263990, + "name": "Floor 13: Deep State" + } + }, + { + "name": "Bone Metal", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1263950/8472d7295ca91f42faaae0fb9143b2d94bd5b719.png", + "appInfo": { + "appid": 1263990, + "name": "Floor 13: Deep State" + } + }, + { + "name": "Portal Blue", + "borderURL": "https://cdn.akamai.steamstatic.com/steamcommunity/public/images/items/1263950/a6e73033e3d9c1848d7effd5946242832b404e45.png", + "appInfo": { + "appid": 1263990, + "name": "Floor 13: Deep State" + } + } +] \ No newline at end of file diff --git a/util/ingest.js b/util/ingest.js index 35cdc77..cd863c5 100644 --- a/util/ingest.js +++ b/util/ingest.js @@ -1,6 +1,6 @@ console.log("a"); -const fs = require('fs'); -const path = require('path'); +const fs = require("fs"); +const path = require("path"); const Prisma = require("@prisma/client"); const prisma = new Prisma.PrismaClient(); @@ -9,32 +9,41 @@ console.log("processing new border images"); const cwd = process.cwd(); -const folder = path.join(cwd, cwd.includes("util") ? ".." : "", "public/images"); +const folder = path.join( + cwd, + cwd.includes("util") ? ".." : "", + "public/images" +); const list = fs.readdirSync(folder); (async () => { - let numAdded = 0; - for (let item of list) { - // console.log(item); + let numAdded = 0; + for (let item of list) { + // console.log(item); - const result = await prisma.borderImage.findFirst( - { - where: { - imageName: item - } - } - ); - if (!result) { - const added = await prisma.borderImage.create( - { - data: { - imageName: item - }, - } - ); - numAdded++; - console.log(added); - } + const result = await prisma.borderImage.findFirst({ + where: { + imageName: item, + }, + }); + if (!result && item == "default.png") { + const added = await prisma.borderImage.create({ + data: { + id: 0, + imageName: item, + }, + }); + numAdded++; + console.log(added); + } else if (!result) { + const added = await prisma.borderImage.create({ + data: { + imageName: item, + }, + }); + numAdded++; + console.log(added); } - console.log(`Processed ${numAdded} new images.`); -})(); \ No newline at end of file + } + console.log(`Processed ${numAdded} new images.`); +})();