-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathCOM_5ePack - Editor.dat
137 lines (131 loc) · 3.93 KB
/
COM_5ePack - Editor.dat
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
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
Author: Tim Shadow
Date: July 3, 2015
Copy Righted 2015 Tim Shadow
-->
<document signature="Hero Lab Data">
<loadonce key="COM_5ePack - Editor"/>
<!-- 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_taglist 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="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>
</editthing>
</document>