Skip to content

Instantly share code, notes, and snippets.

View beheh's full-sized avatar

Benedict Etzel beheh

  • Freelance developer
  • Germany
  • 17:11 (UTC +02:00)
View GitHub Profile
Traceback (most recent call last):
File "/home/vagrant/hsreplay.net/manage.py", line 11, in <module>
execute_from_command_line(sys.argv)
File "/home/vagrant/env/lib/python3.4/site-packages/django/core/management/__init__.py", line 367, in execute_from_command_line
utility.execute()
File "/home/vagrant/env/lib/python3.4/site-packages/django/core/management/__init__.py", line 359, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/home/vagrant/env/lib/python3.4/site-packages/django/core/management/base.py", line 294, in run_from_argv
self.execute(*args, **cmd_options)
File "/home/vagrant/env/lib/python3.4/site-packages/django/core/management/base.py", line 342, in execute
D 20:17:20.3716890 GameState.DebugPrintPowerList() - Count=107
D 20:17:20.3750320 GameState.DebugPrintPower() - CREATE_GAME
D 20:17:20.3758020 GameState.DebugPrintPower() - GameEntity EntityID=1
D 20:17:20.3782330 GameState.DebugPrintPower() - tag=ZONE value=PLAY
D 20:17:20.3789900 GameState.DebugPrintPower() - tag=ENTITY_ID value=1
D 20:17:20.3802700 GameState.DebugPrintPower() - tag=CARDTYPE value=GAME
D 20:17:20.3813700 GameState.DebugPrintPower() - Player EntityID=2 PlayerID=1 GameAccountId=[hi=144115198130930503 lo=17412774]
D 20:17:20.3821570 GameState.DebugPrintPower() - tag=HERO_ENTITY value=64
D 20:17:20.3828200 GameState.DebugPrintPower() - tag=MAXHANDSIZE value=10
D 20:17:20.3834670 GameState.DebugPrintPower() - tag=STARTHANDSIZE value=4
import React, { memo } from "react";
import styled from "styled-components";
export type Size = "2x" | "3x" | "4x" | "5x" | "6x";
type BasicMana = "w" | "u" | "b" | "r" | "g" | "c" | "s";
type HybridMana =
| "wu"
| "wb"