mirror of
https://github.com/Vikeo/LifeTrinket.git
synced 2025-11-20 09:48:00 +00:00
remove
This commit is contained in:
@@ -1,84 +0,0 @@
|
|||||||
import { Player } from '../Types/Player';
|
|
||||||
|
|
||||||
export const initialPlayers: Player[] = [
|
|
||||||
{
|
|
||||||
lifeTotal: 40,
|
|
||||||
key: 1,
|
|
||||||
color: '#9c9a9a',
|
|
||||||
settings: {
|
|
||||||
useCommanderDamage: true,
|
|
||||||
usePartner: false,
|
|
||||||
useEnergy: false,
|
|
||||||
useExperience: false,
|
|
||||||
usePoison: false,
|
|
||||||
flipped: true,
|
|
||||||
},
|
|
||||||
extraCounters: [],
|
|
||||||
commanderDamage: [
|
|
||||||
{ source: 1, damageTotal: 0, partnerDamageTotal: 0 },
|
|
||||||
{ source: 2, damageTotal: 0, partnerDamageTotal: 0 },
|
|
||||||
{ source: 3, damageTotal: 0, partnerDamageTotal: 0 },
|
|
||||||
{ source: 4, damageTotal: 0, partnerDamageTotal: 0 },
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
lifeTotal: 40,
|
|
||||||
key: 2,
|
|
||||||
color: '#F5FFF9',
|
|
||||||
settings: {
|
|
||||||
useCommanderDamage: true,
|
|
||||||
usePartner: false,
|
|
||||||
useEnergy: false,
|
|
||||||
useExperience: false,
|
|
||||||
usePoison: false,
|
|
||||||
flipped: true,
|
|
||||||
},
|
|
||||||
extraCounters: [],
|
|
||||||
commanderDamage: [
|
|
||||||
{ source: 1, damageTotal: 0, partnerDamageTotal: 0 },
|
|
||||||
{ source: 2, damageTotal: 0, partnerDamageTotal: 0 },
|
|
||||||
{ source: 3, damageTotal: 0, partnerDamageTotal: 0 },
|
|
||||||
{ source: 4, damageTotal: 0, partnerDamageTotal: 0 },
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
lifeTotal: 40,
|
|
||||||
key: 3,
|
|
||||||
color: '#FFD601',
|
|
||||||
settings: {
|
|
||||||
useCommanderDamage: true,
|
|
||||||
usePartner: false,
|
|
||||||
useEnergy: false,
|
|
||||||
useExperience: false,
|
|
||||||
usePoison: false,
|
|
||||||
flipped: false,
|
|
||||||
},
|
|
||||||
extraCounters: [],
|
|
||||||
commanderDamage: [
|
|
||||||
{ source: 1, damageTotal: 0, partnerDamageTotal: 0 },
|
|
||||||
{ source: 2, damageTotal: 0, partnerDamageTotal: 0 },
|
|
||||||
{ source: 3, damageTotal: 0, partnerDamageTotal: 0 },
|
|
||||||
{ source: 4, damageTotal: 0, partnerDamageTotal: 0 },
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
lifeTotal: 40,
|
|
||||||
key: 4,
|
|
||||||
color: '#7FFFD3',
|
|
||||||
settings: {
|
|
||||||
useCommanderDamage: true,
|
|
||||||
usePartner: false,
|
|
||||||
useEnergy: false,
|
|
||||||
useExperience: false,
|
|
||||||
usePoison: false,
|
|
||||||
flipped: false,
|
|
||||||
},
|
|
||||||
extraCounters: [],
|
|
||||||
commanderDamage: [
|
|
||||||
{ source: 1, damageTotal: 0, partnerDamageTotal: 0 },
|
|
||||||
{ source: 2, damageTotal: 0, partnerDamageTotal: 0 },
|
|
||||||
{ source: 3, damageTotal: 0, partnerDamageTotal: 0 },
|
|
||||||
{ source: 4, damageTotal: 0, partnerDamageTotal: 0 },
|
|
||||||
],
|
|
||||||
},
|
|
||||||
];
|
|
||||||
Reference in New Issue
Block a user