forked from SoxMax/FG-Attack-On-Hit-Effects
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathextension.xml
30 lines (27 loc) · 977 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
26
27
28
29
30
<?xml version="1.0" encoding="iso-8859-1"?>
<root version="3.3">
<properties>
<name>Feature: Attack on Hit Effects</name>
<version>1.1.2</version>
<author>SoxMax</author>
<description>Allows attacks to apply effects on hit</description>
<loadorder>401</loadorder>
<ruleset>
<name>3.5E</name>
</ruleset>
<ruleset>
<name>PFRPG</name>
</ruleset>
</properties>
<announcement text="https://github.com/SoxMax/FG-Attack-On-Hit-Effects \r Attack on Hit Effects v1.1.2 \r Allows attacks to apply effects on hit" font="emotefont" />
<base>
<includefile source="utility/weapon_effects_window.xml" />
<includefile source="utility/weapon_effects_components.xml" />
<!-- Campaign Records -->
<includefile source="campaign/record_char_actions_weapon_effects.xml" />
<!-- Strings -->
<includefile source="strings/strings_weapon_effects.xml" />
<!-- Scripts -->
<script name="WeaponEffects" file="scripts/weapon_effects.lua" />
</base>
</root>