forked from 69bossmustang/Has-Initiative-Indicator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathextension.xml
More file actions
24 lines (19 loc) · 741 Bytes
/
extension.xml
File metadata and controls
24 lines (19 loc) · 741 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="iso-8859-1"?>
<root version="3.0" >
<properties>
<name>CoreRPG - Has Initiative Indicator</name>
<version>1.6</version>
<loadorder>99</loadorder>
<description>
<text>Displays a image overlay when a token has Initiative.</text>
<website></website>
<author>Celestian</author>
</description>
</properties>
<announcement text="Has Initiative Indicator v1.6 - CoreRPG+ version.\rBy Celestian, 2018-2021" font="emotefont" icon="celestian" />
<base>
<icon name="celestian" file="graphics/icons/celestian.png" />
<script name="HasInitiativeIndicator" file="scripts/manager_has_initiative.lua" />
<includefile source="graphics/graphics_has_initiative.xml" />
</base>
</root>