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
SalvationDevelopment/Salvation-Scripts-TCG
c91822647.lua
4
1871
--ガスタのつむじ風 function c91822647.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_TODECK+CATEGORY_SPECIAL_SUMMON) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetCode(EVENT_FREE_CHAIN) e1:SetCondition(c91822647.condition) e1:SetTarget(c91822647.tar...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-TCG
c80769747.lua
2
2982
--C・スネーク function c80769747.initial_effect(c) --equip local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(80769747,0)) e1:SetCategory(CATEGORY_EQUIP) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetType(EFFECT_TYPE_IGNITION) e1:SetRange(LOCATION_MZONE) e1:SetTarget(c80769747.eqtg) e1:SetOperation(c807...
gpl-2.0
dickeyf/darkstar
scripts/globals/items/plate_of_sea_spray_risotto.lua
18
1627
----------------------------------------- -- ID: 4268 -- Item: plate_of_sea_spray_risotto -- Food Effect: 4Hrs, All Races ----------------------------------------- -- HP 45 -- Dexterity 6 -- Agility 3 -- Mind -4 -- HP Recovered While Healing 1 -- Accuracy % 6 (cap 20) ----------------------------------------- require(...
gpl-3.0
Turttle/darkstar
scripts/zones/Xarcabard/npcs/Cavernous_Maw.lua
58
1897
----------------------------------- -- Area: Xarcabard -- NPC: Cavernous Maw -- @pos 270 -9 -70 -- Teleports Players to Abyssea - Uleguerand ----------------------------------- package.loaded["scripts/zones/Xarcabard/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("sc...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c73178098.lua
5
1074
--虚栄巨影 function c73178098.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_ATKCHANGE) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetCode(EVENT_ATTACK_ANNOUNCE) e1:SetTarget(c73178098.target) e1:SetOperation(c73178098.activate) c:RegisterEffec...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-TCG
c97077563.lua
4
2637
--リビングデッドの呼び声 function c97077563.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) e1:SetHintTiming(0,TIMING_END_PHASE) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetTarget(c97077563.target) e1:SetO...
gpl-2.0
dickeyf/darkstar
scripts/zones/Port_Jeuno/npcs/Horst.lua
29
3441
----------------------------------- -- Area: Port Jeuno -- NPC: Horst -- Type: Abyssea Warp NPC -- @pos -54.379 0.001 -10.061 246 ----------------------------------- package.loaded["scripts/zones/Port_Jeuno/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Port_Jeuno/TextIDs"); ------------...
gpl-3.0
Turttle/darkstar
scripts/zones/Sauromugue_Champaign/npcs/qm6.lua
19
2295
----------------------------------- -- Area: Sauromugue Champaign -- NPC: qm6 (???) (Tower 6) -- Involved in Quest: THF AF "As Thick As Thieves" -- @pos 363.481 23.600 6.335 120 ----------------------------------- package.loaded["scripts/zones/Sauromugue_Champaign/TextIDs"] = nil; ----------------------------------...
gpl-3.0
dickeyf/darkstar
scripts/zones/Windurst_Walls/npcs/Pakke-Pokke.lua
13
1055
----------------------------------- -- Area: Windurst Walls -- NPC: Pakke-Pokke -- Type: Standard NPC -- @zone: 239 -- @pos -3.464 -17.25 125.635 -- -- Auto-Script: Requires Verification (Verfied by Brawndo) ----------------------------------- package.loaded["scripts/zones/Windurst_Walls/TextIDs"] = nil; ---------...
gpl-3.0
Turttle/darkstar
scripts/zones/Bostaunieux_Oubliette/npcs/Grounds_Tome.lua
34
1160
----------------------------------- -- Area: Bostaunieux Oubliette -- NPC: Grounds Tome ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/groundsofvalor"); ----------------------------------- -- onTrade Action ----------------------------------- function o...
gpl-3.0
Turttle/darkstar
scripts/zones/Aht_Urhgan_Whitegate/npcs/Sajaaya.lua
59
1060
----------------------------------- -- Area: Aht Urhgan Whitegate -- NPC: Sajaaya -- Type: Weather Reporter ----------------------------------- package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/zones/Aht_Urhgan_...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c440556.lua
2
1687
--バハムート・シャーク function c440556.initial_effect(c) --xyz summon aux.AddXyzProcedure(c,aux.FilterBoolFunction(Card.IsAttribute,ATTRIBUTE_WATER),4,2) c:EnableReviveLimit() --spsummon local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(440556,0)) e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetType(EFFECT_TY...
gpl-2.0
dickeyf/darkstar
scripts/zones/Port_Windurst/npcs/HomePoint#1.lua
27
1275
----------------------------------- -- Area: Port Windurst -- NPC: HomePoint#1 -- @pos -68.216 -4.000 111.761 240 ----------------------------------- package.loaded["scripts/zones/Port_Windurst/TextIDs"] = nil; require("scripts/globals/settings"); require("scripts/zones/Port_Windurst/TextIDs"); require("scripts/glob...
gpl-3.0
dickeyf/darkstar
scripts/zones/Port_San_dOria/npcs/_6g7.lua
13
1116
----------------------------------- -- Area: Port San d'Oria -- NPC: Door: Arrivals Entrance -- @zone 232 -- @pos -24 -8 15 ----------------------------------- package.loaded["scripts/zones/Port_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/zones/...
gpl-3.0
dickeyf/darkstar
scripts/zones/North_Gustaberg/npcs/relic.lua
13
1854
----------------------------------- -- Area: North Gustaberg -- NPC: <this space intentionally left blank> -- @pos -217 97 461 106 ----------------------------------- package.loaded["scripts/zones/North_Gustaberg/TextIDs"] = nil; ----------------------------------- require("scripts/zones/North_Gustaberg/TextIDs"); -...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c49681811.lua
3
3035
--無敗将軍 フリード function c49681811.initial_effect(c) --disable local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_FIELD) e1:SetCode(EFFECT_DISABLE) e1:SetRange(LOCATION_MZONE) e1:SetTargetRange(LOCATION_SZONE,LOCATION_SZONE) e1:SetTarget(c49681811.distg) c:RegisterEffect(e1) --disable effect local e2=Effect.C...
gpl-2.0
deepmind/meltingpot
meltingpot/lua/levels/externality_mushrooms/init.lua
1
1390
--[[ Copyright 2022 DeepMind Technologies Limited. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in...
apache-2.0
SalvationDevelopment/Salvation-Scripts-TCG
c42502956.lua
5
1694
--エアーズロック・サンライズ function c42502956.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) e1:SetCountLimit(1,42502956+EFFECT_COUNT_CODE_OATH) e1:SetTarget(c42502956...
gpl-2.0
Hajimokhradi/zli
libs/JSON.lua
28
34978
-- -*- coding: utf-8 -*- -- -- Simple JSON encoding and decoding in pure Lua. -- -- Copyright 2010-2014 Jeffrey Friedl -- http://regex.info/blog/ -- -- Latest version: http://regex.info/blog/lua/json -- -- This code is released under a Creative Commons CC-BY "Attribution" License: -- http://creativecommons.org/licenses...
gpl-3.0
Turttle/darkstar
scripts/globals/items/plate_of_mushroom_paella.lua
36
1409
----------------------------------------- -- ID: 5970 -- Item: Plate of Mushroom Paella -- Food Effect: 3 Hrs, All Races ----------------------------------------- -- HP 40 -- Strength -1 -- Mind 5 -- Magic Accuracy 5 -- Undead Killer 5 ----------------------------------------- require("scripts/globals/status"); -----...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c46897277.lua
5
1118
--エレキツネ function c46897277.initial_effect(c) --act limit local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(46897277,0)) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F) e1:SetCode(EVENT_DESTROYED) e1:SetCondition(c46897277.condition) e1:SetOperation(c46897277.operation) c:RegisterEffect(e1) end...
gpl-2.0
mohammadclash/STAR
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
Death15/Mega-Tauch
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
SalvationDevelopment/Salvation-Scripts-TCG
c69303178.lua
5
1304
--光神機-桜火 function c69303178.initial_effect(c) --summon with no tribute local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(69303178,0)) e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE) e1:SetType(EFFECT_TYPE_SINGLE) e1:SetCode(EFFECT_SUMMON_PROC) e1:SetCondition(c69303178.ntcon) e1:S...
gpl-2.0
eggBOY91/opencore
src/scripts/lua/Lua/Stable Scripts/Azeroth/Karazhan/BOSS_Karazhan_Kilrek.lua
30
1152
function Kilrek_Broken_Pact(Unit, event, miscunit, misc) if Unit:GetHealthPct() < 2 and Didthat == 0 then Unit:FullCastSpellOnTarget(30065,Unit:GetUnitBySqlId(15688)) Unit:SendChatMessage(11, 0, "You let me down Terestian, you will pay for this...") Didthat = 1 else end end function Kilrek_FireBolt(Unit, even...
agpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c57441100.lua
5
1637
--金剛真力 function c57441100.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) c:RegisterEffect(e1) --special summon local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(57441100,0)) e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetT...
gpl-2.0
mamaddeveloper/hhw
plugins/banhammer.lua
294
10470
local function is_user_whitelisted(id) local hash = 'whitelist:user#id'..id local white = redis:get(hash) or false return white end local function is_chat_whitelisted(id) local hash = 'whitelist:chat#id'..id local white = redis:get(hash) or false return white end local function kick_user(user_id, chat_id)...
gpl-2.0
FREEZX/CMYKEscape
lib/Quickie/input.lua
2
3256
--[[ Copyright (c) 2012 Matthias Richter 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 the rights to use, copy, modify, merge, publish, distribu...
bsd-3-clause
Turttle/darkstar
scripts/globals/weaponskills/dark_harvest.lua
29
1229
----------------------------------- -- Dark Harvest -- Scythe weapon skill -- Skill Level: 30 -- Delivers a dark elemental attack. Damage varies with TP. -- Aligned with the Aqua Gorget. -- Aligned with the Aqua Belt. -- Element: Dark -- Modifiers: STR:20% ; INT:20% -- 100%TP 200%TP 300%TP -- 1.00 ...
gpl-3.0
bowlofstew/ztorch
Tensor.lua
2
58862
-- -- Copyright (c) 2015, Facebook, Inc. -- All rights reserved. -- -- This source code is licensed under the BSD-style license found in the -- LICENSE file in the root directory of this source tree. An additional grant -- of patent rights can be found in the PATENTS file in the same directory. local argcheck = r...
bsd-3-clause
Turttle/darkstar
scripts/globals/items/strip_of_bison_jerky.lua
35
1398
----------------------------------------- -- ID: 5207 -- Item: strip_of_bison_jerky -- Food Effect: 60Min, All Races ----------------------------------------- -- Strength 5 -- Mind -2 -- Attack % 18 -- Attack Cap 70 ----------------------------------------- require("scripts/globals/status"); ------------...
gpl-3.0
Turttle/darkstar
scripts/zones/The_Garden_of_RuHmet/npcs/HomePoint#1.lua
17
1203
----------------------------------- -- Area: The_Garden_of_RuHmet -- NPC: HomePoint#1 -- @pos ----------------------------------- package.loaded["scripts/zones/The_Garden_of_RuHmet/TextIDs"] = nil; require("scripts/globals/settings"); require("scripts/zones/The_Garden_of_RuHmet/TextIDs"); require("scripts/globals...
gpl-3.0
robo-crc/scoreboard
extern/premake/tools/dotnet.lua
40
1857
-- -- dotnet.lua -- Interface for the C# compilers, all of which are flag compatible. -- Copyright (c) 2002-2009 Jason Perkins and the Premake project -- premake.dotnet = { } premake.dotnet.namestyle = "windows" -- -- Translation of Premake flags into CSC flags -- local flags = { FatalWarning = "/warnase...
mit
Turttle/darkstar
scripts/zones/PsoXja/npcs/HomePoint#1.lua
19
1171
----------------------------------- -- Area: PsoXja -- NPC: HomePoint#1 -- @pos -58 40 14 10 ----------------------------------- package.loaded["scripts/zones/FeiYin/TextIDs"] = nil; require("scripts/globals/settings"); require("scripts/zones/FeiYin/TextIDs"); require("scripts/globals/homepoint"); -----------------...
gpl-3.0
dickeyf/darkstar
scripts/zones/Abyssea-Konschtat/npcs/Cruor_Prospector.lua
29
10716
----------------------------------- -- Area: Abyssea - Konschtat -- NPC: Cruor Prospector -- Type: Cruor NPC -- @pos 132.000,-75.856,-822.000 15 ----------------------------------- package.loaded["scripts/zones/Abyssea-Konschtat/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Abyssea-Konsch...
gpl-3.0
eugeneia/snabb
lib/ljsyscall/examples/epoll.lua
23
3206
-- simple epoll-based socket example. Serves up http responses, but is of course not a proper server -- you can test performance with ab -n 100000 -c 100 http://localhost:8000/ although ab may be the limiting factor local S if arg[1] == "rump" then S = require "syscall.rump.init".init{"net", "net.net", "net.local", ...
apache-2.0
Turttle/darkstar
scripts/zones/Den_of_Rancor/npcs/_4g6.lua
17
2120
----------------------------------- -- Area: Den of Rancor -- NPC: Lantern (SE) -- @pos -59 45 24 160 ----------------------------------- package.loaded["scripts/zones/Den_of_Rancor/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/zones/Den_of_Rancor/...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c100000031.lua
2
2250
--神事の獣葬 function c100000031.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_DESTROY+CATEGORY_DRAW) e1:SetProperty(EFFECT_FLAG_CARD_TARGET+EFFECT_FLAG_PLAYER_TARGET) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) e1:SetHintTiming(0,0x1e0) e1:SetTarget(c10000003...
gpl-2.0
fgenesis/Aquaria_experimental
game_scripts/scripts/entities/whelkcommon.lua
1
5185
-- 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
c70595331.lua
6
1949
--地獄の門番イル・ブラッド function c70595331.initial_effect(c) aux.EnableDualAttribute(c) --special summon local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_IGNITION) e1:SetDescription(aux.Stringid(70595331,0)) e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetRange(LOCATION_MZONE) e1:SetCountLimit(1) e1:SetCondition(au...
gpl-2.0
dickeyf/darkstar
scripts/globals/spells/bluemagic/hecatomb_wave.lua
25
1913
----------------------------------------- -- Spell: Hecatomb Wave -- Deals wind damage to enemies within a fan-shaped area originating from the caster. Additional effect: Blindness -- Spell cost: 116 MP -- Monster Type: Demons -- Spell Type: Magical (Wind) -- Blue Magic Points: 3 -- Stat Bonus: AGI+1 -- Level: 54 -- Ca...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c30241314.lua
4
1392
--マクロコスモス function c30241314.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) e1:SetTarget(c30241314.target) e1:SetOperation(c30241314.activate) c:RegisterEffect(e1) --remove local e2=Effect.Creat...
gpl-2.0
Team-CC-Corp/ClamShell
lib/buffer.lua
1
9486
function new(original) if not original then original = term.current() end local text = {} local textColor = {} local backColor = {} local cursorX = 1 local cursorY = 1 local lineOffset = 0 local cursorYOffset = cursorY local cursorBlink = false local curTextColor = "0" loc...
mit
SalvationDevelopment/Salvation-Scripts-TCG
c15717011.lua
2
2172
--融合呪印生物-光 function c15717011.initial_effect(c) --spsummon local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetDescription(aux.Stringid(15717011,0)) e1:SetType(EFFECT_TYPE_IGNITION) e1:SetRange(LOCATION_MZONE) e1:SetLabel(0) e1:SetCost(c15717011.cost) e1:SetTarget(c15717011.target) e...
gpl-2.0
Turttle/darkstar
scripts/zones/Southern_San_dOria_[S]/npcs/Raustigne.lua
16
1506
----------------------------------- -- Area: Southern SandOria [S] -- NPC: Raustigne -- @zone 80 -- @pos 4 -2 44 ----------------------------------- package.loaded["scripts/zones/Southern_San_dOria_[S]/TextIDs"] = nil; require("scripts/zones/Southern_San_dOria_[S]/TextIDs"); require("scripts/globals/quests"); ...
gpl-3.0
Turttle/darkstar
scripts/zones/Kazham/npcs/Bhoyu_Halpatacco.lua
17
1254
----------------------------------- -- Area: Kazham -- NPC: Bhoyu Halpatacco -- @zone 250 -- @pos -18 -4 -15 ----------------------------------- package.loaded["scripts/zones/Kazham/TextIDs"] = nil; require("scripts/zones/Kazham/TextIDs"); ----------------------------------- -- onTrade Action -----------...
gpl-3.0
dickeyf/darkstar
scripts/zones/Meriphataud_Mountains/npcs/Beastmen_s_Banner.lua
13
1028
----------------------------------- -- Area: Meriphataud_Mountains -- NPC: Beastmen_s_Banner -- @pos 592.850 -16.765 -518.802 119 ----------------------------------- package.loaded["scripts/zones/Meriphataud_Mountains/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Meriphataud_Mountains/Tex...
gpl-3.0
Turttle/darkstar
scripts/zones/Metalworks/npcs/Udine_AMAN.lua
32
1364
----------------------------------- -- Area: Metalworks -- NPC: Udine A.M.A.N -- Type: Mentor Recruiter ----------------------------------- package.loaded["scripts/zones/Metalworks/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Metalworks/TextIDs"); ----------------------------...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c4335645.lua
6
1095
--ニュードリュア function c4335645.initial_effect(c) --destroy local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(4335645,0)) e1:SetCategory(CATEGORY_DESTROY) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F) e1:SetCode(EVENT_BATTLE_DESTROYED) e1:SetCondition(c433...
gpl-2.0
dickeyf/darkstar
scripts/zones/Temple_of_Uggalepih/npcs/_4fx.lua
13
2022
----------------------------------- -- Area: Temple of Uggalepih -- NPC: Granite Door -- @pos 340 0.1 329 159 ----------------------------------- package.loaded["scripts/zones/Temple_of_Uggalepih/TextIDs"] = nil; ----------------------------------- require("scripts/globals/missions"); require("scripts/globals/keyitem...
gpl-3.0
dickeyf/darkstar
scripts/globals/abilities/fighters_roll.lua
5
2604
----------------------------------- -- Ability: Fighter's Roll -- Improves "Double Attack" rate for party members within area of effect -- Optimal Job: Warrior -- Lucky Number: 5 -- Unlucky Number: 9 -- Level: 49 -- -- Die Roll |No WAR |With WAR -- -------- -------- ----------- -- 1 |2% |8% -- 2 ...
gpl-3.0
longsion/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
RussellHaley/lua-http
http/proxies.lua
2
2056
-- Proxy from e.g. environmental variables. local proxies_methods = {} local proxies_mt = { __name = "http.proxies"; __index = proxies_methods; } local function new() return setmetatable({ http_proxy = nil; https_proxy = nil; all_proxy = nil; no_proxy = nil; }, proxies_mt) end function proxies_methods:up...
mit
Riverlance/kingdom-age-game-windows
modules/game_playerdeath/playerdeath.lua
1
3416
_G.GamePlayerDeath = { } deathWindow = nil local deathTexts = { regular = { text = 'Ouch! Brave adventurer, you have met a sad fate.\nBut do not despair, for the gods will bring you back\ninto this world in exchange for a small sacrifice.\n\nSimply click on Ok to resume your journeys!', height = 140, width = 0 },...
mit
SalvationDevelopment/Salvation-Scripts-TCG
c64514622.lua
2
1362
--龍王の聖刻印 function c64514622.initial_effect(c) aux.EnableDualAttribute(c) --special summon local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_IGNITION) e1:SetDescription(aux.Stringid(64514622,0)) e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetRange(LOCATION_MZONE) e1:SetCondition(aux.IsDualState) e1:SetCost(...
gpl-2.0
Turttle/darkstar
scripts/zones/Riverne-Site_A01/npcs/_0u2.lua
17
1341
----------------------------------- -- Area: Riverne Site #A01 -- NPC: Unstable Displacement ----------------------------------- package.loaded["scripts/zones/Riverne-Site_A01/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/zones/Riverne-Site_A01/Text...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c43930492.lua
2
2295
--Magical Something function c43930492.initial_effect(c) c:EnableCounterPermit(0x1) --add counter local e0=Effect.CreateEffect(c) e0:SetType(EFFECT_TYPE_CONTINUOUS+EFFECT_TYPE_FIELD) e0:SetProperty(EFFECT_FLAG_CANNOT_DISABLE) e0:SetCode(EVENT_CHAINING) e0:SetRange(LOCATION_MZONE) e0:SetOperation(aux.chainreg) ...
gpl-2.0
dickeyf/darkstar
scripts/zones/Bastok_Mines/npcs/Explorer_Moogle.lua
13
1711
----------------------------------- -- Area: Bastok Mines -- NPC: Explorer Moogle -- ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/teleports"); ----------------------------------- -- onTrade Action ----------------------------------- function onTrade(player,npc,t...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c78910579.lua
7
1546
--儀水鏡の反魂術 function c78910579.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_TOHAND) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) e1:SetTarget(c78910579.target) e1:SetOperation(c78910579.activate) c:RegisterEffect(e1)...
gpl-2.0
stupid-/tdm
gamemodes/tdm/entities/weapons/weapon_ttt_mp7.lua
2
1807
AddCSLuaFile() if CLIENT then SWEP.PrintName = "MP5 Navy" SWEP.Slot = 2 SWEP.Icon = "vgui/ttt/icon_mp5" end -- Always derive from weapon_tttbase SWEP.Base = "weapon_tttbase" -- Standard GMod values SWEP.HoldType = "ar2" SWEP.Primary.Ammo = "Pistol" SWEP.Primary.Delay = 0.08 SWEP.Primary.Recoil = 0.85 SW...
mit
Turttle/darkstar
scripts/zones/Beaucedine_Glacier/npcs/Luck_Rune.lua
34
1089
----------------------------------- -- Area: Beaucedine Glacier -- NPC: Luck Rune -- Involved in Quest: Mhaura Fortune -- @pos 70.736 -37.778 149.624 111 ----------------------------------- package.loaded["scripts/zones/Beaucedine_Glacier/TextIDs"] = nil; ------------------------------------- require("sc...
gpl-3.0
Turttle/darkstar
scripts/zones/Windurst_Waters/npcs/Shohrun-Tuhrun.lua
36
1960
----------------------------------- -- Area: Windurst Waters -- NPC: Shohrun-Tuhrun -- Standard Merchant NPC -- Confirmed shop stock, August 2013 ----------------------------------- require("scripts/globals/shop"); package.loaded["scripts/zones/Windurst_Waters/TextIDs"] = nil; require("scripts/zones/Windurst...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c9024367.lua
2
1900
--ギャラクシー・ドラグーン function c9024367.initial_effect(c) --atklimit local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_SINGLE) e1:SetCode(EFFECT_CANNOT_SELECT_BATTLE_TARGET) e1:SetValue(c9024367.bttg) c:RegisterEffect(e1) local e2=Effect.CreateEffect(c) e2:SetType(EFFECT_TYPE_SINGLE) e2:SetCode(EFFECT_CANNOT_DIR...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-TCG
c79965360.lua
7
2412
--アマゾネスの秘宝 function c79965360.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(c79965360.target) e1:SetOperation(c79965360.operation) c:RegisterEffect(e1...
gpl-2.0
dickeyf/darkstar
scripts/globals/items/serving_of_salmon_eggs.lua
18
1325
----------------------------------------- -- ID: 5217 -- Item: serving_of_salmon_eggs -- Food Effect: 5Min, All Races ----------------------------------------- -- Health 6 -- Magic 6 -- Dexterity 2 -- Mind -3 ----------------------------------------- require("scripts/globals/status"); --------------------------------...
gpl-3.0
mrbangi/trgm
plugins/ingroup.lua
1
44247
do -- Check Member local function check_member_autorealm(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 -- Group configuration data[tostr...
gpl-2.0
Turttle/darkstar
scripts/zones/Port_San_dOria/npcs/Regine.lua
17
5797
----------------------------------- -- Area: Port San d'Oria -- NPC: Regine -- Standard Merchant NPC ----------------------------------- package.loaded["scripts/zones/Port_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/globals/shop"); require("scripts/globals/quests"); requi...
gpl-3.0
Turttle/darkstar
scripts/zones/The_Garden_of_RuHmet/mobs/Ix_aern_drg.lua
13
2474
----------------------------------- -- Area: The Garden of Ru'Hmet -- NPC: Ix'aern (drg) ----------------------------------- require("scripts/globals/status"); require("scripts/zones/The_Garden_of_RuHmet/MobIDs"); ----------------------------------- -- onMobSpawn Action ----------------------------------- ...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c80925836.lua
3
2299
--コアキメイル・デビル function c80925836.initial_effect(c) --cost local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS) e1:SetProperty(EFFECT_FLAG_UNCOPYABLE+EFFECT_FLAG_CANNOT_DISABLE) e1:SetCode(EVENT_PHASE+PHASE_END) e1:SetCountLimit(1) e1:SetRange(LOCATION_MZONE) e1:SetCondition(c80925...
gpl-2.0
Turttle/darkstar
scripts/zones/The_Garden_of_RuHmet/mobs/Jailer_of_Faith.lua
24
1296
----------------------------------- -- Area: The Garden of Ru'Hmet -- NPC: Jailer_of_Faith ----------------------------------- ----------------------------------- -- onMobSpawn Action ----------------------------------- function onMobSpawn(mob) -- Give it two hour mob:setMod(MOBMOD_MAIN_2HOUR, 1); -- Change anima...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c45974017.lua
2
3154
--闇魔界の契約書 function c45974017.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(45974017,0)) e2:SetType(EFFECT_TYPE_IGNITION) e2:SetRange(LOCATIO...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-TCG
c12822541.lua
3
2199
--DDリリス function c12822541.initial_effect(c) --tohand local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e1:SetCode(EVENT_SUMMON_SUCCESS) e1:SetProperty(EFFECT_FLAG_CARD_TARGET+EFFECT_FLAG_DAMAGE_STEP+EFFECT_FLAG_DELAY) e1:SetCount...
gpl-2.0
dickeyf/darkstar
scripts/globals/items/prized_seafood_stewpot.lua
18
1946
----------------------------------------- -- 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
fgenesis/Aquaria_experimental
game_scripts/_mods/guert_mod/scripts/node_sleep.lua
12
1668
-- 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
dickeyf/darkstar
scripts/zones/Grand_Palace_of_HuXzoi/npcs/_iyb.lua
13
1259
----------------------------------- -- Area: Grand Palace of Hu'Xzoi -- NPC: Particle Gate -- @pos 1 0.1 -320 34 ----------------------------------- package.loaded["scripts/zones/Grand_Palace_of_HuXzoi/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Grand_Palace_of_HuXzoi/TextIDs"); --...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c12289247.lua
2
6264
--クロノグラフ・マジシャン function c12289247.initial_effect(c) aux.EnablePendulumAttribute(c) --pendulum set/spsummon local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(12289247,0)) e1:SetCategory(CATEGORY_DESTROY+CATEGORY_SPECIAL_SUMMON) e1:SetType(EFFECT_TYPE_IGNITION) e1:SetRange(LOCATION_PZONE) e1:SetCount...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-TCG
c13492423.lua
9
1225
--フォトン・カイザー function c13492423.initial_effect(c) --spsummon local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(13492423,0)) e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e1:SetCode(EVENT_SUMMON_SUCCESS) e1:SetTarget(c13492423.sptg) e1:SetOperation(c1349...
gpl-2.0
dickeyf/darkstar
scripts/zones/North_Gustaberg/npcs/qm2.lua
13
1684
----------------------------------- -- Area: North Gustaberg -- NPC: qm2 (???) -- Involved in Quest "As Thick As Thieves" -- @pos -232.924 99.107 442.990 106 ----------------------------------- package.loaded["scripts/zones/North_Gustaberg/TextIDs"] = nil; ----------------------------------- require("scripts/globals/s...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c66235877.lua
6
1222
--デス・デーモン・ドラゴン function c66235877.initial_effect(c) --fusion material c:EnableReviveLimit() aux.AddFusionProcCode2(c,93220472,16475472,false,false) --disable local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_FIELD) e1:SetCode(EFFECT_DISABLE) e1:SetRange(LOCATION_MZONE) e1:SetTargetRange(LOCATION_MZONE,LOC...
gpl-2.0
Turttle/darkstar
scripts/zones/Windurst_Waters_[S]/npcs/Ezura-Romazura.lua
34
1541
----------------------------------- -- Area: Windurst Waters [S] -- NPC: Ezura-Romazura -- Standard Merchant NPC ----------------------------------- package.loaded["scripts/zones/Windurst_Waters_[S]/TextIDs"] = nil; ----------------------------------- require("scripts/globals/shop"); require("scripts/zones/Wi...
gpl-3.0
Turttle/darkstar
scripts/zones/Port_Jeuno/npcs/Challoux.lua
37
1148
----------------------------------- -- Area: Port Jeuno -- NPC: Challoux -- Standard Merchant NPC ----------------------------------- require("scripts/globals/shop"); package.loaded["scripts/zones/Port_Jeuno/TextIDs"] = nil; require("scripts/zones/Port_Jeuno/TextIDs"); ----------------------------------- -...
gpl-3.0
Turttle/darkstar
scripts/zones/Valkurm_Dunes/npcs/Hieroglyphics.lua
17
2399
----------------------------------- -- Area: Valkurm_Dunes -- NPC: Hieroglyphics -- Dynamis Valkurm_Dunes Enter -- @pos 117 -10 133 172 103 ----------------------------------- package.loaded["scripts/zones/Valkurm_Dunes/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings");...
gpl-3.0
eugeneia/snabb
src/apps/ipv4/arp.lua
4
13132
-- Use of this source code is governed by the Apache 2.0 license; see COPYING. -- ARP address resolution (RFC 826) -- Given a remote IPv4 address, try to find out its MAC address. -- If resolution succeeds: -- All packets coming through the 'south' interface (ie, via the network card) -- are silently forwarded (unles...
apache-2.0
SalvationDevelopment/Salvation-Scripts-TCG
c67249508.lua
2
2019
--竜星の凶暴化 function c67249508.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_PRE_DAMAGE_CALCULATE) e1:SetCondition(c67249508.condition) e1:SetOperation(c67249508.activate) c:RegisterEffect(e1) end function c67249508.condition(e,tp,eg,ep,ev,re,r,rp) l...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-TCG
c74519184.lua
7
1349
--手札断殺 function c74519184.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_DRAW) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) e1:SetTarget(c74519184.target) e1:SetOperation(c74519184.activate) c:RegisterEffect(e1) end function c74519184.target(e,tp,eg,ep,ev,r...
gpl-2.0
dickeyf/darkstar
scripts/globals/abilities/wild_flourish.lua
27
2207
----------------------------------- -- Ability: Wild Flourish -- Readies target for a skillchain. Requires at least two Finishing Moves. -- Obtained: Dancer Level 60 -- Finishing Moves Used: 2 -- Recast Time: 0:30 -- Duration: 0:05 ----------------------------------- require("scripts/globals/settings"); require("scrip...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c34773082.lua
6
1353
--魔玩具補綴 function c34773082.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) e1:SetCountLimit(1,34773082+EFFECT_COUNT_CODE_OATH) e1:SetTarget(c34773082.target) e1:SetOperation(c34773082.activ...
gpl-2.0
Turttle/darkstar
scripts/globals/mobskills/Nullifying_Dropkick.lua
58
1046
--------------------------------------------- -- Nullifying Dropkick -- --------------------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); require("scripts/globals/monstertpmoves"); require("scripts/zones/Empyreal_Paradox/TextIDs"); -----------------------------------...
gpl-3.0
SalvationDevelopment/Salvation-Scripts-TCG
c55991637.lua
6
2160
--火竜の火炎弾 function c55991637.initial_effect(c) --damage local e1=Effect.CreateEffect(c) e1:SetDescription(aux.Stringid(55991637,0)) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCategory(CATEGORY_DAMAGE) e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET) e1:SetCode(EVENT_FREE_CHAIN) e1:SetCondition(c55991637.condition) e1:SetT...
gpl-2.0
Turttle/darkstar
scripts/globals/spells/bluemagic/warm-up.lua
17
1973
----------------------------------------- -- Spell: Warm-Up -- Enhances accuracy and evasion -- Spell cost: 59 MP -- Monster Type: Beastmen -- Spell Type: Magical (Earth) -- Blue Magic Points: 4 -- Stat Bonus: VIT+1 -- Level: 68 -- Casting Time: 7 seconds -- Recast Time: 120 seconds -- Duration: 180 seconds...
gpl-3.0
fgenesis/Aquaria_experimental
game_scripts/scripts/entities/sunkenmom.lua
1
7497
-- 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
dickeyf/darkstar
scripts/zones/Apollyon/npcs/Radiant_Aureole.lua
12
6386
----------------------------------- -- Area: Appolyon -- NPC: Radiant_Aureole -- @pos ----------------------------------- require("scripts/globals/limbus"); require("scripts/globals/keyitems"); package.loaded["scripts/zones/Apollyon/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Apollyon...
gpl-3.0
Ablu/ValyriaTear
dat/skills/defense.lua
1
4417
------------------------------------------------------------------------------[[ -- Filename: defense.lua -- -- Description: This file contains the definitions of all defense skills. -- Each defense skill has a unique integer identifier -- that is used as its key in the skills table below. Some skills are primarily -- ...
gpl-2.0
fgenesis/Aquaria_experimental
game_scripts/scripts/entities/sporechildflowerred.lua
6
1327
-- 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
shuaicj/g1
cocos2d/plugin/luabindings/auto/api/lua_cocos2dx_pluginx_auto_api.lua
146
1793
-------------------------------- -- @module plugin -------------------------------------------------------- -- the plugin PluginProtocol -- @field [parent=#plugin] PluginProtocol#PluginProtocol PluginProtocol preloaded module -------------------------------------------------------- -- the plugin PluginManager -- @fi...
gpl-2.0
Turttle/darkstar
scripts/globals/items/skewer_of_m&p_chicken.lua
36
1336
----------------------------------------- -- ID: 5639 -- Item: Skewer of M&P Chicken -- Food Effect: 3Min, All Races ----------------------------------------- -- Strength 5 -- Intelligence -5 -- Attack % 25 -- Attack Cap 154 ----------------------------------------- require("scripts/globals/status"); ----------------...
gpl-3.0
fgenesis/Aquaria_experimental
game_scripts/scripts/entities/dark-li-shot.lua
6
3694
-- 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
uranix/awesome-patched
luadoc/root.lua
6
1788
--- awesome root window API -- @author Julien Danjou &lt;julien@danjou.info&gt; -- @copyright 2008-2009 Julien Danjou module("root") --- Get or set global mouse bindings. -- This binding will be available when you'll click on root window. -- @param button_table An array of mouse button bindings objects, or nothing. --...
gpl-2.0
SalvationDevelopment/Salvation-Scripts-TCG
c45133463.lua
4
1421
--死神の呼び声 function c45133463.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_SPSUMMON_SUCCESS) e1:SetCondition(c45133463.condition) e1:SetTarget(c45133463.target) e1:Set...
gpl-2.0
dickeyf/darkstar
scripts/zones/Tavnazian_Safehold/npcs/Misseulieu.lua
13
1551
----------------------------------- -- Area: Tavnazian Safehold -- NPC: Misseulieu -- Standard Merchant NPC ----------------------------------- require("scripts/globals/shop"); package.loaded["scripts/zones/Tavnazian_Safehold/TextIDs"] = nil; require("scripts/zones/Tavnazian_Safehold/TextIDs"); ----------------------...
gpl-3.0