-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathWritWorthy.txt
108 lines (94 loc) · 4.09 KB
/
WritWorthy.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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
## Title: WritWorthy 7.3.2
## Version: 7.3.2
## AddOnVersion: 070302
## Last Updated: 2022-03-15
## APIVersion: 101033
## Description: Master Writs: calculate material costs and automate crafting.
## Author: ziggr
## Contributors: Dolgubon Friday-The13-rus
## SavedVariables: WritWorthyVars
## DependsOn: LibAddonMenu-2.0 LibPrice LibLazyCrafting LibSets LibCharacterKnowledge
## OptionalDependsOn: LibCustomMenu AwesomeGuildStore LibSlashCommander LibDebugLogger HomeStationMarker
# Gamepad UI tooltip hook added by Friday-The13-rus
# DE translation by Baertram 2019-04-30
# RU translation by ivann339 2019-09-06 2020-10-16
# FR translation by JAKEZ31 2020-08-27 2021-01-05
# LibAddonMenu-2.0 required
# by Seerah, sirinsidiator
# https://www.esoui.com/downloads/info7-LibAddonMenu.html
# https://github.com/sirinsidiator/ESO-LibAddonMenu
# The "Settings/Addons" UI library that everybody uses.
# LibPrice required
# by ziggr
# https://www.esoui.com/downloads/info2204-LibPrice.html
# https://github.com/ziggr/ESO-LibPrice
# Provides material price lookups from
# - Master Merchant
# - Arkadius' Trade Tools
# - Tamriel Trade Centre.
# LibLazyCrafting required
# by Dolgubon
# https://www.esoui.com/downloads/info1594-LibLazyCrafting.html
# https://github.com/Dolgubon/LibLazyCrafting
# How WritWorthy queues and crafts items.
# LibSets required
# by Baertram
# https://www.esoui.com/downloads/info2241-LibSets.html
# https://github.com/Baertram/LibSets
# Set names such as "Alessia's Bullwark" and their required trait counts.
# LibCharacterKnowledge required
# by code65536
# https://www.esoui.com/downloads/info3317-LibCharacterKnowledge.html
# Motif knowledge: do you know Ashlander Bows?
# LibSlashCommander optional
# by sirinsidiator
# https://www.esoui.com/downloads/info1508-LibSlashCommander.html
# Provides autocompletion and help text for /writworthy
# subcommands like "count".
# AwesomeGuildStore
# by sirinsidiator
# https://www.esoui.com/downloads/info695-AwesomeGuildStore.html
# OptionalDependsOn so that WritWorthy can detect that AwesomeGuildStore
# is present, and add its "crafted price per voucher" filter.
# LibDebugLogger
# by Sirinsidiator
# Allows error/warn/info/debug logging to saved variables.
# https://www.esoui.com/downloads/info2275-LibDebugLogger.html
# Can be omitted. Only useful for Zig while developing.
# Optional libraries used only for unreleased WritWorthy_AutoQuest.lua.
# Optional as long as I refuse to publish the autoquest feature.
#
# LibCustomMenu optional
# by votan
# https://www.esoui.com/downloads/info1146-LibCustomMenu.html
# Allows "Accept Writ Quests" button in inventory window
#
# LibCraftText optional
# by ziggr
# https://www.esoui.com/downloads/info2184-LibCraftText.html
# https://github.com/ziggr/ESO-LibCraftText
# Allows Accept/Rolis dialog automation in languages other than EN English.
WritWorthy_Define.lua
lang/en.lua
lang/$(language).lua
lang/en_forced.lua
WritWorthy_Price.lua
WritWorthy_Util.lua
WritWorthy_Log.lua
WritWorthy_Know.lua
WritWorthy_RequiredSkill.lua
WritWorthy_Smithing.lua
WritWorthy_Alchemy.lua
WritWorthy_Enchanting.lua
WritWorthy_Provisioning.lua
WritWorthy_Link.lua
WritWorthy_MatRow.lua
WritWorthy_Window.lua
WritWorthy_AGS.lua
WritWorthy_I18N.lua
WritWorthy_Profiler.lua
# WritWorthy_AutoQuest.lua
WritWorthy_MatListWindow.lua
WritWorthy.lua
WritWorthy.xml
Bindings.xml