{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":7599482,"defaultBranch":"master","name":"damage-calc","ownerLogin":"smogon","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2013-01-14T06:20:40.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/5144145?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1711483555.0","currentOid":""},"activityList":{"items":[{"before":"513dc223465955c19b95ca58f94bf52c35d0399c","after":"b7438053bf0106e6e103e5b55d6d1d35296db47e","ref":"refs/heads/master","pushedAt":"2024-06-04T23:29:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Update sets","shortMessageHtmlLink":"Update sets"}},{"before":"762089a1b05a86725c0181a6ec563bbd2c1a74fa","after":"513dc223465955c19b95ca58f94bf52c35d0399c","ref":"refs/heads/master","pushedAt":"2024-06-01T23:28:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Update sets","shortMessageHtmlLink":"Update sets"}},{"before":"06cf3c4c9ccf92dc484071c8cdcf60ab1c6c9ee1","after":"762089a1b05a86725c0181a6ec563bbd2c1a74fa","ref":"refs/heads/master","pushedAt":"2024-06-01T17:49:32.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"thejetou","name":"Waleed Hassan","path":"/thejetou","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31071116?s=80&v=4"},"commit":{"message":"Multiaccuracy moves now default to max hits (#617)\n\nMultiaccuracy moves (Triple Axel, Triple Kick, and Population Bomb) will\r\ndefault to the max amount of hits.\r\n\r\nhttps://www.smogon.com/forums/posts/10072018","shortMessageHtmlLink":"Multiaccuracy moves now default to max hits (#617)"}},{"before":"f89218ae67a5cba464e621feb615bcaa939d6521","after":"06cf3c4c9ccf92dc484071c8cdcf60ab1c6c9ee1","ref":"refs/heads/master","pushedAt":"2024-05-31T23:29:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Update sets","shortMessageHtmlLink":"Update sets"}},{"before":"3c539689dd2185696f7c95ba6e26407b2e4889c4","after":"f89218ae67a5cba464e621feb615bcaa939d6521","ref":"refs/heads/master","pushedAt":"2024-05-31T21:14:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"thejetou","name":"Waleed Hassan","path":"/thejetou","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31071116?s=80&v=4"},"commit":{"message":"v0.10.0","shortMessageHtmlLink":"v0.10.0"}},{"before":"d5e94be26920c86a1cd1735f1ddd0240704b712b","after":"3c539689dd2185696f7c95ba6e26407b2e4889c4","ref":"refs/heads/master","pushedAt":"2024-05-31T20:44:56.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"thejetou","name":"Waleed Hassan","path":"/thejetou","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31071116?s=80&v=4"},"commit":{"message":"FOIT will only occur when the calc loads the first time (#624)\n\nEssentially, this will immediately set the \"darkTheme\" setting when the calc loads the first time so that it will not undergo FOIT after the first load after clearing localStorage. Before, to prevent this behavior, the user would have to manually set the theme to light mode and then to dark mode with the button on the bottom; now they no longer need to do this.\r\n\r\nI do not know how to remove the damage calculator from inducing FOIT for the initial load, but from what I am [reading online](https://css-tricks.com/a-complete-guide-to-dark-mode-on-the-web/#aa-using-localstorage), it seems to be inevitable because JavaScript gets loaded after the CSS.\r\n\r\nhttps://www.smogon.com/forums/posts/10082377","shortMessageHtmlLink":"FOIT will only occur when the calc loads the first time (#624)"}},{"before":"c55bb3283fad585902517b1452a23114e515eaa7","after":"d5e94be26920c86a1cd1735f1ddd0240704b712b","ref":"refs/heads/master","pushedAt":"2024-05-31T20:33:36.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"thejetou","name":"Waleed Hassan","path":"/thejetou","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31071116?s=80&v=4"},"commit":{"message":"Collision Course/Electro Drift is boosted vs Stellar (#625)\n\nIf a Pokemon weak to Collision Course or Electro Drift Terastallizes into a Stellar-type, it will still get the 1.333x boost to the damage dealt.\r\n\r\nBefore:\r\nNo Tera:\r\n252 Atk Orichalcum Pulse Koraidon Collision Course (133.3251953125 BP) vs. 0 HP / 0 Def Regigigas: 548-648 (151.8 - 179.5%) -- guaranteed OHKO\r\nWith Tera Stellar:\r\n252 Atk Orichalcum Pulse Koraidon Collision Course vs. 0 HP / 0 Def Regigigas: 414-488 (114.6 - 135.1%) -- guaranteed OHKO\r\n\r\nAfter:\r\nNo Tera:\r\n252 Atk Orichalcum Pulse Koraidon Collision Course (133.3251953125 BP) vs. 0 HP / 0 Def Regigigas: 548-648 (151.8 - 179.5%) -- guaranteed OHKO\r\nWith Tera Stellar\r\n252 Atk Orichalcum Pulse Koraidon Collision Course (133.3251953125 BP) vs. 0 HP / 0 Def Regigigas: 548-648 (151.8 - 179.5%) -- guaranteed OHKO\r\n\r\nBug report: https://www.smogon.com/forums/posts/10133853\r\nResearch: https://www.smogon.com/forums/posts/10133856","shortMessageHtmlLink":"Collision Course/Electro Drift is boosted vs Stellar (#625)"}},{"before":"a08194c1b5cd18c773b34b75a27f553a41e964db","after":"c55bb3283fad585902517b1452a23114e515eaa7","ref":"refs/heads/master","pushedAt":"2024-05-29T00:13:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"thejetou","name":"Waleed Hassan","path":"/thejetou","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31071116?s=80&v=4"},"commit":{"message":"Disable Proto/QD if ability changes","shortMessageHtmlLink":"Disable Proto/QD if ability changes"}},{"before":"a6bd0a5814acf3ef3f436cf39450b1a5e978a42b","after":"a08194c1b5cd18c773b34b75a27f553a41e964db","ref":"refs/heads/master","pushedAt":"2024-05-28T23:29:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Update sets","shortMessageHtmlLink":"Update sets"}},{"before":"45558798ac3bcd23eb3ab55e42f58d26fdeac1ed","after":"a6bd0a5814acf3ef3f436cf39450b1a5e978a42b","ref":"refs/heads/master","pushedAt":"2024-05-25T23:28:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Update sets","shortMessageHtmlLink":"Update sets"}},{"before":"aae749df6a29e58fe5358864910de36bac77ec01","after":"45558798ac3bcd23eb3ab55e42f58d26fdeac1ed","ref":"refs/heads/master","pushedAt":"2024-05-22T23:29:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Update sets","shortMessageHtmlLink":"Update sets"}},{"before":"d542f0b0841252d4187af1e8ff29a6d219685108","after":"aae749df6a29e58fe5358864910de36bac77ec01","ref":"refs/heads/master","pushedAt":"2024-05-22T00:07:54.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"thejetou","name":"Waleed Hassan","path":"/thejetou","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31071116?s=80&v=4"},"commit":{"message":"Support Weather Ball & Terrain Pulse with Dynamax (#621)\n\nCurrent: 0- SpA Abomasnow Max Strike vs. 0 HP / 4 SpD Abomasnow: 90-106 (28 - 33%) -- guaranteed 4HKO\r\nNew: 0- SpA Abomasnow Max Strike (130 BP Ice) vs. 0 HP / 4 SpD Abomasnow in Hail: 135-159 (42 - 49.5%) -- guaranteed 3HKO","shortMessageHtmlLink":"Support Weather Ball & Terrain Pulse with Dynamax (#621)"}},{"before":"e24ee2aafec0debadeb44dbbfe98dcd561c3087b","after":"d542f0b0841252d4187af1e8ff29a6d219685108","ref":"refs/heads/master","pushedAt":"2024-05-19T23:29:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Update sets","shortMessageHtmlLink":"Update sets"}},{"before":"a23cf50b24cfd12feed5a86290804e0baababbad","after":"e24ee2aafec0debadeb44dbbfe98dcd561c3087b","ref":"refs/heads/master","pushedAt":"2024-05-16T23:28:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Update sets","shortMessageHtmlLink":"Update sets"}},{"before":"4c0004a4d9106bce42038a74f05c7603ba518657","after":"a23cf50b24cfd12feed5a86290804e0baababbad","ref":"refs/heads/master","pushedAt":"2024-05-13T23:28:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Update sets","shortMessageHtmlLink":"Update sets"}},{"before":"107b0337e28f29c082428de9c956c7cc5218a53f","after":"4c0004a4d9106bce42038a74f05c7603ba518657","ref":"refs/heads/master","pushedAt":"2024-05-11T18:40:19.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"thejetou","name":"Waleed Hassan","path":"/thejetou","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31071116?s=80&v=4"},"commit":{"message":"Honkalculate no longer covers tiers (#620)\n\nThe Honkalculate table no longer uses `position: absolute` to position itself on the page, so it (shouldn't) cover the list of tiers that you are pulling sets from.\r\n\r\nhttps://www.smogon.com/forums/posts/10085323","shortMessageHtmlLink":"Honkalculate no longer covers tiers (#620)"}},{"before":"9f67f3aab50106ded153c64c82331371d57fa4cd","after":"107b0337e28f29c082428de9c956c7cc5218a53f","ref":"refs/heads/master","pushedAt":"2024-05-11T18:32:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Update sets","shortMessageHtmlLink":"Update sets"}},{"before":"e1e83e78171fab6680cb6f79f7fceedc17eb2fc2","after":"9f67f3aab50106ded153c64c82331371d57fa4cd","ref":"refs/heads/master","pushedAt":"2024-05-11T18:27:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"thejetou","name":"Waleed Hassan","path":"/thejetou","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31071116?s=80&v=4"},"commit":{"message":"Update deps","shortMessageHtmlLink":"Update deps"}},{"before":"b84880a629280cad7bfd2e8235e0f47a6a0892a5","after":"e1e83e78171fab6680cb6f79f7fceedc17eb2fc2","ref":"refs/heads/master","pushedAt":"2024-05-10T23:28:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Update sets","shortMessageHtmlLink":"Update sets"}},{"before":"699c0724cfa2d8f44c38ccb3e359467056208ee3","after":"b84880a629280cad7bfd2e8235e0f47a6a0892a5","ref":"refs/heads/master","pushedAt":"2024-05-07T23:29:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Update sets","shortMessageHtmlLink":"Update sets"}},{"before":"12985d2610158c345470ae514d70110252ae88a1","after":"699c0724cfa2d8f44c38ccb3e359467056208ee3","ref":"refs/heads/master","pushedAt":"2024-05-01T23:29:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Update sets","shortMessageHtmlLink":"Update sets"}},{"before":"96f3f09f2e2b0aca089d6a980af0f3aa76aea4e8","after":"12985d2610158c345470ae514d70110252ae88a1","ref":"refs/heads/master","pushedAt":"2024-04-28T23:29:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Update sets","shortMessageHtmlLink":"Update sets"}},{"before":"8d9c8369a8167d5fa003f24782e7ef96a34d61c1","after":"96f3f09f2e2b0aca089d6a980af0f3aa76aea4e8","ref":"refs/heads/master","pushedAt":"2024-04-25T23:28:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Update sets","shortMessageHtmlLink":"Update sets"}},{"before":"f29b137b877066a634d4abced18d730af4198b64","after":"8d9c8369a8167d5fa003f24782e7ef96a34d61c1","ref":"refs/heads/master","pushedAt":"2024-04-22T23:29:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Update sets","shortMessageHtmlLink":"Update sets"}},{"before":"b4b0ee98429a50e69ecdfcfa71e5ac12199fdc87","after":"f29b137b877066a634d4abced18d730af4198b64","ref":"refs/heads/master","pushedAt":"2024-04-19T23:29:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Update sets","shortMessageHtmlLink":"Update sets"}},{"before":"01d1fe75dd983096b5635400826111b3bf1cc8cc","after":"b4b0ee98429a50e69ecdfcfa71e5ac12199fdc87","ref":"refs/heads/master","pushedAt":"2024-04-18T11:49:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"thejetou","name":"Waleed Hassan","path":"/thejetou","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31071116?s=80&v=4"},"commit":{"message":"Toggle Dynamax off on set switch","shortMessageHtmlLink":"Toggle Dynamax off on set switch"}},{"before":"222647b89c427f19bf9e2099606386c5ae72885e","after":"01d1fe75dd983096b5635400826111b3bf1cc8cc","ref":"refs/heads/master","pushedAt":"2024-04-17T00:10:50.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"thejetou","name":"Waleed Hassan","path":"/thejetou","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31071116?s=80&v=4"},"commit":{"message":"Fix auto selecting Dynamax moves (#619)\n\nbisect: 01467a88441440937f6f19d28c95b09c86c5518c\r\n\r\nBug was an oversight while refactoring","shortMessageHtmlLink":"Fix auto selecting Dynamax moves (#619)"}},{"before":"bb1b6ada73f5c13ef33165d2b3ee401d2e7c65a4","after":"222647b89c427f19bf9e2099606386c5ae72885e","ref":"refs/heads/master","pushedAt":"2024-04-16T23:29:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Update sets","shortMessageHtmlLink":"Update sets"}},{"before":"893a09351cb7fc29b327808a4cba24cdf448794a","after":"bb1b6ada73f5c13ef33165d2b3ee401d2e7c65a4","ref":"refs/heads/master","pushedAt":"2024-04-13T23:29:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Update sets","shortMessageHtmlLink":"Update sets"}},{"before":"5fcbf9e08bfce2f5bf4f9d6cf7393c3f7786e234","after":"893a09351cb7fc29b327808a4cba24cdf448794a","ref":"refs/heads/master","pushedAt":"2024-04-13T15:00:56.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"thejetou","name":"Waleed Hassan","path":"/thejetou","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31071116?s=80&v=4"},"commit":{"message":"Change Gen 2 Random Battle to role system (#618)","shortMessageHtmlLink":"Change Gen 2 Random Battle to role system (#618)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEXIs73wA","startCursor":null,"endCursor":null}},"title":"Activity ยท smogon/damage-calc"}