forked from Rhyono/Foundry-Tactical-Combat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
FoundryTacticalCombat.txt
85 lines (67 loc) · 2.51 KB
/
FoundryTacticalCombat.txt
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
## Title: Foundry Tactical Combat
## Description: A combat enhancement addon designed to give players access to relevant combat data in an easy to process framework which allows them to respond quickly and effectively to evolving combat situations.
## Version: 1.32
## AddOnVersion: 132
## APIVersion: 101040 101041
## SavedVariables: FTC_VARS
## DependsOn: LibAddonMenu-2.0>=36 LibMsgWin-1.0>=11 LibMediaProvider-1.0>=28
## OptionalDependsOn: UnitFramesRebirth LibDebugLogger DebugLogViewer
; The MIT License (MIT)
;
; Copyright (c) 2015, Atropos at http://tamrielfoundry.com
;
; Permission is hereby granted, free of charge, to any person obtaining a copy
; of this software and associated documentation files (the "Software"), to deal
; in the Software without restriction, including without limitation the rights
; to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
; copies of the Software, and to permit persons to whom the Software is
; furnished to do so, subject to the following conditions:
;
; The above copyright notice and this permission notice shall be included in
; all copies or substantial portions of the Software.
;
; THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
; IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
; FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
; AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
; LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
; OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
; THE SOFTWARE.
; DISCLAIMER:
;
; This Add-on is not created by, affiliated with or sponsored by ZeniMax
; Media Inc. or its affiliates. The Elder Scrolls® and related logos are
; registered trademarks or trademarks of ZeniMax Media Inc. in the United
; States and/or other countries. All rights reserved.
;
; You can read the full terms at:
; https://account.elderscrollsonline.com/add-on-terms
Init.lua
fontstrings_shared.xml
logger/functions.lua
FoundryTacticalCombat.lua
bindings.xml
core/functions.lua
core/controls.lua
core/ui.lua
core/events.lua
character/functions.lua
frames/functions.lua
frames/controls.lua
buffs/functions.lua
buffs/effects.lua
buffs/controls.lua
damage/functions.lua
log/functions.lua
stats/functions.lua
stats/controls.lua
sct/functions.lua
sct/alerts.lua
sct/controls.lua
hotbar/functions.lua
hotbar/controls.lua
extensions/sorcerer.lua
menu/functions.lua
menu/controls.lua
lang/en.lua
lang/$(language).lua