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 |
|---|---|---|---|---|---|
qyh214/wow_addons_private_use | AddOns/AddOnSkins/Skins/AddOns/Postal.lua | 1 | 1806 | local AS = unpack(AddOnSkins)
if not AS:CheckAddOn('Postal') then return end
function AS:Postal(event, addon)
if event == 'PLAYER_ENTERING_WORLD' then return end
InboxPrevPageButton:SetPoint('CENTER', InboxFrame, 'BOTTOMLEFT', 45, 112)
InboxNextPageButton:SetPoint('CENTER', InboxFrame, 'BOTTOMLEFT', 295, 112)
AS... | gpl-3.0 |
linnemannr/MCServer | MCServer/Plugins/APIDump/Hooks/OnPlayerUsedItem.lua | 8 | 2444 | return
{
HOOK_PLAYER_USED_ITEM =
{
CalledWhen = "A player has used an item in hand (bucket...)",
DefaultFnName = "OnPlayerUsedItem", -- also used as pagename
Desc = [[
This hook is called after a {{cPlayer|player}} has right-clicked a block with an {{cItem|item}} that
can be used (is not placeable, is no... | apache-2.0 |
Markismus/koreader | frontend/apps/filemanager/filemanagerfilesearcher.lua | 2 | 7041 | local CenterContainer = require("ui/widget/container/centercontainer")
local DocumentRegistry = require("document/documentregistry")
local Font = require("ui/font")
local InfoMessage = require("ui/widget/infomessage")
local InputContainer = require("ui/widget/container/inputcontainer")
local InputDialog = require("ui/w... | agpl-3.0 |
qyh214/wow_addons_private_use | AddOns/Narcissus/Widgets/FramerateIndicator.lua | 1 | 3420 | local FREQUENCY = 0.25;
local NUM_BLIPS = 10 --math.floor(1.5/FREQUENCY);
local INDEX = 1;
local BLIP_RANGE_Y = 20;
local FPS_CEILING = 60;
local FPS_FLOOR = 50;
local FPS_RANGE = 10;
local GetFramerate = GetFramerate;
local function GetBlipColor(fps)
local ratio = (fps - 30)*0.033;
if ratio >= 1 then
... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/ElvUI/Core/Modules/DataTexts/Gold.lua | 1 | 8241 | local E, L, V, P, G = unpack(ElvUI)
local DT = E:GetModule('DataTexts')
local B = E:GetModule('Bags')
local _G = _G
local type, wipe, pairs, ipairs, sort = type, wipe, pairs, ipairs, sort
local format, strjoin, tinsert = format, strjoin, tinsert
local GetMoney = GetMoney
local IsControlKeyDown = IsControlKeyDown
loca... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/DBM-Party-Shadowlands/localization.en.lua | 1 | 7418 | local L
-----------------------
-- <<<The Necrotic Wake (1182J/2286M) >>> --
-----------------------
-----------------------
-- Blightbone --
-----------------------
--L= DBM:GetModLocalization(2395)
-----------------------
-- Amarth, The Reanimator --
-----------------------
--L= DBM:GetModLocalization(2391)
-----... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c100000965.lua | 2 | 1805 | --Created and coded by Rising Phoenix
function c100000965.initial_effect(c)
c:EnableCounterPermit(0x51)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
c:RegisterEffect(e1)
--counter
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_FIELD+EFFECT_TYP... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c100000841.lua | 2 | 4933 | --Created and coded by Rising Phoenix
function c100000841.initial_effect(c)
c:EnableReviveLimit()
--atk to 0
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_FIELD)
e1:SetRange(LOCATION_MZONE)
e1:SetTargetRange(0,LOCATION_MZONE)
e1:SetCode(EFFECT_UPDATE_ATTACK)
e1:SetValue(-1000)
c:RegisterEffect(e1)
--... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/Immersion/Libs/AceGUI-3.0/widgets/AceGUIContainer-ScrollFrame.lua | 22 | 6911 | --[[-----------------------------------------------------------------------------
ScrollFrame Container
Plain container that scrolls its content and doesn't grow in height.
-------------------------------------------------------------------------------]]
local Type, Version = "ScrollFrame", 26
local AceGUI = LibStub an... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/RareScanner/ExternalLibs/AceGUI-3.0/widgets/AceGUIContainer-ScrollFrame.lua | 22 | 6911 | --[[-----------------------------------------------------------------------------
ScrollFrame Container
Plain container that scrolls its content and doesn't grow in height.
-------------------------------------------------------------------------------]]
local Type, Version = "ScrollFrame", 26
local AceGUI = LibStub an... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c344000003.lua | 2 | 1490 | --Garbage Striker Wolvar
function c344000003.initial_effect(c)
--xyz summon
aux.AddXyzProcedure(c,nil,3,2)
c:EnableReviveLimit()
--spsummon
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetDescription(aux.Stringid(344000003,0))
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetCountLimit(1... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/Details/classes/custom_healingdone.lua | 1 | 9580 |
local _detalhes = _G._detalhes
local _
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--local pointers
local _cstr = string.format --lua local
... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c103950019.lua | 2 | 3940 | --Moonshadow Dragon
function c103950019.initial_effect(c)
--Tribute Summon
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(103950019,0))
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_QUICK_O)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetHintTiming(0,TIMING_STANDBY_PHASE+0x1c0)
e1:SetRang... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c77777854.lua | 2 | 2843 | --Mystic Fauna Hummingbird
function c77777854.initial_effect(c)
--synchro summon
aux.AddSynchroProcedure(c,nil,aux.NonTuner(nil),1)
c:EnableReviveLimit()
--return
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(77777854,0))
e1:SetCategory(CATEGORY_TODECK+CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFEC... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/AddOnSkins/Skins/AddOns/SexyCooldown.lua | 1 | 3247 | local AS = unpack(AddOnSkins)
if not AS:CheckAddOn('SexyCooldown2') then return end
function AS:SexyCooldown2()
local function SCDStripSkinSettings(bar)
bar.optionsTable.args.icon.args.borderheader = nil
bar.optionsTable.args.icon.args.border = nil
bar.optionsTable.args.icon.args.borderColor = nil
bar.option... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/Details/core/timemachine.lua | 1 | 6936 | -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
local _detalhes = _G._detalhes
local _tempo = time()
local _
-----------------------------------------... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/DBM-BlackTemple/EssenceOfSouls.lua | 1 | 6099 | local mod = DBM:NewMod("Souls", "DBM-BlackTemple")
local L = mod:GetLocalizedStrings()
mod:SetRevision("20220610054404")
mod:SetCreatureID(23420)
mod:SetEncounterID(606)
mod:SetModelID(21483)
mod:SetUsedIcons(4, 5, 6, 7, 8)
mod:RegisterCombat("combat")
mod:RegisterEventsInCombat(
"SPELL_CAST_START 41410 41426",
"... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/CanIMogIt/Libs/AceConsole-3.0/AceConsole-3.0.lua | 4 | 8103 | --- **AceConsole-3.0** provides registration facilities for slash commands.
-- You can register slash commands to your custom functions and use the `GetArgs` function to parse them
-- to your addons individual needs.
--
-- **AceConsole-3.0** can be embeded into your addon, either explicitly by calling AceConsole:Embed(... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/DBM-Party-Legion/TheArcway/ArcwayTrash.lua | 1 | 1848 | local mod = DBM:NewMod("ArcwayTrash", "DBM-Party-Legion", 6)
local L = mod:GetLocalizedStrings()
mod:SetRevision("20200806142123")
--mod:SetModelID(47785)
mod.isTrashMod = true
mod:RegisterEvents(
"SPELL_CAST_START 211757 226206",
"SPELL_AURA_APPLIED 194006 210750 211745"
)
--TODO, for time being, not registerin... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c999104.lua | 2 | 1259 | --Support From the Magus
function c999104.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_DRAW)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetCountLimit(1,999104)
e1:SetCost(c999104.cost)
e1:SetTarget(c999104.tar... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/WeakAurasOptions/Locales/koKR.lua | 1 | 59191 | if not WeakAuras.IsLibsOK() then return end
if GetLocale() ~= "koKR" then
return
end
local L = WeakAuras.L
-- WeakAuras/Options
L[" and |cFFFF0000mirrored|r"] = "그리고 |cFFFF0000뒤집힘|r"
L["-- Do not remove this comment, it is part of this aura: "] = "-- 이 주석을 제거하지 마세요. 이 효과의 일부입니다:"
L[" rotated |cFFFF0000%s|r degr... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/DBM-BrokenIsles/localization.es.lua | 1 | 1148 | if GetLocale() ~= "esES" and GetLocale() ~= "esMX" then return end
local L
-----------------------
-- Inquisitor Meto --
-----------------------
L= DBM:GetModLocalization(2012)
L:SetMiscLocalization({
Pull = "¡Tu destino es la muerte!"
})
-----------------------
-- Occularus --
-----------------------
L= DBM:Get... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c98441212.lua | 2 | 2438 | --Shaddoll Narwal
function c98441212.initial_effect(c)
--flip
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(98441212,0))
e1:SetCategory(CATEGORY_DESTROY)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_FLIP+EFFECT_TYPE_TRIGGER_O)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET+EFFECT_FLAG_DELAY)
e1:SetCountLim... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c55438796.lua | 2 | 5200 | --T.M. Holy Lancer
function c55438796.initial_effect(c)
c:EnableReviveLimit()
--special summon condition
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE)
e1:SetCode(EFFECT_SPSUMMON_CONDITION)
c:RegisterEffect(e1)
--special summon
l... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/Narcissus/NarciDB/TooltipParser.lua | 1 | 48975 | local _, addon = ...
if not (C_TooltipInfo and addon.IsDragonflight()) then return end;
local C_TooltipInfo = C_TooltipInfo;
local GetInfoByHyperlink = C_TooltipInfo.GetHyperlink;
local GetInfoByItemID = C_TooltipInfo.GetItemByID;
local GetInfoByBagItem = C_TooltipInfo.GetBagItem;
local GetInfoByInventoryItem = C_Tool... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c969312342.lua | 2 | 2156 | --Heirunyph B. Stomp
function c969312342.initial_effect(c)
--activate
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetHintTiming(0,TIMING_END_PHASE)
c:RegisterEffect(e1)
--disable
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_FIELD)
e2:SetCode(EFFEC... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/Details/Libs/LibOpenRaid/Deprecated.lua | 1 | 5664 |
if (not LIB_OPEN_RAID_CAN_LOAD) then
return
end
local openRaidLib = LibStub:GetLibrary("LibOpenRaid-1.0")
--comm prefix deprecated
openRaidLib.commPrefixDeprecated = {
}
local spamLimit = {}
local showDeprecatedMessage = function(deprecatedCall, newCall)
local debugTrace = debugstack(3, 1, 1)
... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/DBM-Party-Cataclysm/LostCityOfTheTolvir/Lockmaw.lua | 1 | 1822 | local mod = DBM:NewMod(118, "DBM-Party-Cataclysm", 5, 69)
local L = mod:GetLocalizedStrings()
mod.statTypes = "normal,heroic,timewalker"
mod:SetRevision("20200912135206")
mod:SetCreatureID(43614)
--mod:SetEncounterID(1054)--Disabled because it's likely not correct since him and augh are split.
mod:RegisterCombat("c... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/AddOnSkins/Skins/Mainline/Blizzard/Mail.lua | 3 | 3238 | local AS = unpack(AddOnSkins)
function AS:Blizzard_Mail()
AS:SkinFrame(MailFrame, nil, nil, true)
AS:CreateShadow(MailFrame)
AS:SkinCloseButton(MailFrame.CloseButton)
AS:StripTextures(InboxFrame)
for Attachment, Num in pairs({ ["SendMailAttachment"] = 16, ["OpenMailAttachmentButton"] = 16, ['MailItem'] = 7 }) ... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c1143239.lua | 2 | 2817 | --Max Point, ANTI-MATTER Ending
function c1143239.initial_effect(c)
--activate
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
c:RegisterEffect(e1)
--decrease tribute
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_FIELD)
e2:SetCode(EFFECT_DECREASE_TRIBUTE)
... | gpl-3.0 |
Markismus/koreader | spec/unit/autosuspend_spec.lua | 4 | 4849 | describe("AutoSuspend", function()
setup(function()
require("commonrequire")
package.unloadAll()
require("document/canvascontext"):init(require("device"))
end)
describe("suspend", function()
before_each(function()
local Device = require("device")
stub... | agpl-3.0 |
qyh214/wow_addons_private_use | AddOns/ElvUI_WindTools/Locales/koKR.lua | 1 | 79407 | -- This file generated by scripts from WindToolsScripts
-- https://github.com/fang2hou/WindToolsScripts/tree/master/MergeLocales
local E = unpack(ElvUI)
local L = ElvUI[1].Libs.ACL:NewLocale("ElvUI", "koKR")
L["%month%-%day%-%year%"] = "%year%년 %month%월 %day%일"
L["%player% cast %spell% -> %target%"] = "%player% 시전 %sp... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c99970620.lua | 1 | 2402 | --DAL - Berserk
function c99970620.initial_effect(c)
--Cannot Special Summon
local e1=Effect.CreateEffect(c)
e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_SPSUMMON_CONDITION)
e1:SetValue(c99970620.splimit)
c:RegisterEffect(e1)
--Di... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/MythicDungeonTools/Developer/ExportLua.lua | 1 | 6900 | local MDT = MDT
local slen = string.len
-- The purpose of these functions is to provide a much better way to export the dungeon data to lua format.
-- Using the tShow function from Devpanel.lua does not work well because index and field orders are not
-- preserved. The resulting data would always be in random order an... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/DBM-Naxx/localization.kr.lua | 1 | 9414 | if GetLocale() ~= "koKR" then return end
local L
-------------------
-- 아눕레칸 --
-------------------
L = DBM:GetModLocalization("Anub'Rekhan")
L:SetGeneralLocalization({
name = "아눕레칸"
})
L:SetOptionLocalization({
ArachnophobiaTimer = "거미의 공포 타이머 바 보기 (업적)"
})
L:SetMiscLocalization({
ArachnophobiaTimer = "거미... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/ElvUI_WindTools/Libraries/TinyLibs/LibItemEnchant.lua | 1 | 32364 | -------------------------------------
-- 物品附魔信息庫 Author: M
-------------------------------------
local MAJOR, MINOR = "LibItemEnchant.7000.Wind", 3
local lib = LibStub:NewLibrary(MAJOR, MINOR)
if not lib then
return
end
-- Edition: fang2hou (WindTools) (2022-05-05)
-- Thanks to RRRRBUA(NGA) 七曜·星の痕(NGA) KibsItemL... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c90000086.lua | 2 | 3463 | --Pirate Hat
function c90000086.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_EQUIP)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetTarget(c90000086.tg)
e1:SetOperation(c90000086.op)
c:RegisterEffect(e1)
--Equi... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/DBM-Party-Legion/NeltharionsLair/Ularogg.lua | 1 | 2337 | local mod = DBM:NewMod(1665, "DBM-Party-Legion", 5, 767)
local L = mod:GetLocalizedStrings()
mod:SetRevision("20220116042005")
mod:SetCreatureID(91004)
mod:SetEncounterID(1791)
mod:SetHotfixNoticeRev(15186)
mod:SetUsedIcons(8)
mod:RegisterCombat("combat")
mod:RegisterEventsInCombat(
"SPELL_CAST_START 198496 216290... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c83030012.lua | 2 | 3355 | --Carefree Deadly
function c83030012.initial_effect(c)
--Inflict damage
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(83030012,1))
e1:SetCategory(CATEGORY_DAMAGE)
e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F)
e1:SetCode(EVENT_SUMMON_SUCCESS)
e1:S... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c9864321.lua | 2 | 2868 | --Rank-Up Trap The Streaming Heart - Sign of Brutality
function c9864321.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_DESTROY)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetHintTiming(0,TIMING_BATTLE_START+TIMING_BATTLE_END)
e1... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/AddOnSkins/Skins/AddOns/Atlas.lua | 1 | 2239 | local AS = unpack(AddOnSkins)
if not AS:CheckAddOn('Atlas') then return end
function AS:Atlas(event, addon)
AS:SkinFrame(AtlasFrame)
AS:SkinFrame(AtlasFrameSmall)
-- Skin Elements
AS:SkinCloseButton(AtlasFrameCloseButton)
AS:SkinCloseButton(AtlasFrameSmallCloseButton)
AS:SkinButton(AtlasFrameOptionsButton)
AS... | gpl-3.0 |
bradparks/hammerspoon | extensions/mouse/init.lua | 19 | 4426 | --- === hs.mouse ===
---
--- Inspect/manipulate the position of the mouse pointer
---
--- This module is based primarily on code from the previous incarnation of Mjolnir by [Steven Degutis](https://github.com/sdegutis/).
local module = require("hs.mouse.internal")
local fnutils = require("hs.fnutils")
local geometry =... | mit |
Markismus/koreader | frontend/device/generic/device.lua | 2 | 19999 | --[[--
Generic device abstraction.
This module defines stubs for common methods.
--]]
local logger = require("logger")
local util = require("util")
local _ = require("gettext")
local T = require("ffi/util").template
local function yes() return true end
local function no() return false end
local Device = {
scree... | agpl-3.0 |
qyh214/wow_addons_private_use | AddOns/DBM-AntorusBurningThrone/ArgustheUnmaker.lua | 1 | 36372 | local mod = DBM:NewMod(2031, "DBM-AntorusBurningThrone", nil, 946)
local L = mod:GetLocalizedStrings()
mod:SetRevision("20220216092721")
mod:SetCreatureID(124828)
mod:SetEncounterID(2092)
mod:SetBossHPInfoToHighest()--Because of heal on mythic
mod:SetUsedIcons(1, 2, 3, 4, 5, 6, 7)
mod.respawnTime = 29
mod:RegisterCo... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c77628928.lua | 2 | 1160 | --Black Spiral
function c77628928.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_NEGATE+CATEGORY_DESTROY)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_CHAINING)
e1:SetCondition(c77628928.condition)
e1:SetTarget(c77628928.target)
e1:SetOperation(c77628928.activate)
c:R... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c66666661.lua | 2 | 3954 | --Agni, Combustion Witch
function c66666661.initial_effect(c)
--pendulum summon
aux.EnablePendulumAttribute(c)
--special summon
local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(72181263,1))
e2:SetCategory(CATEGORY_SPECIAL_SUMMON)
e2:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
e2:SetRange(LOCA... | gpl-3.0 |
Markismus/koreader | frontend/apps/reader/modules/readertypeset.lua | 1 | 20659 | local BD = require("ui/bidi")
local ConfirmBox = require("ui/widget/confirmbox")
local Event = require("ui/event")
local InfoMessage = require("ui/widget/infomessage")
local InputContainer = require("ui/widget/container/inputcontainer")
local UIManager = require("ui/uimanager")
local Math = require("optmath")
local lfs... | agpl-3.0 |
qyh214/wow_addons_private_use | AddOns/ElvUI/TBC/Modules/Skins/Friends.lua | 1 | 18740 | local E, L, V, P, G = unpack(ElvUI)
local S = E:GetModule('Skins')
local _G = _G
local unpack = unpack
local pairs = pairs
local BNConnected = BNConnected
local BNFeaturesEnabled = BNFeaturesEnabled
local GetGuildRosterInfo = GetGuildRosterInfo
local GetNumSubgroupMembers = GetNumSubgroupMembers
local GetQuestDifficu... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c100000863.lua | 2 | 4852 | --Created and coded by Rising Phoenix
function c100000863.initial_effect(c)
c:SetUniqueOnField(1,0,100000863)
--Special summon
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(100000863,0))
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e1:SetCategory(CATEGORY_REMOVE)
e1:SetProperty(EFFECT_F... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/ElvUI/TBC/Modules/Skins/Socket.lua | 1 | 1904 | local E, L, V, P, G = unpack(ElvUI)
local S = E:GetModule('Skins')
local _G = _G
local unpack = unpack
local GetNumSockets = GetNumSockets
local GetSocketTypes = GetSocketTypes
local hooksecurefunc = hooksecurefunc
function S:Blizzard_ItemSocketingUI()
if not (E.private.skins.blizzard.enable and E.private.skins.bliz... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/!KalielsTracker/Libs/AceGUI-3.0/widgets/AceGUIWidget-InteractiveLabel.lua | 22 | 2577 | --[[-----------------------------------------------------------------------------
InteractiveLabel Widget
-------------------------------------------------------------------------------]]
local Type, Version = "InteractiveLabel", 21
local AceGUI = LibStub and LibStub("AceGUI-3.0", true)
if not AceGUI or (AceGUI:GetWidg... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/DBM-Party-Legion/VioletHold/Festerface.lua | 1 | 1531 | local mod = DBM:NewMod(1693, "DBM-Party-Legion", 9, 777)
local L = mod:GetLocalizedStrings()
mod.statTypes = "normal,heroic,mythic"
mod:SetRevision("20200912135206")
mod:SetCreatureID(101995)
mod:SetEncounterID(1848)
mod:RegisterCombat("combat")
mod:RegisterEventsInCombat(
"SPELL_CAST_START 201598 201729",
"SPEL... | gpl-3.0 |
linnemannr/MCServer | MCServer/Plugins/APIDump/Hooks/OnPlayerUsedBlock.lua | 6 | 2386 | return
{
HOOK_PLAYER_USED_BLOCK =
{
CalledWhen = "A player has just used a block (chest, furnace...). Notification only.",
DefaultFnName = "OnPlayerUsedBlock", -- also used as pagename
Desc = [[
This hook is called after a {{cPlayer|player}} has right-clicked a block that can be used, such as a
{{cChestE... | apache-2.0 |
qyh214/wow_addons_private_use | AddOns/DBM-Party-Legion/VaultOfWarden/Cordana.lua | 1 | 3336 | local mod = DBM:NewMod(1470, "DBM-Party-Legion", 10, 707)
local L = mod:GetLocalizedStrings()
mod:SetRevision("20220217011830")
mod:SetCreatureID(95888)
mod:SetEncounterID(1818)
mod:RegisterCombat("combat")
mod:RegisterEventsInCombat(
"SPELL_CAST_START 213576 213583 197251 213685 197422",
"SPELL_AURA_APPLIED 2050... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c67152333.lua | 2 | 2840 | --Vocaloid Zatsune Miku
function c67152333.initial_effect(c)
--summon limit
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_LIMIT_SUMMON_PROC)
e1:SetCondition(c67152333.sumcon)
c:RegisterEffect(e1)
--special summon
local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/ElvUI/TBC/Modules/Skins/Guildbank.lua | 1 | 4391 | 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 NUM_GUILDBANK_ICONS_PER_ROW = 10
local NUM_GUILDBANK_ICON_ROWS = 9
local NUM_GUILDBANK_ICONS_SHOWN = NUM_GUILDBANK_ICONS_PER_ROW * NUM_GUILDBANK_ICON_ROWS
function ... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c34858517.lua | 2 | 1093 | --Glyward
function c34858517.initial_effect(c)
--pendulum summon
aux.EnablePendulumAttribute(c)
--Piercing
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_FIELD)
e2:SetCode(EFFECT_PIERCE)
e2:SetRange(LOCATION_PZONE)
e2:SetTargetRange(LOCATION_MZONE,0)
e2:SetTarget(c34858517.tg)
c:RegisterEffect(e2)
--... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c100000814.lua | 2 | 4684 | --Created and coded by Rising Phoenix
function c100000814.initial_effect(c)
--xyz summon
aux.AddXyzProcedure(c,aux.FilterBoolFunction(Card.IsSetCard,0x10A),4,2)
c:EnableReviveLimit()
--remove field
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetCategory(CATEGORY_REMOVE)
e1:SetDescriptio... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/DBM-Sepulcher/Rygelon.lua | 1 | 16276 | local mod = DBM:NewMod(2467, "DBM-Sepulcher", nil, 1195)
local L = mod:GetLocalizedStrings()
mod:SetRevision("20220820203945")
mod:SetCreatureID(182777)
mod:SetEncounterID(2549)
mod:SetUsedIcons(1, 2, 3, 4, 5, 6, 7, 8)
mod:SetHotfixNoticeRev(20220405000000)
mod:SetMinSyncRevision(20220308000000)
--mod.respawnTime = 2... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/PremadeGroupsFilter/Localization/frFR.lua | 1 | 6278 | -------------------------------------------------------------------------------
-- Premade Groups Filter
-------------------------------------------------------------------------------
-- Copyright (C) 2022 Elotheon-Arthas-EU
--
-- This program is free software; you can redistribute it and/or modify
-- it under the ter... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c20162010.lua | 2 | 2275 | --Action Card - Hidden Treasure in the Forest
function c20162010.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_ATKCHANGE)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET+EFFECT_FLAG_DAMAGE_STEP)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetHintTiming(TIMING_DA... | gpl-3.0 |
freedesktop-unofficial-mirror/sbox2 | lua_scripts/pathmaps/install/00_default.lua | 2 | 3263 | -- Copyright (C) 2007 Lauri Leukkunen <lle@rahina.org>
-- Copyright (C) 2008 Movial
-- Licensed under MIT license.
-- Rule file interface version, mandatory.
--
rule_file_interface_version = "21"
----------------------------------
if (tools_root and tools_root ~= "/") then
tools_source = tools_root
tools_target = t... | lgpl-2.1 |
qyh214/wow_addons_private_use | AddOns/ElvUI_WindTools/Core/Changelog/Previous/2.14.lua | 1 | 4584 | local W = unpack(select(2, ...))
W.Changelog[214] = {
RELEASE_DATE = "2020/12/07",
IMPORTANT = {
["zhCN"] = {},
["zhTW"] = {},
["enUS"] = {},
["koKR"] = {}
},
NEW = {
["zhCN"] = {
"[额外物品条] 添加了塔内坐骑.",
'[额外物品条] 添加了 "FOODVENDOR" (商人食物) 物品分类.'... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/MeetingStone/Libs/NetEaseGUI-2.0/Widget/InputBox.lua | 1 | 7463 |
local WIDGET, VERSION = 'InputBox', 4
local GUI = LibStub('NetEaseGUI-2.0')
local InputBox = GUI:NewClass(WIDGET, 'EditBox', VERSION)
if not InputBox then
return
end
local ARROW_DELTA = {
UP = -1,
DOWN = 1
}
function InputBox:Constructor()
local tLeft = self:CreateTexture(nil, 'BACKGROUND') do
... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c962002021.lua | 2 | 3335 | --Blue-Eyes Alternative Toon Dragon
--Created By ALANMAC95, Scripted By TheOnePharaoh
local function getID()
local str=string.match(debug.getinfo(2,'S')['source'],"c%d+%.lua")
str=string.sub(str,1,string.len(str)-4)
local scard=_G[str]
local s_id=tonumber(string.sub(str,2))
return scard,s_id
end
local scard,s_id=... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c68622354.lua | 2 | 1172 | --Counterstrike!!!
function c68622354.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_NEGATE+CATEGORY_DESTROY)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_CHAINING)
e1:SetCondition(c68622354.condition)
e1:SetTarget(c68622354.target)
e1:SetOperation(c68622354.activate)
... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | c100000944.lua | 1 | 5048 | --Created and coded by Rising Phoenix
function c100000944.initial_effect(c)
--cannot special summon
local e10=Effect.CreateEffect(c)
e10:SetType(EFFECT_TYPE_SINGLE)
e10:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE)
e10:SetCode(EFFECT_SPSUMMON_CONDITION)
e10:SetValue(aux.FALSE)
c:Regist... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/ElvUI/Core/Modules/UnitFrames/Elements/Health.lua | 1 | 12587 | local E, L, V, P, G = unpack(ElvUI)
local UF = E:GetModule('UnitFrames')
local ElvUF = E.oUF
local random = random
local strmatch = strmatch
local CreateFrame = CreateFrame
local UnitIsTapDenied = UnitIsTapDenied
local UnitReaction = UnitReaction
local UnitIsPlayer = UnitIsPlayer
local UnitClass = UnitClass
local Unit... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/DBM-Uldir/localization.ru.lua | 1 | 3948 | if GetLocale() ~= "ruRU" then return end
local L
---------------------------
-- Taloc the Corrupted --
---------------------------
L= DBM:GetModLocalization(2168)
L:SetMiscLocalization({
Aggro = "Has Aggro"
})
---------------------------
-- MOTHER --
---------------------------
--L= DBM:GetModLocalization(2167)
-... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/ElvUI/Libraries/Core/Ace/AceEvent-3.0/AceEvent-3.0.lua | 1 | 4701 | --- AceEvent-3.0 provides event registration and secure dispatching.
-- All dispatching is done using **CallbackHandler-1.0**. AceEvent is a simple wrapper around
-- CallbackHandler, and dispatches all game events or addon message to the registrees.
--
-- **AceEvent-3.0** can be embeded into your addon, either explicit... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/ElvUI/Libraries/Core/oUF_Plugins/oUF_EnergyManaRegen.lua | 1 | 4793 | local _, ns = ...
local oUF = ns.oUF
local next = next
local GetTime = GetTime
local UnitPower = UnitPower
local UnitClass = UnitClass
local tonumber = tonumber
local UnitPowerType = UnitPowerType
local UnitPowerMax = UnitPowerMax
local GetSpellPowerCost = GetSpellPowerCost
local LastTickTime = GetTime()
local TickDe... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/Details/Libs/DF/mixins.lua | 1 | 21037 |
local detailsFramework = _G["DetailsFramework"]
if (not detailsFramework or not DetailsFrameworkCanLoad) then
return
end
local _
local getFrame = function(frame)
return rawget(frame, "widget") or frame
end
detailsFramework.WidgetFunctions = {
GetCapsule = function(self)
return self.MyObject
end,
GetObject =... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/DBM-Party-Cataclysm/localization.es.lua | 1 | 17791 | if GetLocale() ~= "esES" and GetLocale() ~= "esMX" then return end
local L
-------------------------
-- Cavernas Roca Negra --
-------------------------
--------------------------
-- MachacahuesosRom'ogg --
--------------------------
L= DBM:GetModLocalization(105)
-----------------------------------
-- Corla, Heraldo... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/HandyNotes_Shadowlands/core/localization/ruRU.lua | 1 | 11708 | local ADDON_NAME, ns = ...
local L = ns.NewLocale('ruRU')
if not L then return end
-------------------------------------------------------------------------------
------------------------------------ GEAR -------------------------------------
----------------------------------------------------------------------------... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/ElvUI_OptionsUI/Locales/ptBR.lua | 1 | 124596 | -- Portuguese localization file for ptBR.
local L = ElvUI[1].Libs.ACL:NewLocale("ElvUI", "ptBR")
L["Abbreviate Name"] = true
L["Max Allowed Groups"] = true
L["Display Mana"] = true
L["Will display mana when main power is:"] = true
L["%s and then %s"] = "%s e depois %s"
L["|cffFF3333This does not work in Instances or G... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c544454454.lua | 2 | 3771 | --Malefic No. 39 Utopia
function c544454454.initial_effect(c)
c:EnableReviveLimit()
--special summon
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_FIELD)
e1:SetCode(EFFECT_SPSUMMON_PROC)
e1:SetProperty(EFFECT_FLAG_UNCOPYABLE)
e1:SetRange(LOCATION_HAND)
e1:SetCondition(c544454454.spcon)
e1:SetOperation... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/DBM-Sunwell/localization.ru.lua | 1 | 6828 | if GetLocale() ~= "ruRU" then return end
local L
---------------
-- Kalecgos --
---------------
L = DBM:GetModLocalization("Kal")
L:SetGeneralLocalization{
name = "Калесгос"
}
L:SetWarningLocalization{
WarnPortal = "Портал #%d : >%s< (Group %d)",
SpecWarnWildMagic = "Wild Magic - %s!"--Translate
}
L:SetTimerL... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/ElvUI_OptionsUI/DataBars.lua | 1 | 13622 | local E, _, V, P, G = unpack(ElvUI)
local C, L = unpack(E.OptionsUI)
local DB = E:GetModule('DataBars')
local ACH = E.Libs.ACH
local ceil = ceil
local tonumber = tonumber
local CopyTable = CopyTable
local SharedOptions = {
enable = ACH:Toggle(L["Enable"], nil, 1),
mouseover = ACH:Toggle(L["Mouseover"], nil, 2),
cl... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c78378830.lua | 2 | 1074 | --Vocaloid Tuner Refresh
function c78378830.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_TODECK)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetTarget(c78378830.target)
e1:SetOperation(c78378830.activate)
c:Reg... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c99960260.lua | 1 | 2482 | --BRS - Red Of Anger
function c99960260.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(99960260,0))
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetCountLimit(1,99960260)
e1:SetTarget(c99960260.tdtg)... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c12310734.lua | 2 | 2898 | --Belfry Gargoyles
--lua script by SGJin
function c12310734.initial_effect(c)
--Synchro Summon
aux.AddSynchroProcedure(c,nil,aux.NonTuner(nil),1)
c:EnableReviveLimit()
--2nd Belfry Gargoyle Appears!
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_CONTINUOUS)
e1:SetCode(EVENT_TO_GRAVE)
... | gpl-3.0 |
Markismus/koreader | frontend/ui/data/creoptions.lua | 1 | 29120 | local Device = require("device")
local Screen = Device.screen
local optionsutil = require("ui/data/optionsutil")
local _ = require("gettext")
local C_ = _.pgettext
-- Get font size numbers as a table of strings
local tableOfNumbersToTableOfStrings = function(numbers)
local t = {}
for i, v in ipairs(numbers) do... | agpl-3.0 |
slachiewicz/ntopng | scripts/lua/sflows_stats.lua | 8 | 2582 | --
-- (C) 2013-15 - ntop.org
--
dirs = ntop.getDirs()
package.path = dirs.installdir .. "/scripts/lua/modules/?.lua;" .. package.path
require "lua_utils"
sendHTTPHeader('text/html; charset=iso-8859-1')
ntop.dumpFile(dirs.installdir .. "/httpdocs/inc/header.inc")
active_page = "flows"
dofile(dirs.installdir .. "/scr... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c53789785.lua | 1 | 4808 | --Ascending from the Earth
function c53789785.initial_effect(c)
c:SetUniqueOnField(1,0,53789785)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
c:RegisterEffect(e1)
--recover
local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(53789785,0))
e... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/Narcissus_Achievements/Code/StatusBarMixin.lua | 1 | 3072 | local colors = {
full = {0, 1, 0},
red = {240/255, 0.28, 0.28},
orange = {1, 185/255, 0.28},
yellow = {1, 240/255, 0.28},
};
local sqrt = math.sqrt;
local max = math.max;
local pow = math.pow;
local function outQuart(t, b, e, d)
t = t / d - 1;
return (b - e) * (pow(t, 4) - 1) + b
end
--------... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/Details_Vanguard/Libs/AceLocale-3.0/AceLocale-3.0.lua | 67 | 5637 | --- **AceLocale-3.0** manages localization in addons, allowing for multiple locale to be registered with fallback to the base locale for untranslated strings.
-- @class file
-- @name AceLocale-3.0
-- @release $Id: AceLocale-3.0.lua 1035 2011-07-09 03:20:13Z kaelten $
local MAJOR,MINOR = "AceLocale-3.0", 6
local AceLoc... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c12345669.lua | 2 | 3506 | --A BF-驟雨のライキリ
function c12345669.initial_effect(c)
--synchro summon
aux.AddSynchroProcedure(c,nil,aux.NonTuner(nil),1)
c:EnableReviveLimit()
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_CONTINUOUS)
e1:SetCode(EVENT_SPSUMMON_SUCCESS)
e1:SetCondition(c12345669.tncon)
e1:SetOperation(... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/DBM-Party-WotLK/TrialoftheChampion/Confessor.lua | 1 | 2560 | local mod = DBM:NewMod(636, "DBM-Party-WotLK", 13, 284)
local L = mod:GetLocalizedStrings()
mod:SetRevision("20220920232426")
mod:SetCreatureID(34928)
--mod:SetEncounterID(2023)--DO NOT ENABLE. Confessor and Eadric are both flagged as same encounterid ("Argent Champion")
--
mod:RegisterCombat("combat")
mod:RegisterKi... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c87002890.lua | 2 | 3397 | --May-Raias Guard
function c87002890.initial_effect(c)
--position switch
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(87002890,0))
e1:SetCategory(CATEGORY_POSITION)
e1:SetType(EFFECT_TYPE_TRIGGER_F+EFFECT_TYPE_SINGLE)
e1:SetCode(EVENT_BE_BATTLE_TARGET)
e1:SetCountLimit(1,87002890)
e1:SetCondit... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/ElvUI/Classic/Modules/Skins/Bags.lua | 1 | 7580 | local E, L, V, P, G = unpack(ElvUI)
local S = E:GetModule('Skins')
local B = E:GetModule('Bags')
local _G = _G
local select, unpack = select, unpack
local hooksecurefunc = hooksecurefunc
local ContainerIDToInventoryID = ContainerIDToInventoryID
local GetContainerItemLink = GetContainerItemLink
local GetContainerNumFr... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c61815720.lua | 2 | 3368 | --Vocaloid Marie and Luise
function c61815720.initial_effect(c)
--synchro summon
aux.AddSynchroProcedure(c,nil,aux.NonTuner(nil),1)
c:EnableReviveLimit()
--copy
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(61815720,0))
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetCountLimit(1)
e1:SetRange(LOCATION_... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/DBM-DMF/localization.fr.lua | 1 | 1670 | -- Last update: 12/20/2012 (20/12/2012 in french format)
-- By Edoz (stephanelc35@msn.com)
if GetLocale() ~= "frFR" then return end
local L
--------------------------
-- Blastenheimer 5000 --
--------------------------
L = DBM:GetModLocalization("Cannon")
L:SetGeneralLocalization({
name = "Ultra-canon Explonheimer... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c100000872.lua | 2 | 6726 | --Created and coded by Rising Phoenix
function c100000872.initial_effect(c)
c:SetUniqueOnField(1,0,100000872)
--fusion material
c:EnableReviveLimit()
c:EnableUnsummonable()
aux.AddFusionProcFunRep(c,aux.FilterBoolFunction(Card.IsSetCard,0x10E),2,true)
--Special summon
local e1=Effect.CreateEffect(c)
e1:SetDescr... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c77777859.lua | 2 | 4972 | --Forest of the Mystic Fauna
function c77777859.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
c:RegisterEffect(e1)
--avoid battle damage
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_FIELD)
e2:SetCode(EFFECT_AVOID_BATTLE_DAM... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c83030014.lua | 2 | 2967 | --Carefree Scary
function c83030014.initial_effect(c)
--Negate
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(83030014,0))
e1:SetCategory(CATEGORY_TODECK+CATEGORY_REMOVE)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetType(EFFECT_TYPE_QUICK_O)
e1:SetRange(LOCATION_HAND)
e1:SetCountLimit(1,8303001... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/RareScanner/ExternalLibs/AceGUI-3.0-SharedMediaWidgets/BackgroundWidget.lua | 2 | 6535 | -- Widget is based on the AceGUIWidget-DropDown.lua supplied with AceGUI-3.0
-- Widget created by Yssaril
local AceGUI = LibStub("AceGUI-3.0")
local Media = LibStub("LibSharedMedia-3.0")
local AGSMW = LibStub("AceGUISharedMediaWidgets-1.0")
do
local widgetType = "LSM30_Background"
local widgetVersion = 12
local ... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/MythicDungeonTools/Dragonflight/RubyLifePools.lua | 1 | 32075 | local MDT = MDT
local L = MDT.L
local dungeonIndex = 42
MDT.dungeonList[dungeonIndex] = L["RubyLifePools"]
MDT.mapInfo[dungeonIndex] = {
viewportPositionOverrides = {
[1] = {
zoomScale = 1.2999999523163;
horizontalPan = 72.700189938081;
verticalPan = 5.2851517049499;
};
}
};
MDT.dungeonMa... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c101020020.lua | 2 | 2297 | --created by LionHeartKIng
--coded by Lyris
--Aquarium Mermaid of Stellar Vine
function c101020020.initial_effect(c)
--If this card is Normal or Special Summoned: You can add 1 "Stellar Vine" from your Deck to your hand, except "Aquarium Mermaid of Stellar Vine".
local e2=Effect.CreateEffect(c)
e2:SetCategory(CATEGO... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c494476180.lua | 2 | 2325 | function c494476180.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_EQUIP)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetTarget(c494476180.target)
e1:SetOperation(c494476180.operation)
c:RegisterEffect(... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/DBM-Party-Legion/BlackRookHold/BRHTrash.lua | 1 | 2630 | local mod = DBM:NewMod("BRHTrash", "DBM-Party-Legion", 1)
local L = mod:GetLocalizedStrings()
mod:SetRevision("20200806142123")
--mod:SetModelID(47785)
mod.isTrashMod = true
mod:RegisterEvents(
"SPELL_CAST_START 200261 221634 221688 225573 214003",
"SPELL_AURA_APPLIED 194966",
"SPELL_CAST_SUCCESS 200343 200345"
... | gpl-3.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.