repo_name
stringlengths
6
69
path
stringlengths
6
178
copies
stringclasses
278 values
size
stringlengths
4
7
content
stringlengths
671
917k
license
stringclasses
15 values
SalvationDevelopment/Salvation-Scripts-TCG
c85718645.lua
5
1761
--闇帝ディルグ function c85718645.initial_effect(c) --remove local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(85718645,0)) e1:SetCategory(CATEGORY_REMOVE+CATEGORY_DECKDES) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetCode(EVENT_SUMMON_SUCCESS) e1:Set...
gpl-2.0
Riverlance/kingdom-age-game-windows
modules/game_viplist/viplist.lua
1
12322
_G.GameVipList = { } vipWindow = nil vipTopMenuButton = nil addVipWindow = nil editVipWindow = nil contentsPanel = nil vipInfo = {} function GameVipList.init() -- Alias GameVipList.m = modules.game_viplist connect(g_game, { onGameStart = GameVipList.online, onGameEnd = GameVipList.offli...
mit
nagyistoce/OpenBird
cocos2d/cocos/scripting/lua/script/CocoStudio.lua
19
8831
require "json" require "extern" ccs = ccs or {} function ccs.sendTriggerEvent(event) local triggerObjArr = ccs.TriggerMng.getInstance():get(event) if nil == triggerObjArr then return end for i = 1, table.getn(triggerObjArr) do local triObj = triggerObjArr[i] if nil ~= tri...
mit
Turttle/darkstar
scripts/zones/Windurst_Walls/npcs/Zayhi-Bauhi.lua
17
5268
----------------------------------- -- Area: Windurst Walls -- Location: X:-91 Y:-9 Z:109 -- NPC: Zayhi-Bauhi -- Working 100% -- Starts and Finishes Quest: To Bee or Not to Bee? ----------------------------------- package.loaded["scripts/zones/Windurst_Walls/TextIDs"] = nil; -------------------------------...
gpl-3.0
eugeneia/snabb
src/lib/hardware/pci.lua
2
10651
-- Use of this source code is governed by the Apache 2.0 license; see COPYING. module(...,package.seeall) local ffi = require("ffi") local C = ffi.C local S = require("syscall") local shm = require("core.shm") local lib = require("core.lib") --- ### Hardware device information devices = {} --- Array of all suppor...
apache-2.0
Riverlance/kingdom-age-game-windows
modules/gamelib/const.lua
1
9262
-- @docconsts @{ ACCOUNT_TYPE_NORMAL = 1 ACCOUNT_TYPE_TUTOR = 2 ACCOUNT_TYPE_SENIORTUTOR = 3 ACCOUNT_TYPE_GAMEMASTER = 4 ACCOUNT_TYPE_GOD = 5 FloorHigher = 0 FloorLower = 15 CreatureTypePlayer = 0 CreatureTypeMonster = 1 CreatureTypeNpc = 2 CreatureTypeSummonOwn = 3 CreatureTypeSummonOther = 4 SkullNone = 0 SkullYe...
mit
Turttle/darkstar
scripts/globals/items/imperial_omelette.lua
35
2869
----------------------------------------- -- ID: 4331 -- Item: imperial_omelette -- Food Effect: 240Min, All Races ----------------------------------------- -- Non Elvaan Stats -- Strength 5 -- Dexterity 2 -- Intelligence -3 -- Mind 4 -- Attack % 22 -- Attack Cap 70 -- Ranged ATT % 22 -- Ranged ATT Cap 7...
gpl-3.0
fgenesis/Aquaria_experimental
game_scripts/scripts/maps/map_mithalas02.lua
6
2008
-- Copyright (C) 2007, 2010 - Bit-Blot -- -- This file is part of Aquaria. -- -- Aquaria 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 2 -- of the License, or (at your option) any later vers...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-TCG
c100000100.lua
2
1431
--Power Wall function c100000100.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_PRE_BATTLE_DAMAGE) e1:SetCondition(c100000100.condition) e1:SetOperation(c100000100.activate) c:RegisterEffect(e1) ...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-TCG
c85520851.lua
2
1318
--超伝導恐獣 function c85520851.initial_effect(c) --damage local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(85520851,0)) e1:SetCategory(CATEGORY_DAMAGE) e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET) e1:SetType(EFFECT_TYPE_IGNITION) e1:SetCountLimit(1) e1:SetRange(LOCATION_MZONE) e1:SetCost(c85520851.cost)...
gpl-2.0
dickeyf/darkstar
scripts/globals/effects/saber_dance.lua
32
1693
----------------------------------- -- -- EFFECT_SABER_DANCE -- ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); ----------------------------------- -- onEffectGain Action ----------------------------------- function onEffectGain(target,effect) local sab...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c42940404.lua
4
3841
--マシンナーズ・ギアフレーム function c42940404.initial_effect(c) --equip local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(42940404,0)) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetCategory(CATEGORY_EQUIP) e1:SetType(EFFECT_TYPE_IGNITION) e1:SetRange(LOCATION_MZONE) e1:SetTarget(c42940404.eqtg) e1:SetOperati...
gpl-2.0
alfred-bot/zacbot
plugins/Moderation.lua
2
9650
do local function check_member(cb_extra, success, result) local receiver = cb_extra.receiver local data = cb_extra.data local msg = cb_extra.msg for k,v in pairs(result.members) do local member_id = v.id if member_id ~= our_id then local username = v.username data[tostring(m...
gpl-2.0
Turttle/darkstar
scripts/zones/Port_Bastok/npcs/Ravorara.lua
38
1028
----------------------------------- -- Area: Port Bastok -- NPC: Ravorara -- Type: Quest Giver -- @zone: 236 -- @pos -151.062 -7 -7.243 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Port_Bastok/TextIDs"] = nil; ---------------------...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c91078716.lua
6
2124
--ポリノシス function c91078716.initial_effect(c) --Activate(summon) local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_DISABLE_SUMMON+CATEGORY_DESTROY) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_SUMMON) e1:SetCondition(c91078716.condition1) e1:SetCost(c91078716.cost) e1:SetTarget(c91078716.target1) e1:...
gpl-2.0
Turttle/darkstar
scripts/globals/abilities/pets/geocrush.lua
18
1404
--------------------------------------------------- -- Geocrush --------------------------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); require("scripts/globals/monstertpmoves"); require("scripts/globals/magic"); --------------------------------------------...
gpl-3.0
Riverlance/kingdom-age-game-windows
data/locales/pt.lua
1
29617
locale = { name = "pt", charset = "cp1252", languageName = "Português", formatNumbers = true, decimalSeperator = ',', thousandsSeperator = '.', -- As traduções devem vir sempre em ordem alfabética. translation = { ['%d of experience per hour'] = '%d de experiência por hora', ['%i kill%s left']...
mit
SalvationDevelopment/Salvation-Scripts-TCG
c15978426.lua
5
1584
--EMセカンドンキー function c15978426.initial_effect(c) --tograve local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(15978426,0)) e1:SetCategory(CATEGORY_TOGRAVE+CATEGORY_SEARCH+CATEGORY_TOHAND) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e1:SetProperty(EFFECT_FLAG_DAMAGE_STEP) e1:SetCode(EVENT_SUM...
gpl-2.0
Turttle/darkstar
scripts/globals/abilities/addendum_white.lua
28
1647
----------------------------------- -- Ability: Addendum: White -- Allows access to additional White Magic spells while using Light Arts. -- Obtained: Scholar Level 10 -- Recast Time: Stratagem Charge -- Duration: 2 hours -- -- Level |Charges |Recharge Time per Charge -- ----- -------- --------------- -- 1...
gpl-3.0
birdbrainswagtrain/GmodPillPack-TeamFortress
lua/weapons/pktfw_flamethrower.lua
1
3001
AddCSLuaFile() SWEP.ViewModel = "models/weapons/c_arms_citizen.mdl" SWEP.WorldModel = "models/weapons/c_models/c_flamethrower/c_flamethrower.mdl" SWEP.Primary.ClipSize = 200 SWEP.Primary.DefaultClip = 200 SWEP.Primary.Automatic = true SWEP.Primary.Ammo = "AR2" SWEP.Secondary.ClipSize = -1 SWEP.Secondary.DefaultCl...
mit
SalvationDevelopment/Salvation-Scripts-TCG
c38411870.lua
2
1045
--つり天井 function c38411870.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_DESTROY) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) e1:SetHintTiming(0,0x1c0+TIMING_END_PHASE) e1:SetCondition(c38411870.condition) e1:SetTarget(c38411870.target) e1:SetOperation(c3...
gpl-2.0
darcy0511/Dato-Core
src/unity/python/graphlab/lua/pl/lexer.lua
14
14051
--- Lexical scanner for creating a sequence of tokens from text. -- `lexer.scan(s)` returns an iterator over all tokens found in the -- string `s`. This iterator returns two values, a token type string -- (such as 'string' for quoted string, 'iden' for identifier) and the value of the -- token. -- -- Versions specializ...
agpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c41113025.lua
5
1119
--ディスクライダー function c41113025.initial_effect(c) --atkup local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(41113025,0)) e1:SetCategory(CATEGORY_ATKCHANGE) e1:SetType(EFFECT_TYPE_IGNITION) e1:SetRange(LOCATION_MZONE) e1:SetCountLimit(1) e1:SetCost(c41113025.cost) e1:SetOperation(c41113025.operation)...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-TCG
c31247589.lua
2
1854
--剣闘獣ディカエリィ function c31247589.initial_effect(c) --double attack local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_SINGLE) e1:SetCode(EFFECT_EXTRA_ATTACK) e1:SetCondition(c31247589.dacon) e1:SetValue(1) c:RegisterEffect(e1) --special summon local e2=Effect.CreateEffect(c) e2:SetDescription(aux.Stringid(3...
gpl-2.0
dickeyf/darkstar
scripts/zones/Xarcabard_[S]/mobs/Fusty_Gnole.lua
13
1699
----------------------------------- -- Area: Xarcabard (S) -- NPC: Fusty Gnole ----------------------------------- ----------------------------------- -- onMobSpawn Action ----------------------------------- function onMobSpawn(mob) mob:setLocalVar("transformTime", os.time()) end; -------------------------------...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c78355370.lua
2
3560
--クリボーン function c78355370.initial_effect(c) --special summon local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(78355370,0)) e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetCode(EVENT_PHASE+PHASE_BATTLE) e1:Se...
gpl-2.0
Turttle/darkstar
scripts/zones/Lower_Jeuno/npcs/Panta-Putta.lua
17
4082
----------------------------------- -- Area: Lower Jeuno -- NPC: Panta-Putta -- Starts and Finishes Quest: The Wonder Magic Set, The kind cardian -- Involved in Quests: The Lost Cardian -- @zone 245 -- @pos -61 0 -140 ----------------------------------- package.loaded["scripts/zones/Lower_Jeuno/TextIDs"] = nil...
gpl-3.0
Andrey2470T/Advanced-Trains-Optinal-Additional-
advtrains/helpers.lua
2
8687
--advtrains by orwell96, see readme.txt advtrains.dir_trans_tbl={ [0]={x=0, z=1}, [1]={x=1, z=2}, [2]={x=1, z=1}, [3]={x=2, z=1}, [4]={x=1, z=0}, [5]={x=2, z=-1}, [6]={x=1, z=-1}, [7]={x=1, z=-2}, [8]={x=0, z=-1}, [9]={x=-1, z=-2}, [10]={x=-1, z=-1}, [11]={x=-2, z=-1}, [12]={x=-1, z=0}, [...
lgpl-2.1
Turttle/darkstar
scripts/zones/West_Ronfaure/mobs/Scarab_Beetle.lua
23
1074
----------------------------------- -- Area: West Ronfaure(100) -- MOB: Scarab Beetle -- Note: Place holder for Fungus Beetle ----------------------------------- require("scripts/globals/fieldsofvalor"); require("scripts/zones/West_Ronfaure/MobIDs"); ----------------------------------- -- onMobDeath ...
gpl-3.0
dickeyf/darkstar
scripts/zones/Port_Windurst/npcs/Odilia.lua
13
1044
----------------------------------- -- Area: Port Windurst -- NPC: Odilia -- Type: Standard NPC -- @zone: 240 -- @pos 78.801 -6 118.653 -- -- Auto-Script: Requires Verification (Verfied By Brawndo) ----------------------------------- package.loaded["scripts/zones/Port_Windurst/TextIDs"] = nil; --------------------...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c76263644.lua
3
3110
--Dragoon D-END function c76263644.initial_effect(c) --fusion material c:EnableReviveLimit() aux.AddFusionProcCode2(c,83965310,17132130,false,false) --destroy local e2=Effect.CreateEffect(c) e2:SetType(EFFECT_TYPE_IGNITION) e2:SetProperty(EFFECT_FLAG_CARD_TARGET) e2:SetCategory(CATEGORY_DAMAGE+CATEGORY_DESTROY)...
gpl-2.0
puug/kong
kong/plugins/cors/access.lua
1
1784
local responses = require "kong.tools.responses" local _M = {} local function configure_origin(ngx, conf) if conf.origin == nil then ngx.header["Access-Control-Allow-Origin"] = "*" else ngx.header["Access-Control-Allow-Origin"] = conf.origin ngx.header["Vary"] = "Origin" end end local function conf...
mit
erictheredsu/eric_git
MGCN/wow/WTF/Account/ERIC/Mangoscn/Erica/SavedVariables/BaudBag.lua
1
23844
BaudBag_Cfg = { { { ["AutoOpen"] = false, ["Name"] = "Erica 的背包", ["Columns"] = 8, ["BlankTop"] = false, ["RarityColor"] = true, ["Coords"] = { 797.1558227539063, -- [1] 364.0889587402344, -- [2] }, ["Background"] = 1, ["Scale"] = 100, }, -- [1] { ["AutoOpen"] = false, [...
gpl-3.0
dickeyf/darkstar
scripts/zones/Northern_San_dOria/npcs/Lotine.lua
13
1027
----------------------------------- -- Area: Northern San d'Oria -- NPC: Lotine -- Type: Standard Info NPC -- @zone: 231 -- @pos -137.504 11.999 171.090 -- ----------------------------------- ----------------------------------- -- onTrade Action ----------------------------------- function onTrade(player,npc,tra...
gpl-3.0
dickeyf/darkstar
scripts/globals/spells/bluemagic/pollen.lua
27
1817
----------------------------------------- -- Spell: Pollen -- Restores HP -- Spell cost: 8 MP -- Monster Type: Vermin -- Spell Type: Magical (Light) -- Blue Magic Points: 1 -- Stat Bonus: CHR+1, HP+5 -- Level: 1 -- Casting Time: 2 seconds -- Recast Time: 5 seconds -- -- Combos: Resist Sleep ---------------------------...
gpl-3.0
Turttle/darkstar
scripts/zones/Yorcia_Weald_U/Zone.lua
36
1119
----------------------------------- -- -- Zone: Yorcia Weald U -- ----------------------------------- require("scripts/globals/settings"); package.loaded["scripts/zones/Yorcia_Weald_U/TextIDs"] = nil; require("scripts/zones/Yorcia_Weald_U/TextIDs"); ----------------------------------- -- onInitialize -...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c79798060.lua
2
1878
--地縛神 Ccarayhua function c79798060.initial_effect(c) c:SetUniqueOnField(1,1,10000000,LOCATION_MZONE) -- local e4=Effect.CreateEffect(c) e4:SetType(EFFECT_TYPE_SINGLE) e4:SetProperty(EFFECT_FLAG_SINGLE_RANGE) e4:SetRange(LOCATION_MZONE) e4:SetCode(EFFECT_SELF_DESTROY) e4:SetCondition(c79798060.sdcon) c:Register...
gpl-2.0
dickeyf/darkstar
scripts/zones/Southern_San_dOria/npcs/Anxaberoute.lua
13
1463
----------------------------------- -- Area: Southern San dOria -- NPC: Anxaberoute -- Type: Standard Info NPC -- @zone: 230 -- @pos 108.892 0.000 -49.038 ----------------------------------- package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/globals/s...
gpl-3.0
Turttle/darkstar
scripts/globals/items/serving_of_patriarch_sautee.lua
36
1253
----------------------------------------- -- ID: 5677 -- Item: Serving of Patriarch Sautee -- Food Effect: 4Hrs, All Races ----------------------------------------- -- MP 60 -- Mind 7 -- MP Recovered While Healing 7 ----------------------------------------- require("scripts/globals/status"); -------------------------...
gpl-3.0
Ablu/ValyriaTear
dat/config/boot.lua
1
10639
-- Boot animation script file -- Set the boot tablespace name. local ns = {} setmetatable(ns, {__index = _G}) boot = ns; setfenv(1, ns); -- The Boot instance local Boot; local animation_timer; -- Init all the needed variables function Initialize(boot_instance) Boot = boot_instance; Script = Boot:GetScriptSupervis...
gpl-2.0
dickeyf/darkstar
scripts/zones/Port_Jeuno/npcs/Gekko.lua
13
1401
----------------------------------- -- Area: Port Jeuno -- NPC: Gekko -- Standard Merchant NPC ----------------------------------- require("scripts/globals/shop"); package.loaded["scripts/zones/Port_Jeuno/TextIDs"] = nil; require("scripts/zones/Port_Jeuno/TextIDs"); ----------------------------------- -- onTrade Acti...
gpl-3.0
dickeyf/darkstar
scripts/globals/items/reishi_mushroom.lua
18
1174
----------------------------------------- -- ID: 4449 -- Item: reishi_mushroom -- Food Effect: 5Min, All Races ----------------------------------------- -- Strength -6 -- Mind 4 ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- -- OnItemCheck ------...
gpl-3.0
Turttle/darkstar
scripts/zones/Bastok_Mines/npcs/Odoba.lua
19
1145
----------------------------------- -- Area: Bastok Mines -- NPC: Odoba -- Guild Merchant NPC: Alchemy Guild -- @pos 108.473 5.017 1.089 234 ----------------------------------- package.loaded["scripts/zones/Bastok_Mines/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require(...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c25853045.lua
2
2288
--FA-ブラック・レイ・ランサー function c25853045.initial_effect(c) --xyz summon aux.AddXyzProcedure(c,aux.FilterBoolFunction(Card.IsAttribute,ATTRIBUTE_WATER),4,3,c25853045.ovfilter,aux.Stringid(25853045,0)) c:EnableReviveLimit() --atk local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_SINGLE) e1:SetProperty(EFFECT_FLAG...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-TCG
c83519853.lua
5
3141
--魔聖騎士皇ランスロット function c83519853.initial_effect(c) c:SetUniqueOnField(1,0,83519853) --synchro summon aux.AddSynchroProcedure(c,nil,aux.NonTuner(Card.IsSetCard,0x107a),1) c:EnableReviveLimit() --equip local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(83519853,0)) e1:SetCategory(CATEGORY_EQUIP) e1:S...
gpl-2.0
dickeyf/darkstar
scripts/zones/Rabao/npcs/Alfesar.lua
12
2419
----------------------------------- -- Area: Rabao -- NPC: Alfesar -- Standard Info NPC --Starts The Missing Piece ----------------------------------- package.loaded["scripts/zones/Rabao/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/keyitems"); requi...
gpl-3.0
Turttle/darkstar
scripts/globals/mobskills/freezebite.lua
26
1287
----------------------------------- -- Freezebite -- Great Sword weapon skill -- Skill Level: 100 -- Delivers an ice elemental attack. Damage varies with TP. -- Aligned with the Snow Gorget & Breeze Gorget. -- Aligned with the Snow Belt & Breeze Belt. -- Element: Ice -- Modifiers: STR:30% ; INT:20% -- 100%TP ...
gpl-3.0
omidtarh/fbot
plugins/danbooru.lua
616
1750
do local URL = "http://danbooru.donmai.us" local URL_NEW = "/posts.json" local URL_POP = "/explore/posts/popular.json" local scale_day = "?scale=day" local scale_week = "?scale=week" local scale_month = "?scale=month" local function get_post(url) local b, c, h = http.request(url) if c ~= 200 then return nil end ...
gpl-2.0
adib1380/anit-spam-2
plugins/danbooru.lua
616
1750
do local URL = "http://danbooru.donmai.us" local URL_NEW = "/posts.json" local URL_POP = "/explore/posts/popular.json" local scale_day = "?scale=day" local scale_week = "?scale=week" local scale_month = "?scale=month" local function get_post(url) local b, c, h = http.request(url) if c ~= 200 then return nil end ...
gpl-2.0
Turttle/darkstar
scripts/zones/La_Theine_Plateau/npcs/Augevinne.lua
17
1569
----------------------------------- -- Area: La Theine Plateau -- NPC: Augevinne -- Involved in Mission: The Rescue Drill -- @pos -361 39 266 102 ----------------------------------- package.loaded["scripts/zones/La_Theine_Plateau/TextIDs"] = nil; ----------------------------------- require("scripts/globals/m...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c96864105.lua
2
1886
--CNo.73 激瀧瀑神アビス・スープラ function c96864105.initial_effect(c) --xyz summon aux.AddXyzProcedure(c,nil,6,3) c:EnableReviveLimit() --atk up local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(96864105,0)) e1:SetCategory(CATEGORY_ATKCHANGE) e1:SetType(EFFECT_TYPE_QUICK_O) e1:SetCode(EVENT_PRE_DAMAGE_CALCUL...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-TCG
c100912013.lua
2
3729
--LL-サファイア・スワロー --Lyrical Luscinia - Sapphire Swallow --Scripted by Eerie Code function c100912013.initial_effect(c) --Special Summon local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(100912013,0)) e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetType(EFFECT_TYPE_IGNITION) e1:SetRange(LOCATION_HAND) e1...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-TCG
c1580833.lua
2
2140
--ダイナミスト・ステゴサウラー function c1580833.initial_effect(c) --pendulum summon aux.EnablePendulumAttribute(c) --destroy replace local e2=Effect.CreateEffect(c) e2:SetType(EFFECT_TYPE_CONTINUOUS+EFFECT_TYPE_FIELD) e2:SetCode(EFFECT_DESTROY_REPLACE) e2:SetRange(LOCATION_PZONE) e2:SetTarget(c1580833.reptg) e2:SetValue(c1...
gpl-2.0
Turttle/darkstar
scripts/zones/RuAun_Gardens/npcs/HomePoint#5.lua
17
1250
----------------------------------- -- Area: RuAun_Gardens -- NPC: HomePoint#5 -- @pos 305 -42 -427 130 ----------------------------------- package.loaded["scripts/zones/RuAun_Gardens/TextIDs"] = nil; require("scripts/globals/settings"); require("scripts/zones/RuAun_Gardens/TextIDs"); require("scripts/glob...
gpl-3.0
dickeyf/darkstar
scripts/zones/Buburimu_Peninsula/npcs/Stone_Monument.lua
13
1284
----------------------------------- -- Area: Buburimu Peninsula -- NPC: Stone Monument -- Involved in quest "An Explorer's Footsteps" -- @pos 320.755 -4.000 368.722 118 ----------------------------------- package.loaded["scripts/zones/Buburimu_Peninsula/TextIDs"] = nil; ----------------------------------- require...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c100212002.lua
2
4561
--調弦の魔術師 --Tune Magician --Script by mercury233 --fusion and xyz limit not implemented function c100212002.initial_effect(c) --pendulum summon aux.EnablePendulumAttribute(c) --atk&def local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_FIELD) e1:SetCode(EFFECT_UPDATE_ATTACK) e1:SetRange(LOCATION_PZONE) e1:Se...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-TCG
c11264180.lua
2
2124
--TGX1-HL function c11264180.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_ATKCHANGE+CATEGORY_DESTROY) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetProperty(EFFECT_FLAG_CARD_TARGET+EFFECT_FLAG_DAMAGE_STEP) e1:SetCode(EVENT_FREE_CHAIN) e1:SetHintTiming(TIMING_DAMAGE_STEP) e1:SetC...
gpl-2.0
dickeyf/darkstar
scripts/zones/Port_San_dOria/npcs/Ilgusin.lua
13
1053
----------------------------------- -- Area: Port San d'Oria -- NPC: Ilgusin -- Type: Standard NPC -- @zone: 232 -- @pos -68.313 -6.5 -36.985 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Port_San_dOria/TextIDs"] = nil; -----------...
gpl-3.0
dickeyf/darkstar
scripts/zones/Yhoator_Jungle/npcs/Logging_Point.lua
13
1068
----------------------------------- -- Area: Yhoator Jungle -- NPC: Logging Point ----------------------------------- package.loaded["scripts/zones/Yhoator_Jungle/TextIDs"] = nil; ------------------------------------- require("scripts/globals/logging"); require("scripts/zones/Yhoator_Jungle/TextIDs"); ------------...
gpl-3.0
Turttle/darkstar
scripts/globals/weaponskills/shadowstitch.lua
18
1531
----------------------------------- -- Shadowstitch -- Dagger weapon skill -- Skill level: 70 -- Binds target. Chance of binding varies with TP. -- Does stack with Sneak Attack. -- Aligned with the Aqua Gorget. -- Aligned with the Aqua Belt. -- Element: None -- Modifiers: CHR:100% -- 100%TP 200%TP 300%T...
gpl-3.0
Andrew-Collins/nodemcu-firmware
app/cjson/tests/bench.lua
145
3247
#!/usr/bin/env lua -- This benchmark script measures wall clock time and should be -- run on an unloaded system. -- -- Your Mileage May Vary. -- -- Mark Pulford <mark@kyne.com.au> local json_module = os.getenv("JSON_MODULE") or "cjson" require "socket" local json = require(json_module) local util = require "cjson.ut...
mit
nashuiliang/ABTestingGateway
admin/ab_action.lua
4
2681
local policyModule = require('abtesting.adapter.policy') local redisModule = require('abtesting.utils.redis') local systemConf = require('abtesting.utils.init') local handler = require('abtesting.error.handler').handler local utils = require('abtesting.utils.utils') local log = require('abtesting....
mit
SalvationDevelopment/Salvation-Scripts-TCG
c40659562.lua
2
1505
--守護者スフィンクス function c40659562.initial_effect(c) --turn set local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(40659562,0)) e1:SetCategory(CATEGORY_POSITION) e1:SetType(EFFECT_TYPE_IGNITION) e1:SetRange(LOCATION_MZONE) e1:SetTarget(c40659562.target) e1:SetOperation(c40659562.operation) c:RegisterEf...
gpl-2.0
dickeyf/darkstar
scripts/globals/weaponskills/shining_strike.lua
11
1313
----------------------------------- -- Shining Strike -- Club weapon skill -- Skill level: 5 -- Deals light elemental damage to enemy. Damage varies with TP. -- Aligned with the Thunder Gorget. -- Aligned with the Thunder Belt. -- Element: None -- Modifiers: STR:40% ; MND:40% -- 100%TP 200%TP 300%TP -- 1.625 ...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c511001416.lua
2
1249
--Iron Hans function c511001416.initial_effect(c) --spsummon local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e1:SetProperty(EFFECT_FLAG_DAMAGE_STEP) e1:SetCode(EVENT_SUMMON_SUCCESS) e1:SetTarget(c511001416.sptg) e1:SetOperation(c511001...
gpl-2.0
dickeyf/darkstar
scripts/zones/Apollyon/mobs/Proto-Omega.lua
8
3205
----------------------------------- -- Area: Apollyon (Central) -- MOB: Proto-Omega ----------------------------------- package.loaded["scripts/zones/Apollyon/TextIDs"] = nil; ----------------------------------- require("scripts/globals/limbus"); require("scripts/zones/Apollyon/TextIDs"); require("scripts/globals/titl...
gpl-3.0
wljcom/vlc
share/lua/modules/simplexml.lua
103
3732
--[==========================================================================[ simplexml.lua: Lua simple xml parser wrapper --[==========================================================================[ Copyright (C) 2010 Antoine Cellerier $Id$ Authors: Antoine Cellerier <dionoea at videolan dot org> This progra...
gpl-2.0
Turttle/darkstar
scripts/globals/abilities/pets/stone_iv.lua
20
1151
--------------------------------------------------- -- Stone 4 --------------------------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); require("scripts/globals/monstertpmoves"); require("scripts/globals/magic"); ---------------------------------------------...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c2530830.lua
2
3195
--銀河眼の光波刃竜 function c2530830.initial_effect(c) --xyz summon aux.AddXyzProcedure(c,nil,9,3,c2530830.ovfilter,aux.Stringid(2530830,0)) c:EnableReviveLimit() --xyzlimit local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_SINGLE) e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE) e1:SetCode(EFFECT...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-TCG
c50260683.lua
2
3215
--No.36 先史遺産-超機関フォーク=ヒューク function c50260683.initial_effect(c) --xyz summon aux.AddXyzProcedure(c,aux.FilterBoolFunction(Card.IsSetCard,0x70),4,2) c:EnableReviveLimit() --atkdown local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(50260683,0)) e1:SetCategory(CATEGORY_ATKCHANGE) e1:SetType(EFFECT_TYPE...
gpl-2.0
Turttle/darkstar
scripts/zones/The_Eldieme_Necropolis/npcs/Treasure_Coffer.lua
17
4063
----------------------------------- -- Area: The Eldieme Necropolis -- NPC: Treasure Coffer -- @zone 195 ----------------------------------- package.loaded["scripts/zones/The_Eldieme_Necropolis/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/...
gpl-3.0
mchaza/soka
src/libraries/LoveFrames/objects/internal/sliderbutton.lua
5
6369
--[[------------------------------------------------ -- Love Frames - A GUI library for LOVE -- -- Copyright (c) 2013 Kenny Shields -- --]]------------------------------------------------ -- sliderbutton class local newobject = loveframes.NewObject("sliderbutton", "loveframes_object_sliderbutton", true) --[[-------...
gpl-2.0
nagyistoce/OpenBird
cocos2d/external/lua/luajit/src/dynasm/dasm_x86.lua
73
58651
------------------------------------------------------------------------------ -- DynASM x86/x64 module. -- -- Copyright (C) 2005-2013 Mike Pall. All rights reserved. -- See dynasm.lua for full copyright notice. ------------------------------------------------------------------------------ local x64 = x64 -- Module i...
mit
dickeyf/darkstar
scripts/zones/Port_San_dOria/npcs/Jaireto.lua
13
1355
----------------------------------- -- Area: Port San d'Oria -- NPC: Jaireto -- Standard Info NPC ----------------------------------- package.loaded["scripts/zones/Port_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/globals/quests"); require("scripts/zones/Port_San_dOria/TextIDs"); --...
gpl-3.0
dickeyf/darkstar
scripts/zones/Norg/Zone.lua
12
2317
----------------------------------- -- -- Zone: Norg (252) -- ----------------------------------- package.loaded["scripts/zones/Norg/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/keyitems"); require("scripts/globals/missions"); require("scripts/zones...
gpl-3.0
Turttle/darkstar
scripts/zones/Bastok_Markets/npcs/Shamarhaan.lua
38
1856
----------------------------------- -- Area: Bastok Markets -- NPC: Shamarhaan -- Type: Quest Starter -- Involved in quest: No Strings Attached -- @zone: 235 -- @pos -285.382 -13.021 -84.743 -- -- Auto-Script: Requires Verification. Verified standard dialog - thrydwolf 12/8/2011 --------------------------------...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c61468779.lua
5
2752
--地霊神グランソイル function c61468779.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) c:RegisterEffect(e1) --special summon local e2=Ef...
gpl-2.0
comru/google-diff-match-patch
lua/diff_match_patch.lua
265
73869
--[[ * Diff Match and Patch * * Copyright 2006 Google Inc. * http://code.google.com/p/google-diff-match-patch/ * * Based on the JavaScript implementation by Neil Fraser. * Ported to Lua by Duncan Cross. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance ...
apache-2.0
dickeyf/darkstar
scripts/zones/RuAun_Gardens/npcs/HomePoint#3.lua
27
1266
----------------------------------- -- Area: RuAun_Gardens -- NPC: HomePoint#3 -- @pos -312 -42 -422 130 ----------------------------------- package.loaded["scripts/zones/RuAun_Gardens/TextIDs"] = nil; require("scripts/globals/settings"); require("scripts/zones/RuAun_Gardens/TextIDs"); require("scripts/globals/homep...
gpl-3.0
iskygame/skynet
lualib/skynet/manager.lua
72
1923
local skynet = require "skynet" local c = require "skynet.core" function skynet.launch(...) local addr = c.command("LAUNCH", table.concat({...}," ")) if addr then return tonumber("0x" .. string.sub(addr , 2)) end end function skynet.kill(name) if type(name) == "number" then skynet.send(".launcher","lua","REMO...
mit
Turttle/darkstar
scripts/zones/RuLude_Gardens/npcs/Dugga.lua
34
1074
---------------------------------- -- Area: Ru'Lude Gardens -- NPC: Dugga -- Type: Item Deliverer -- @zone: 243 -- @pos -55.429 5.999 1.27 -- ----------------------------------- package.loaded["scripts/zones/RuLude_Gardens/TextIDs"] = nil; require("scripts/zones/RuLude_Gardens/TextIDs"); ------------...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c100000532.lua
2
1721
--¢å¢é¢ô¢ó¢ý¢ú¢í¢ö ¢à¢ñ¢ü¢ü function c100000532.initial_effect(c) --special summon local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) e1:SetTarget(c100000532.target) e1:SetOperation(c100000532.operation) c:RegisterEffect(e1) end ...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-TCG
c76473843.lua
2
2030
--マジェスティックP function c76473843.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) c:RegisterEffect(e1) --atk/def local e2=Effect.CreateEffect(c) e2:SetType(EFFECT_TYPE_FIELD) e2:SetCode(EFFECT_UPDATE_ATTACK) e2:SetRange(LOCATION_FZONE) e...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-TCG
c100213008.lua
2
1792
--失楽園 --Fallen Paradise --Scripted by Eerie Code function c100213008.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) c:RegisterEffect(e1) --Untargetable local e2=Effect.CreateEffect(c) e2:SetType(EFFECT_TYPE_FIELD) e2:SetCode(EFFECT_CAN...
gpl-2.0
kidanger/danimate
danimate/Sprite.lua
1
4070
local drystal = require 'drystal' local Animation = require 'danimate.Animation' local SpritePart = require 'danimate.SpritePart' local Sprite = { x=0, y=0, w=0, h=0, dir=1, } Sprite.__index = Sprite function Sprite.new(x, y, w, h) local s = setmetatable({}, Sprite) s.x = x s.y = y s.w = w s.h = h s.parts...
mit
Turttle/darkstar
scripts/zones/King_Ranperres_Tomb/npcs/_5a0.lua
17
2401
----------------------------------- -- Area: King Ranperre's Tomb -- DOOR: _5a0 (Heavy Stone Door) -- @pos -39.000 4.823 20.000 190 ----------------------------------- package.loaded["scripts/zones/King_Ranperres_Tomb/TextIDs"] = nil; ----------------------------------- require("scripts/globals/missions"); re...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c11439455.lua
2
2686
--月光蒼猫 function c11439455.initial_effect(c) --atk up local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(11439455,0)) e1:SetCategory(CATEGORY_ATKCHANGE) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e1:SetCode(EVENT_SPSUMMON_SUCCESS) e1:SetProperty(EFFECT_FLAG_CARD_TARGET+EFFECT_FLAG_DELAY+EFFE...
gpl-2.0
Turttle/darkstar
scripts/zones/Oldton_Movalpolos/TextIDs.lua
7
1146
-- Variable TextID Description text -- General Texts ITEM_CANNOT_BE_OBTAINED = 6379; -- You cannot obtain the item <item>. Come back after sorting your inventory. ITEM_OBTAINED = 6383; -- Obtained: <item>. GIL_OBTAINED = 6384; -- Obtained <number> gil. KEYITEM_OBTAINED = 6386; -- Obtained...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c43642620.lua
9
1349
--マンモス・ゾンビ function c43642620.initial_effect(c) --self destroy local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_SINGLE) e1:SetProperty(EFFECT_FLAG_SINGLE_RANGE) e1:SetRange(LOCATION_MZONE) e1:SetCode(EFFECT_SELF_DESTROY) e1:SetCondition(c43642620.sdcon) c:RegisterEffect(e1) --damage local e2=Effect.Crea...
gpl-2.0
dickeyf/darkstar
scripts/zones/LaLoff_Amphitheater/npcs/qm2.lua
13
2226
----------------------------------- -- Area: LaLoff_Amphitheater -- NPC: Shimmering Circle (BCNM Exits) ------------------------------------- package.loaded["scripts/zones/LaLoff_Amphitheater/TextIDs"] = nil; ------------------------------------- require("scripts/globals/bcnm"); require("scripts/globals/titles"); req...
gpl-3.0
Turttle/darkstar
scripts/globals/items/salty_bretzel.lua
35
1296
----------------------------------------- -- ID: 5182 -- Item: salty_bretzel -- Food Effect: 5Min, All Races ----------------------------------------- -- Magic % 8 -- Magic Cap 60 -- Vitality 2 ----------------------------------------- require("scripts/globals/status"); -----------------------------------...
gpl-3.0
Turttle/darkstar
scripts/zones/Windurst_Waters_[S]/npcs/Ranpi-Monpi.lua
38
1048
----------------------------------- -- Area: Windurst Waters (S) -- NPC: Ranpi-Monpi -- Type: Standard NPC -- @zone: 94 -- @pos -115.452 -3 43.389 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Windurst_Waters_[S]/TextIDs"] = nil; -...
gpl-3.0
dickeyf/darkstar
scripts/globals/items/roll_of_sylvan_excursion.lua
18
1574
----------------------------------------- -- ID: 5551 -- Item: Roll of Sylvan Excursion -- Food Effect: 4 Hrs, All Races ----------------------------------------- -- TODO: Group Effect -- HP +10 -- MP +3% Cap 15 -- Intelligence +3 -- HP Recovered while healing +2 -- MP Recovered while healing +5 -----------------------...
gpl-3.0
dickeyf/darkstar
scripts/globals/items/bunch_of_wild_pamamas.lua
3
2389
----------------------------------------- -- ID: 4596 -- Item: Bunch of Wild Pamamas -- Food Effect: 30Min, All Races ----------------------------------------- -- Strength -3 -- Intelligence 1 -- Additional Effect with Opo-Opo Crown -- HP 50 -- MP 50 -- CHR 14 -- Additional Effect with Kinkobo or -- Primate Staff -- D...
gpl-3.0
Turttle/darkstar
scripts/zones/The_Colosseum/Zone.lua
36
1116
----------------------------------- -- -- Zone: The_Colosseum -- ----------------------------------- require("scripts/globals/settings"); package.loaded["scripts/zones/The_Colosseum/TextIDs"] = nil; require("scripts/zones/The_Colosseum/TextIDs"); ----------------------------------- -- onInitialize ----...
gpl-3.0
Turttle/darkstar
scripts/zones/Sea_Serpent_Grotto/npcs/Grounds_Tome.lua
34
1151
----------------------------------- -- Area: Sea Serpent Grotto -- NPC: Grounds Tome ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/groundsofvalor"); ----------------------------------- -- onTrade Action ----------------------------------- function onTr...
gpl-3.0
Turttle/darkstar
scripts/zones/Southern_San_dOria/npcs/Glenne.lua
13
3800
------------------------------------- -- Area: Southern San d'Oria -- NPC: Glenne -- Starts and Finishes Quest: A Sentry's Peril -- @zone 230 -- @pos -122 -2 15 ------------------------------------- package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil; ----------------------------------- require(...
gpl-3.0
eugeneia/snabb
lib/ljsyscall/syscall/linux/syscalls.lua
2
36238
-- This is the actual system calls for Linux local require, error, assert, tonumber, tostring, setmetatable, pairs, ipairs, unpack, rawget, rawset, pcall, type, table, string = require, error, assert, tonumber, tostring, setmetatable, pairs, ipairs, unpack, rawget, rawset, pcall, type, table, string local abi = requi...
apache-2.0
SalvationDevelopment/Salvation-Scripts-TCG
c97342942.lua
7
1338
--エクトプラズマー function c97342942.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) c:RegisterEffect(e1) --release local e2=Effect.CreateEffect(c) e2:SetDescription(aux.Stringid(97342942,0)) e2:SetCategory(CATEGORY_RELEASE+CATEGORY_DAMAGE) e...
gpl-2.0
Turttle/darkstar
scripts/globals/items/galette_des_rois.lua
39
1322
----------------------------------------- -- ID: 5875 -- Item: Galette Des Rois -- Food Effect: 180 Min, All Races ----------------------------------------- -- MP % 1 -- Intelligence +2 -- Random Jewel ----------------------------------------- require("scripts/globals/status"); require("scripts/zones/Bastok_Mines/Text...
gpl-3.0