'
public function RaceWatchmen()
{
super();
ID = Game.Races.Race.RACE_WATCHMEN;
name = "Watchmen";
shopName = "RaceWatchmen";
bonusDesc = "attack boost is not consumed when you win first attack";
description = "Only few know about their existence. They watch constantly and intervene when the need is greatest, making sure that the universe survives.\n(" + bonusDesc + ")";
regionImage = IreUtils.ResList.GetArtResource("terrain_undead");
profileImage = IreUtils.ResList.GetArtResource("race_profileImage_Watchmen");
symbolSmall = IreUtils.ResList.GetArtResource("army_logoWatchmen");
profileImage.smoothing = true;
return;
}
I see this race has been in the game data for a long time, but never released. Will it ever be released?
