User contributions for Fizzer
Jump to navigation
Jump to search
7 April 2017
- 20:3220:32, 7 April 2017 diff hist +176 N Mod API Reference:GameOrderPlayCardBomb Created page with "'''GameOrderPlayCardBomb''': Subclass of GameOrderPlayCard * '''TargetTerritoryID''' ''TerritoryID'':"
- 20:3220:32, 7 April 2017 diff hist +180 N Mod API Reference:GameOrderPlayCardBlockade Created page with "'''GameOrderPlayCardBlockade''': Subclass of GameOrderPlayCard * '''TargetTerritoryID''' ''[[Mod API Reference:TerritoryID|TerritoryID..."
- 20:3220:32, 7 April 2017 diff hist +179 N Mod API Reference:GameOrderPlayCardAirliftResult Created page with "'''GameOrderPlayCardAirliftResult''': * '''ActualArmies''' ''integer'': * '''ArmiesAirlifted''' ''Nullable<Armies..."
- 20:3220:32, 7 April 2017 diff hist +413 N Mod API Reference:GameOrderPlayCardAirlift Created page with "'''GameOrderPlayCardAirlift''': Subclass of GameOrderPlayCard * '''Armies''' ''Armies'': * '''FromTerrit..."
- 20:3220:32, 7 April 2017 diff hist +278 N Mod API Reference:GameOrderPlayCardAbandon Created page with "'''GameOrderPlayCardAbandon''': Subclass of GameOrderPlayCard. Represents playing an Emergency Blockade card. The name uses "Abandon..."
- 20:3120:31, 7 April 2017 diff hist +1,240 N Mod API Reference:GameOrderPlayCard Created page with "'''GameOrderPlayCard''': Subclass of GameOrder * '''CardID''' ''CardID'': * '''CardInstanceID''' ''[[Mod API Ref..."
- 20:3120:31, 7 April 2017 diff hist +158 N Mod API Reference:GameOrderDiscard Created page with "'''GameOrderDiscard''': Subclass of GameOrder * '''CardInstanceID''' ''CardInstanceID'':"
- 20:3120:31, 7 April 2017 diff hist +235 N Mod API Reference:GameOrderDeploy Created page with "'''GameOrderDeploy''': Subclass of GameOrder. Represents a basic deployment of armies to a territory. * '''DeployOn''' ''[[Mod API Reference:..."
- 20:3020:30, 7 April 2017 diff hist +276 N Mod API Reference:GameOrderBossEvent Created page with "'''GameOrderBossEvent''': Subclass of GameOrder * '''BossIndex''' ''integer'': * '''ModifyTerritories''' ''Array<[[Mod API Reference:Territor..."
- 20:3020:30, 7 April 2017 diff hist +639 N Mod API Reference:GameOrderAttackTransferResult Created page with "'''GameOrderAttackTransferResult''': Subclass of GameOrderResult * '''ActualArmies''' ''Armies'': * '''Att..."
- 20:3020:30, 7 April 2017 diff hist +541 N Mod API Reference:GameOrderAttackTransfer Created page with "'''GameOrderAttackTransfer''': Subclass of GameOrder * '''AttackTeammates''' ''boolean'': * '''AttackTransfer''' ''[[Mod API Reference:Attack..."
- 20:3020:30, 7 April 2017 diff hist +1,079 N Mod API Reference:GameOrder Created page with "'''GameOrder''': Base class of all orders, such as deployments, attacks, playing cards, etc. * '''OccursInPhase''' ''Nullable<[[Mod API Referen..."
- 20:2920:29, 7 April 2017 diff hist +199 N Mod API Reference:GameOpenSeat Created page with "'''GameOpenSeat''': * '''OpenSeatID''' ''integer'': * '''Slot''' ''Nullable<Slot>'': * '''Team''' ''[[Mod API Refe..."
- 20:2920:29, 7 April 2017 diff hist +300 N Mod API Reference:GameColor Created page with "'''GameColor''': * '''A''' ''integer'': * '''B''' ''integer'': * '''G''' ''integer'': * '''HtmlColor''' ''string'': * '''Index''' ''integer'': * '''IntColor''' ''integer..."
- 20:2820:28, 7 April 2017 diff hist +151 N Mod API Reference:DistributionMode Created page with "'''DistributionMode''': * '''Description''' ''string'': * '''ID''' ''DistributionID'': * '''Name''' ''string'':"
- 20:2820:28, 7 April 2017 diff hist +310 N Mod API Reference:CustomScenarioTerritory Created page with "'''CustomScenarioTerritory''': * '''InitialArmies''' ''integer'': * '''Slot''' ''Nullable<Slot>'': * '''SpecialUni..."
- 20:2820:28, 7 April 2017 diff hist −40 Mod API Reference:CustomScenario No edit summary
- 20:2720:27, 7 April 2017 diff hist +279 N Mod API Reference:CustomScenario Created page with " '''CustomScenario''': * '''SlotsAvailable''' ''IEnumerable<Slot>'': * '''Territories''' ''Table<[[Mod API Refer..."
- 20:2720:27, 7 April 2017 diff hist +137 N Mod API Reference:ClanPlayerInfo Created page with " '''ClanPlayerInfo''': * '''ClanID''' ''ClanID'': * '''IconIncre''' ''integer'': * '''Name''' ''string'':"
- 20:2720:27, 7 April 2017 diff hist +253 N Mod API Reference:CardID Created page with "Alias for an integer that represents a card ID. For example, 1 means Reinforcement Card, 2 means Spy Card, etc. However, you should never hard-code the values in your app,..."
- 20:2520:25, 7 April 2017 diff hist +52 N Mod API Reference:CardInstanceID Created page with "Alias for a Guid that represents a card instance ID."
- 20:2520:25, 7 April 2017 diff hist +706 N Mod API Reference:CardInstance Created page with " '''CardInstance''': An actual instance of a card belonging to a player or team. For example, when a player completes their 4th piece of a 4-piece reinforcement card, an inst..."
- 20:2320:23, 7 April 2017 diff hist +111 N Mod API Reference:CardGameSurveillance Created page with " '''CardGameSurveillance''': Subclass of CardGame * '''Duration''' ''integer'':"
- 20:2320:23, 7 April 2017 diff hist +140 N Mod API Reference:CardGameSpy Created page with " '''CardGameSpy''': Subclass of CardGame * '''CanSpyOnNeutral''' ''boolean'': * '''Duration''' ''integer'':"
- 20:2320:23, 7 April 2017 diff hist +175 N Mod API Reference:CardGameSanctions Created page with " '''CardGameSanctions''': Subclass of CardGame * '''Duration''' ''integer'': * '''Percentage''' ''number'': * '''PercentString''' ''string'':"
- 20:2320:23, 7 April 2017 diff hist +250 N Mod API Reference:CardGameReinforcement Created page with " '''CardGameReinforcement''': Subclass of CardGame * '''FixedArmies''' ''integer'': * '''Mode''' ''[[Mod API Reference:ReinforcementCardMode|R..."
- 20:2320:23, 7 April 2017 diff hist +113 N Mod API Reference:CardGameReconnaissance Created page with " '''CardGameReconnaissance''': Subclass of CardGame * '''Duration''' ''integer'':"
- 20:2320:23, 7 April 2017 diff hist +82 N Mod API Reference:CardGameOrderPriority Created page with " '''CardGameOrderPriority''': Subclass of CardGame"
- 20:2320:23, 7 April 2017 diff hist +79 N Mod API Reference:CardGameOrderDelay Created page with " '''CardGameOrderDelay''': Subclass of CardGame"
- 20:2320:23, 7 April 2017 diff hist +73 N Mod API Reference:CardGameGift Created page with " '''CardGameGift''': Subclass of CardGame"
- 20:2220:22, 7 April 2017 diff hist +108 N Mod API Reference:CardGameDiplomacy Created page with " '''CardGameDiplomacy''': Subclass of CardGame * '''Duration''' ''integer'':"
- 20:2220:22, 7 April 2017 diff hist +73 N Mod API Reference:CardGameBomb Created page with " '''CardGameBomb''': Subclass of CardGame"
- 20:2220:22, 7 April 2017 diff hist +152 N Mod API Reference:CardGameBlockade Created page with " '''CardGameBlockade''': Subclass of CardGame * '''MultiplyAmount''' ''number'': * '''MultiplyPercentage''' ''string'':"
- 20:2220:22, 7 April 2017 diff hist +76 N Mod API Reference:CardGameAirlift Created page with " '''CardGameAirlift''': Subclass of CardGame"
- 20:1620:16, 7 April 2017 diff hist −1 Mod API Reference:CardGameAbandon No edit summary
- 20:1520:15, 7 April 2017 diff hist +225 N Mod API Reference:CardGameAbandon Created page with "'''CardGameAbandon''': Subclass of CardGame for the Emergency Blockade card. Named "Abandon" for historical reasons. * '''MultiplyAmount''' '..."
- 20:1420:14, 7 April 2017 diff hist −379 Mod API Reference:ActiveCardWoreOff No edit summary
- 20:0520:05, 7 April 2017 diff hist +1,470 N Mod API Reference:CardGame Created page with "'''CardGame''': Settings of a card in a specific game. This is an abstract type, the actual type will be one of the children listed below. * '''ActiveCardExpireBehavior''' ''..."
- 20:0220:02, 7 April 2017 diff hist +354 N Mod API Reference:BonusDetails Created page with "'''BonusDetails''': Details about a bonus, such as its name, number of armies it's worth, color, and territories that it contains. * '''Amount''' ''integer'': * '''Color''' ..."
- 20:0220:02, 7 April 2017 diff hist +659 N Mod API Reference:ActiveCardWoreOff Created page with "'''ActiveCardWoreOff''': A GameOrder that represents a card wearing off. In other words, an ActiveCard that'..."
- 20:0120:01, 7 April 2017 diff hist +328 N Mod API Reference:ActiveCard Created page with "'''ActiveCard''': Represents a card that's currently affecting the game. This can be any of the cards that have a duration, such as spy, diplomacy, sanctions, etc. * '''Card'..."
- 20:0020:00, 7 April 2017 diff hist +3,986 Mod API Reference No edit summary
- 14:3814:38, 7 April 2017 diff hist +367 N Mod API Reference:TerritoryConnection Created page with "'''TerritoryConnection''': Details about a connection between two territories, such as whether it's a direct connection or whether the connection wraps vertically around the m..."
- 14:3714:37, 7 April 2017 diff hist +516 N Mod API Reference:TerritoryDetails Created page with "'''TerritoryDetails''': Details about one territory within a map, such as its name, what territories it connects to, and the bonuses it's part of. * '''ConnectedTo''' ''Table<..."
- 14:3514:35, 7 April 2017 diff hist +61 N Mod API Reference:BonusID Created page with "Alias for an integer that represents the ID of a map's bonus."
- 14:3514:35, 7 April 2017 diff hist +68 N Mod API Reference:DistributionID Created page with "Alias for an integer that represents the ID of a map's distribution."
- 14:3514:35, 7 April 2017 diff hist +53 N Mod API Reference:MapID Created page with "Alias for an integer that represents the ID of a map."
- 14:3414:34, 7 April 2017 diff hist +1,128 N Mod API Reference:MapDetails Created page with " '''MapDetails''': All details about a map, such as what territories exist, their names, how they connect, what bonuses exist, and how many armies they're worth. Note that th..."
- 03:1803:18, 7 April 2017 diff hist +24 Mod Developers Guide No edit summary
4 April 2017
- 22:0022:00, 4 April 2017 diff hist −2 Mod API Reference:TerritoryStanding No edit summary