This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // File: @openzeppelin/contracts/utils/Strings.sol | |
| // OpenZeppelin Contracts v4.4.1 (utils/Strings.sol) | |
| pragma solidity ^0.8.0; | |
| /** | |
| * @dev String operations. |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "deploy": { | |
| "VM:-": { | |
| "linkReferences": {}, | |
| "autoDeployLib": true | |
| }, | |
| "main:1": { | |
| "linkReferences": {}, | |
| "autoDeployLib": true | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <template> | |
| <v-card elevation="4" :width="cardWidth"> | |
| <v-list-item> | |
| <v-list-item-avatar color="grey"></v-list-item-avatar> | |
| <v-list-item-content> | |
| <v-list-item-title class="headline">{{ fullName }}</v-list-item-title> | |
| <v-list-item-subtitle>{{ fullSetName }}<span v-if="subset !== undefined"> ({{ subset }})</span> | |
| </v-list-item-subtitle> | |
| </v-list-item-content> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //store/index.js | |
| state: { | |
| cardData: [], | |
| }, | |
| getters: { | |
| getCards: state => { | |
| return state.cardData; | |
| }, | |
| getFilteredCards: (state, getters) => (name) => { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <template> | |
| <v-col cols="12"> | |
| <v-pagination | |
| v-model="pagination.page" | |
| :length="pages" | |
| circle | |
| ></v-pagination> | |
| <v-row | |
| align="center" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import Vue from 'vue' | |
| import VueRouter from 'vue-router' | |
| Vue.use(VueRouter); | |
| const routes = [ | |
| { | |
| path: '/', | |
| name: 'Home', | |
| component: () => import(/* webpackChunkName: "about" */ '../views/Home.vue') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {{"Aaron's Rod","Original (Limited)","Good Enhancement","Green","None","All evil enhancement cards now in play must be discarded.","None","Exodus 7:12","Michael Holter","Common",}, {"Abaddon the Destroyer","Original (Limited)","Evil Character","Black","None","None","None","Revelation 9:11","© Steve Firchow","Rare",}, {"Abandonment","Original (Limited)","Evil Enhancement","Gold","None","Evil Character ignores Red Brigade.","None","Romans 1:31-32","© Todd Demelle","Rare",}, {"Abihu","Original (Limited)","Evil Character","Gray","None","None","None","Numbers 3:4","© Tom Simonton","Common",}, {"Adino","Original (Limited)","Hero","Red","None","None","None","II Samuel 23:8","© Phillip Tan","Common",}, {"Ahab","Original (Limited)","Evil Character","Brown","None","None","None","I Kings 21:25","© Ben Go","Common",}, {"Alertness","Original (Limited)","Good Enhancement","Purple","None","None","None","I Peter 5:8","© Valerie Leeds","Common",}, {"Angel Food","Original (Limited)","Good Enhancement","White","None","None","No |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="utf-8"?> | |
| <FeastConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> | |
| <Enabled>true</Enabled> | |
| <MinDropTime>600</MinDropTime> | |
| <MaxDropTime>1200</MaxDropTime> | |
| <DropRadius>8</DropRadius> | |
| <MinItemsDrop>60</MinItemsDrop> | |
| <MaxItemsDrop>80</MaxItemsDrop> | |
| <SkyDrop>false</SkyDrop> | |
| <PlaneEffectId>1001</PlaneEffectId> |