From 942a030afd348ab2e02eac8054b43e3c3a72ea48 Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 15 Nov 2021 13:53:59 +0800 Subject: *rename --- .../lua-addons/addons/ohShi/default_settings.lua | 81 ++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 Data/BuiltIn/Libraries/lua-addons/addons/ohShi/default_settings.lua (limited to 'Data/BuiltIn/Libraries/lua-addons/addons/ohShi/default_settings.lua') diff --git a/Data/BuiltIn/Libraries/lua-addons/addons/ohShi/default_settings.lua b/Data/BuiltIn/Libraries/lua-addons/addons/ohShi/default_settings.lua new file mode 100644 index 0000000..7e19ca5 --- /dev/null +++ b/Data/BuiltIn/Libraries/lua-addons/addons/ohShi/default_settings.lua @@ -0,0 +1,81 @@ +--[[ +Copyright (c) 2013, Ricky Gall +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + * Neither the name of nor the + names of its contributors may be used to endorse or promote products + derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +]] + +--Declaring default settings +defaults = T{} +--Addon settings +defaults.staggeronly = false +defaults.showrolls = true +defaults.selfrolls = false +defaults.duration = 10 + +--Textbox settings +defaults.bg = {} +defaults.bg.alpha = 100 +defaults.bg.red = 0 +defaults.bg.blue = 0 +defaults.bg.green = 0 +defaults.pos = {} +defaults.pos.x = 400 +defaults.pos.y = 300 +defaults.text = {} +defaults.text.red = 255 +defaults.text.green = 255 +defaults.text.blue = 255 +defaults.text.font = 'Consolas' +defaults.text.size = 10 + +--Moblist defaults +defaults.moblist = T{} +defaults.moblist['voidwatch'] = S{"Qilin", "Celaeno", "Morta", "Bismarck", "Ig-Alima", "Kalasutrax", "Ocythoe", "Gaunab", "Hahava", "Cherufe", "Botulus Rex", "Taweret", "Agathos", "Goji", "Gugalanna", "Gasha", "Giltine", "Mellonia", "Kaggen", "Akvan", "Pil", "Belphoebe", "Kholomodumo", "Aello", "Uptala", "Sarbaz", "Shah", "Wazir", "Asb", "Rukh", "Provenance Watcher"} +defaults.moblist['abyssea'] = S{"Alfard", "Orthrus", "Carabosse", "Glavoid", "Isgebind"} +defaults.moblist['legion'] = S{"Veiled", "Lofty", "Soaring", "Mired", "Paramount"} +defaults.moblist['meebles'] = S{"Goldwing", "Silagilith", "Surtr", "Dreyruk", "Samursk", "Umagrhk", "Izyx", "Grannus", "Svaha", "Melisseus"} +defaults.moblist['other'] = S{"Tiamat", "Khimaira", "Khrysokhimaira", "Cerberus", "Dvergr", "Bloodthirsty", "Hydra", "Enraged", "Odin"} +defaults.moblist['dangerous'] = S{"Provenance Watcher", "Apademak"} +defaults.dangerwords = T{} +defaults.dangerwords['weaponskills'] = S{"Zantetsuken", "Geirrothr", "Astral Flow", "Chainspell", "Beastruction", "Mandible Massacre", "Oblivion's Mantle", "Divesting Gale", "Frog Song", "Frog Chorus", "Danse Macabre", "Raksha Stance", "Yama's Judgment", "Ballistic Kick", "Eradicator", "Arm Cannon", "Gorge", "Extreme Purgitation", "Slimy Proposal", "Rancid Reflux", "Pawn's Penumbra", "Gates of Hades", "Fulmination", "Nerve Gas", "Thundris Shriek"} +defaults.dangerwords['spells'] = S{"Death", "Meteor", "Kaustra", "Breakga", "Thundaga IV", "Thundaja", "Firaga IV", "Firaja", "Aeroga IV", "Aeroja", "Blizzaga IV", "Blizzaja", "Stonega IV", "Stoneja"} + +--Fill settings from either defaults table or settings.xml +settings = config.load(defaults) +ohShi_tb = texts.new(settings) + +--create tables to be used throughout the addon +tracking = T{} +prims = S{} +--[[ keeping in case the function below doesn't work. +trusts = S{'Kupipi','Excenmille','Naji','Ayame','Zeid','Curilla', + 'NanaaMihgo','Trion','Shantotto','Volker','Ajido-Marujido', + 'MihliAliapoh','Valaineral','Joachim','Lion','Prishe','Ulmia', + 'Ironeater','Gadalar','NajaSalaheem','Cherukiki','Nashmeira', + 'Zazarg','Ingrid','LhekoHabhoka','Ovjang','Mnejing','Sakura', + 'Luzaf','Najelith', 'Maat','Gessho','Aldo','Moogle','Fablinix', + 'D.Shantotto','Elvira','Noillurie','LhuMhakaracca','FerreousCoffin', + 'StarSibyl','Mumor'}]] + trusts = S(res.spells:type('Trust'):map(string.gsub-{' ', ''} .. table.get-{'name'})) -- cgit v1.1-26-g67d0