|
6 | 6 | [ |
7 | 7 | "<ConditionalActions>", |
8 | 8 | "\t$0", |
9 | | - "</ConditionalActions" |
| 9 | + "</ConditionalActions>" |
10 | 10 | ], |
11 | 11 | "description": "REQUIRED FOR ACTIONS - The starting tag of any action file." |
12 | 12 | }, |
|
17 | 17 | [ |
18 | 18 | "<Instantly needsMissionComplete=\"${1:false}\">", |
19 | 19 | "\t$0", |
20 | | - "</Instantly" |
| 20 | + "</Instantly>" |
21 | 21 | ], |
22 | 22 | "description": "Instantly run a set of actions." |
23 | 23 | }, |
|
28 | 28 | [ |
29 | 29 | "<OnConnect target=\"$1\">", |
30 | 30 | "\t$0", |
31 | | - "</OnConnect" |
| 31 | + "</OnConnect>" |
32 | 32 | ], |
33 | 33 | "description": "Run a set of actions when the player connects to the target node." |
34 | 34 | }, |
|
39 | 39 | [ |
40 | 40 | "<OnDisconnect target=\"$1\">", |
41 | 41 | "\t$0", |
42 | | - "</OnDisconnect" |
| 42 | + "</OnDisconnect>" |
43 | 43 | ], |
44 | 44 | "description": "Run a set of actions when the player disconnects to the target node." |
45 | 45 | }, |
|
50 | 50 | [ |
51 | 51 | "<HasFlags requiredFlags=\"$1\">", |
52 | 52 | "\t$0", |
53 | | - "</HasFlags" |
| 53 | + "</HasFlags>" |
54 | 54 | ] |
55 | 55 | }, |
56 | 56 | "RunFunction":{ |
57 | 57 | "prefix":"<RunFunction>", |
58 | 58 | "scope": "xml", |
59 | | - "body": "<RunFunction FunctionName=\"$1\" FunctionValue=\"${0:0}\"/", |
| 59 | + "body": "<RunFunction FunctionName=\"$1\" FunctionValue=\"${0:0}\"/>", |
60 | 60 | "description": "Run a mission function." |
61 | 61 | }, |
62 | 62 | "LoadMission":{ |
63 | 63 | "prefix": "<LoadMission>", |
64 | 64 | "scope": "xml", |
65 | | - "body": "<LoadMission MissionName=\"Missions/${0:SurpriseMission.xml}\"/", |
| 65 | + "body": "<LoadMission MissionName=\"Missions/${0:SurpriseMission.xml}\"/>", |
66 | 66 | "description": "Load a mission and send its email." |
67 | 67 | }, |
68 | 68 | "AddAsset":{ |
69 | 69 | "prefix": "<AddAsset>", |
70 | 70 | "scope": "xml", |
71 | | - "body": "<AddAsset FileName=\"$1\" FileContents=\"$2\" TargetComp=\"${3:playerComp}\" TargetFolderpath=\"${0:home}\"/", |
| 71 | + "body": "<AddAsset FileName=\"$1\" FileContents=\"$2\" TargetComp=\"${3:playerComp}\" TargetFolderpath=\"${0:home}\"/>", |
72 | 72 | "description": "Remotely add an asset to the target node." |
73 | 73 | }, |
74 | 74 | "CopyAsset":{ |
75 | 75 | "prefix": "<CopyAsset>", |
76 | 76 | "scope": "xml", |
77 | | - "body": "<CopyAsset DestFilePath=\"${1:home}\" DestComp=\"${2:playerComp}\" SourceComp=\"${3:assetNode}\" SourceFileName=\"${4:copycat.txt}\" SourceFilePath=\"${0:home/copy}\"/", |
| 77 | + "body": "<CopyAsset DestFilePath=\"${1:home}\" DestComp=\"${2:playerComp}\" SourceComp=\"${3:assetNode}\" SourceFileName=\"${4:copycat.txt}\" SourceFilePath=\"${0:home/copy}\"/>", |
78 | 78 | "description": "Copy a file from a remote node." |
79 | 79 | }, |
80 | 80 | "AddMissionToHubServer":{ |
81 | 81 | "prefix": "<AddMissionToHubServer>", |
82 | 82 | "scope": "xml", |
83 | | - "body": "<AddMissionToHubServer MissionFilepath=\"Missions/${1:HubMission.xml}\" TargetComp=\"${2:missionHub}\" AssignmentTag=\"${0:Kaguya}\"/", |
| 83 | + "body": "<AddMissionToHubServer MissionFilepath=\"Missions/${1:HubMission.xml}\" TargetComp=\"${2:missionHub}\" AssignmentTag=\"${0:Kaguya}\"/>", |
84 | 84 | "description": "Add a mission file to a mission hub." |
85 | 85 | }, |
86 | 86 | "RemoveMissionFromHubServer":{ |
87 | 87 | "prefix": "<RemoveMissionFromHubServer>", |
88 | 88 | "scope": "xml", |
89 | | - "body": "<RemoveMissionFromHubServer MissionFilepath=\"Missions/${1:HubMission.xml}\" TargetComp=\"${0:missionHub}\"/", |
| 89 | + "body": "<RemoveMissionFromHubServer MissionFilepath=\"Missions/${1:HubMission.xml}\" TargetComp=\"${0:missionHub}\"/>", |
90 | 90 | "description": "Remove a mission file from a mission hub." |
91 | 91 | }, |
92 | 92 | "AddThreadToMissionBoard":{ |
93 | 93 | "prefix": "<AddThreadToMissionBoard>", |
94 | 94 | "scope": "xml", |
95 | | - "body": "<AddThreadToMissionBoard ThreadFilepath=\"${1:Docs/Thread.txt}\" TargetComp=\"${0:elSec}\"/", |
| 95 | + "body": "<AddThreadToMissionBoard ThreadFilepath=\"${1:Docs/Thread.txt}\" TargetComp=\"${0:elSec}\"/>", |
96 | 96 | "description": "Add a thread to an /el Sec-like board." |
97 | 97 | }, |
98 | 98 | "AddIRCMessage":{ |
99 | 99 | "prefix": "<AddIRCMessage>", |
100 | 100 | "scope": "xml", |
101 | | - "body": "<AddIRCMessage Author=\"${1:Kaguya}\" TargetComp=\"${2:ircNode}\" Delay=\"$3\">$0</AddIRCMessage", |
| 101 | + "body": "<AddIRCMessage Author=\"${1:Kaguya}\" TargetComp=\"${2:ircNode}\" Delay=\"$3\">$0</AddIRCMessage>", |
102 | 102 | "description": "Add a generic IRC message." |
103 | 103 | }, |
104 | 104 | "AddIRCMessage_WithNote":{ |
105 | 105 | "prefix": "<AddIRCNote>", |
106 | 106 | "scope": "xml", |
107 | | - "body": "<AddIRCMessage Author=\"${1:Kaguya}\" TargetComp=\"${2:ircNode}\" Delay=\"$3\">!ATTACHMENT:note#%#${4:Note Title}#%#$0</AddIRCMessage", |
| 107 | + "body": "<AddIRCMessage Author=\"${1:Kaguya}\" TargetComp=\"${2:ircNode}\" Delay=\"$3\">!ATTACHMENT:note#%#${4:Note Title}#%#$0</AddIRCMessage>", |
108 | 108 | "description": "Add a note to an IRC." |
109 | 109 | }, |
110 | 110 | "AddIRCMessage_WithNode":{ |
111 | 111 | "prefix": "<AddIRCNode>", |
112 | 112 | "scope": "xml", |
113 | | - "body": "<AddIRCMessage Author=\"${1:Kaguya}\" TargetComp=\"${2:ircNode}\" Delay=\"$3\">!ATTACHMENT:link#%#${4:enemyNode}#%#${0:123.123.123.123}</AddIRCMessage", |
| 113 | + "body": "<AddIRCMessage Author=\"${1:Kaguya}\" TargetComp=\"${2:ircNode}\" Delay=\"$3\">!ATTACHMENT:link#%#${4:enemyNode}#%#${0:123.123.123.123}</AddIRCMessage>", |
114 | 114 | "description": "Add a node to an IRC." |
115 | 115 | }, |
116 | 116 | "AddIRCMessage_WithAccount":{ |
117 | 117 | "prefix": "<AddIRCAccount>", |
118 | 118 | "scope": "xml", |
119 | | - "body": "<AddIRCMessage Author=\"${1:Kaguya}\" TargetComp=\"${2:ircNode}\" Delay=\"$3\">!ATTACHMENT:account#%#${4:enemyNode}#%#${5:123.123.123.123}#%#${6:username}#%#${0:password}</AddIRCMessage", |
| 119 | + "body": "<AddIRCMessage Author=\"${1:Kaguya}\" TargetComp=\"${2:ircNode}\" Delay=\"$3\">!ATTACHMENT:account#%#${4:enemyNode}#%#${5:123.123.123.123}#%#${6:username}#%#${0:password}</AddIRCMessage>", |
120 | 120 | "description": "Add account details to an IRC." |
121 | 121 | }, |
122 | 122 | "CrashComputer":{ |
123 | 123 | "prefix":"<CrashComputer>", |
124 | 124 | "scope": "xml", |
125 | | - "body": "<CrashComputer TargetComp=\"${1:playerComp}\" CrashSource=\"${2:enemyNode}\" DelayHost=\"${3:delayNode}\" Delay=\"$0\"/", |
| 125 | + "body": "<CrashComputer TargetComp=\"${1:playerComp}\" CrashSource=\"${2:enemyNode}\" DelayHost=\"${3:delayNode}\" Delay=\"$0\"/>", |
126 | 126 | "description": "Crash a node." |
127 | 127 | }, |
128 | 128 | "DeleteFile":{ |
129 | 129 | "prefix": "<DeleteFile>", |
130 | 130 | "scope": "xml", |
131 | | - "body": "<DeleteFile TargetComp=\"${1:playerComp}\" FilePath=\"${2:home}\" FileName=\"${3:deleteme.txt}\" DelayHost=\"${4:delayNode}\" Delay=\"$0\"/", |
| 131 | + "body": "<DeleteFile TargetComp=\"${1:playerComp}\" FilePath=\"${2:home}\" FileName=\"${3:deleteme.txt}\" DelayHost=\"${4:delayNode}\" Delay=\"$0\"/>", |
132 | 132 | "description": "Delete a file." |
133 | 133 | }, |
134 | 134 | "AddConditionalActions":{ |
135 | 135 | "prefix": "<AddConditionalActions>", |
136 | 136 | "scope": "xml", |
137 | | - "body": "<AddConditionalActions Filepath=\"Actions/${1:NextAction.xml}\" DelayHost=\"${2:delayNode}\" Delay=\"$0\"/", |
| 137 | + "body": "<AddConditionalActions FilePath=\"Actions/${1:NextAction.xml}\" DelayHost=\"${2:delayNode}\" Delay=\"$0\"/>", |
138 | 138 | "description": "Load in a new action file." |
139 | 139 | }, |
140 | 140 | "SaveGame":{ |
141 | 141 | "prefix": "<SaveGame>", |
142 | 142 | "scope": "xml", |
143 | | - "body": "<SaveGame DelayHost=\"${1:delayNode}\" Delay=\"$0\"/", |
| 143 | + "body": "<SaveGame DelayHost=\"${1:delayNode}\" Delay=\"$0\"/>", |
144 | 144 | "description": "Save the game." |
145 | 145 | }, |
146 | 146 | "LaunchHackScript":{ |
147 | 147 | "prefix": "<LaunchHackScript>", |
148 | 148 | "scope": "xml", |
149 | | - "body": "<LaunchHackScript Filepath=\"${1:Scripts}/${2:HackerScript.txt}\" DelayHost=\"${3:delayNode}\" Delay=\"$4\" SourceComp=\"${5:enemyNode}\" TargetComp=\"${6:playerComp}\" RequireLogsOnSource=\"${7:false}\" RequireSourceIntact=\"${0:true}\"/", |
| 149 | + "body": "<LaunchHackScript FilePath=\"${1:Scripts}/${2:HackerScript.txt}\" DelayHost=\"${3:delayNode}\" Delay=\"$4\" SourceComp=\"${5:enemyNode}\" TargetComp=\"${6:playerComp}\" RequireLogsOnSource=\"${7:false}\" RequireSourceIntact=\"${0:true}\"/>", |
150 | 150 | "description": "Launch a hacker script. Oo, spooky!" |
151 | 151 | }, |
152 | 152 | "SwitchToTheme":{ |
153 | 153 | "prefix": "<SwitchToTheme>", |
154 | 154 | "scope": "xml", |
155 | | - "body": "<SwitchToTheme ThemePathOrName=\"Themes/${1:ExampleTheme.xml}\" FlickerInDuration=\"${2:3.0}\" DelayHost=\"${3:delayNode}\" Delay=\"$0\"/", |
| 155 | + "body": "<SwitchToTheme ThemePathOrName=\"Themes/${1:ExampleTheme.xml}\" FlickerInDuration=\"${2:3.0}\" DelayHost=\"${3:delayNode}\" Delay=\"$0\"/>", |
156 | 156 | "description": "Flicker the player into a new theme." |
157 | 157 | }, |
158 | 158 | "ScreenBleed":{ |
|
162 | 162 | [ |
163 | 163 | "<StartScreenBleedEffect AlertTitle=\"${1:Sequencer Attack}\" CompleteAction=\"Actions/${2:ScreenBleedFailed.xml}\" TotalDurationSeconds=\"$3\" DelayHost=\"${4:delayNode}\" Delay=\"$5\">${6:Break into the Moonshine servers}", |
164 | 164 | "${7:Delete all files and backups}", |
165 | | - "${0:Get out of there!}</StartScreenBleedEffect" |
| 165 | + "${0:Get out of there!}</StartScreenBleedEffect>" |
166 | 166 | ], |
167 | 167 | "description": "Start a screen bleed effect, mostly used in sequencers." |
168 | 168 | }, |
169 | 169 | "StopScreenBleed":{ |
170 | 170 | "prefix": "<CancelScreenBleed>", |
171 | 171 | "scope": "xml", |
172 | | - "body": "<CancelScreenBleedEffect DelayHost=\"${1:delayNode}\" Delay=\"$0\"/", |
| 172 | + "body": "<CancelScreenBleedEffect DelayHost=\"${1:delayNode}\" Delay=\"$0\"/>", |
173 | 173 | "description": "Stop a screen bleed effect." |
174 | 174 | }, |
175 | 175 | "AppendFile":{ |
176 | 176 | "prefix": "<AppendToFile>", |
177 | 177 | "scope": "xml", |
178 | | - "body": "<AppendToFile DelayHost=\"${1:delayNode}\" Delay=\"$2\" TargetComp=\"${3:companyWhitelist}\" TargetFolderpath=\"${4:Whitelist}\" TargetFilename=\"${5:list.txt}\">${0:#PLAYER_IP#}</AppendToFile", |
| 178 | + "body": "<AppendToFile DelayHost=\"${1:delayNode}\" Delay=\"$2\" TargetComp=\"${3:companyWhitelist}\" TargetFolderpath=\"${4:Whitelist}\" TargetFilename=\"${5:list.txt}\">${0:#PLAYER_IP#}</AppendToFile>", |
179 | 179 | "description": "Append text to a file." |
180 | 180 | }, |
181 | 181 | "KillExe":{ |
182 | 182 | "prefix": "<KillExe>", |
183 | 183 | "scope": "xml", |
184 | | - "body": "<KillExe DelayHost=\"${1:delayNode}\" Delay=\"$2\" ExeName=\"${0:*}\"/", |
| 184 | + "body": "<KillExe DelayHost=\"${1:delayNode}\" Delay=\"$2\" ExeName=\"${0:*}\"/>", |
185 | 185 | "description": "Kill any currently running exe with the title. Use * in ExeName to kill all currently running executables." |
186 | 186 | }, |
187 | 187 | "HideNode":{ |
188 | 188 | "prefix": "<HideNode>", |
189 | 189 | "scope": "xml", |
190 | | - "body": "<HideNode DelayHost=\"${1:delayNode}\" Delay=\"$2\" TargetComp=\"${0:companySecurity}\"/", |
| 190 | + "body": "<HideNode DelayHost=\"${1:delayNode}\" Delay=\"$2\" TargetComp=\"${0:companySecurity}\"/>", |
191 | 191 | "description": "Hide a node from the NetMap." |
192 | 192 | }, |
193 | 193 | "GivePlayerUserAccount":{ |
194 | 194 | "prefix": "<GivePlayerUserAccount>", |
195 | 195 | "scope": "xml", |
196 | | - "body": "<GivePlayerUserAccount DelayHost=\"${1:delayNode}\" Delay=\"$2\" TargetComp=\"${3:teamHub}\" Username=\"${0:#PLAYERNAME#}\"/", |
| 196 | + "body": "<GivePlayerUserAccount DelayHost=\"${1:delayNode}\" Delay=\"$2\" TargetComp=\"${3:teamHub}\" Username=\"${0:#PLAYERNAME#}\"/>", |
197 | 197 | "description": "Give the player an existing account so they can automatically login to the specified node." |
198 | 198 | }, |
199 | 199 | "ChangeIP":{ |
200 | 200 | "prefix": "<ChangeIP>", |
201 | 201 | "scope": "xml", |
202 | | - "body": "<ChangeIP DelayHost=\"${1:delayNode}\" Delay=\"$2\" TargetComp=\"${3:finalNode}\" NewIP=\"$0\"/", |
| 202 | + "body": "<ChangeIP DelayHost=\"${1:delayNode}\" Delay=\"$2\" TargetComp=\"${3:finalNode}\" NewIP=\"$0\"/>", |
203 | 203 | "description": "Change the IP of a specified node. Leave NewIP blank for a random IP." |
204 | 204 | }, |
205 | 205 | "HideAllNodes":{ |
206 | 206 | "prefix": "<HideAllNodes>", |
207 | 207 | "scope": "xml", |
208 | | - "body": "<HideAllNodes DelayHost=\"${1:delayNode}\" Delay=\"$0\"/", |
| 208 | + "body": "<HideAllNodes DelayHost=\"${1:delayNode}\" Delay=\"$0\"/>", |
209 | 209 | "description": "Hides all nodes visible on the NetMap." |
210 | 210 | }, |
211 | 211 | "ShowNode":{ |
212 | 212 | "prefix": "<ShowNode>", |
213 | 213 | "scope": "xml", |
214 | | - "body": "<ShowNode DelayHost=\"${1:delayNode}\" Delay=\"$2\" TargetComp=\"${0:storageServer}\"/", |
| 214 | + "body": "<ShowNode DelayHost=\"${1:delayNode}\" Delay=\"$2\" TargetComp=\"${0:storageServer}\"/>", |
215 | 215 | "description": "Reveals a node on the NetMap." |
216 | 216 | }, |
217 | 217 | "SetLock":{ |
218 | 218 | "prefix": "<SetLock>", |
219 | 219 | "scope": "xml", |
220 | | - "body": "<SetLock DelayHost=\"${1:delayNode}\" Delay=\"$2\" Module=\"${3:terminal}\" IsLocked=\"${4:true}\" IsHidden=\"${0:false}\"/", |
| 220 | + "body": "<SetLock DelayHost=\"${1:delayNode}\" Delay=\"$2\" Module=\"${3:terminal}\" IsLocked=\"${4:true}\" IsHidden=\"${0:false}\"/>", |
221 | 221 | "description": "Locks or hides the specified module. Choices are terminal, ram, netmap, and display." |
222 | 222 | }, |
223 | 223 | "AlertIcon":{ |
224 | 224 | "prefix": "<ChangeAlertIcon>", |
225 | 225 | "scope": "xml", |
226 | | - "body": "<ChangeAlertIcon Target=\"${1:mainHub}\" Type=\"${2:irchub}\" DelayHost=\"${3:delayNode}\" Delay=\"$0\"/", |
| 226 | + "body": "<ChangeAlertIcon Target=\"${1:mainHub}\" Type=\"${2:irchub}\" DelayHost=\"${3:delayNode}\" Delay=\"$0\"/>", |
227 | 227 | "description": "LABYRINTHS DLC ONLY - Change the mail icon to irc, irchub, board, or mail." |
228 | 228 | }, |
229 | 229 | "NetmapSort":{ |
230 | 230 | "prefix": "<ChangeNetmapSortMethod>", |
231 | 231 | "scope": "xml", |
232 | | - "body": "<ChangeNetmapSortMethod DelayHost=\"${1:delayNode}\" Delay=\"$2\" Method=\"${0:grid}\"/", |
| 232 | + "body": "<ChangeNetmapSortMethod DelayHost=\"${1:delayNode}\" Delay=\"$2\" Method=\"${0:grid}\"/>", |
233 | 233 | "description": "Change the way the netmap is sorted." |
234 | 234 | }, |
235 | 235 | "Sequencer_Template":{ |
|
250 | 250 | "\t\t<CancelScreenBleedEffect DelayHost=\"${15:delayNode}\" Delay=\"${16:0.0}\"/>", |
251 | 251 | "\t\t<KillExe DelayHost=\"${17:delayNode}\" Delay=\"${18:0.0}\" ExeName=\"${0:ESequencer}\"/", |
252 | 252 | "\t</HasFlags>", |
253 | | - "</ConditionalActions" |
| 253 | + "</ConditionalActions>" |
254 | 254 | ] |
255 | 255 | }, |
256 | 256 | "StartingAction":{ |
|
262 | 262 | "\t<OnConnect target=\"playerComp\">", |
263 | 263 | "\t\t$0", |
264 | 264 | "\t</OnConnect>", |
265 | | - "</ConditionalActions" |
| 265 | + "</ConditionalActions>" |
266 | 266 | ], |
267 | 267 | "description": "Defines a simple template for StartingActions." |
268 | 268 | } |
|
0 commit comments