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 |
|---|---|---|---|---|---|
Metastruct/pac3 | lua/pac3/extra/client/pac2_compat.lua | 2 | 17322 | local bones =
{
["pelvis"] = "valvebiped.bip01_pelvis",
["spine"] = "valvebiped.bip01_spine",
["spine 2"] = "valvebiped.bip01_spine1",
["spine 3"] = "valvebiped.bip01_spine2",
["spine 4"] = "valvebiped.bip01_spine4",
["neck"] = "valvebiped.bip01_neck1",
["head"] = "valvebiped.bip01_head1",
["right clavicle"] = ... | gpl-3.0 |
SalvationDevelopment/Salvation-Scripts-TCG | c25280974.lua | 2 | 1571 | --魔道化リジョン
function c25280974.initial_effect(c)
--extra summon
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_FIELD)
e1:SetCode(EFFECT_EXTRA_SUMMON_COUNT)
e1:SetRange(LOCATION_MZONE)
e1:SetTargetRange(LOCATION_HAND,0)
e1:SetTarget(aux.TargetBoolFunction(Card.IsRace,RACE_SPELLCASTER))
e1:SetValue(0x1)
c:... | gpl-2.0 |
dickeyf/darkstar | scripts/zones/Phomiuna_Aqueducts/npcs/_0rr.lua | 13 | 1451 | -----------------------------------
-- Area: Phomiuna_Aqueducts
-- NPC: Oil lamp
-- @pos -60 -23 60 27
-----------------------------------
package.loaded["scripts/zones/Phomiuna_Aqueducts/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/missions");
require("scripts/zones/Phomiuna_Aqueduct... | gpl-3.0 |
SalvationDevelopment/Salvation-Scripts-TCG | c69610326.lua | 2 | 3635 | --覇王眷竜ダークヴルム
function c69610326.initial_effect(c)
aux.EnablePendulumAttribute(c)
--pendulum set
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(69610326,0))
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetRange(LOCATION_PZONE)
e1:SetCountLimit(1)
e1:SetCondition(c69610326.pccon)
e1:SetTarget(c69610326.pc... | gpl-2.0 |
Turttle/darkstar | scripts/zones/Port_San_dOria/npcs/Prietta.lua | 13 | 1435 | -----------------------------------
-- Area: Port San d'Oria
-- NPC: Prietta
-- Standard Info NPC
-----------------------------------
package.loaded["scripts/zones/Port_San_dOria/TextIDs"] = nil;
require("scripts/zones/Port_San_dOria/TextIDs");
-----------------------------------
-- onTrade Action
--------... | gpl-3.0 |
Nak2/StormFox | lua/stormfox/language/fr.lua | 1 | 9379 | return [[Stormfox French
#StormFox
sf_description.newversion = Vous utilisez une version bêta de SF
sf_description.oldversion = Vous utilisez une ancienne version de SF
#Tool
sf_tool.menu = Menu
sf_tool.maptexture = Texture de la map
sf_tool.maptexture.helpm1 = Appuyez sur click gauche pour ajouter une texture... | apache-2.0 |
darcy0511/Dato-Core | src/unity/python/graphlab/lua/pl/lapp.lua | 20 | 13955 | --- Simple command-line parsing using human-readable specification.
-- Supports GNU-style parameters.
--
-- lapp = require 'pl.lapp'
-- local args = lapp [[
-- Does some calculations
-- -o,--offset (default 0.0) Offset to add to scaled number
-- -s,--scale (number) Scaling factor
-- ... | agpl-3.0 |
SalvationDevelopment/Salvation-Scripts-TCG | c92729410.lua | 2 | 1889 | --子狸ぽんぽこ
function c92729410.initial_effect(c)
--spsummon
local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(92729410,0))
e2:SetCategory(CATEGORY_SPECIAL_SUMMON)
e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e2:SetCode(EVENT_SUMMON_SUCCESS)
e2:SetCost(c92729410.spcost)
e2:SetTarget(c92729410.s... | gpl-2.0 |
SalvationDevelopment/Salvation-Scripts-TCG | c46259438.lua | 6 | 1173 | --契約洗浄
function c46259438.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_DESTROY+CATEGORY_DRAW+CATEGORY_RECOVER)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetTarget(c46259438.target)
e1:SetOperation(c46259438.activate)
c:RegisterEffect(e1)
end
functio... | gpl-2.0 |
eugeneia/snabb | src/apps/ipfix/dns.lua | 2 | 10798 | module(..., package.seeall)
local ffi = require("ffi")
local lib = require("core.lib")
-- By default, CNAME and RRSIG records in the answer section are
-- skipped.
skip_CNAMEs_RRSIGs = true
local uint16_ptr_t = ffi.typeof("uint16_t *")
local uint8_ptr_t = ffi.typeof("uint8_t *")
local dns_hdr_t = ffi.typeof([[
s... | apache-2.0 |
mimetic/DIG-corona-library | scripts/funx.lua | 4 | 145657 | -- funx.lua
--
-- Version 2.0
--
-- Copyright (C) 2014 David I. Gross. All Rights Reserved.
--
--[[
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in the
Software without restriction, including without limitation... | mit |
mimetic/DIG-corona-library | examples/textrender/scripts/funx.lua | 4 | 145657 | -- funx.lua
--
-- Version 2.0
--
-- Copyright (C) 2014 David I. Gross. All Rights Reserved.
--
--[[
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in the
Software without restriction, including without limitation... | mit |
SalvationDevelopment/Salvation-Scripts-TCG | c15839054.lua | 9 | 1202 | --シンクロ・フュージョニスト
function c15839054.initial_effect(c)
--search
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(15839054,0))
e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e1:SetProperty(EFFECT_FLAG_DELAY)
e1:SetCode(EVENT_BE_MATERIAL)
e1:SetCon... | gpl-2.0 |
dickeyf/darkstar | scripts/globals/spells/bluemagic/digest.lua | 3 | 1796 | -----------------------------------------
-- Spell: Digest
-- Steals an enemy's HP. Ineffective against undead
-- Spell cost: 20 MP
-- Monster Type: Amorphs
-- Spell Type: Magical (Dark)
-- Blue Magic Points: 2
-- Stat Bonus: HP-5, MP+5
-- Level: 36
-- Casting Time: 4 seconds
-- Recast Time: 90 seconds
-- Magic Bursts ... | gpl-3.0 |
Turttle/darkstar | scripts/zones/Tavnazian_Safehold/npcs/Despachiaire.lua | 17 | 2660 | -----------------------------------
-- Area: Tavnazian Safehold
-- NPC: Despachiaire
-- @pos 108 -40 -83 26
-----------------------------------
require("scripts/globals/missions");
-----------------------------------
-- onTrade Action
-----------------------------------
function onTrade(player,npc,trade... | gpl-3.0 |
SalvationDevelopment/Salvation-Scripts-TCG | c12927849.lua | 2 | 4067 | --SZW-天聖輝狼剣
function c12927849.initial_effect(c)
--spsummon
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(12927849,0))
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e1:SetCode(EVENT_SUMMON_SUCCESS)
e1:SetTarg... | gpl-2.0 |
Turttle/darkstar | scripts/zones/Windurst_Woods/npcs/Peshi_Yohnts.lua | 44 | 2158 | -----------------------------------
-- Area: Windurst Woods
-- NPC: Peshi Yohnts
-- Type: Bonecraft Guild Master
-- @pos -6.175 -6.249 -144.667 241
-----------------------------------
package.loaded["scripts/zones/Windurst_Woods/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/status");
r... | gpl-3.0 |
Turttle/darkstar | scripts/globals/abilities/pets/ecliptic_howl.lua | 20 | 1294 | ---------------------------------------------------
-- Aerial Armor
---------------------------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
require("scripts/globals/monstertpmoves");
require("scripts/globals/utils");
----------------------------------------... | gpl-3.0 |
SalvationDevelopment/Salvation-Scripts-TCG | c100912080.lua | 2 | 5053 | --ダイヤモンドダストン
--Diamond Duston
--Script by dest
function c100912080.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_DESTROYED)
e1:SetProperty(EFFECT_FLAG_DAMAGE_STEP)
e1:SetCountLimit(1)
e1:SetCondition(c100912... | gpl-2.0 |
SalvationDevelopment/Salvation-Scripts-TCG | c51617185.lua | 7 | 2775 | --マシンナーズ・メガフォーム
function c51617185.initial_effect(c)
--spsummon
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(51617185,0))
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetRange(LOCATION_MZONE)
e1:SetCountLimit(1,51617185)
e1:SetCost(c51617185.spcost1)
e1:SetTarge... | gpl-2.0 |
SalvationDevelopment/Salvation-Scripts-TCG | c84451804.lua | 2 | 1479 | --デスガエル
function c84451804.initial_effect(c)
--Special Summon
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(84451804,0))
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e1:SetCode(EVENT_SUMMON_SUCCESS)
e1:SetCondition(c84451804.condition)
e1:SetTarge... | gpl-2.0 |
Turttle/darkstar | scripts/zones/Southern_San_dOria/npcs/Helbort.lua | 17 | 2420 | -----------------------------------
-- Area: Southern San d'Oria
-- NPC: Helbort
-- Starts and Finished Quest: A purchase of Arms
-- @zone 230
-- @pos 71 -1 65
-----------------------------------
package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil;
-----------------------------------
requi... | gpl-3.0 |
SalvationDevelopment/Salvation-Scripts-TCG | c2926176.lua | 2 | 1180 | --王家の呪い
function c2926176.initial_effect(c)
--Negate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_NEGATE+CATEGORY_DESTROY)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_CHAINING)
e1:SetCondition(c2926176.condition)
e1:SetTarget(c2926176.target)
e1:SetOperation(c2926176.operation)
c:RegisterEffec... | gpl-2.0 |
dickeyf/darkstar | scripts/zones/West_Ronfaure/npcs/Kyanta-Pakyanta_WW.lua | 13 | 3335 | -----------------------------------
-- Area: West Ronfaure
-- NPC: Kyanta-Pakyanta, W.W.
-- Type: Outpost Conquest Guards
-- @pos -450.571 -20.807 -219.970 100
-----------------------------------
package.loaded["scripts/zones/West_Ronfaure/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/... | gpl-3.0 |
omidtarh/fbot | plugins/minecraft.lua | 624 | 2605 | local usage = {
"!mine [ip]: Searches Minecraft server on specified ip and sends info. Default port: 25565",
"!mine [ip] [port]: Searches Minecraft server on specified ip and port and sends info.",
}
local ltn12 = require "ltn12"
local function mineSearch(ip, port, receiver) --25565
local responseText = ""
l... | gpl-2.0 |
crazyboy11/premium | plugins/minecraft.lua | 624 | 2605 | local usage = {
"!mine [ip]: Searches Minecraft server on specified ip and sends info. Default port: 25565",
"!mine [ip] [port]: Searches Minecraft server on specified ip and port and sends info.",
}
local ltn12 = require "ltn12"
local function mineSearch(ip, port, receiver) --25565
local responseText = ""
l... | gpl-2.0 |
SalvationDevelopment/Salvation-Scripts-TCG | c24701235.lua | 2 | 1955 | --和魂
function c24701235.initial_effect(c)
--spirit
aux.EnableSpiritReturn(c,EVENT_SUMMON_SUCCESS,EVENT_FLIP)
--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)
c:RegisterEf... | gpl-2.0 |
SalvationDevelopment/Salvation-Scripts-TCG | c100912073.lua | 2 | 4615 | --幻煌龍の浸禍
--Deep Whirlpool of the Mythic Radiance Dragon
--Script by dest
function c100912073.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_ATKCHANGE+CATEGORY_DEFCHANGE+CATEGORY_DISABLE)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetHintTiming(TIMING_DAMAGE_STEP,TIMING_DAMAGE_STEP+0x... | gpl-2.0 |
SalvationDevelopment/Salvation-Scripts-TCG | c25341652.lua | 2 | 2499 | --交響魔人マエストローク
function c25341652.initial_effect(c)
--xyz summon
aux.AddXyzProcedure(c,nil,4,2)
c:EnableReviveLimit()
--pos
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(25341652,0))
e1:SetCategory(CATEGORY_POSITION)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetType(EFFECT_TYPE_IGNITION)
e1:S... | gpl-2.0 |
eugeneia/snabb | src/program/packetblaster/ipfix/ipfix.lua | 2 | 5035 | -- Use of this source code is governed by the Apache 2.0 license; see COPYING.
module(..., package.seeall)
local connectx = require("apps.mellanox.connectx")
local basic_apps = require("apps.basic.basic_apps")
local PcapReader = require("apps.pcap.pcap").PcapReader
local numa = require("lib.numa")
local work... | apache-2.0 |
dickeyf/darkstar | scripts/zones/Abyssea-Grauberg/npcs/Dominion_Tactician.lua | 61 | 4431 | -----------------------------------
-- Area: Abyssea - Grauberg
-- NPC: Dominion Tactician
--
-----------------------------------
package.loaded["scripts/zones/Abyssea-Grauberg/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/abyssea");
require("script... | gpl-3.0 |
SalvationDevelopment/Salvation-Scripts-TCG | c77608643.lua | 4 | 2331 | --D-HERO ダイハードガイ
function c77608643.initial_effect(c)
--spsummon
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS)
e1:SetRange(LOCATION_MZONE)
e1:SetCode(EVENT_BATTLE_DESTROYED)
e1:SetOperation(c77608643.operation)
c:RegisterEffect(e1)
local g=Group.CreateGroup()
g:KeepAlive(... | gpl-2.0 |
mika6020/powerbot | plugins/Addsudo.lua | 1 | 1162 |
do
local function callback(extra, success, result)
vardump(success)
vardump(result)
end
local function run(msg, matches)
local user = 274283910 -- اینجا شناسه عددی خودتان را قرار بدید
if matches[1] == "addsudo" then
user = 'user#id'..user
end
if is_owner(msg) then
if msg.from.username ~= nil then
if string.... | agpl-3.0 |
Turttle/darkstar | scripts/zones/PsoXja/npcs/_09g.lua | 17 | 1222 | -----------------------------------
-- Area: Pso'Xja
-- NPC: Avatars Gate
-----------------------------------
package.loaded["scripts/zones/PsoXja/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/missions");
require("scripts/zones/PsoXja/TextIDs");
require("scripts/globals/keyite... | gpl-3.0 |
platux/vlc | share/lua/playlist/metachannels.lua | 92 | 2096 | --[[
$Id$
Copyright © 2010 VideoLAN and AUTHORS
Authors: Rémi Duraffort <ivoire at videolan dot org>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at y... | gpl-2.0 |
dickeyf/darkstar | scripts/globals/items/nebimonite.lua | 18 | 1409 | -----------------------------------------
-- ID: 4361
-- Item: nebimonite
-- Food Effect: 5Min, Mithra only
-----------------------------------------
-- Dexterity -3
-- Vitality 2
-- Defense % 12.9
-----------------------------------------
require("scripts/globals/status");
-----------------------------------------
-... | gpl-3.0 |
SalvationDevelopment/Salvation-Scripts-TCG | c63583431.lua | 5 | 2021 | --ゴゴゴ護符
function c63583431.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
c:RegisterEffect(e1)
--reduce
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_FIELD)
e2:SetCode(EFFECT_CHANGE_DAMAGE)
e2:SetProperty(EFFECT_FLAG_PLAYER_T... | gpl-2.0 |
Turttle/darkstar | scripts/zones/Eastern_Altepa_Desert/npcs/Telepoint.lua | 17 | 1643 | -----------------------------------
-- Area: Eastern Altepa Desert
-- NPC: Telepoint
-----------------------------------
package.loaded["scripts/zones/Eastern_Altepa_Desert/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/keyitems");
require("scripts/zones/Eastern_Altepa_Desert/Te... | gpl-3.0 |
Turttle/darkstar | scripts/zones/Apollyon/mobs/Dark_Elemental.lua | 16 | 2431 | -----------------------------------
-- Area: Apollyon SW
-- NPC: elemental
-----------------------------------
package.loaded["scripts/zones/Apollyon/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/limbus");
require("scripts/zones/Apollyon/TextIDs");
--------------------------... | gpl-3.0 |
SalvationDevelopment/Salvation-Scripts-TCG | c45358284.lua | 5 | 1770 | --ミラー・レディバグ
function c45358284.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(c45358284.spcon)
e1:SetValue(1)
c:RegisterEffect(e1)
--level change... | gpl-2.0 |
Turttle/darkstar | scripts/zones/Windurst_Waters/npcs/Rukuku.lua | 36 | 1417 | -----------------------------------
-- Area: Windurst Waters
-- NPC: Rukuku
-- Involved in Quest: Making the Grade
-- Working 100%
-- @zone = 238
-- @pos = 130 -6 160
-----------------------------------
package.loaded["scripts/zones/Windurst_Waters/TextIDs"] = nil;
-----------------------------------
r... | gpl-3.0 |
dickeyf/darkstar | scripts/globals/spells/cure_vi.lua | 26 | 3921 | -----------------------------------------
-- Spell: Cure VI
-- Restores target's HP.
-- Shamelessly stolen from http://members.shaw.ca/pizza_steve/cure/Cure_Calculator.html
-----------------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
require("scripts/globals/magic")... | gpl-3.0 |
platux/vlc | share/lua/meta/art/00_musicbrainz.lua | 71 | 3091 | --[[
Gets an artwork from the Cover Art Archive or Amazon
$Id$
Copyright © 2007-2010 the VideoLAN team
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at ... | gpl-2.0 |
fgenesis/Aquaria_experimental | game_scripts/scripts/entities/titletextcommon.lua | 6 | 1693 | -- 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 | c91345518.lua | 3 | 1328 | --裁きの代行者 サターン
function c91345518.initial_effect(c)
--damage
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(91345518,0))
e1:SetCategory(CATEGORY_DAMAGE)
e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET)
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetRange(LOCATION_MZONE)
e1:SetCost(c91345518.damcost)
e1:SetTarg... | gpl-2.0 |
dickeyf/darkstar | scripts/globals/spells/doton_san.lua | 5 | 1583 | -----------------------------------------
-- Spell: Doton: San
-- Deals earth damage to an enemy and lowers its resistance against wind.
-----------------------------------------
require("scripts/globals/status");
require("scripts/globals/magic");
-----------------------------------------
-- OnSpellCast
-------------... | gpl-3.0 |
SalvationDevelopment/Salvation-Scripts-TCG | c984114.lua | 7 | 1400 | --エクスプレスロイド
function c984114.initial_effect(c)
--salvage
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(984114,0))
e1:SetCategory(CATEGORY_TOHAND)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET+EFFECT_FLAG_DAMAGE_STEP)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e1:SetCode(EVENT_SUMMON_SUCCESS)
... | gpl-2.0 |
SalvationDevelopment/Salvation-Scripts-TCG | c75425320.lua | 4 | 3881 | --真竜凰の使徒
function c75425320.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
c:RegisterEffect(e1)
--draw
local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(75425320,0))
e2:SetCategory(CATEGORY_TODECK+CATEGORY_DRAW)
e2:SetPro... | gpl-2.0 |
rleh/telegram-bot | plugins/stats.lua | 2 | 2818 | -- Saves the number of messages from a user
-- Can check the number of messages with !stats
do
local socket = require('socket')
local _file_stats = './data/stats.lua'
local _stats
function update_user_stats(msg)
-- Save user to stats table
local from_id = tostring(msg.from.id)
local to_id = tostring(msg.to.i... | gpl-2.0 |
Turttle/darkstar | scripts/globals/logging.lua | 8 | 6582 | -------------------------------------------------
-- Logging functions
-- Info from:
-- http://wiki.ffxiclopedia.org/wiki/Logging
-------------------------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
-------------------------------------------------
... | gpl-3.0 |
dickeyf/darkstar | scripts/globals/items/cup_of_healing_tea.lua | 17 | 1358 | -----------------------------------------
-- ID: 4286
-- Item: cup_of_healing_tea
-- Food Effect: 240Min, All Races
-----------------------------------------
-- Magic 10
-- Vitality -1
-- Charisma 3
-- Magic Regen While Healing 2
-----------------------------------------
require("scripts/globals/status");
-----------... | gpl-3.0 |
dickeyf/darkstar | scripts/zones/Dynamis-Xarcabard/mobs/Icon_Prototype.lua | 6 | 1392 | -----------------------------------
-- Area: Dynamis Xarcabard
-- MOB: Icon Prototype
-----------------------------------
package.loaded["scripts/zones/Dynamis-Xarcabard/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/status");
require("scripts/globals/dynamis");
require("scripts/zones/D... | gpl-3.0 |
Turttle/darkstar | scripts/globals/items/culinarians_belt.lua | 30 | 1201 | -----------------------------------------
-- ID: 15451
-- Item: Culinarian's Belt
-- Enchantment: Synthesis image support
-- 2Min, All Races
-----------------------------------------
-- Enchantment: Synthesis image support
-- Duration: 2Min
-- Alchemy Skill +3
-----------------------------------------
requi... | gpl-3.0 |
SalvationDevelopment/Salvation-Scripts-TCG | c69838592.lua | 2 | 3635 | --妖仙獣 大幽谷響
function c69838592.initial_effect(c)
--spsummon
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(69838592,0))
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
e1:SetCode(EVENT_ATTACK_ANNOUNCE)
e1:SetRange(LOCATION_HAND)
e1:SetCountLimit(1,69838... | gpl-2.0 |
dickeyf/darkstar | scripts/zones/RuLude_Gardens/npcs/_6r9.lua | 13 | 2996 | -----------------------------------
-- Area: Ru'Lude Gardens
-- NPC: Audience Chamber
-- Involved in Mission: Magicite
-- @pos 0 -5 66 243
-----------------------------------
package.loaded["scripts/zones/RuLude_Gardens/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/keyitems");
require(... | gpl-3.0 |
SalvationDevelopment/Salvation-Scripts-TCG | c564541.lua | 5 | 1808 | --ミンゲイドラゴン
function c564541.initial_effect(c)
--double tribute
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_DOUBLE_TRIBUTE)
e1:SetValue(c564541.dccon)
c:RegisterEffect(e1)
--Special Summon
local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(564541,0))
e2:SetType(... | gpl-2.0 |
Turttle/darkstar | scripts/globals/items/slice_of_buffalo_meat.lua | 18 | 1424 | -----------------------------------------
-- ID: 5152
-- Item: slice_of_buffalo_meat
-- Food Effect: 5Min, Galka only
-----------------------------------------
-- Strength 4
-- Agility -5
-- Intelligence -7
-----------------------------------------
require("scripts/globals/status");
----------------------... | gpl-3.0 |
SalvationDevelopment/Salvation-Scripts-TCG | c171.lua | 2 | 1523 | --捨て猫娘 Stray Catgirl
function c171.initial_effect(c)
--battle indestructable
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_INDESTRUCTABLE_BATTLE)
e1:SetCondition(c171.con)
e1:SetValue(1)
c:RegisterEffect(e1)
--Special Summon
local e2=Effect.CreateEffect(c)
e2:SetDescription(... | gpl-2.0 |
Turttle/darkstar | scripts/globals/spells/bluemagic/ram_charge.lua | 27 | 1737 | -----------------------------------------
-- Spell: Ram Charge
-- Damage varies with TP
-- Spell cost: 79 MP
-- Monster Type: Beasts
-- Spell Type: Physical (Blunt)
-- Blue Magic Points: 4
-- Stat Bonus: HP+5
-- Level: 73
-- Casting Time: 0.5 seconds
-- Recast Time: 34.75 seconds
-- Skillchain Element(s): Fr... | gpl-3.0 |
dickeyf/darkstar | scripts/globals/spells/bluemagic/regeneration.lua | 46 | 1483 | -----------------------------------------
-- Spell: Regeneration
-- Gradually restores HP
-- Spell cost: 36 MP
-- Monster Type: Aquans
-- Spell Type: Magical (Light)
-- Blue Magic Points: 2
-- Stat Bonus: MND+2
-- Level: 78
-- Casting Time: 2 Seconds
-- Recast Time: 60 Seconds
-- Spell Duration: 30 ticks, 90 Seconds
--... | gpl-3.0 |
fgenesis/Aquaria_experimental | game_scripts/scripts/entities/seaturtlebaby-special1.lua | 6 | 1141 | -- 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 |
Turttle/darkstar | scripts/zones/Windurst_Walls/Zone.lua | 28 | 2946 | -----------------------------------
--
-- Zone: Windurst_Walls (239)
--
-----------------------------------
package.loaded["scripts/zones/Windurst_Walls/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/quests");
require("scripts/globals/keyitems");
require("scripts/globals/settin... | gpl-3.0 |
Turttle/darkstar | scripts/zones/Valkurm_Dunes/npcs/Quanteilleron_RK.lua | 28 | 3133 | -----------------------------------
-- Area: Valkurm Dunes
-- NPC: Quanteilleron, R.K.
-- Outpost Conquest Guards
-- @pos 144 -7 104 103
-------------------------------------
package.loaded["scripts/zones/Valkurm_Dunes/TextIDs"] = nil;
-------------------------------------
require("scripts/globals/conquest")... | gpl-3.0 |
mimetic/DIG-corona-library | examples/slideviewer+textrender+accordion/scripts/dmc/dmc_corona/dmc_wamp/auth.lua | 1 | 4563 | --====================================================================--
-- dmc_wamp/auth.lua
--
-- Documentation: http://docs.davidmccuskey.com/
--====================================================================--
--[[
The MIT License (MIT)
Copyright (c) 2014-2015 David McCuskey
Permission is hereby granted, f... | mit |
Turttle/darkstar | scripts/globals/items/prized_seafood_stewpot.lua | 36 | 1865 | -----------------------------------------
-- ID: 5240
-- Item: Prized Seafood Stewpot
-- Food Effect: 4 Hrs, All Races
-----------------------------------------
-- TODO: Group Effect
-- HP +10% Cap 100
-- MP +20
-- Dexterity 2
-- Vitality 2
-- Agility 2
-- Mind 2
-- HP Recovered while healing 9
-- MP Recovered while he... | gpl-3.0 |
dickeyf/darkstar | scripts/zones/Bastok_Markets/npcs/Khonzon.lua | 13 | 1054 | -----------------------------------
-- Area: Bastok Markets
-- NPC: Khonzon
-- Type: Item Deliverer
-- @zone: 235
-- @pos -323.744 -16.001 -88.698
--
-----------------------------------
package.loaded["scripts/zones/Bastok_Markets/TextIDs"] = nil;
require("scripts/zones/Bastok_Markets/TextIDs");
----------------... | gpl-3.0 |
Turttle/darkstar | scripts/zones/Buburimu_Peninsula/npcs/Signpost.lua | 19 | 1356 | -----------------------------------
-- Area: Buburimu Peninsula
-- NPC: Signpost
-----------------------------------
package.loaded["scripts/zones/Buburimu_Peninsula/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Buburimu_Peninsula/TextIDs");
-----------------------------------
-- onTrad... | gpl-3.0 |
eugeneia/snabb | lib/ljsyscall/syscall/ffitypes.lua | 24 | 2200 | -- these are types which are currently the same for all ports
-- in a module so rump does not import twice
-- note that even if type is same (like pollfd) if the metatype is different cannot be here due to ffi
-- TODO not sure we want these long term, merge to individual OS files.
local require, error, assert, tonumb... | apache-2.0 |
mchaza/soka | src/agent.lua | 1 | 5890 | require 'libraries/vector'
require 'ball'
Agent = {}
function Agent:new(x, y, vx, vy, i, team)
local instance = {}
setmetatable(instance, self)
self.__index = self
--instance.prevPos = Vector:new(x, y)
instance.position = Vector:new(x, y)
instance.velocity = Vector:new(vx, vy)
instance.index = i
instance.tea... | gpl-2.0 |
SalvationDevelopment/Salvation-Scripts-TCG | c78274190.lua | 4 | 2604 | --超重輝将サン-5
function c78274190.initial_effect(c)
--pendulum summon
aux.EnablePendulumAttribute(c)
--scale
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetCode(EFFECT_CHANGE_LSCALE)
e2:SetProperty(EFFECT_FLAG_SINGLE_RANGE)
e2:SetRange(LOCATION_PZONE)
e2:SetCondition(c78274190.sccon)
e2:SetV... | gpl-2.0 |
SalvationDevelopment/Salvation-Scripts-TCG | c24590232.lua | 2 | 2056 | --王魂調和
function c24590232.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_ATTACK_ANNOUNCE)
e1:SetCondition(c24590232.condition)
e1:SetOperation(c24590232.activate)
c:RegisterEffect(e1)
end
function c24590232.c... | gpl-2.0 |
dickeyf/darkstar | scripts/globals/spells/bluemagic/amplification.lua | 27 | 1938 | -----------------------------------------
-- Spell: Amplification
-- Enhances magic attack and magic defense
-- Spell cost: 48 MP
-- Monster Type: Amorphs
-- Spell Type: Magical (Water)
-- Blue Magic Points: 3
-- Stat Bonus: HP-5, MP+5
-- Level: 70
-- Casting Time: 7 seconds
-- Recast Time: 120 seconds
-- Duration: 90 ... | gpl-3.0 |
puug/kong | kong/plugins/httplog/log.lua | 1 | 2287 | local cjson = require "cjson"
local url = require "socket.url"
local _M = {}
-- Generates http payload .
-- @param `method` http method to be used to send data
-- @param `parsed_url` contains the host details
-- @param `message` Message to be logged
-- @return `payload` http payload
local function generate_post_payl... | mit |
SalvationDevelopment/Salvation-Scripts-TCG | c34550857.lua | 2 | 2129 | --LL-コバルト・スパロー
function c34550857.initial_effect(c)
--Search
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(34550857,0))
e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e1:SetCode(EVENT_SPSUMMON_SUCCESS)
e1:SetProperty(EFFECT_FLAG_DELAY)
e1:Se... | gpl-2.0 |
SalvationDevelopment/Salvation-Scripts-TCG | c44968459.lua | 2 | 2646 | --サイレント・バーニング
function c44968459.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(44968459,0))
e1:SetCategory(CATEGORY_DRAW)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_CANNOT_NEGATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetConditi... | gpl-2.0 |
wljcom/vlc | share/lua/intf/modules/httprequests.lua | 19 | 15839 | --[==========================================================================[
httprequests.lua: code for processing httprequests commands and output
--[==========================================================================[
Copyright (C) 2007 the VideoLAN team
$Id$
Authors: Antoine Cellerier <dionoea at video... | gpl-2.0 |
SalvationDevelopment/Salvation-Scripts-TCG | c61204971.lua | 6 | 1932 | --E・HERO サンダー・ジャイアント
function c61204971.initial_effect(c)
--fusion material
c:EnableReviveLimit()
aux.AddFusionProcCode2(c,20721928,84327329,true,true)
--spsummon condition
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE)
e1:SetCode... | gpl-2.0 |
dickeyf/darkstar | scripts/globals/spells/hydrohelix.lua | 26 | 1690 | --------------------------------------
-- Spell: Hydrohelix
-- Deals water damage that gradually reduces
-- a target's HP. Damage dealt is greatly affected by the weather.
--------------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
require("scripts/globals/m... | gpl-3.0 |
dickeyf/darkstar | scripts/globals/mobskills/Pit_Ambush.lua | 3 | 1079 | ---------------------------------------------
-- Pit Ambush
--
-- Description: Only used by black antlions when they emerge to attack a player overhead.
-- Type: Physical
-- Utsusemi/Blink absorb: 1 shadow
-- Range: Melee
-- Notes:
---------------------------------------------
require("scripts/globals/settings");... | gpl-3.0 |
SalvationDevelopment/Salvation-Scripts-TCG | c77414722.lua | 6 | 1320 | --マジック・ジャマー
function c77414722.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(c77414722.condition)
e1:SetCost(c77414722.cost)
e1:SetTarget(c77414722.target)
e1:SetOperation... | gpl-2.0 |
Turttle/darkstar | scripts/globals/abilities/sic.lua | 28 | 1058 | -----------------------------------
-- Ability: Sic
-- Commands the charmed Pet to make a random special attack.
-- Obtained: Beastmaster Level 25
-- Recast Time: 2 minutes
-- Duration: N/A
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
-----------... | gpl-3.0 |
eugeneia/snabb | src/program/snabbvmx/check/check.lua | 9 | 1666 | module(..., package.seeall)
local config = require("core.config")
local lib = require("core.lib")
local util = require("program.lwaftr.check.util")
local counters = require("program.lwaftr.counters")
local setup = require("program.snabbvmx.lwaftr.setup")
local function show_usage(code)
print(require("program.snabb... | apache-2.0 |
SalvationDevelopment/Salvation-Scripts-TCG | c14886469.lua | 6 | 1541 | --レッド・スプリンター
function c14886469.initial_effect(c)
--spsummon
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(14886469,0))
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:SetCou... | gpl-2.0 |
sinavafa/ErRoR_3SV | bot/utils.lua | 646 | 23489 | URL = require "socket.url"
http = require "socket.http"
https = require "ssl.https"
ltn12 = require "ltn12"
serpent = require "serpent"
feedparser = require "feedparser"
json = (loadfile "./libs/JSON.lua")()
mimetype = (loadfile "./libs/mimetype.lua")()
redis = (loadfile "./libs/redis.lua")()
JSON = (loadfile "./libs/... | gpl-2.0 |
mohammadclash/STAR | plugins/twitter_send.lua | 627 | 1555 | do
local OAuth = require "OAuth"
local consumer_key = ""
local consumer_secret = ""
local access_token = ""
local access_token_secret = ""
local client = OAuth.new(consumer_key, consumer_secret, {
RequestToken = "https://api.twitter.com/oauth/request_token",
AuthorizeUser = {"https://api.twitter.com/oauth/autho... | gpl-2.0 |
pspk/NewTableViewDemo | widget_theme_ios_sheet.lua | 3 | 12711 | --
-- created with TexturePacker (http://www.codeandweb.com/texturepacker)
--
-- $TexturePacker:SmartUpdate:b4bf35073910cc98b049b77318277ca0$
--
-- local sheetInfo = require("mysheet")
-- local myImageSheet = graphics.newImageSheet( "mysheet.png", sheetInfo:getSheet() )
-- local sprite = display.newSprite( myImageSheet... | mit |
dickeyf/darkstar | scripts/globals/spells/knights_minne.lua | 27 | 1495 | -----------------------------------------
-- Spell: Knight's Minne I
-- Grants Defense bonus to all allies.
-----------------------------------------
require("scripts/globals/status");
-----------------------------------------
-- OnSpellCast
-----------------------------------------
function onMagicCastingCheck(cast... | gpl-3.0 |
mchaza/soka | src/libraries/LoveFrames/objects/list.lua | 5 | 18625 | --[[------------------------------------------------
-- Love Frames - A GUI library for LOVE --
-- Copyright (c) 2013 Kenny Shields --
--]]------------------------------------------------
-- list class
local newobject = loveframes.NewObject("list", "loveframes_object_list", true)
--[[-------------------------------... | gpl-2.0 |
SalvationDevelopment/Salvation-Scripts-TCG | c61901281.lua | 7 | 2274 | --暗黒竜 コラプサーペント
function c61901281.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... | gpl-2.0 |
Turttle/darkstar | scripts/zones/Windurst_Walls/npcs/Koru-Moru.lua | 24 | 11008 | -----------------------------------
-- Area: Windurst Walls
-- NPC: Koru-Moru
-- Starts & Ends Quest: Star Struck
-- Involved in Quest: Making the Grade, Riding on the Clouds
-- @pos -120 -6 124 239
-----------------------------------
package.loaded["scripts/zones/Windurst_Waters/TextIDs"] = nil;
package.loade... | gpl-3.0 |
dickeyf/darkstar | scripts/zones/Inner_Horutoto_Ruins/npcs/_5ct.lua | 13 | 2583 | -----------------------------------
-- Area: Inner Horutoto Ruins
-- NPC: _5ct (Magical Gizmo) #5
-- Involved In Mission: The Horutoto Ruins Experiment
-----------------------------------
package.loaded["scripts/zones/Inner_Horutoto_Ruins/TextIDs"] = nil;
-----------------------------------
require("scripts/g... | gpl-3.0 |
SalvationDevelopment/Salvation-Scripts-TCG | c57902193.lua | 5 | 1313 | --苦渋の転生
function c57902193.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_TOHAND)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetCountLimit(1)
e1:SetTarget(c57902193.target)
e1:SetOperation(c57902193.activate)
c:RegisterEffect(e1)
end
function c5790219... | gpl-2.0 |
Turttle/darkstar | scripts/zones/Mhaura/npcs/Blandine.lua | 17 | 2177 | -----------------------------------
-- Area: Mhaura
-- NPC: Blandine
-- Start Quest: The Sand Charmz
-- @pos 23 -7 41 249
-----------------------------------
package.loaded["scripts/zones/Mhaura/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/global... | gpl-3.0 |
Turttle/darkstar | scripts/zones/Labyrinth_of_Onzozo/npcs/Grounds_Tome.lua | 34 | 1146 | -----------------------------------
-- Area: Labyrinth of Onzozo
-- NPC: Grounds Tome
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/groundsofvalor");
-----------------------------------
-- onTrade Action
-----------------------------------
function onT... | gpl-3.0 |
Turttle/darkstar | scripts/globals/items/watermelon.lua | 35 | 1197 | -----------------------------------------
-- ID: 4491
-- Item: watermelon
-- Food Effect: 5Min, All Races
-----------------------------------------
-- Agility -6
-- Intelligence 4
-----------------------------------------
require("scripts/globals/status");
-----------------------------------------
-- OnIt... | gpl-3.0 |
dickeyf/darkstar | scripts/zones/Grauberg_[S]/npcs/qm1.lua | 30 | 1695 | -----------------------------------
-- Area: Grauberg [S]
-- NPC: ???
-- Quest - DNC AF1
-----------------------------------
package.loaded["scripts/zones/Grauberg_[S]/TextIDs"] = nil;
-------------------------------------
require("scripts/globals/harvesting");
require("scripts/zones/Grauberg_[S]/TextIDs");
-----... | gpl-3.0 |
SalvationDevelopment/Salvation-Scripts-TCG | c53927679.lua | 7 | 1145 | --ファイヤー・トルーパー
function c53927679.initial_effect(c)
--damage
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(53927679,0))
e1:SetCategory(CATEGORY_DAMAGE)
e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET+EFFECT_FLAG_DAMAGE_STEP)
e1:SetType(EFFECT_TYPE_TRIGGER_O+EFFECT_TYPE_SINGLE)
e1:SetCost(c53927679.cost)... | gpl-2.0 |
SalvationDevelopment/Salvation-Scripts-TCG | c89333528.lua | 5 | 1203 | --ジェネクス・ガイア
function c89333528.initial_effect(c)
--Destroy replace
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_CONTINUOUS+EFFECT_TYPE_SINGLE)
e2:SetCode(EFFECT_DESTROY_REPLACE)
e2:SetTarget(c89333528.desreptg)
e2:SetOperation(c89333528.desrepop)
c:RegisterEffect(e2)
end
function c89333528.repfilter(c)... | gpl-2.0 |
Turttle/darkstar | scripts/zones/Valkurm_Dunes/npcs/Nyata-Mobuta_WW.lua | 30 | 3056 | -----------------------------------
-- Area: Valkurm Dunes
-- NPC: Nyata-Mobuta, W.W.
-- Type: Outpost Conquest Guards
-- @pos 139.394 -7.885 100.384 103
-----------------------------------
package.loaded["scripts/zones/Valkurm_Dunes/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/conque... | gpl-3.0 |
SalvationDevelopment/Salvation-Scripts-TCG | c20932152.lua | 6 | 1410 | --クイック・シンクロン
function c20932152.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(c20932152.spcon)
e1:SetOperation(c20932152.spop)
c:RegisterEffect(e... | gpl-2.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.