forked from FG-Unofficial-Developers-Guild/FG-ClockAdjuster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathextension.xml
29 lines (25 loc) · 1.28 KB
/
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
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Please see the LICENSE.md file included with this distribution for attribution and copyright information. -->
<root version='3.3' release='3'>
<properties>
<name>Time Manager</name>
<version>1.9</version>
<author>bmos</author>
<description>Provides an interface for easier time management</description>
<ruleset name="PFRPG" />
<ruleset name="PFRPG2" />
<ruleset name="3.5E" />
</properties>
<announcement text="https://github.com/bmos/FG-PFRPG-Time-Manager\rPFRPG Time Manager v1.9:\rThis extension is a GM tool which provides an interface for easy time tracking and management.\nThis extension is heavily-based on Clock Adjuster which is the work of pr6i6e6st." font="emotefont" />
<base>
<includefile source="desktop/desktop_panels.xml" />
<includefile source="graphics/graphics_frames.xml" />
<includefile source="graphics/graphics_icons.xml" />
<includefile source="strings/strings_clock.xml" />
<includefile source="strings/strings_options.xml" />
<includefile source="strings/strings_timedevents.xml" />
<script name="TimeManager" file="scripts/manager_time.lua" />
<script name="ClockAdjuster" file="scripts/clock_adjuster.lua" />
<script name="LongTermEffects" file="scripts/longtermeffects.lua" />
</base>
</root>