public Monster(Game game, CardTemplate template, int level) : base(game, template, level) { }
public Equipment(Game game, CardTemplate template, int level) : base(game, template, level) { }
public Item(Game game, CardTemplate template, int level) : base(game, template, level) { }