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/DBM-MC/localization.ru.lua | 1 | 2935 | if GetLocale() ~= "ruRU" then return end
local L
----------------
-- Lucifron --
----------------
L = DBM:GetModLocalization("Lucifron")
L:SetGeneralLocalization{
name = "Люцифрон"
}
----------------
-- Magmadar --
----------------
L = DBM:GetModLocalization("Magmadar")
L:SetGeneralLocalization{
name = "Магм... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c57888881.lua | 2 | 5439 | --Toon Hatsune Miku
function c57888881.initial_effect(c)
c:EnableReviveLimit()
--cannot special summon
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE)
e1:SetCode(EFFECT_SPSUMMON_CONDITION)
e1:SetValue(c57888881.splimit)
c:RegisterE... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c22874075.lua | 2 | 2542 | --Vocaloid Namine Ritsu
function c22874075.initial_effect(c)
c:SetUniqueOnField(1,0,22874075)
--synchro summon
aux.AddSynchroProcedure(c,nil,aux.NonTuner(nil),1)
c:EnableReviveLimit()
--cannot special summon
local e1=Effect.CreateEffect(c)
e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE+EFFECT_F... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c20912294.lua | 1 | 4258 | --The Anti-Magic Sword Adamantium
function c20912294.initial_effect(c)
c:SetUniqueOnField(1,0,20912294)
--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(c20912294.target)
... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/DBM-Party-BfA/KingsRest/CouncilofTribes.lua | 1 | 8310 | local mod = DBM:NewMod(2170, "DBM-Party-BfA", 3, 1041)
local L = mod:GetLocalizedStrings()
mod:SetRevision("20220217031102")
mod:SetCreatureID(135475, 135470, 135472)
mod:SetEncounterID(2140)
mod:SetUsedIcons(1, 2)
mod:SetBossHPInfoToHighest()
mod:RegisterCombat("combat")
mod:RegisterEventsInCombat(
"SPELL_AURA_AP... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c100000820.lua | 2 | 4203 | --Created and coded by Rising Phoenix
function c100000820.initial_effect(c)
--xyz summon
aux.AddXyzProcedure(c,aux.FilterBoolFunction(Card.IsSetCard,0x10A),4,3)
c:EnableReviveLimit()
--destroy field
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetCategory(CATEGORY_DESTROY)
e1:SetDescript... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/DBM-Hyjal/Azgalor.lua | 1 | 1955 | local mod = DBM:NewMod("Azgalor", "DBM-Hyjal")
local L = mod:GetLocalizedStrings()
mod:SetRevision("20220120014933")
mod:SetCreatureID(17842)
mod:SetEncounterID(621)
mod:SetModelID(18526)
mod:SetUsedIcons(8)
mod:RegisterCombat("combat")
mod:RegisterEventsInCombat(
"SPELL_AURA_APPLIED 31340 31347",
"SPELL_AURA_REM... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/DBM-Pandaria/Niuzao.lua | 1 | 2214 | local mod = DBM:NewMod(859, "DBM-Pandaria", nil, 322, 1)
local L = mod:GetLocalizedStrings()
mod:SetRevision("20210721041539")
mod:SetCreatureID(71954)
mod:SetReCombatTime(20)
mod:EnableWBEngageSync()--Enable syncing engage in outdoors
mod:RegisterCombat("combat_yell", L.Pull)
mod:RegisterKill("yell", L.Victory, L.V... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/FreeInstanceFetcher/Libs/StdUi/StdUiGrid.lua | 1 | 3423 | --- @type StdUi
local StdUi = LibStub and LibStub('StdUi', true);
if not StdUi then
return
end
local module, version = 'Grid', 4;
if not StdUi:UpgradeNeeded(module, version) then return end;
--- Creates frame list that reuses frames and is based on array data
--- @param parent Frame
--- @param create function
--- @p... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/MeetingStone/Quest/2/QuestData.lua | 1 | 3253 | -- QuestData.lua
-- @Author : Dencer (tdaddon@163.com)
-- @Link : https://dengsir.github.io
-- @Date : 4/21/2021, 10:56:19 AM
--
BuildEnv(...)
if not ADDON_REGIONSUPPORT then
return
end
QUEST_CFG_DATA = { --
[1] = {
title = [[{{GetNoReset}}{{GetTimeLimitText}}通关{{progressMaxValue}}次{{challengeLeve... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/DBM-BastionTwilight/localization.fr.lua | 1 | 3912 | if GetLocale() ~= "frFR" then return end
local L
-- Initial release by Sasmira: 12/26/2010
-- Last update: 01/22/2011 (by Sasmira)
--------------------------
-- Halfus Wyrmbreaker --
--------------------------
L= DBM:GetModLocalization(156)
L:SetWarningLocalization({
})
L:SetTimerLocalization({
})
L:SetMiscLocal... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/Multishot/locales/zhTW.lua | 1 | 2301 | local L = LibStub("AceLocale-3.0"):NewLocale("Multishot", "zhTW")
if not L then return end
L["achievements"] = "獲得成就"
L["arena"] = "競技場勝利或平局"
L["battleground"] = "戰場勝利"
L["bosskillshots"] = "擊殺截圖"
L["bosskillsparty"] = "5人副本"
L["bosskillsraid"] = "10/25/40人團隊副本"
L["bosskillssolo"] = "單人"
L["BOTTOMLEFT"] = "左下"
L["BOTT... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c90000019.lua | 2 | 2971 | --Night Clock Melody
function c90000019.initial_effect(c)
--Pendulum Summon
aux.EnablePendulumAttribute(c)
--Untargetable
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_FIELD)
e1:SetCode(EFFECT_CANNOT_BE_EFFECT_TARGET)
e1:SetRange(LOCATION_PZONE)
e1:SetTargetRange(LOCATION_MZONE,0)
e1:SetTarget(aux.Tar... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/!KalielsTracker/Libs/AceConfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua | 5 | 60067 | --- AceConfigDialog-3.0 generates AceGUI-3.0 based windows based on option tables.
-- @class file
-- @name AceConfigDialog-3.0
-- @release $Id: AceConfigDialog-3.0.lua 1292 2022-09-29 08:00:11Z nevcairiel $
local LibStub = LibStub
local gui = LibStub("AceGUI-3.0")
local reg = LibStub("AceConfigRegistry-3.0")
local MA... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c44559817.lua | 1 | 5944 | --Lei Kun, Thunder God of the Sky Nirvana
function c44559817.initial_effect(c)
c:SetUniqueOnField(1,0,44559817)
--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(c44... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/DBM-AQ20/AQ20Trash.lua | 1 | 2732 | local mod = DBM:NewMod("AQ20Trash", "DBM-AQ20", 1)
local L = mod:GetLocalizedStrings()
mod:SetRevision("20210119194113")
mod:SetModelID(15741)-- Qiraji Gladiator
mod:SetMinSyncRevision(20200710000000)--2020, 7, 10
mod.isTrashMod = true
mod:RegisterEvents(
"SPELL_AURA_APPLIED 22997 25698 26079",
"SPELL_AURA_REMOVE... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/DBM-CastleNathria/StoneborneGenerals.lua | 1 | 33676 | local mod = DBM:NewMod(2425, "DBM-CastleNathria", nil, 1190)
local L = mod:GetLocalizedStrings()
mod:SetRevision("20220807210815")
mod:SetCreatureID(168112, 168113)
mod:SetEncounterID(2417)
mod:SetUsedIcons(1, 2, 3, 4, 5, 6, 7, 8)
mod:SetBossHPInfoToHighest()
mod:SetHotfixNoticeRev(20210128000000)--2021, 01, 28
mod:S... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/TinyInspect/InspectUnit.lua | 1 | 13567 |
-------------------------------------
-- 查看装备等级 Author: M
-------------------------------------
local LibEvent = LibStub:GetLibrary("LibEvent.7000")
local LibItemInfo = LibStub:GetLibrary("LibItemInfo.7000")
--bliz func
local IsCorruptedItem = IsCorruptedItem or function(link) return false end
--裝備清單
local slots = ... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/DBM-Party-WotLK/OldStratholme/ChronoLordEpoch.lua | 1 | 1032 | local mod = DBM:NewMod(613, "DBM-Party-WotLK", 3, 279)
local L = mod:GetLocalizedStrings()
mod:SetRevision("20220116042005")
mod:SetCreatureID(26532)
mod:SetEncounterID(2003)
mod:RegisterCombat("combat")
mod:RegisterEventsInCombat(
"SPELL_CAST_SUCCESS 58848 52766",
"SPELL_AURA_APPLIED 52772",
"SPELL_AURA_REMOVED... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c77777720.lua | 2 | 5755 | --Witchcrafter Yukiko
function c77777720.initial_effect(c)
--xyz summon
aux.AddXyzProcedure(c,aux.FilterBoolFunction(Card.IsSetCard,0x407),3,2)
c:EnableReviveLimit()
--pendulum summon
aux.EnablePendulumAttribute(c)
--splimit
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_FIELD)
e2:SetRange(LOCATION_PZO... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c94808680.lua | 2 | 4811 | --Vocaloid Utane Uta
function c94808680.initial_effect(c)
--fusion material
c:EnableReviveLimit()
aux.AddFusionProcFun2(c,c94808680.ffilter,aux.FilterBoolFunction(Card.IsType,TYPE_SYNCHRO),false)
--spsummon condition
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetProperty(EFFECT_FLAG_CANNOT... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/DBM-AQ40/TwinEmps.lua | 1 | 2313 | local mod = DBM:NewMod("TwinEmpsAQ", "DBM-AQ40", 1)
local L = mod:GetLocalizedStrings()
mod:SetRevision("20220116021832")
mod:SetCreatureID(15276, 15275)
mod:SetEncounterID(715)
mod:SetModelID(15778)
mod:RegisterCombat("combat")
mod:RegisterEventsInCombat(
"SPELL_AURA_APPLIED 799 800 26613 26607",
"SPELL_CAST_SUCC... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c77790011.lua | 2 | 5213 | --Avkhamalasa the Nothing, 4th Arian Guardian
function c77790011.initial_effect(c)
--dark synchro summon
c:EnableReviveLimit()
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_FIELD)
e1:SetCode(EFFECT_SPSUMMON_PROC)
e1:SetProperty(EFFECT_FLAG_UNCOPYABLE)
e1:SetRange(LOCATION_EXTRA)
e1:SetCondition(c777900... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/ElvUI/Core/Modules/UnitFrames/Groups/Boss.lua | 1 | 5305 | local E, L, V, P, G = unpack(ElvUI)
local UF = E:GetModule('UnitFrames')
local ElvUF = E.oUF
local CreateFrame = CreateFrame
local MAX_BOSS_FRAMES = 8
-- GLOBALS: BossHeaderMover
local BossHeader = CreateFrame('Frame', 'BossHeader', E.UIParent)
function UF:Construct_BossFrames(frame)
frame.RaisedElementParent = UF:... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/DBM-CastleNathria/localization.ru.lua | 1 | 2815 | if GetLocale() ~= "ruRU" then return end
local L
---------------------------
-- Shriekwing --
---------------------------
--L= DBM:GetModLocalization(2393)
---------------------------
-- Altimor the Huntsman --
---------------------------
--L= DBM:GetModLocalization(2429)
---------------------------
-- Hungering ... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c59821149.lua | 2 | 3775 | --The Idol's Brilliant Radiance
function c59821149.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(59821149,0))
e1:SetCategory(CATEGORY_ATKCHANGE)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetTarget(c59821... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/AddOnSkins/Locale/Spanish.lua | 1 | 2548 | local ASL = LibStub("AceLocale-3.0"):NewLocale("AddOnSkins", "esES")
if not ASL then return end
ASL["About/Help"] = true
ASL["AddOn Skins"] = true
ASL["Attach CoolLine to action bar"] = true
ASL["Attach SexyCD to action bar"] = true
ASL["Auction House"] = true
ASL["Available Skins / Skin Requests"] = true
ASL["BigWigs... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/XLoot/XLoot.lua | 1 | 3931 | local XLoot = LibStub("AceAddon-3.0"):NewAddon(select(2, ...), "XLoot")
_G.XLoot = XLoot
local L = XLoot.L
local print, wprint = print, print
-------------------------------------------------------------------------------
-- Settings
local defaults = {
profile = {
skin = "smooth",
skin_anchors = false,
}
}
---... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c66666689.lua | 2 | 2135 | --Seafarer Deckhand Alvida
function c66666689.initial_effect(c)
--spsummon
local e3=Effect.CreateEffect(c)
e3:SetDescription(aux.Stringid(66666689,1))
e3:SetCategory(CATEGORY_SPECIAL_SUMMON)
e3:SetProperty(EFFECT_FLAG_CARD_TARGET)
e3:SetType(EFFECT_TYPE_IGNITION)
e3:SetRange(LOCATION_MZONE)
-- e3:SetCost(c666666... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/DBM-Draenor/localization.br.lua | 1 | 2117 | if GetLocale() ~= "ptBR" then
return
end
local L
-------------------------
-- Supreme Lord Kazzak --
-------------------------
L = DBM:GetModLocalization(1452)
L:SetMiscLocalization({
Pull = "You face the might of the Burning Legion!"--Translate
})
--------------------------
-- Garrison Invasions --
-----------... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/MSBTOptions/Localization/localization.ru.lua | 1 | 72149 | -------------------------------------------------------------------------------
-- Title: MSBT Options Russian Localization
-- Author: Mikord
-- Russain Translation by: Eritnull (StingerSoft)
-------------------------------------------------------------------------------
-- Don't do anything if the locale isn't Russia... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/RareScanner/ExternalLibs/Krowi_WorldMapButtons-1.4/Krowi_WorldMapButtons-1.4.lua | 1 | 2922 | --[[
Krowi's World Map Buttons License
Copyright ©2020-2022 The contents of this library, excluding third-party resources, are
copyrighted to their authors with all rights reserved.
This library is free to use and the authors hereby grants you the following rights:
1. You may make modifications to this librar... | gpl-3.0 |
Markismus/koreader | frontend/ui/widget/focusmanager.lua | 4 | 5841 | local Device = require("device")
local Event = require("ui/event")
local InputContainer = require("ui/widget/container/inputcontainer")
local logger = require("logger")
local UIManager = require("ui/uimanager")
--[[
Wrapper Widget that manages focus for a whole dialog
supports a 2D model of active elements
e.g.:
... | agpl-3.0 |
qyh214/wow_addons_private_use | AddOns/ElvUI/Classic/Modules/Skins/AddonManager.lua | 3 | 3327 | local E, L, V, P, G = unpack(ElvUI)
local S = E:GetModule('Skins')
local _G = _G
local gsub = gsub
local GetNumAddOns = GetNumAddOns
local GetAddOnInfo = GetAddOnInfo
local GetAddOnEnableState = GetAddOnEnableState
local UIDropDownMenu_GetSelectedValue = UIDropDownMenu_GetSelectedValue
local hooksecurefunc = hooksecur... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/DBM-Party-Shadowlands/SanguineDepths/Kryxis.lua | 1 | 5169 | local mod = DBM:NewMod(2388, "DBM-Party-Shadowlands", 8, 1189)
local L = mod:GetLocalizedStrings()
mod:SetRevision("20220803233609")
mod:SetCreatureID(162100)
mod:SetEncounterID(2360)
mod:RegisterCombat("combat")
mod:RegisterEventsInCombat(
"SPELL_CAST_START 319650 319685 319713",
"SPELL_CAST_SUCCESS 319654",
-- ... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c99990220.lua | 1 | 4196 | --SAO - Leafa - ALO
function c99990220.initial_effect(c)
--Synchro summon
aux.AddSynchroProcedure2(c,nil,aux.NonTuner(Card.IsSetCard,0x999))
c:EnableReviveLimit()
--LP Gain
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET+EFFECT_FLAG_DAMAGE_STE... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c816000005.lua | 2 | 3177 | --The Tsuiho Movement
function c816000005.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetCategory(CATEGORY_DICE)
e1:SetCountLimit(1,81600005+EFFECT_COUNT_CODE_OATH)
e1:SetCondition(c816000005.condition)
e1:SetTarget(c816000005.tar... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c77777778.lua | 2 | 1798 | --Birth of the Hellformed
function c77777778.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
c:RegisterEffect(e1)
--tohand
local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(77777778,0))
e2:SetCategory(CATEGORY_TOHAND+CATEGO... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/ElvUI_WindTools/Modules/Skins/Blizzard/ObjectiveTracker.lua | 1 | 3318 | local W, F, E, L = unpack(select(2, ...))
local S = W.Modules.Skins
local _G = _G
local hooksecurefunc = hooksecurefunc
local InCombatLockdown = InCombatLockdown
function S:SkinOjectiveTrackerHeaders()
if E.private and E.private.WT and E.private.WT.quest.objectiveTracker.enable then
return
end
l... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/Details_EncounterDetails/Details_EncounterDetails.lua | 1 | 81592 | local AceLocale = LibStub ("AceLocale-3.0")
local Loc = AceLocale:GetLocale ("Details_EncounterDetails")
local Graphics = LibStub:GetLibrary("LibGraph-2.0")
local _
local isDebug = false
local function DebugMessage (...)
if (isDebug) then
print ("|cFFFFFF00EBreakDown|r:", ...)
end
end
--> Needed locals
local _Ge... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c99970900.lua | 1 | 3344 | --DAL - Arusu Maria
function c99970900.initial_effect(c)
--Special Summon
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(99970900,0))
e1:SetType(EFFECT_TYPE_FIELD)
e1:SetCode(EFFECT_SPSUMMON_PROC)
e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE)
e1:SetRange(LOCATION_HAND)
... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/DBM-Core/Libs/LibDataBroker-1.1/LibDataBroker-1.1.lua | 78 | 3139 |
assert(LibStub, "LibDataBroker-1.1 requires LibStub")
assert(LibStub:GetLibrary("CallbackHandler-1.0", true), "LibDataBroker-1.1 requires CallbackHandler-1.0")
local lib, oldminor = LibStub:NewLibrary("LibDataBroker-1.1", 4)
if not lib then return end
oldminor = oldminor or 0
lib.callbacks = lib.callbacks or LibStu... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/ElvUI/TBC/Modules/Skins/Tabard.lua | 3 | 2206 | local E, L, V, P, G = unpack(ElvUI)
local S = E:GetModule('Skins')
local _G = _G
local pairs = pairs
local hooksecurefunc = hooksecurefunc
function S:TabardFrame()
if not (E.private.skins.blizzard.enable and E.private.skins.blizzard.tabard) then return end
local TabardFrame = _G.TabardFrame
S:HandleFrame(TabardFr... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c500312301.lua | 2 | 5070 | --Yami Mail Card
function c500312301.initial_effect(c)
--pendulum summon
aux.EnablePendulumAttribute(c,false)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetTarget(c500312301.reg)
c:RegisterEffect(e1)
--scale change
local e2=Effect.CreateEffect(c... | gpl-3.0 |
stepulak/PolygonImage | main.lua | 1 | 5868 | local imgPath = "img.jpg"
-- Canvases
local workingCanvas = nil
local targetCanvas = nil
local targetData = nil
-- Processing values
local fitness = 0
local numberOfChanges = 0
local polygons
local cycle = 0
-- Working constants
local numberOfPolygons = 100
local numberOfVertices = 10
local colorMu... | mit |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c53274133.lua | 2 | 1035 | --Iron Chain Magnetic Ball
function c53274133.initial_effect(c)
--lp damage
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_INDESTRUCTABLE_BATTLE)
e1:SetCondition(c53274133.indcon)
e1:SetValue(1)
c:RegisterEffect(e1)
--cannot select battle target
local e2=Effect.CreateEffect(c)... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c53789770.lua | 2 | 2609 | --Hi, The Searing Taoist Dragon
function c53789770.initial_effect(c)
--fus limit
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetProperty(EFFECT_FLAG_UNCOPYABLE+EFFECT_FLAG_CANNOT_DISABLE)
e1:SetCode(EFFECT_CANNOT_BE_FUSION_MATERIAL)
e1:SetValue(c53789770.interactlimit)
c:RegisterEffect(e1)
... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c13382661.lua | 2 | 3551 | --Vocaloid Nekomura Iroha
function c13382661.initial_effect(c)
--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(c13382661.spcon)
c:RegisterEffect(e1)
--nontuner
loca... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/Narcissus_Achievements/Code/DevTool.lua | 1 | 4882 | local After = C_Timer.After;
local GetAchievementInfo = GetAchievementInfo;
local GetAchievementNumCriteria = GetAchievementNumCriteria;
local GetAchievementCriteriaInfo = GetAchievementCriteriaInfo;
local GetPreviousAchievement = GetPreviousAchievement;
local GetNextAchievement = GetNextAchievement;
local ITERATION_P... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c512000065.lua | 2 | 1194 | --シンクロ・デフューズ
function c512000065.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_CONTROL)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetTarget(c512000065.target)
e1:SetOperation(c512000065.activate)
c:RegisterEff... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c59821077.lua | 2 | 3509 | --The Disgraced Angel
function c59821077.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_DESTROY+CATEGORY_DRAW)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_ATTACK_ANNOUNCE)
e1:SetCondition(c59821077.condition)
e1:SetTarget(c59821077.target)
e1:SetOperation(c59821077.a... | gpl-3.0 |
linnemannr/MCServer | lib/tolua++/src/bin/lua/namespace.lua | 49 | 1180 | -- tolua: namespace class
-- Written by Waldemar Celes
-- TeCGraf/PUC-Rio
-- Jul 2003
-- $Id: $
-- This code is free software; you can redistribute it and/or modify it.
-- The software provided hereunder is on an "as is" basis, and
-- the author has no obligation to provide maintenance, support, updates,
-- enhancemen... | apache-2.0 |
qyh214/wow_addons_private_use | AddOns/DBM-Party-WotLK/PitofSaron/ScourgelordTyrannus.lua | 1 | 4451 | local mod = DBM:NewMod(610, "DBM-Party-WotLK", 15, 278)
local L = mod:GetLocalizedStrings()
mod.statTypes = "normal,heroic,timewalker"
mod:SetRevision("20220119220635")
mod:SetCreatureID(36658, 36661)
mod:SetEncounterID(2000)
mod:DisableESCombatDetection()
mod:SetUsedIcons(8)
mod:SetHotfixNoticeRev(20220119000000)
m... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c32887063.lua | 2 | 2950 | --Spellbreaker of the Divine Light
function c32887063.initial_effect(c)
--negate & spsummon
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(32887063,0))
e1:SetType(EFFECT_TYPE_QUICK_O)
e1:SetCategory(CATEGORY_DISABLE+CATEGORY_DESTROY+CATEGORY_SPECIAL_SUMMON)
e1:SetCode(EVENT_CHAINING)
... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c1392008.lua | 2 | 2172 | --Shadowbrave - Lucina
function c1392008.initial_effect(c)
--Special Summon
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(1392008,0))
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
e1:SetCode(EVENT_BATTLE_DESTROYED)
e1:SetRange(LOCATION_HAND+LOCATION_... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/Postal/Libs/CallbackHandler-1.0/CallbackHandler-1.0.lua | 17 | 8071 | --[[ $Id: CallbackHandler-1.0.lua 22 2018-07-21 14:17:22Z nevcairiel $ ]]
local MAJOR, MINOR = "CallbackHandler-1.0", 7
local CallbackHandler = LibStub:NewLibrary(MAJOR, MINOR)
if not CallbackHandler then return end -- No upgrade needed
local meta = {__index = function(tbl, key) tbl[key] = {} return tbl[key] end}
--... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/FreeInstanceFetcher/Libs/CallbackHandler-1.0/CallbackHandler-1.0.lua | 17 | 8071 | --[[ $Id: CallbackHandler-1.0.lua 22 2018-07-21 14:17:22Z nevcairiel $ ]]
local MAJOR, MINOR = "CallbackHandler-1.0", 7
local CallbackHandler = LibStub:NewLibrary(MAJOR, MINOR)
if not CallbackHandler then return end -- No upgrade needed
local meta = {__index = function(tbl, key) tbl[key] = {} return tbl[key] end}
--... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/AddOnSkins/Skins/Classic/Blizzard/Merchant.lua | 2 | 3636 | local AS = unpack(AddOnSkins)
function AS:Blizzard_Merchant()
AS:SkinFrame(MerchantFrame, nil, nil, true)
AS:SkinCloseButton(MerchantFrame.CloseButton)
AS:StripTextures(MerchantMoneyBg)
AS:StripTextures(MerchantMoneyInset)
for i = 1, 2 do
AS:SkinTab(_G["MerchantFrameTab"..i])
end
for i = 1, 12 do
local S... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c76973401.lua | 2 | 1199 | --Vocaloid Kamui Gakupo
function c76973401.initial_effect(c)
--synchro summon
aux.AddSynchroProcedure2(c,nil,aux.NonTuner(nil))
c:EnableReviveLimit()
--damage
local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(76973401,0))
e2:SetCategory(CATEGORY_DAMAGE)
e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRI... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c99199021.lua | 1 | 4066 | --Madonna, Priestess of the Future Gear
function c99199021.initial_effect(c)
--xyz summon
aux.AddXyzProcedure(c,aux.FilterBoolFunction(Card.IsAttribute,ATTRIBUTE_LIGHT),4,2)
c:EnableReviveLimit()
--indes
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_FIELD)
e1:SetCode(EFFECT_INDESTRUCTABLE_BATTLE)
e1:Se... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | c100000952.lua | 1 | 1277 | --Created and coded by Rising Phoenix
function c100000952.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCountLimit(1,100000952+EFFECT_COUNT_CODE_OATH)
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FR... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c56540032.lua | 2 | 1029 | function c56540032.initial_effect(c)
--fusion material
aux.AddSynchroProcedure(c,nil,aux.NonTuner(nil),1)
c:EnableReviveLimit()
--spsummon condition
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE)
e1:SetCode(EFFECT_SPSUMMON_CONDI... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/DBM-CastleNathria/SireDenathrius.lua | 1 | 32415 | local mod = DBM:NewMod(2424, "DBM-CastleNathria", nil, 1190)
local L = mod:GetLocalizedStrings()
mod:SetRevision("20220910194547")
mod:SetCreatureID(167406)
mod:SetEncounterID(2407)
mod:SetUsedIcons(1, 2, 3, 4, 7, 8)
mod:SetHotfixNoticeRev(20210202000000)--2021, 02, 02
mod:SetMinSyncRevision(20201227000000)
mod.respa... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/Narcissus/LocalizedData/esMX.lua | 1 | 7997 | if not (GetLocale() == "esMX") then
return
end
local _, addon = ...
local LocalizedData = addon.LocalizedData;
local ArtifactSetNames = {
[1] = "Forma de cristal",
[2] = "Forma de punta",
[3] = "Crematoria",
[4] = "Espada magna del honrado",
[5] = "Represalia ardiente",
[6] = "Esperanza c... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/DBM-Nyalotha/IlgynothCorruptionReborn.lua | 1 | 15568 | local mod = DBM:NewMod(2374, "DBM-Nyalotha", nil, 1180)
local L = mod:GetLocalizedStrings()
mod:SetRevision("20220217005916")
mod:SetCreatureID(158328)
mod:SetEncounterID(2345)
mod:SetUsedIcons(1, 2, 3, 4, 5, 6, 7, 8)
mod:SetBossHPInfoToHighest()
mod.noBossDeathKill = true--Instructs mod to ignore 158328 deaths, sinc... | gpl-3.0 |
freedesktop-unofficial-mirror/sbox2 | lua_scripts/create_reverse_rules.lua | 2 | 9675 | -- Copyright (c) 2008 Nokia Corporation.
-- Author: Lauri T. Aarnio
--
-- Licensed under MIT license
-- This script is executed once after a new SB2 session has been created,
-- to create reversing rules for path mapping (see utils/sb2).
-- This is still simple, and may not work in all cases: This script
-- will shut... | lgpl-2.1 |
qyh214/wow_addons_private_use | AddOns/ElvUI_WindTools/Settings/Fang2houUI/Profile.lua | 1 | 62779 | local W, F, E, L, V, P, G = unpack(select(2, ...))
local _G = _G
local select = select
local C_CVar_SetCVar = C_CVar.SetCVar
local profile
local function BuildProfile()
local worldChannel, font1, font2
if W.Locale == "zhCN" then
font1 = "默认"
worldChannel = "大脚世界频道"
elseif W.Locale == "zh... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/DBM-Party-Cataclysm/EndTime/Jaina.lua | 1 | 1335 | local mod = DBM:NewMod(285, "DBM-Party-Cataclysm", 12, 184)
local L = mod:GetLocalizedStrings()
mod.statTypes = "heroic,timewalker"
mod:SetRevision("20200912135206")
mod:SetCreatureID(54445)
mod:SetEncounterID(1883)
mod:SetModelID(38802)
mod:RegisterCombat("combat")
mod:RegisterEventsInCombat(
"SPELL_CAST_SUCCESS... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/Myslot/locales.lua | 1 | 43626 | local _, MySlot = ...
local L = setmetatable({}, {
__index = function(table, key)
if key then
table[key] = tostring(key)
end
return tostring(key)
end,
})
MySlot.L = L
--
-- Use http://www.wowace.com/addons/myslot/localization/ to translate thanks
--
local locale = GetLoc... | gpl-3.0 |
woshihuo12/LuaDesignPattern | builder.lua | 1 | 2162 | --[[
将一个复杂对象的构造与它的表示分离,使同样的构建过程可以创建不同的表示,这样的模式被称为建造者模式
1 当创建复杂对象的算法应该独立于该对象的组成部分以及他们的装配方式时
2 当构造过程必须允许被构造的对象有不同表示时
]]
Director = {}
function Director:new()
o = o or {}
setmetatable(o, self)
self.__index = self
return o
end
function Director:Construct(builder)
if builder ~= nil then
builder:Coating()
buil... | mit |
Markismus/koreader | plugins/profiles.koplugin/main.lua | 4 | 4365 | local ConfirmBox = require("ui/widget/confirmbox")
local DataStorage = require("datastorage")
local Dispatcher = require("dispatcher")
local FFIUtil = require("ffi/util")
local InfoMessage = require("ui/widget/infomessage")
local InputDialog = require("ui/widget/inputdialog")
local LuaSettings = require("luasettings")
... | agpl-3.0 |
qyh214/wow_addons_private_use | AddOns/DBM-Party-BfA/TempleofSethraliss/AvatarofSethraliss.lua | 1 | 3738 | local mod = DBM:NewMod(2145, "DBM-Party-BfA", 6, 1001)
local L = mod:GetLocalizedStrings()
mod:SetRevision("20220920232426")
mod:SetCreatureID(133392)
mod:SetEncounterID(2127)
mod.onlyHighest = true--Instructs DBM health tracking to literally only store highest value seen during fight, even if it drops below that
mod... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/AddOnSkins/Skins/Classic/Blizzard/Trade.lua | 3 | 3754 | local AS = unpack(AddOnSkins)
-- Cache global variables
--Lua functions
local _G = _G
local pairs, select, unpack = pairs, select, unpack
--WoW API / Variables
local hooksecurefunc = hooksecurefunc
local GetItemInfo = GetItemInfo
local GetItemQualityColor = GetItemQualityColor
local GetTradePlayerItemLink = GetTradeP... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/Narcissus/LocalizedData/ptBR.lua | 1 | 7729 | if not (GetLocale() == "ptBR") then
return
end
local _, addon = ...
local LocalizedData = addon.LocalizedData;
local ArtifactSetNames = {
[1] = "Forma de Cristal",
[2] = "Forma Espinhenta",
[3] = "Crematória",
[4] = "Montante do Íntegro",
[5] = "Represália Flamejante",
[6] = "Esperança Ca... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/DBM-GUI/modules/options/alerts/SpecialAnnouncements.lua | 1 | 32560 | local isRetail = WOW_PROJECT_ID == (WOW_PROJECT_MAINLINE or 1)
local isClassic = WOW_PROJECT_ID == (WOW_PROJECT_CLASSIC or 2)
local L = DBM_GUI_L
local specPanel = DBM_GUI.Cat_Alerts:CreateNewPanel(L.Panel_SpecWarnFrame, "option")
local specArea = specPanel:CreateArea(L.Area_SpecWarn)
local check1 = specArea:Create... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/MeetingStone/Libs/AceComm-3.0/AceComm-3.0.lua | 14 | 10966 | --- **AceComm-3.0** allows you to send messages of unlimited length over the addon comm channels.
-- It'll automatically split the messages into multiple parts and rebuild them on the receiving end.\\
-- **ChatThrottleLib** is of course being used to avoid being disconnected by the server.
--
-- **AceComm-3.0** can be ... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/ElvUI_OptionsUI/Bags.lua | 1 | 23204 | local E, _, V, P, G = unpack(ElvUI)
local C, L = unpack(E.OptionsUI)
local B = E:GetModule('Bags')
local ACH = E.Libs.ACH
local gsub = gsub
local next = next
local strmatch = strmatch
local SetCVar = SetCVar
local GetCVarBool = GetCVarBool
local GameTooltip = GameTooltip
local SetInsertItemsLeftToRight = SetInsertItem... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c26909245.lua | 2 | 2189 | --Vocaloid Kid Hagane Miku
function c26909245.initial_effect(c)
--search
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(26909245,0))
e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH)
e1:SetType(EFFECT_TYPE_TRIGGER_O+EFFECT_TYPE_SINGLE)
e1:SetCode(EVENT_SUMMON_SUCCESS)
e1:SetProperty(EFFECT_FLAG_DAM... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c160008989.lua | 1 | 5912 | --Red Yukiron Queen-Demise Hunter
function c160008989.initial_effect(c)
c:EnableReviveLimit()
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetProperty(EFFECT_FLAG_SINGLE_RANGE)
e1:SetRange(LOCATION_MZONE)
e1:SetCode(EFFECT_IMMUNE_EFFECT)
e1:SetValue(c160008989.efilter)
c:RegisterEffect(e1)
... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c29001785.lua | 2 | 1662 | --D.S. Angler
function c29001785.initial_effect(c)
--summon success
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(29001785,0))
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e1:SetCode(EVENT_SUMMON_SUCCESS)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c965301234.lua | 2 | 2264 | --Hierunyph Kheper Beetle
function c965301234.initial_effect(c)
--summon
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e1:SetProperty(EFFECT_FLAG_DELAY)
e1:SetCode(EVENT_SUMMON_SUCCESS)
e1:SetTarget(c965301234.settg)
e1:SetOperation(c965301234.setop)
c:RegisterEffect(e1)
... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/DBM-BfA/localization.tw.lua | 1 | 1699 | if GetLocale() ~= "zhTW" then return end
local L
-----------------------
-- Grand Empress Shek'zara --
-----------------------
--L= DBM:GetModLocalization(2378)
-----------------------
-- Tashara --
-----------------------
--L= DBM:GetModLocalization(2380)
-----------------------
-- Vuk'laz the Earthbreaker --
-----... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/DBM-Party-MoP/JadeSerpentTemple/WiseMari.lua | 1 | 2518 | local mod = DBM:NewMod(672, "DBM-Party-MoP", 1, 313)
local L = mod:GetLocalizedStrings()
mod.statTypes = "normal,heroic,challenge,timewalker"
mod:SetRevision("20220217050005")
mod:SetCreatureID(56448)
mod:SetEncounterID(1418)
mod:SetUsedIcons(8)
mod:RegisterCombat("combat")
mod:RegisterEventsInCombat(
"SPELL_AURA... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/AngryKeystones/ObjectiveTracker.lua | 1 | 6695 | local ADDON, Addon = ...
local Mod = Addon:NewModule('ObjectiveTracker')
local challengeMapID
local TIME_FOR_3 = 0.6
local TIME_FOR_2 = 0.8
local function timeFormat(seconds)
local hours = floor(seconds / 3600)
local minutes = floor((seconds / 60) - (hours * 60))
seconds = seconds - hours * 3600 - minutes * 60
... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c80106538.lua | 1 | 5294 | --The First Panticle Chain
function c80106538.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(c80106538.eqtg)
e1:SetOperation(c80106538.eqop)
c:Register... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c37742479.lua | 2 | 2252 | --オネスト
function c37742479.initial_effect(c)
--to hand
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetDescription(aux.Stringid(37742479,0))
e1:SetCategory(CATEGORY_TOHAND)
e1:SetRange(LOCATION_MZONE)
e1:SetTarget(c37742479.target1)
e1:SetOperation(c37742479.operation1)
c:RegisterEffect(e... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/DBM-Core/localization.kr.lua | 1 | 46901 | if GetLocale() ~= "koKR" then return end
if not DBM_CORE_L then DBM_CORE_L = {} end
local L = DBM_CORE_L
L.HOW_TO_USE_MOD = L.DBM .. "을 사용해 주셔서 감사합니다. 대화창에서 /dbm help를 입력하면 사용 가능한 명령어 목록을 볼 수 있습니다. 설정을 하시려면 /dbm을 입력하세요. 보스 알림 설정을 기호에 맞게 변경하려면 원하는 던전을 직접 선택해서 로딩을 클릭하세요. " .. L.DBM .. "이 당신의 현재 전문화에 맞는 기본값을 설정하지만 일... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/DBM-Highmaul/localization.ru.lua | 1 | 3283 | if GetLocale() ~= "ruRU" then
return
end
local L
---------------
-- Kargath Bladefist --
---------------
L = DBM:GetModLocalization(1128)
L:SetTimerLocalization({
timerSweeperCD = DBM_CORE_L.AUTO_TIMER_TEXTS.next:format("Чистильщик арены")
})
L:SetOptionLocalization({
timerSweeperCD = "Отсчет времени до следующе... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/DBM-Core/DBM-Arrow.lua | 1 | 8347 | -- This file uses models and textures taken from TomTom. The 3D arrow model was created by Guillotine (curse.guillotine@gmail.com) and 2D minimap textures by Cladhaire.
local L = DBM_CORE_L
---------------
-- Globals --
---------------
DBM.Arrow = {}
--------------
-- Locals --
--------------
local arrowFrame = ... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c962002080.lua | 2 | 1428 | --Comic Rebirth
--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=getID()
function sc... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/MRT/localization/localization.de.lua | 1 | 53522 | -- Version 0.0.8 Beta vom 11.07.20 22:35
local GlobalAddonName, ExRT = ...
if ExRT.locale ~= "deDE" then
return
end
local L = ExRT.L
local PH = ExRT.L
L.message = "Notiz"
L.marks = "Markierungen"
L.bossmods = "Bossmods"
L.timers = "Timer"
L.raidcheck = "Raid überprüfen"
L.marksbar = "Markierungsleiste"
L.invite =... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/ElvUI/Classic/Modules/Skins/Gossip.lua | 1 | 3883 | local E, L, V, P, G = unpack(ElvUI)
local S = E:GetModule('Skins')
local _G = _G
local gsub, pairs, strmatch = gsub, pairs, strmatch
local hooksecurefunc = hooksecurefunc
local GetNumQuestLogEntries = GetNumQuestLogEntries
local GetQuestLogTitle = GetQuestLogTitle
local IsQuestComplete = IsQuestComplete
function S:G... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c77662926.lua | 1 | 2536 | --No. 41 Awakened Manipulator of Fear
function c77662926.initial_effect(c)
--xyz summon
aux.AddXyzProcedure(c,aux.FilterBoolFunction(Card.IsRace,RACE_MACHINE),5,2)
c:EnableReviveLimit()
--add setcode
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_F... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/DBM-Party-Legion/ReturnToKarazhan/OperaWikket.lua | 1 | 2265 | local mod = DBM:NewMod(1820, "DBM-Party-Legion", 11, 860)
local L = mod:GetLocalizedStrings()
mod.statTypes = "heroic,mythic,challeng"
mod:SetRevision("20220217011830")
mod:SetCreatureID(114284, 114251)
mod:SetEncounterID(1957)--Shared (so not used for encounter START since it'd fire 3 mods)
mod:DisableESCombatDetec... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/ElvUI_OptionsUI/Libraries/AceGUI-3.0-SharedMediaWidgets/StatusbarWidget.lua | 7 | 6441 | -- 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_Statusbar"
local widgetVersion = 13
local c... | gpl-3.0 |
qyh214/wow_addons_private_use | AddOns/ElvUI_WindTools/Core/Changelog/Previous/2.00.lua | 1 | 6415 | local W = unpack(select(2, ...))
W.Changelog[200] = {
RELEASE_DATE = "2020/10/13",
IMPORTANT = {
["zhCN"] = {
"完全重写了全部模块和核心功能"
},
["zhTW"] = {
"完全重寫了全部模組和核心功能"
},
["enUS"] = {
"Completely rewrite all modules and core functions."
... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c962002017.lua | 2 | 5494 | --Toon Extrio, by Lexxiss666
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=getID()
function scard.initial_effect(c)
if not scard.r... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c1392009.lua | 2 | 1101 | --Shadowbrave Scorn
function c1392009.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(c1392009.condition)
e1:SetTarget(c1392009.target)
e1:SetOperation(c1392009.activate)
c:... | gpl-3.0 |
RisingPhoenixYGOPRO/YGOPro-Custom-Cards | script/c100000864.lua | 2 | 5237 | --Created and coded by Rising Phoenix
function c100000864.initial_effect(c)
c:SetUniqueOnField(1,0,100000864)
--Special summon
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(100000864,0))
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e1:SetCategory(CATEGORY_REMOVE)
e1:SetProperty(EFFECT_F... | gpl-3.0 |
bradparks/hammerspoon | extensions/utf8/init.lua | 16 | 18482 | --- === hs.utf8 ===
---
--- Functions providing basic support for UTF-8 encodings
---
--- Prior to upgrading Hammerspoon's Lua interpreter to 5.3, UTF8 support was provided by including the then beta version of Lua 5.3's utf8 library as a Hammerspoon module. This is no longer necessary, but to maintain compatibility, ... | mit |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.