forked from blackbloodtroll/HL-Pack-Basic
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCOM_BasicPack - Editor.dat
More file actions
276 lines (267 loc) · 8.45 KB
/
COM_BasicPack - Editor.dat
File metadata and controls
276 lines (267 loc) · 8.45 KB
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
<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- This file contains the definitions of how the Editor should handle all the
various publicly accessible objects (i.e. component sets) within the game
system.
Author: Tim Shadow
Date: July 3, 2015
Copy Righted 2015 Tim Shadow
-->
<document signature="Hero Lab Data">
<loadonce key="COM_BasicPack - Editor"/>
<!-- Polymorph Helper editthing -->
<!-- parent="Campaign" -->
<editthing
compset="ArmyStrat"
name="Army Strategy"
group="Campaign"
defunique="unique"
prefix="as"
description="Army Strategies"
summary="This lets you define new army strategies. This is a COMMUNITY created tab.">
<!-- Army Strategy Values -->
<inputthing
name="Army Strategy Settings"
helptext="">
<it_separator/>
</inputthing>
<inputthing
name="Explicit Order List"
helptext="Use this to set the order of the strategy in the list.">
<it_tagpick group="explicit" tag="?" />
</inputthing>
<inputthing
name="Offense Modifier"
helptext="">
<it_field field="tacOffMod"/>
</inputthing>
<inputthing
name="Defensive Modifier"
helptext="">
<it_field field="tacDefMod"/>
</inputthing>
<inputthing
name="Casualties"
helptext="">
<it_field field="abValue5"/>
</inputthing>
<inputthing
name="Morale Modifier"
helptext="">
<it_field field="tacMrlMod"/>
</inputthing>
<inputthing
name="Damage Modifier"
helptext="">
<it_field field="tacDamMod"/>
</inputthing>
<inputthing
name="Minimum Unit CR"
helptext="">
<it_field field="tacMinUnCR"/>
</inputthing>
<inputthing
name="Consumption Increase"
helptext="">
<it_field field="tacConsume"/>
</inputthing>
<!-- Ability Values Values -->
<inputthing
name="Ability Values"
helptext="">
<it_separator/>
</inputthing>
<inputthing
name="abValue"
helptext="Generic Ability Modifier One">
<it_field field="abValue"/>
</inputthing>
<inputthing
name="abValue2"
helptext="Generic Ability Modifier Two">
<it_field field="abValue2"/>
</inputthing>
<inputthing
name="abValue3"
helptext="Generic Ability Modifier Three">
<it_field field="abValue3"/>
</inputthing>
<inputthing
name="abValue4"
helptext="Generic Ability Modifier Four">
<it_field field="abValue4"/>
</inputthing>
<!-- General Information Section -->
<inputthing
name="General Information"
helptext="General details that can be specified for any type of thing.">
<it_separator/>
</inputthing>
<inputthing
name="Product Identity For..."
helptext="Specify any companies whose Product Identity this material is. OGL books will have a "Product Identity" statment, usually on the title page, and you should be careful what content you do designate as Product Identity as what you don's - not everything in an OGL book will be Product Identity.">
<it_taglist group="ProductId" tag="?" />
</inputthing>
<inputthing
name="Custom Tags"
helptext="">
<it_taglist group="Custom" tag="?"/>
</inputthing>
<inputthing
name="User Tags"
helptext="Specify any other tags you want to assign here.">
<it_taglist group="Custom" tag="?" />
</inputthing>
<inputthing
name="Not Allowed for Pathfinder Society Characters"
helptext="Specify whether this thing may not be selected by Pathfinder Society Characters.">
<it_tagcheck group="Helper" tag="NoPathSoc"/>
</inputthing>
<inputthing
name="Allowed for Core Campaign PFS Characters"
helptext="Specify if this thing may be selected by Pathfinder Society Characters, even though it has a source other than those normally allowed.">
<it_tagcheck group="Helper" tag="CoreCampOK"/>
</inputthing>
</editthing>
<!-- Selection Helpers -->
<editthing
compset="SelectHelp"
name="Selection Helper"
group="zCommunity"
prefix="sel"
description="Make selection helpers."
summary="Make selection helpers.">
<!-- Selection Helper Basic Setup -->
<inputthing
name="Selection Helper Basic Setup"
helptext="This section lets you select the selection helper tag and value tag.">
<it_separator/>
</inputthing>
<inputthing
name="Selection Group"
helptext="Select the group of selection helpers this falls into.">
<it_tagpick group="Selection" tag="?"/>
</inputthing>
<inputthing
name="Value?"
helptext="Set the value tag on this helper thing.">
<it_tagpick group="Value" tag="?" />
</inputthing>
<!-- Selection Helper Specific Setup -->
<inputthing
name="Selection Helper Specific Setup"
helptext="This section lets you select the selection helper specific tags for spells, weapons, or many other abilites.">
<it_separator/>
</inputthing>
<inputthing
name="Helper Tags"
helptext="">
<it_taglist group="Helper" tag="?"/>
</inputthing>
<inputthing
name="Target Tags"
helptext="">
<it_taglist group="Target" tag="?"/>
</inputthing>
<inputthing
name="Reference Tags"
helptext="">
<it_taglist group="Reference" tag="?"/>
</inputthing>
<inputthing
name="Alignment Tags"
helptext="">
<it_taglist group="Alignment" tag="?"/>
</inputthing>
<inputthing
name="Weapon Groups"
helptext="">
<it_taglist group="wFtrGroup" tag="?"/>
</inputthing>
<inputthing
name="Damage Dice"
helptext="">
<it_taglist group="wMain" tag="?"/>
</inputthing>
<inputthing
name="Spell Level"
helptext="">
<it_taglist group="SpellLevel" tag="?"/>
</inputthing>
<inputthing
name="Caster Class"
helptext="">
<it_taglist group="sClass" tag="?"/>
</inputthing>
<inputthing
name="Blood Energy"
helptext="">
<it_taglist group="BloodEner" tag="?"/>
</inputthing>
<inputthing
name="Apply Bonus"
helptext="">
<it_taglist group="ApplyBonus" tag="?"/>
</inputthing>
<inputthing
name="Language"
helptext="">
<it_taglist group="Language" tag="?"/>
</inputthing>
<inputthing
name="Language Category"
helptext="">
<it_taglist group="LangCat" tag="?"/>
</inputthing>
<inputthing
name="Language Prevalence"
helptext="">
<it_taglist group="LangPreval" tag="?"/>
</inputthing>
<inputthing
name="Has Feat"
helptext="">
<it_taglist group="HasFeat" tag="?"/>
</inputthing>
<inputthing
name="Ability"
helptext="">
<it_taglist group="Ability" tag="?"/>
</inputthing>
<inputthing
name="Explicit"
helptext="">
<it_tagpick group="explicit" tag="?" />
</inputthing>
<!-- General Information Section -->
<inputthing
name="General Information"
helptext="General details that can be specified for any type of thing.">
<it_separator/>
</inputthing>
<inputthing
name="Product Identity For..."
helptext="Specify any companies whose Product Identity this material is. OGL books will have a "Product Identity" statment, usually on the title page, and you should be careful what content you do designate as Product Identity as what you don's - not everything in an OGL book will be Product Identity.">
<it_taglist group="ProductId" tag="?" />
</inputthing>
<inputthing
name="Custom Tags"
helptext="">
<it_taglist group="Custom" tag="?"/>
</inputthing>
<inputthing
name="User Tags"
helptext="Specify any other tags you want to assign here.">
<it_taglist group="Custom" tag="?" />
</inputthing>
<inputthing
name="Not Allowed for Pathfinder Society Characters"
helptext="Specify whether this thing may not be selected by Pathfinder Society Characters.">
<it_tagcheck group="Helper" tag="NoPathSoc"/>
</inputthing>
<inputthing
name="Allowed for Core Campaign PFS Characters"
helptext="Specify if this thing may be selected by Pathfinder Society Characters, even though it has a source other than those normally allowed.">
<it_tagcheck group="Helper" tag="CoreCampOK"/>
</inputthing>
</editthing>
</document>