repo_name
stringlengths
6
78
path
stringlengths
4
206
copies
stringclasses
281 values
size
stringlengths
4
7
content
stringlengths
625
1.05M
license
stringclasses
15 values
purebn/ShadowBot
plugins/face.lua
641
3073
local https = require("ssl.https") local ltn12 = require "ltn12" -- Edit data/mashape.lua with your Mashape API key -- http://docs.mashape.com/api-keys local mashape = load_from_file('data/mashape.lua', { api_key = '' }) local function request(imageUrl) local api_key = mashape.api_key if api_key:isempt...
gpl-2.0
jsj2008/ValyriaTear
dat/maps/layna_forest/layna_forest_crystal_map.lua
4
98793
map_data = {} -- The number of rows, and columns that compose the map map_data.num_tile_cols = 64 map_data.num_tile_rows = 48 -- The tilesets definition files used. map_data.tileset_filenames = {} map_data.tileset_filenames[1] = "dat/tilesets/castle_exterior_01.lua" map_data.tileset_filenames[2] = "dat/tilesets/mount...
gpl-2.0
TeamHypersomnia/Hypersomnia
hypersomnia/content/gfx/metropolis_torso_akimbo_walk_shot_2.meta.lua
2
2886
return { extra_loadables = { enabled_generate_neon_map = { alpha_multiplier = 0.43000000715255737, amplification = 140, light_colors = { "89 31 168 255", "48 42 88 255", "61 16 123 0" }, radius = { x = 80, y = 80 }, standard_deviati...
agpl-3.0
TeamHypersomnia/Hypersomnia
hypersomnia/content/gfx/pink_coral_7.meta.lua
26
1974
return { extra_loadables = { enabled_generate_neon_map = { alpha_multiplier = 1, amplification = 60, light_colors = { "166 178 161 255", "255 8 255 255", "217 6 95 255", "217 17 237 255" }, radius = { x = 80, y = 80 }, stand...
agpl-3.0
tarantool/luarocks
src/luarocks/fetch.lua
1
14988
--- Functions related to fetching and loading local and remote files. local fetch = {} local fs = require("luarocks.fs") local dir = require("luarocks.dir") local rockspecs = require("luarocks.rockspecs") local signing = require("luarocks.signing") local persist = require("luarocks.persist") local util = require("lua...
mit
james2doyle/lit
deps/secure-socket/biowrap.lua
6
2843
--[[ Copyright 2016 The Luvit Authors. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agr...
apache-2.0
RyMarq/Zero-K
units/turretgauss.lua
1
4415
return { turretgauss = { unitname = [[turretgauss]], name = [[Gauss]], description = [[Gauss Turret, 20 health/s when closed]], acceleration = 0, buildCostMetal = 400, builder = false, bui...
gpl-2.0
flyzjhz/witi-openwrt
package/ramips/ui/luci-mtk/src/applications/luci-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua
78
1089
--[[ Luci configuration model for statistics - collectd interface plugin configuration (c) 2011 Jo-Philipp Wich <xm@subsignal.org> Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://ww...
gpl-2.0
pyxenium/EasyAutoLoot
Libs/AceGUI-3.0/widgets/AceGUIContainer-InlineGroup.lua
59
2966
--[[----------------------------------------------------------------------------- InlineGroup Container Simple container widget that creates a visible "box" with an optional title. -------------------------------------------------------------------------------]] local Type, Version = "InlineGroup", 21 local AceGUI = Li...
mit
tarantool/luarocks
spec/util_spec.lua
1
5877
local test_env = require("spec.util.test_env") local lfs = require("lfs") local run = test_env.run local testing_paths = test_env.testing_paths describe("Basic tests #integration", function() before_each(function() test_env.setup_specs() end) it("LuaRocks version", function() assert.is_true(run....
mit
NPLPackages/paracraft
script/apps/Aries/Creator/Game/Code/CodeActor.lua
1
43833
--[[ Title: Code Actor Author(s): LiXizhi Date: 2018/5/19 Desc: Code actor is the base class for CodeBlock-controlled actors. Code actor is managed by a Code Block. use the lib: ------------------------------------------------------- NPL.load("(gl)script/apps/Aries/Creator/Game/Code/CodeActor.lua"); local CodeActor = ...
gpl-2.0
RyMarq/Zero-K
effects/paris.lua
13
4272
-- paris_glow -- paris -- paris_gflash -- paris_sphere return { ["paris_glow"] = { glow = { air = true, class = [[CSimpleParticleSystem]], count = 2, ground = true, water = true, properties = { airdrag ...
gpl-2.0
kamran2222/Blackeagles
plugins/stats.lua
236
3989
do -- Returns a table with `name` and `msgs` local function get_msgs_user_chat(user_id, chat_id) local user_info = {} local uhash = 'user:'..user_id local user = redis:hgetall(uhash) local um_hash = 'msgs:'..user_id..':'..chat_id user_info.msgs = tonumber(redis:get(um_hash) or 0) user_info.name = user_prin...
gpl-2.0
Laterus/Darkstar-Linux-Fork
scripts/globals/items/bowl_of_boiled_cockatrice.lua
1
1685
----------------------------------------- -- ID: 4547 -- Item: Bowl of Boiled Cockatrice -- Food Effect: 180Min, All Races ----------------------------------------- -- Strength 5 -- Agility 2 -- Intelligence -1 -- Mind 1 -- Attack % 22 -- Attack Cap 60 -- Ranged ATT % 22 -- Ranged ATT Cap 60 --------------...
gpl-3.0
madpilot78/ntopng
scripts/lua/rest/v1/disable/check.lua
1
1417
-- -- (C) 2019-21 - ntop.org -- dirs = ntop.getDirs() package.path = dirs.installdir .. "/scripts/lua/modules/?.lua;" .. package.path require "lua_utils" local json = require "dkjson" local rest_utils = require "rest_utils" local checks = require("checks") local auth = require "auth" -- -- Disable User Script -- Exa...
gpl-3.0
RyMarq/Zero-K
units/turretmissile.lua
1
4435
return { turretmissile = { unitname = [[turretmissile]], name = [[Picket]], description = [[Light Missile Tower]], acceleration = 0, brakeRate = 0, buildCostMetal = 100, builder ...
gpl-2.0
notcake/cac-administration
ireadonlygroupsystem.lua
1
1953
local self = {} CAC.IReadOnlyGroupSystem = CAC.MakeConstructor (self) function self:ctor () end function self:GetId () CAC.Error ("IReadOnlyGroupSystem:GetId : Not implemented.") end function self:GetName () CAC.Error ("IReadOnlyGroupSystem:GetName : Not implemented.") end function self:IsAvailable () CAC.Error ...
mit
Laterus/Darkstar-Linux-Fork
scripts/zones/Bastok_Markets/npcs/Oggodett.lua
1
1445
----------------------------------- -- Area: Bastok Markets -- NPC: Oggodett -- Only sells when Bastok controlls Aragoneu Region ----------------------------------- require("scripts/globals/shop"); require("scripts/globals/conquest"); package.loaded["scripts/zones/Bastok_Markets/TextIDs"] = nil; require("scri...
gpl-3.0
Laterus/Darkstar-Linux-Fork
scripts/zones/Bastok_Markets/npcs/Charging_Chocobo.lua
1
1479
----------------------------------- -- Area: Bastok Markets -- NPC: Charging Chocobo -- Standard Merchant NPC ----------------------------------- require("scripts/globals/shop"); package.loaded["scripts/zones/Bastok_Markets/TextIDs"] = nil; require("scripts/zones/Bastok_Markets/TextIDs"); ------------------...
gpl-3.0
pakoito/ToME---t-engine4
game/modules/tome/data/general/objects/egos/ammo.lua
2
23474
-- ToME - Tales of Maj'Eyal -- Copyright (C) 2009 - 2014 Nicolas Casalini -- -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by -- the Free Software Foundation, either version 3 of the License, or -- (at your option) any later ...
gpl-3.0
TeamHypersomnia/Hypersomnia
hypersomnia/content/gfx/metropolis_backpack.meta.lua
2
3144
return { extra_loadables = { enabled_generate_neon_map = { alpha_multiplier = 0.69999998807907104, amplification = 60, light_colors = { "0 255 255 255", "255 0 228 255" }, radius = { x = 80, y = 80 }, standard_deviation = 7 }, gener...
agpl-3.0
ghostry/openwrt-gmod
luci/luci-app-v2ray-server/luasrc/model/cbi/v2ray_server/api/gen_config.lua
2
7039
module("luci.model.cbi.v2ray_server.api.gen_config", package.seeall) function gen_config(user) local settings = nil local routing = nil local outbounds = { {protocol = "freedom", tag = "direct"}, {protocol = "blackhole", tag = "blocked"} } if user.protocol == "vmess" or user.protocol == "v...
apache-2.0
RyMarq/Zero-K
scripts/hovercon.lua
6
2661
include "constants.lua" local base = piece "base" local body = piece "cube1_sep2" local beam = piece "beam" local boom = piece "boom" local neck = piece "neck" local gun = piece "gun" local ground1 = piece "ground1" local wakes = {} for i = 1, 8 do wakes[i] = piece ("wake"..i) end local curTerrainType = 0 local wobb...
gpl-2.0
fyrchik/xlua
exercises/crypto-square/example.lua
3
1231
local function normalized_plaintext(plaintext) return plaintext:lower():gsub('%p*%s*', '') end local function size(plaintext) return math.ceil(math.sqrt(#normalized_plaintext(plaintext))) end local function segments(plaintext) local normalized_plaintext = normalized_plaintext(plaintext) local segment_size = s...
mit
rigeirani/sss
plugins/bugzilla.lua
611
3983
do local BASE_URL = "https://bugzilla.mozilla.org/rest/" local function bugzilla_login() local url = BASE_URL.."login?login=" .. _config.bugzilla.username .. "&password=" .. _config.bugzilla.password print("accessing " .. url) local res,code = https.request( url ) local data = json:decode(res) return data ...
gpl-2.0
madpilot78/ntopng
scripts/callbacks/system/syslog.lua
1
1590
-- -- (C) 2019-21 - ntop.org -- local dirs = ntop.getDirs() package.path = dirs.installdir .. "/scripts/lua/modules/?.lua;" .. package.path require "lua_utils" local checks = require("checks") local syslog_modules = nil local syslog_conf = nil -- ################################################################# -- ...
gpl-3.0
madpilot78/ntopng
scripts/lua/modules/timeseries/drivers/sample.lua
2
4094
-- -- (C) 2021 - ntop.org -- -- A sample timeseries driver local driver = {} -- ############################################## --! @brief Driver constructor. --! @param options global options. --! @return the newly created driver. function driver:new(options) end --! @brief Append a new data point to the timeseries...
gpl-3.0
lingchenmsot/OpenObjectRecognition
DeepMask/computeProposals.lua
3
2747
--[[---------------------------------------------------------------------------- Copyright (c) 2016-present, Facebook, Inc. All rights reserved. This source code is licensed under the BSD-style license found in the LICENSE file in the root directory of this source tree. An additional grant of patent rights can be found...
apache-2.0
hfjgjfg/eli25
plugins/qr.lua
637
1730
--[[ * qr plugin uses: * - http://goqr.me/api/doc/create-qr-code/ * psykomantis ]] local function get_hex(str) local colors = { red = "f00", blue = "00f", green = "0f0", yellow = "ff0", purple = "f0f", white = "fff", black = "000", gray = "ccc" } for color, value in pairs(colors)...
gpl-2.0
Laterus/Darkstar-Linux-Fork
scripts/zones/The_Eldieme_Necropolis/npcs/qm1.lua
3
1633
----------------------------------- -- Area: The Eldieme Necropolis -- NPC: ??? -- Involved in Quests: Acting in Good Faith -- @zone 195 -- @pos -17 0 59 (I-10) -- @pos -- @pos -- @pos ----------------------------------- package.loaded["scripts/zones/The_Eldieme_Necropolis/TextIDs"] = nil; --------------...
gpl-3.0
RyMarq/Zero-K
gamedata/modularcomms/moduledefs.lua
2
31140
-------------------------------------------------------------------------------- -- system functions -------------------------------------------------------------------------------- Spring.Utilities = Spring.Utilities or {} VFS.Include("LuaRules/Utilities/base64.lua") VFS.Include("LuaRules/Utilities/tablefunctions.lua"...
gpl-2.0
Laterus/Darkstar-Linux-Fork
scripts/zones/Southern_San_dOria/npcs/Collione.lua
1
1445
----------------------------------- -- Area: Southern San d'Oria -- NPC: Collione -- General Info NPC ------------------------------------- package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/quest...
gpl-3.0
knixeur/notion
contrib/scripts/panel.lua
3
1370
-- Authors: Unknown -- License: Unknown -- Last Changed: Unknown -- -- This script allows making panels and other windows the stdisp. -- -- Usage: -- -- defwinprop { -- class = 'SomePanel', -- instance = 'somepanel', -- is_panel = true, -- -- panel_fullsize = false, -- -- panel_pos = 'bl', -- ...
lgpl-2.1
Laterus/Darkstar-Linux-Fork
scripts/zones/Windurst_Waters/npcs/Moreno-Toeno.lua
1
2923
----------------------------------- -- Area: Windurst Waters -- NPC: Morno-Toeno -- Starts and Finishes Quest: Teacher's Pet -- Working 100% -- @zone = 238 -- @pos = 169 -2 159 ----------------------------------- package.loaded["scripts/globals/quests"] = nil; require("scripts/globals/quests"); require("...
gpl-3.0
Laterus/Darkstar-Linux-Fork
scripts/zones/Bastok_Markets/npcs/Rothais.lua
1
1063
----------------------------------- -- Area: Bastok Markets -- NPC: Rothais -- Involved in Quest: Gourmet ----------------------------------- ----------------------------------- -- onTrade Action ----------------------------------- function onTrade(player,npc,trade) end; ---------------------------...
gpl-3.0
lubyk/dub
test/class_test.lua
4
2876
--[[------------------------------------------------------ dub.Class --------- ... --]]------------------------------------------------------ local lub = require 'lub' local lut = require 'lut' local dub = require 'dub' local should = lut.Test 'dub.Class' local ins = dub.Inspector { doc_dir = 'test/tmp', ...
mit
EliasJMote/Endless-Runner
options.lua
1
4098
----------------------------------------------------------------------------------------- -- -- options.lua -- ----------------------------------------------------------------------------------------- -- load global variables local g = globalVariables -- include Corona's "composer" library local composer = require( "...
gpl-3.0
Laterus/Darkstar-Linux-Fork
scripts/zones/Northern_San_dOria/npcs/Pepigort.lua
5
1028
----------------------------------- -- Area: Northern San d'Oria -- NPC: Pepigort -- Type: Standard Dialogue NPC -- @zone: 231 -- @pos: -126.739 11.999 262.757 -- ----------------------------------- package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil; require("scripts/zones/Northern_San_dOria/TextIDs...
gpl-3.0
akiss77/skia
tools/lua/bitmap_statistics.lua
207
1862
function string.startsWith(String,Start) return string.sub(String,1,string.len(Start))==Start end function string.endsWith(String,End) return End=='' or string.sub(String,-string.len(End))==End end local canvas = nil local num_perspective_bitmaps = 0 local num_affine_bitmaps = 0 local num_scaled_bitmaps = 0 loc...
bsd-3-clause
flyzjhz/witi-openwrt
package/ramips/ui/luci-mtk/src/applications/luci-statistics/luasrc/model/cbi/luci_statistics/email.lua
78
1934
--[[ Luci configuration model for statistics - collectd email plugin configuration (c) 2008 Freifunk Leipzig / Jo-Philipp Wich <xm@leipzig.freifunk.net> Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License...
gpl-2.0
Ferk/Dungeontest
mods/mana/init.lua
1
7934
--[[ Mana 1.0.2 This mod adds mana to players, a special attribute License: WTFPL ]] --[===[ Initialization ]===] mana = {} mana.playerlist = {} mana.settings = {} mana.settings.default_max = 200 mana.settings.default_regen = 1 mana.settings.regen_timer = 0.5 do local default_max = tonumber(minetest.settings:get...
gpl-3.0
Laterus/Darkstar-Linux-Fork
scripts/zones/Northern_San_dOria/npcs/Boncort.lua
1
1828
----------------------------------- -- Area: Northern San d'Oria -- NPC: Boncort -- Standard Merchant NPC ----------------------------------- package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/shop...
gpl-3.0
Laterus/Darkstar-Linux-Fork
scripts/globals/items/tricolored_carp.lua
1
1187
----------------------------------------- -- ID: 4426 -- Item: tricolored_carp -- Food Effect: 5Min, Mithra only ----------------------------------------- -- Dexterity 2 -- Mind -4 ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- -- OnI...
gpl-3.0
eriche2016/nn
VolumetricDilatedConvolution.lua
3
3666
local THNN = require 'nn.THNN' local VolumetricDilatedConvolution, parent = torch.class('nn.VolumetricDilatedConvolution', 'nn.VolumetricConvolution') function VolumetricDilatedConvolution:__init(nInputPlane, nOutputPlane, kT, kW, kH, dT, dW, dH, padT, padW, padH, dilationT, dilationW, dilationH) parent.__init(self...
bsd-3-clause
Laterus/Darkstar-Linux-Fork
scripts/globals/items/emerald_quiche.lua
1
1334
----------------------------------------- -- ID: 5171 -- Item: emerald_quiche -- Food Effect: 60Min, All Races ----------------------------------------- -- Magic 15 -- Agility 1 -- Ranged ACC % 7 -- Ranged ACC Cap 20 ----------------------------------------- require("scripts/globals/status"); -----------...
gpl-3.0
DashingStrike/Automato-ATITD
scripts/VineTender_old.lua
4
11986
-- VineTender.lua v1.1 by Teti, revised by Tallow) -- -- Automatically tends vines based on the tends you specify. -- dofile("common.inc"); askText = singleLine([[ Vine Tender v1.1 (by Teti, revised by Tallow) -- Automatically tends vineyards based on vine type. ]]); knownVineNames = { { name = "Appreciation",...
mit
qyh214/wow_addons_private_use
AddOns/DBM-DragonSoul/MadnessDeathwing.lua
1
15139
local mod = DBM:NewMod(333, "DBM-DragonSoul", nil, 187) local L = mod:GetLocalizedStrings() mod:SetRevision("20220116034430") mod:SetCreatureID(56173) mod:SetEncounterID(1299) mod:SetUsedIcons(8) --mod:SetModelSound("sound\\CREATURE\\Deathwing\\VO_DS_DEATHWING_MAELSTROMEVENT_01.OGG", "sound\\CREATURE\\Deathwing\\VO_D...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/ElvUI/Wrath/Modules/Skins/SpellBook.lua
1
4083
local E, L, V, P, G = unpack(ElvUI) local S = E:GetModule('Skins') local _G = _G local next, unpack = next, unpack local CreateFrame = CreateFrame local hooksecurefunc = hooksecurefunc function S:SpellBookFrame() if not (E.private.skins.blizzard.enable and E.private.skins.blizzard.spellbook) then return end S:Han...
gpl-3.0
RisingPhoenixYGOPRO/YGOPro-Custom-Cards
script/c100000779.lua
2
4919
--Created and scripted by Rising Phoenix function c100000779.initial_effect(c) --destroy local e4=Effect.CreateEffect(c) e4:SetDescription(aux.Stringid(100000779,2)) e4:SetCountLimit(1,100000779) e4:SetCategory(CATEGORY_DESTROY) e4:SetType(EFFECT_TYPE_IGNITION) e4:SetProperty(EFFECT_FLAG_CARD_TARGET) ...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/XLoot_Options/Libs/AceGUI-3.0/widgets/AceGUIWidget-Keybinding.lua
11
6859
--[[----------------------------------------------------------------------------- Keybinding Widget Set Keybindings in the Config UI. -------------------------------------------------------------------------------]] local Type, Version = "Keybinding", 26 local AceGUI = LibStub and LibStub("AceGUI-3.0", true) if not Ace...
gpl-3.0
RisingPhoenixYGOPRO/YGOPro-Custom-Cards
script/c44559820.lua
1
6773
--Xing Tian, Berserk God of the Sky Nirvana function c44559820.initial_effect(c) c:SetUniqueOnField(1,0,44559820) --fusion material local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_SINGLE) e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE) e1:SetCode(EFFECT_FUSION_MATERIAL) e1:SetCondition(c...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/ElvUI_WindTools/Core/Changelog/Previous/2.30.lua
1
5383
local W = unpack(select(2, ...)) W.Changelog[230] = { RELEASE_DATE = "2022/04/01", IMPORTANT = { ["zhCN"] = { "[鼠标提示] 添加图标选项将不再美化鼠标提示内的图标.", "[皮肤] 鼠标提示皮肤会自动针对鼠标提示内的图标进行美化." }, ["zhTW"] = { "[浮動提示] 添加圖標選項將不再美化鼠標提示內的圖標.", "[皮膚] 浮動提示皮膚會自動美化鼠標...
gpl-3.0
RisingPhoenixYGOPRO/YGOPro-Custom-Cards
script/c20162001.lua
2
2718
--Lizardfolk - Assault Squad function c20162001.initial_effect(c) --atkup local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(20162001,0)) e1:SetCategory(CATEGORY_ATKCHANGE) e1:SetType(EFFECT_TYPE_QUICK_O) e1:SetCode(EVENT_FREE_CHAIN) e1:SetProperty(EFFECT_FLAG_CARD_TARGET+EFFECT_FLAG_DAMAGE_STEP) e1...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/ElvUI_WindTools/Modules/Announcement/Keystone.lua
1
1725
local W, F, E, L = unpack(select(2, ...)) local A = W:GetModule("Announcement") local gsub = gsub local GetContainerItemID = GetContainerItemID local GetContainerItemLink = GetContainerItemLink local GetContainerNumSlots = GetContainerNumSlots local C_Item_IsItemKeystoneByID = C_Item.IsItemKeystoneByID local C_Mythi...
gpl-3.0
RisingPhoenixYGOPRO/YGOPro-Custom-Cards
script/c100000932.lua
2
3919
--Created and coded by Rising Phoenix function c100000932.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) e1:SetTarget(c100000932.target) e1:SetOperation(c100000932.activate) c:RegisterEffect(e1) ...
gpl-3.0
RisingPhoenixYGOPRO/YGOPro-Custom-Cards
script/c78219312.lua
1
5614
--Colossal Warrior - Sentry function c78219312.initial_effect(c) --xyz summon aux.AddXyzProcedure(c,aux.FilterBoolFunction(Card.IsRace,RACE_MACHINE),2,3) c:EnableReviveLimit() --attackup local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_SINGLE) e1:SetCode(EFFECT_UPDATE_ATTACK) e1:SetCondition(c78219312.atk...
gpl-3.0
RisingPhoenixYGOPRO/YGOPro-Custom-Cards
script/c121200102.lua
2
4236
--Guardian of the Flora - Sorellis -- Idea: Aslan -- Script: Shad3 --[[ This card is treated as a Normal Monster while face-up on the field or in the Graveyard or Extra Deck. While this card is a Normal Monster on the field, you can Normal Summon it to have it become an Effect Monster with these effects. ● Once per t...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/WindDungeonHelper/Libraries/Ace3/AceGUI-3.0/widgets/AceGUIWidget-Keybinding.lua
4
6826
--[[----------------------------------------------------------------------------- Keybinding Widget Set Keybindings in the Config UI. -------------------------------------------------------------------------------]] local Type, Version = "Keybinding", 26 local AceGUI = LibStub and LibStub("AceGUI-3.0", true) if not Ace...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/RareScanner/ExternalLibs/AceGUI-3.0/widgets/AceGUIWidget-Keybinding.lua
4
6826
--[[----------------------------------------------------------------------------- Keybinding Widget Set Keybindings in the Config UI. -------------------------------------------------------------------------------]] local Type, Version = "Keybinding", 26 local AceGUI = LibStub and LibStub("AceGUI-3.0", true) if not Ace...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/AddOnSkins/Skins/TBC/Blizzard/ChatBubbles.lua
1
2458
local AS = unpack(AddOnSkins) local pairs, select = pairs, select local wipe = wipe local Ambiguate = Ambiguate local C_ChatBubbles_GetAllChatBubbles = C_ChatBubbles.GetAllChatBubbles local CreateFrame = CreateFrame local GetPlayerInfoByGUID = GetPlayerInfoByGUID function AS:Blizzard_ChatBubbles() local messageToGUI...
gpl-3.0
Markismus/koreader
spec/unit/spore_spec.lua
10
3829
local service = [[ { "base_url" : "http://httpbin.org", "name" : "api", "methods" : { "get_info" : { "path" : "/get", "method" : "GET", "required_params" : [ "user" ], "optional_params" : [ "age" ...
agpl-3.0
woshihuo12/LuaDesignPattern
component.lua
1
1888
--[[ 组合模式使得用户对单个对象和组合对象的使用具有一致性 应用 1 你想表示对象的部分 整体层次结构 2 你希望用户忽略组合对象与单个对象的不同, 用户将统一使用组合结构中的所有对象 定义 1 component是组合中的对象声明接口,在适当的情况下 实现所有类共有接口的默认行为。声明一个接口用于访问和 管理component子部件。 2 leaf在组合中表示叶子节点对象,叶子节点没有子节点 3. composite定义有枝节点行为,用来存储子部件。 在component接口中实现与子部件有关操作,如增加 和 删除对象 ]] Component = {} function Component:new...
mit
qyh214/wow_addons_private_use
AddOns/BtWLoadouts/Localizations.frFR.lua
1
5785
-- French translations. Thanks to tasunke on Curse if GetLocale() ~= "frFR" then return; end local _, Internal = ... local L = Internal.L L["A tome is needed to continue equiping your set."] = "Un tome est requis pour activer votre ensemble" L["Action Bars"] = "barres d'action" L["Activate"] = "Activer" L["Activate ...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/GarrisonCommander/libs/LibInit/Ace3/AceGUI-3.0/widgets/AceGUIWidget-MultiLineEditBox.lua
10
10727
local Type, Version = "MultiLineEditBox", 29 local AceGUI = LibStub and LibStub("AceGUI-3.0", true) if not AceGUI or (AceGUI:GetWidgetVersion(Type) or 0) >= Version then return end -- Lua APIs local pairs = pairs -- WoW APIs local GetCursorInfo, GetSpellInfo, ClearCursor = GetCursorInfo, GetSpellInfo, ClearCursor loc...
gpl-3.0
RisingPhoenixYGOPRO/YGOPro-Custom-Cards
script/c99830040.lua
2
2481
--Lord of the Radiant Umbra function c99830040.initial_effect(c) c:EnableReviveLimit() --Special Summon local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(99830040,0)) e1:SetType(EFFECT_TYPE_FIELD) e1:SetCode(EFFECT_SPSUMMON_PROC) e1:SetProperty(EFFECT_FLAG_UNCOPYABLE) e1:SetRange(LOCATION_HAND) e1...
gpl-3.0
RisingPhoenixYGOPRO/YGOPro-Custom-Cards
script/c99980400.lua
2
1338
--HN - Plutia function c99980400.initial_effect(c) --To Hand local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F) e1:SetCode(EVENT_SUMMON_SUCCESS) e1:SetProperty(EFFECT_FLAG_DAMAGE_STEP+EFFECT_FLAG_DELAY) e1:SetTarget(c9998040...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/Narcissus/Modules/TalentTree/LoadingBar.lua
1
7932
local _, addon = ... local IsSpecializationActivateSpell = IsSpecializationActivateSpell; local function IsTalentChaningSpell(spellID) return spellID and IsSpecializationActivateSpell(spellID) or (spellID == 384255); --COMMIT_COMBAT_TRAIT_CONFIG_CHANGES_SPELL_ID end local PIXEL; local FONT_PIXEL_HEIGHT = 16; l...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/Details/classes/class_instance.lua
1
110073
local AceLocale = LibStub("AceLocale-3.0") local Loc = AceLocale:GetLocale ( "Details" ) local SharedMedia = LibStub:GetLibrary("LibSharedMedia-3.0") local type= type --lua local local ipairs = ipairs --lua local local pairs = pairs --lua local local _math_floor = math.floor --lua local local abs = math.abs --lua loc...
gpl-3.0
Markismus/koreader
frontend/apps/cloudstorage/cloudstorage.lua
2
24996
local BD = require("ui/bidi") local ButtonDialog = require("ui/widget/buttondialog") local ButtonDialogTitle = require("ui/widget/buttondialogtitle") local ConfirmBox = require("ui/widget/confirmbox") local DataStorage = require("datastorage") local DropBox = require("apps/cloudstorage/dropbox") local Ftp = require("ap...
agpl-3.0
Markismus/koreader
frontend/version.lua
1
2513
--[[-- This module helps with retrieving version information. ]] local Version = {} --- Returns current KOReader git-rev. -- @treturn string full KOReader git-rev such as `v2015.11-982-g704d4238` function Version:getCurrentRevision() if not self.rev then local rev_file = io.open("git-rev", "r") if...
agpl-3.0
RisingPhoenixYGOPRO/YGOPro-Custom-Cards
script/c20912268.lua
2
1490
--Final Legacy of The Sword Arts function c20912268.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_DESTROYED) e1:SetProperty(EFFECT_FLAG_DAMAGE_STEP) e1:SetCondition(c20912268.condition) e1:SetTarget(c2091226...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/ElvUI_WindTools/Libraries/LibOpenRaid/ThingsToMantain_Wrath.lua
2
42361
--data for wrath of the lich king expansion local versionString, revision, launchDate, gameVersion = GetBuildInfo() if (gameVersion >= 40000 or gameVersion < 30000) then return end --localization local gameLanguage = GetLocale() local L = { --default localization ["STRING_EXPLOSION"] = "explosion", ["STRING_M...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/MeetingStone/ChangeLog.lua
1
11386
BuildEnv(...) ADDON_SUMMARY = [[ <html> <body> <br/> <h2>◆ 跨全区服组队平台</h2> <h2>◆ 装等,评级等级,副本经验直接查看</h2> <h2>◆ 与预创建队伍无缝兼容,|cffff1919但不建议同时使用|r</h2> <h2>◆ 由于游戏系统的限制,活动列表有|cffff1919显示上限|r</h2> <br/> <br/> <h2>|cff00ff00新功能:|r 世界任务快速申请</h2> <h2>|cff00ff00新功能:|r 记录你的最近玩友</h2> <h2>|cff00ffff功能调整:|r 单刷活动增加可见类型</h2> <h2>|cff...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/WeakAuras/WeakAuras.lua
1
193303
--- @type string, Private local AddonName, Private = ... local internalVersion = 59 -- Lua APIs local insert = table.insert -- WoW APIs local GetTalentInfo, IsAddOnLoaded, InCombatLockdown = GetTalentInfo, IsAddOnLoaded, InCombatLockdown local LoadAddOn, UnitName, GetRealmName, UnitRace, UnitFactionGroup, IsInRaid ...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/BtWLoadouts/Conditions.lua
1
45741
local ADDON_NAME,Internal = ... local L = Internal.L local Settings = Internal.Settings local GetSubZoneText = GetSubZoneText local GetRealZoneText = GetRealZoneText local GetInstanceInfo = GetInstanceInfo local GetDifficultyInfo = GetDifficultyInfo local GetCurrentAffixes = C_MythicPlus.GetCurrentAffixes local EJ_Get...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/WIM/Modules/URLHandler.lua
1
9326
--imports local WIM = WIM; local _G = _G; local strsub = strsub; local string = string; local format = format; local table = table; local type = type; local pairs = pairs; --set namespace setfenv(1, WIM); db_defaults.displayColors.webAddress = { r = 1, g = 1, b = 1 }; local URL = CreateModule("URLHandler...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/ElvUI_Enhanced/modules/misc/targetclass.lua
1
1369
local E, L, V, P, G = unpack(ElvUI); --Inport: Engine, Locales, PrivateDB, ProfileDB, GlobalDB, Localize Underscore local TC = E:NewModule('TargetClass', 'AceEvent-3.0') local frame function TC:TargetChanged() frame:Hide() local class = UnitIsPlayer("target") and select(2, UnitClass("target")) or UnitClassificatio...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/DBM-Firelands/localization.tw.lua
1
4742
if GetLocale() ~= "zhTW" then return end local L ----------------- -- Beth'tilac -- ----------------- L= DBM:GetModLocalization(192) L:SetMiscLocalization({ EmoteSpiderlings = "小蜘蛛從牠們的巢穴中被驚動了!" }) ------------------- -- Lord Rhyolith -- ------------------- L= DBM:GetModLocalization(193) --------------- -- Alysraz...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/DejaCharacterStats/DCSAprilFools.lua
1
35753
local ADDON_NAME, namespace = ... --localization local L = namespace.L --localization local _, gdbprivate = ... local weekday, month, day, year local collapse = 0 local ResFrostFS local ResFireFS local ResNatureFS local ResArcaneFS local ResShadowFS local StatNameFS local StatValueFS local DCS_AF_AmmoItemFrameFS ...
gpl-3.0
RisingPhoenixYGOPRO/YGOPro-Custom-Cards
script/c103950013.lua
2
2929
--Mystical Maesltrom function c103950013.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) c:RegisterEffect(e1) --Destruction local e2=Effect.CreateEffect(c) e2:SetDescription(aux.Stringid(103950013,0)) e2:SetCategory(CATEGORY_DESTROY)...
gpl-3.0
RisingPhoenixYGOPRO/YGOPro-Custom-Cards
script/c77777732.lua
2
1674
--Witchcrafter Secret Rite function c77777732.initial_effect(c) --atkup local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(77777732,1)) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetProperty(EFFECT_FLAG_DAMAGE_STEP) e1:SetCode(EVENT_FREE_CHAIN) e1:SetHintTiming(TIMING_DAMAGE_STEP) e1:SetCategory(CATEGORY_A...
gpl-3.0
RisingPhoenixYGOPRO/YGOPro-Custom-Cards
script/c103950035.lua
2
3157
--Netherworld Gate function c103950035.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(103950035,0)) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) e1:SetCondition(c103950035.condition) e1:SetCost(c103950035.cost) e1:SetTarget(c103950035.target) e1:S...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/DBM-Party-Legion/HallsOfValor/Hymdall.lua
1
2073
local mod = DBM:NewMod(1485, "DBM-Party-Legion", 4, 721) local L = mod:GetLocalizedStrings() mod:SetRevision("20210905144759") mod:SetCreatureID(94960) mod:SetEncounterID(1805) mod:RegisterCombat("combat") mod:RegisterEventsInCombat( "SPELL_CAST_START 191284 193235 188404", "SPELL_PERIODIC_DAMAGE 193234", "SPELL...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/DBM-EternalPalace/QueenAzshara.lua
1
47033
local mod = DBM:NewMod(2361, "DBM-EternalPalace", nil, 1179) local L = mod:GetLocalizedStrings() mod:SetRevision("20220908201350") mod:SetCreatureID(152910) mod:SetEncounterID(2299) mod:SetUsedIcons(4, 3, 2, 1) mod:SetHotfixNoticeRev(20191118000000)--2019, 11, 18 --mod:SetMinSyncRevision(16950) --mod.respawnTime = 29...
gpl-3.0
RisingPhoenixYGOPRO/YGOPro-Custom-Cards
script/c70649921.lua
2
1768
--ADE Narnie function c70649921.initial_effect(c) --synchro summon aux.AddSynchroProcedure(c,nil,aux.NonTuner(Card.IsRace,RACE_DRAGON),1) c:EnableReviveLimit() --spsummon local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(70649921,0)) e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetType(EFFECT_TYPE_SI...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/AddOnSkins/Libs/Ace3/AceGUI-3.0/AceGUI-3.0.lua
7
30936
--- **AceGUI-3.0** provides access to numerous widgets which can be used to create GUIs. -- AceGUI is used by AceConfigDialog to create the option GUIs, but you can use it by itself -- to create any custom GUI. There are more extensive examples in the test suite in the Ace3 -- stand-alone distribution. -- -- **Note**: ...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/WindDungeonHelper/Libraries/Ace3/AceGUI-3.0/AceGUI-3.0.lua
7
30936
--- **AceGUI-3.0** provides access to numerous widgets which can be used to create GUIs. -- AceGUI is used by AceConfigDialog to create the option GUIs, but you can use it by itself -- to create any custom GUI. There are more extensive examples in the test suite in the Ace3 -- stand-alone distribution. -- -- **Note**: ...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/DBM-Draenor/Invasions.lua
1
4010
local mod = DBM:NewMod("GarrisonInvasions", "DBM-Draenor", 2) local L = mod:GetLocalizedStrings() mod:SetRevision("20201111213748") mod:SetZone(DBM_DISABLE_ZONE_DETECTION) mod:RegisterEvents( "SPELL_CAST_SUCCESS 181098 181072 181088 181084 181095 181083", "CHAT_MSG_RAID_BOSS_EMOTE", "CHAT_MSG_MONSTER_YELL" ) mod....
gpl-3.0
qyh214/wow_addons_private_use
AddOns/MeetingStone/Cache/ActivityProto.lua
1
1560
-- ActivityProto.lua -- @Author : DengSir (tdaddon@163.com) -- @Link : https://dengsir.github.io/ -- @Date : 2018-2-6 15:55:09 BuildEnv(...) ActivityProto = Addon:NewClass('ActivityProto', Serializer) ActivityProto:Property('CustomID', 'number,nil') ActivityProto:Property('Version', function(value) return tonumb...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/ElvUI/Libraries/Core/oUF/elements/raidroleindicator.lua
1
2660
--[[ # Element: Raid Role Indicator Handles the visibility and updating of an indicator based on the unit's raid assignment (main tank or main assist). ## Widget RaidRoleIndicator - A `Texture` representing the unit's raid assignment. ## Notes This element updates by changing the texture. ## Examples -- Posi...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/DBM-Party-Cataclysm/localization.cn.lua
1
15692
-- Simplified Chinese by Diablohu(diablohudream@gmail.com) -- Last update: 2/25/2012 if GetLocale() ~= "zhCN" then return end local L ------------------------- -- Blackrock Caverns -- -------------------------- -- Rom'ogg Bonecrusher -- -------------------------- L= DBM:GetModLocalization(105) -------------------...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/DBM-Uldir/localization.kr.lua
1
4454
if GetLocale() ~= "koKR" then return end local L --------------------------- -- Taloc the Corrupted -- --------------------------- L= DBM:GetModLocalization(2168) L:SetMiscLocalization({ Aggro = "어그로 수치" }) --------------------------- -- MOTHER -- --------------------------- --L= DBM:GetModLocalization(2167) ----...
gpl-3.0
RisingPhoenixYGOPRO/YGOPro-Custom-Cards
script/c77777744.lua
2
1175
--Necromantic Beastial Entity function c77777744.initial_effect(c) c:EnableReviveLimit() --indes local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_SINGLE) e1:SetProperty(EFFECT_FLAG_SINGLE_RANGE) e1:SetRange(LOCATION_MZONE) e1:SetCode(EFFECT_INDESTRUCTABLE_EFFECT) e1:SetValue(1) c:RegisterEffect(e1) --s...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/MeetingStone/Libs/NetEaseGUI-2.0/View/ListView.lua
1
5093
local WIDGET, VERSION = 'ListView', 3 local GUI = LibStub('NetEaseGUI-2.0') local ListView = GUI:NewClass(WIDGET, 'ScrollFrame', VERSION, 'Refresh', 'View', 'Scroll', 'Select', 'Filter') if not ListView then return end local floor, max, min = math.floor, math.max, math.min function ListView:Constructor() se...
gpl-3.0
RisingPhoenixYGOPRO/YGOPro-Custom-Cards
script/c59821001.lua
2
2119
--Sora Kazesawa function c59821001.initial_effect(c) --pendulum summon aux.EnablePendulumAttribute(c) --splimit local e2=Effect.CreateEffect(c) e2:SetType(EFFECT_TYPE_FIELD) e2:SetRange(LOCATION_PZONE) e2:SetCode(EFFECT_CANNOT_SPECIAL_SUMMON) e2:SetProperty(EFFECT_FLAG_PLAYER_TARGET+EFFECT_FLAG_CANNOT_DISABLE) ...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/ElvUI_WindTools/Core/Changelog/Previous/2.54.lua
1
1997
local W = unpack(select(2, ...)) W.Changelog[254] = { RELEASE_DATE = "2022/10/26", IMPORTANT = { ["zhCN"] = {}, ["zhTW"] = {}, ["enUS"] = {}, ["koKR"] = {} }, NEW = { ["zhCN"] = {}, ["zhTW"] = {}, ["enUS"] = {}, ["koKR"] = {} }, IM...
gpl-3.0
qyh214/wow_addons_private_use
AddOns/DBM-Party-BfA/Freehold/RingofBooty.lua
1
4028
local mod = DBM:NewMod(2094, "DBM-Party-BfA", 2, 1001) local L = mod:GetLocalizedStrings() mod:SetRevision("20201116014239") mod:SetCreatureID(126969) mod:SetEncounterID(2095) mod:RegisterCombat("combat") mod:RegisterEventsInCombat( "SPELL_CAST_START 256405 256489", "SPELL_CAST_SUCCESS 256358" ) mod:RegisterEven...
gpl-3.0
RisingPhoenixYGOPRO/YGOPro-Custom-Cards
script/c77777841.lua
2
2095
--Legendary Wyrm Mecha Dynamo function c77777841.initial_effect(c) c:EnableReviveLimit() --fusion material aux.AddFusionProcFunFunRep(c,aux.FilterBoolFunction(Card.IsFusionSetCard,0x409),aux.FilterBoolFunction(Card.IsRace,RACE_MACHINE),1,1,true) --actlimit local e4=Effect.CreateEffect(c) e4:SetType(EFFECT_TYPE_FI...
gpl-3.0
RisingPhoenixYGOPRO/YGOPro-Custom-Cards
script/c34858540.lua
2
2053
--Pendulum Burst function c34858540.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_DESTROY) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_DESTROYED) e1:SetCondition(c34858540.condition) e1:SetTarget(c34858540.target) e1:SetOperation(c34858540.operation) c:RegisterEffec...
gpl-3.0
RisingPhoenixYGOPRO/YGOPro-Custom-Cards
script/c87002906.lua
2
2253
--インヴェルズ・ガザス function c87002906.initial_effect(c) --summon success local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(87002906,0)) e1:SetCategory(CATEGORY_DESTROY) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetCode(EVENT_SUMMON_SUCCESS) e1:SetCond...
gpl-3.0