User contributions for Fizzer
Jump to navigation
Jump to search
7 April 2017
- 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
- 21:5921:59, 4 April 2017 diff hist +14 Mod API Reference:GameStanding No edit summary
- 07:4507:45, 4 April 2017 diff hist +6,080 N Mod API Reference:UI l
- 06:1906:19, 4 April 2017 diff hist +1,015 N Mod API Reference:Armies Created page with "'''Armies''': Represents the number of armies on a territory (access '''NumArmies'''), what special units are there (access '''SpecialUnits'''), and also has the possibility i..."
- 06:1506:15, 4 April 2017 diff hist +351 Mod API Reference:PlayerID No edit summary
- 06:1406:14, 4 April 2017 diff hist +701 N Mod API Reference:TerritoryStanding Created page with "'''TerritoryStanding''': Stores who owns a territory, how many armies are on it, and how visible it is. * '''FogLevel''' ''[[Mod API Reference:StandingFogLevel|StandingFogLeve..."
- 06:1206:12, 4 April 2017 diff hist +59 N Mod API Reference:TerritoryID Created page with "Alias for an integer that represents the ID of a territory."
- 06:1106:11, 4 April 2017 diff hist +628 N Mod API Reference:GameStanding Created page with "'''GameStanding''': Represents the state of a game's map at a single point in time. This describes who owns each territory, how many armies are on it, what cards each player ..."
- 06:0906:09, 4 April 2017 diff hist +4,154 N Mod API Reference:GameSettings Created page with " '''GameSettings''': All settings the game was started with. These are never changed once the game is created. * '''AIsSurrenderWhenOneHumanRemains''' ''boolean'': * '''Allo..."
- 06:0406:04, 4 April 2017 diff hist +356 N Mod API Reference:Game Created page with " '''Game''': A simple data structure that gives read-only access to a game's data. * '''Map''' ''MapDetails'': Details about the map, such as..."
- 05:4905:49, 4 April 2017 diff hist +56 N Mod API Reference:PlayerID Created page with "Alias for an integer that represents the ID of a player."
- 05:4405:44, 4 April 2017 diff hist +439 N Mod API Reference:Nullable Created page with "Just a signal that the variable can be '''nil''' in Lua. '''Nullable''' is not actually a proxy object in the Mod API, but still shows up on in the documentation as one. Of ..."
- 05:2905:29, 4 April 2017 diff hist +107 Mod API Reference No edit summary
- 05:1305:13, 4 April 2017 diff hist +2,704 N Mod API Reference Created page with "This explains how to use WarLight's mod API and links to the documentation for each object type. == Types == When writing a mod, you'll encounter variables/objects ..."
- 05:0005:00, 4 April 2017 diff hist +227 Mod Developers Guide No edit summary
- 04:0604:06, 4 April 2017 diff hist +3,865 N Mod Hooks Created page with "WarLight will call into a mod's lua code using what are called '''hooks'''. For example, it will call a hook named Server_StartGame when a game is beginning and giv..."
- 03:4503:45, 4 April 2017 diff hist +37 Mod Developers Guide No edit summary
- 03:4303:43, 4 April 2017 diff hist +4,030 N Mod Developers Guide Created page with "This page describes information necessary for making Mods. == Getting started creating a mod == To make your own mod, follow these steps: # Open the page https://www.w..."
- 03:3203:32, 4 April 2017 diff hist +723 N Mods Created page with "'''Mods''' are a way of modifying/expending the WarLight core gameplay beyond what is possible using the built-in configuration options. They are currently available as a pre..."
10 March 2017
- 00:4100:41, 10 March 2017 diff hist +54 Hotkeys No edit summary
2 March 2017
- 22:4222:42, 2 March 2017 diff hist +83 Statistics Window No edit summary
6 February 2017
- 21:3621:36, 6 February 2017 diff hist +73 Hotkeys No edit summary
10 January 2017
- 22:3922:39, 10 January 2017 diff hist +24 Ladders No edit summary
- 22:3822:38, 10 January 2017 diff hist 0 Ladders No edit summary
26 August 2016
- 23:3023:30, 26 August 2016 diff hist +58 Multi Attack No edit summary
13 August 2016
- 23:3923:39, 13 August 2016 diff hist −76 Move Order Redundant -- it says there's no way to see it in the first line of the paragraph. No need to say it again.
11 August 2016
- 03:4403:44, 11 August 2016 diff hist +474 N Delete account Created page with "WarLight does not have a feature that allows deleting of an account. Because all multi-player games are viewable forever, the accounts that played these games need to also exi..."
14 July 2016
- 16:2916:29, 14 July 2016 diff hist +22 Cheaters No edit summary