-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathextension.xml
25 lines (25 loc) · 1018 Bytes
/
extension.xml
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
<?xml version="1.0" encoding="iso-8859-1"?>
<root release="3.0" version="3">
<announcement text="Arcane Ward v~dev_version~\rby Ryan Hagelstrom 2022-2023\rContribution MeAndUnique,Zarestia" font="emotefont" icon="ArcaneWard" />
<properties>
<!-- Loadorder has to be 141 to sit between CA and SAI -->
<loadorder>143</loadorder>
<name>Feature: Arcane Ward</name>
<version>~dev_version~</version>
<author>Ryan Hagelstrom</author>
<description>Automates Arcane Ward Trait</description>
<ruleset>
<name>5E</name>
</ruleset>
</properties>
<base>
<script name="ArcaneWard" file="scripts/arcane_ward.lua" />
<includefile source="campaign/record_power.xml" />
<includefile source="campaign/template_abjuration.xml" />
<includefile source="campaign/record_char_main.xml" />
<includefile source="ct/ct_host_entry.xml" />
<includefile source="ct/ct_client_entry.xml" />
<includefile source="graphics/graphics.xml" />
<includefile source="strings/strings_arcane_ward.xml" />
</base>
</root>