Exemplo n.º 1
0
        public PowerCore None()
        {
            PowerCore none = new PowerCore()
            {
                Type = "-Select Power Core-"
            };

            return(none);
        }
Exemplo n.º 2
0
        public PowerCore MicronLight()
        {
            PowerCore MicronLightCore = new PowerCore()
            {
                Type   = "Micron Light",
                Size01 = "Tiny",
                PCU    = 50,
                BPCost = 4
            };

            return(MicronLightCore);
        }
Exemplo n.º 3
0
        public PowerCore MicronUltra()
        {
            PowerCore MicronUltraCore = new PowerCore()
            {
                Type   = "Micron Ultra",
                Size01 = "Tiny",
                PCU    = 80,
                BPCost = 8
            };

            return(MicronUltraCore);
        }
Exemplo n.º 4
0
        public PowerCore MicronHeavy()
        {
            PowerCore MicronHeavyCore = new PowerCore()
            {
                Type   = "Micron Heavy",
                Size01 = "Tiny",
                PCU    = 70,
                BPCost = 6
            };

            return(MicronHeavyCore);
        }
Exemplo n.º 5
0
        public PowerCore PulseWhite()
        {
            PowerCore PulseWhiteCore = new PowerCore()
            {
                Type   = "Pulse White",
                Size01 = "Tiny",
                Size02 = "Small",
                PCU    = 140,
                BPCost = 14
            };

            return(PulseWhiteCore);
        }
Exemplo n.º 6
0
        public PowerCore PulseBlack()
        {
            PowerCore PulseBlackCore = new PowerCore()
            {
                Type   = "Pulse Black",
                Size01 = "Tiny",
                Size02 = "Small",
                PCU    = 120,
                BPCost = 12
            };

            return(PulseBlackCore);
        }
Exemplo n.º 7
0
        public PowerCore PulseBrown()
        {
            PowerCore PulseBrownCore = new PowerCore()
            {
                Type   = "Pulse Brown",
                Size01 = "Tiny",
                Size02 = "Small",
                PCU    = 90,
                BPCost = 9
            };

            return(PulseBrownCore);
        }
Exemplo n.º 8
0
        public PowerCore ArcusLight()
        {
            PowerCore ArcusLightCore = new PowerCore()
            {
                Type   = "Arcus Light",
                Size01 = "Tiny",
                Size02 = "Small",
                PCU    = 75,
                BPCost = 7
            };

            return(ArcusLightCore);
        }
Exemplo n.º 9
0
        public PowerCore PulsePrismatic()
        {
            PowerCore PulsePrismaticCore = new PowerCore()
            {
                Type   = "Pulse Prismatic",
                Size01 = "Small",
                Size02 = "Medium",
                Size03 = "Large",
                PCU    = 300,
                BPCost = 30
            };

            return(PulsePrismaticCore);
        }
Exemplo n.º 10
0
        public PowerCore PulseOrange()
        {
            PowerCore PulseOrangeCore = new PowerCore()
            {
                Type   = "Pulse Orange",
                Size01 = "Small",
                Size02 = "Medium",
                Size03 = "Large",
                PCU    = 250,
                BPCost = 25
            };

            return(PulseOrangeCore);
        }
Exemplo n.º 11
0
        public PowerCore ArcusMaximum()
        {
            PowerCore ArcusMaximumCore = new PowerCore()
            {
                Type   = "Arcus Maximum",
                Size01 = "Small",
                Size02 = "Medium",
                Size03 = "Large",
                PCU    = 200,
                BPCost = 20
            };

            return(ArcusMaximumCore);
        }
Exemplo n.º 12
0
        public PowerCore ArcusUltra()
        {
            PowerCore ArcusUltraCore = new PowerCore()
            {
                Type   = "Arcus Ultra",
                Size01 = "Small",
                Size02 = "Medium",
                Size03 = "Large",
                PCU    = 150,
                BPCost = 15
            };

            return(ArcusUltraCore);
        }
Exemplo n.º 13
0
        public PowerCore GatewayHeavy()
        {
            PowerCore GatewayHeavyCore = new PowerCore()
            {
                Type   = "Gateway Heavy",
                Size01 = "Large",
                Size02 = "Huge",
                Size03 = "Gargantuan",
                PCU    = 400,
                BPCost = 40
            };

            return(GatewayHeavyCore);
        }
Exemplo n.º 14
0
        public PowerCore NovaUltra()
        {
            PowerCore NovaUltraCore = new PowerCore()
            {
                Type   = "Nova Ultra",
                Size01 = "Medium",
                Size02 = "Large",
                Size03 = "Huge",
                PCU    = 300,
                BPCost = 30
            };

            return(NovaUltraCore);
        }
Exemplo n.º 15
0
        public PowerCore ArcusHeavy()
        {
            PowerCore ArcusHeavyCore = new PowerCore()
            {
                Type   = "Arcus Heavy",
                Size01 = "Tiny",
                Size02 = "Small",
                Size03 = "Medium",
                PCU    = 130,
                BPCost = 13
            };

            return(ArcusHeavyCore);
        }
Exemplo n.º 16
0
        public PowerCore NovaLight()
        {
            PowerCore NovaLightCore = new PowerCore()
            {
                Type   = "Nova Light",
                Size01 = "Medium",
                Size02 = "Large",
                Size03 = "Huge",
                PCU    = 150,
                BPCost = 15
            };

            return(NovaLightCore);
        }
Exemplo n.º 17
0
        public PowerCore NovaHeavy()
        {
            PowerCore NovaHeavyCore = new PowerCore()
            {
                Type   = "Nova Heavy",
                Size01 = "Medium",
                Size02 = "Large",
                Size03 = "Huge",
                PCU    = 200,
                BPCost = 20
            };

            return(NovaHeavyCore);
        }
Exemplo n.º 18
0
        public PowerCore PulseGreen()
        {
            PowerCore PulseGreenCore = new PowerCore()
            {
                Type   = "Pulse Green",
                Size01 = "Tiny",
                Size02 = "Small",
                Size03 = "Medium",
                PCU    = 150,
                BPCost = 15
            };

            return(PulseGreenCore);
        }
Exemplo n.º 19
0
        public PowerCore GatewayLight()
        {
            PowerCore GatewayLightCore = new PowerCore()
            {
                Type   = "Gateway Light",
                Size01 = "Large",
                Size02 = "Huge",
                Size03 = "Gargantuan",
                PCU    = 300,
                BPCost = 30
            };

            return(GatewayLightCore);
        }
Exemplo n.º 20
0
        public PowerCore PulseRed()
        {
            PowerCore PulseRedCore = new PowerCore()
            {
                Type   = "Pulse Red",
                Size01 = "Tiny",
                Size02 = "Small",
                Size03 = "Medium",
                PCU    = 175,
                BPCost = 17
            };

            return(PulseRedCore);
        }
Exemplo n.º 21
0
        public PowerCore GatewayUltra()
        {
            PowerCore GatewayUltraCore = new PowerCore()
            {
                Type   = "Gateway Ultra",
                Size01 = "Huge",
                Size02 = "Gargantuan",
                Size03 = "Colossal",
                PCU    = 500,
                BPCost = 50
            };

            return(GatewayUltraCore);
        }
Exemplo n.º 22
0
        public PowerCore PulseBlue()
        {
            PowerCore PulseBlueCore = new PowerCore()
            {
                Type   = "Pulse Blue",
                Size01 = "Tiny",
                Size02 = "Small",
                Size03 = "Medium",
                PCU    = 200,
                BPCost = 20
            };

            return(PulseBlueCore);
        }