File size: 8,482 Bytes
b6a38d7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
-- ========== GENERATED BY ClassDef Editor (Ctrl-Alt-F3) DO NOT EDIT MANUALLY! ==========

PlaceObj('ZuluModuleDef', {
	DefAlwaysAddInstances = true,
	DefEditorMenubar = "Combat",
	DefEditorName = "Combat Tasks",
	DefGlobalMap = "CombatTaskDefs",
	DefOwnerMember = "combatTasks",
	DefParentClassList = {
		"ModulePreset",
		"TODOPreset",
		"MsgReactionsPreset",
	},
	id = "CombatTask",
	PlaceObj('PropertyDefText', {
		'category', "Display",
		'id', "name",
		'name', "Name",
		'default', T(635036510295, --[[ZuluModuleDef CombatTask default]] "Combat Task"),
	}),
	PlaceObj('PropertyDefText', {
		'category', "Display",
		'id', "description",
		'name', "Description",
	}),
	PlaceObj('PropertyDefNumber', {
		'category', "Rewards",
		'id', "xpReward",
		'name', "XP Reward",
		'default', 300,
	}),
	PlaceObj('PropertyDefStringList', {
		'category', "Rewards",
		'id', "statGainRolls",
		'name', "Related Stats",
		'help', "Trigger rolls for Stat Gaining for the selected Stats on Task completion.",
		'item_default', "Wisdom",
		'items', function (self) return GetUnitStatsCombo() end,
	}),
	PlaceObj('PropertyDefNestedList', {
		'category', "CombatTask",
		'id', "selectionConditions",
		'name', "Selection Conditions",
		'help', "Explicitly specified",
		'base_class', "Condition",
	}),
	PlaceObj('PropertyDefNestedList', {
		'category', "CombatTask",
		'id', "favouredConditions",
		'name', "Favoured Conditions",
		'help', "Explicitly specified",
		'base_class', "Condition",
	}),
	PlaceObj('PropertyDefNumber', {
		'category', "CombatTask",
		'id', "requiredProgress",
		'name', "Required Progress",
		'help', "Amount of things you need to do.",
		'default', 1,
	}),
	PlaceObj('PropertyDefBool', {
		'category', "CombatTask",
		'id', "hideProgress",
		'name', "Hide Progress",
	}),
	PlaceObj('PropertyDefBool', {
		'category', "CombatTask",
		'id', "holdUntilEnd",
		'name', "Hold until Conflict* End",
		'help', "End is when all non animal enemies have died.",
	}),
	PlaceObj('PropertyDefBool', {
		'category', "CombatTask",
		'id', "reverseProgress",
		'name', "Reverse Progress",
		'help', "If enabled currentProgress must not reach the requiredProgress instead.",
	}),
	PlaceObj('PropertyDefNumber', {
		'category', "CombatTask",
		'id', "cooldown",
		'name', "Cooldown",
		'help', "How much to wait (in SatView time) to be able to select the task again.",
		'default', 432000,
		'scale', "day",
		'min', 0,
		'max', 8640000,
	}),
	PlaceObj('PropertyDefBool', {
		'category', "CombatTask",
		'id', "competition",
		'name', "Competition",
		'help', "Puts the merc in a race against one of his Liked/Disliked",
	}),
	PlaceObj('PropertyDefButtons', {
		'category', "CombatTask",
		'id', "buttonGiveCombatTask",
		'buttons', {
			PlaceObj('PropertyDefPropButton', {
				'Name', "Give Combat Task",
				'FuncName', "GiveCombatTaskEditor",
			}),
		},
		'template', true,
	}),
	PlaceObj('ClassMethodDef', {
		'name', "GiveCombatTaskEditor",
		'params', "root, prop_id, ged",
		'code', function (self, root, prop_id, ged)
			if gv_SatelliteView then return end
			if not IsKindOf(SelectedObj, "Unit") then return end
			GiveCombatTask(self, SelectedObj.session_id)
		end,
	}),
	PlaceObj('ClassConstDef', {
		'name', "currentProgress",
		'type', "number",
		'value', 0,
	}),
	PlaceObj('ClassConstDef', {
		'name', "state",
		'type', "text",
		'value', "inProgress",
	}),
	PlaceObj('ClassConstDef', {
		'name', "additionalData",
		'type', "prop_table",
	}),
	PlaceObj('ClassConstDef', {
		'name', "unitId",
		'type', "text",
	}),
	PlaceObj('ClassConstDef', {
		'name', "otherUnitId",
		'type', "text",
	}),
	PlaceObj('ClassMethodDef', {
		'name', "CanBeSelected",
		'params', "unit",
		'code', function (self, unit)
			if self.competition then
				local hasOpponent = false
				local units = GetCurrentMapUnits()
				for _, u in ipairs(units) do
					if table.find(unit.Likes, u.session_id) or table.find(unit.Dislikes, u.session_id) then
						hasOpponent = true
						break
					end
				end
				if not hasOpponent then
					return false
				end
			end
			
			if not self.selectionConditions or #self.selectionConditions <= 0 then return true end
			return EvalConditionList(self.selectionConditions, self, {target_units = { unit }, no_log = true})
		end,
	}),
	PlaceObj('ClassMethodDef', {
		'name', "IsFavoured",
		'params', "unit",
		'code', function (self, unit)
			for _, stat in ipairs(self.statGainRolls) do
				if unit[stat] >= 70 then
					return true
				end
			end
			
			if self.favouredConditions and #self.favouredConditions > 0 then
				return EvalConditionList(self.favouredConditions, self, {target_units = { unit }, no_log = true})
			end
			
			return false
		end,
	}),
	PlaceObj('ClassMethodDef', {
		'name', "OnAdd",
		'params', "owner, ...",
		'code', function (self, owner, ...)
			if not self.unitId or self.unitId == "" then
				self.unitId = owner.session_id
				
				if self.competition then
					local unit = g_Units[self.unitId]
					local ids = {}
					local units = GetCurrentMapUnits()
					for _, u in ipairs(units) do
						if table.find(unit.Likes, u.session_id) or table.find(unit.Dislikes, u.session_id) then
							ids[#ids+1] = u.session_id
						end
					end
					
					self.otherUnitId = ids[InteractionRand(#ids, "CombatTask")+1]
				end
			end
		end,
	}),
	PlaceObj('ClassMethodDef', {
		'name', "Finish",
		'code', function (self)
			ObjModified(self)
			local unit = g_Units[self.unitId]
			
			Msg("CombatTaskFinished", self.id, unit, self.state == "completed")
			
			CombatTaskUIAnimations[self] = {}
			CombatTaskUIAnimations[self].startTime = GetPreciseTicks()
			CombatTaskUIAnimations[self].thread = CreateRealTimeThread(function()
				if not (g_Teams[g_CurrentTeam].control == "UI") then
					WaitMsg("TurnEnded")
				end
				
				local igi = GetInGameInterfaceModeDlg()
				if IsKindOf(igi, "IModeCommonUnitControl") then
					local combatTasks = igi:ResolveId("idCombatTasks")
					for _, taskUI in ipairs(combatTasks) do
						if taskUI.context == self then
							taskUI:Animate()
							Sleep(taskUI.animPulseDuration + taskUI.animHideDuration)
							break
						end
					end
				end
				
				if unit then unit:RemoveCombatTask(self) end
				RefreshCombatTasks()
			end)
		end,
	}),
	PlaceObj('ClassMethodDef', {
		'name', "Complete",
		'code', function (self)
			if self.state ~= "inProgress" then return end
				
			local unit = g_Units[self.unitId]
			if unit then
				RewardTeamExperience({ RewardExperience = self.xpReward }, { units = {unit}})
			
				for _, stat in ipairs(self.statGainRolls) do
					RollForStatGaining(unit, stat)
				end
				
				PlayVoiceResponse(unit, "CombatTaskCompleted")
			end
			
			self.state = "completed"
			self:Finish()
		end,
	}),
	PlaceObj('ClassMethodDef', {
		'name', "Fail",
		'code', function (self)
			if self.state ~= "inProgress" then return end
			
			local unit = g_Units[self.unitId]
			if unit then
				PlayVoiceResponse(unit, "CombatTaskFailed")
			end
			
			self.state = "failed"
			self:Finish()
		end,
	}),
	PlaceObj('ClassMethodDef', {
		'name', "Update",
		'params', "progress, otherProgress",
		'code', function (self, progress, otherProgress)
			if self.state ~= "inProgress" then return end
			
			if self.competition then
				self.currentProgress = self.currentProgress + (progress or 0)
				self.requiredProgress = self.requiredProgress + (otherProgress or 0)
			else
				self.currentProgress = Clamp(self.currentProgress + progress, 0, self.requiredProgress)
			end
			
			if self.currentProgress >= self.requiredProgress then
				if not self.holdUntilEnd then
					if self.reverseProgress then
						self:Fail()
					else
						self:Complete()
					end
				end
			end
			
			ObjModified(self)
		end,
	}),
	PlaceObj('ClassMethodDef', {
		'name', "ShouldSave",
		'code', function (self)
			return self.state == "inProgress"
		end,
	}),
	PlaceObj('ClassMethodDef', {
		'name', "GetDynamicData",
		'params', "data",
		'code', function (self, data)
			data.currentProgress = self.currentProgress
			data.state = self.state
			data.additionalData = self.additionalData
			data.unitId = self.unitId
			data.otherUnitId = self.otherUnitId
		end,
	}),
	PlaceObj('ClassMethodDef', {
		'name', "SetDynamicData",
		'params', "data",
		'code', function (self, data)
			self.currentProgress = data.currentProgress
			self.state = data.state
			self.additionalData = data.additionalData
			self.unitId = data.unitId
			self.otherUnitId = data.otherUnitId
		end,
	}),
})