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 |
|---|---|---|---|---|---|
DailyShana/ygopro-scripts | c4179255.lua | 3 | 2539 | --妖精竜 エンシェント
function c4179255.initial_effect(c)
--synchro summon
aux.AddSynchroProcedure(c,nil,aux.NonTuner(nil),1)
c:EnableReviveLimit()
--draw
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_DRAW)
e1:SetDescription(aux.Stringid(4179255,0))
e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET)
e1:SetType(EFFECT_... | gpl-2.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/tangible/weather_object/weather_object_base.lua | 3 | 2260 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | agpl-3.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/tangible/ship/crafted/chassis/chassis_z95_wing_l.lua | 3 | 2280 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | agpl-3.0 |
njligames/NJLIGameEngine | projects/YappyBirds_macOS_Xcode/build/Debug/NJLIGameEngine.app/Contents/Resources/assets/scripts/YAPPYBIRDS/SCENES/MENU/STATES/About.lua | 4 | 4780 | local BaseClass = require "NJLI.STATEMACHINE.SceneEntityState"
local About = {}
About.__index = About
--#############################################################################
--DO NOT EDIT ABOVE
--#############################################################################
--#################################... | mit |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/tangible/loot/tool/calibrator_broken.lua | 3 | 2232 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | agpl-3.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/creature/npc/base/objects.lua | 3 | 142929 | --Copyright (C) 2009 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later version.
... | agpl-3.0 |
DailyShana/ygopro-scripts | c76407432.lua | 3 | 1177 | --バスター・カウンター
function c76407432.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(c76407432.condition)
e1:SetTarget(c76407432.target)
e1:SetOperation(c76407432.activate)
c:Reg... | gpl-2.0 |
mohammad051/bb | plugins/msg-checks.lua | 26 | 13860 | --Begin msg_checks.lua By @SoLiD
local function pre_process(msg)
local data = load_data(_config.moderation.data)
local chat = msg.to.id
local user = msg.from.id
local is_channel = msg.to.type == "channel"
local is_chat = msg.to.type == "chat"
local auto_leave = 'auto_leave_bot'
local hash = "gp_lang:"..chat
local lang ... | gpl-3.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/mobile/lair/npc_theater/tatooine_tusken_raider_kingdom_neutral_large_theater.lua | 3 | 1349 | tatooine_tusken_raider_kingdom_neutral_large_theater = Lair:new {
mobiles = {
{"tusken_berserker",3},
{"tusken_blood_champion",3},
{"tusken_chief",3},
{"tusken_elite_guard",3},
{"tusken_gore_chief",2},
{"tusken_king",1},
{"tusken_torture_lord",2},
},
spawnLimit = 15,
buildingsVeryEasy = {"object/buil... | agpl-3.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/weapon/melee/sword/crafted_saber/sword_lightsaber_one_handed_s2_gen1.lua | 1 | 6228 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | agpl-3.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/tangible/lair/base/earthmound_light.lua | 2 | 2280 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | agpl-3.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/tangible/ship/components/engine/eng_rss_imperial_skyrunner.lua | 3 | 2320 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | agpl-3.0 |
njligames/NJLIGameEngine | projects/YappyBirds/gameplay_scripts/yappybirds_game/scripts/YAPPYBIRDS/NODES/BaseGameplayNode.lua | 4 | 7168 | local BaseClass = require "NJLI.STATEMACHINE.NodeEntity"
local BaseGameplayNode = {}
BaseGameplayNode.__index = BaseGameplayNode
--#############################################################################
--DO NOT EDIT ABOVE
--#############################################################################
--######... | mit |
DailyShana/ygopro-scripts | c85967160.lua | 3 | 1442 | --アロマージ-ベルガモット
function c85967160.initial_effect(c)
--pierce
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_FIELD)
e1:SetCode(EFFECT_PIERCE)
e1:SetRange(LOCATION_MZONE)
e1:SetTargetRange(LOCATION_MZONE,0)
e1:SetCondition(c85967160.pccon)
e1:SetTarget(aux.TargetBoolFunction(Card.IsRace,RACE_PLANT))
c:Re... | gpl-2.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/tangible/food/crafted/dish_fried_endwa.lua | 3 | 2240 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | agpl-3.0 |
Whitechaser/darkstar | scripts/zones/Nyzul_Isle/mobs/Alexander.lua | 5 | 2702 | -----------------------------------
-- Area: Nyzul Isle (Nashmeira's Plea)
-- MOB: Alexander
-----------------------------------
require("scripts/zones/Nyzul_Isle/IDs");
require("scripts/globals/status");
-----------------------------------
function onMobSpawn(mob)
mob:setMobMod(MOBMOD_NO_MOVE, 1);
-- "Draw i... | gpl-3.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/building/general/parking_garage_general.lua | 2 | 2273 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | agpl-3.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/soundobject/soundobject_hydro_power_generator.lua | 3 | 2268 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | agpl-3.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/static/item/item_bowl_plain.lua | 3 | 2196 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | agpl-3.0 |
Zefiros-Software/premake-core | tests/api/test_register.lua | 16 | 1711 | --
-- tests/api/test_register.lua
-- Tests the new API registration function.
-- Copyright (c) 2012 Jason Perkins and the Premake project
--
local p = premake
local suite = test.declare("api_register")
local api = p.api
--
-- Setup and teardown
--
function suite.teardown()
testapi = nil
end
--
-- Verify t... | bsd-3-clause |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/tangible/mission/quest_item/green_laser_q1_needed.lua | 3 | 2284 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | agpl-3.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/tangible/test/test_barrel_b.lua | 3 | 2196 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | agpl-3.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/ship/firespray.lua | 3 | 2144 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | agpl-3.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/tangible/wearables/base/base_dress_poofysleeve_upper.lua | 3 | 2296 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | agpl-3.0 |
Zefiros-Software/premake-core | src/_premake_init.lua | 1 | 29895 | --
-- _premake_init.lua
--
-- Prepares the runtime environment for the add-ons and user project scripts.
--
-- Copyright (c) 2012-2015 Jason Perkins and the Premake project
--
local p = premake
local api = p.api
local DOC_URL = "See https://github.com/premake/premake-core/wiki/"
---------------------------------... | bsd-3-clause |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/tangible/component/weapon/blaster_power_handler_quest.lua | 3 | 2300 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | agpl-3.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/mobile/naboo/trade_federation_avenger.lua | 1 | 1244 | trade_federation_avenger = Creature:new {
objectName = "@mob/creature_names:trade_federation_avenger",
randomNameType = NAME_GENERIC_TAG,
socialGroup = "trade_federation",
faction = "trade_federation",
level = 16,
chanceHit = 0.31,
damageMin = 170,
damageMax = 180,
baseXp = 960,
baseHAM = 2900,
baseHAMmax = ... | agpl-3.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/weapon/ranged/droid/droid_probot_ranged.lua | 2 | 2244 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | agpl-3.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/draft_schematic/droid/droid_r4_advanced.lua | 1 | 3900 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | agpl-3.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/mobile/dressed_imperial_officer_m_5.lua | 3 | 2228 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | agpl-3.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/screenplays/hondo/buff_terminals.lua | 1 | 1139 | -- Buff Terminals
-- R. Bassett Jr. www.tpot.ca
-- June 2015 (Oiringally July 2014)
--
-- Terminals located insdide Medical Centers
BuffTerminals = ScreenPlay:new {
numberOfActs = 1,
}
registerScreenPlay("BuffTerminals", true)
function BuffTerminals:start()
self:spawnSceneObjects()
end
function BuffTerminals:sp... | agpl-3.0 |
Whitechaser/darkstar | scripts/globals/items/fish_mithkabob.lua | 2 | 1215 | -----------------------------------------
-- ID: 4398
-- Item: fish_mithkabob
-- Food Effect: 30Min, All Races
-----------------------------------------
-- Dexterity 1
-- Vitality 2
-- Mind -1
-- Defense % 25
-- Defense Cap 90
-----------------------------------------
require("scripts/globals/status");
----------------... | gpl-3.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/tangible/wearables/vest/vest_s06.lua | 3 | 5168 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | agpl-3.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/tangible/ship/components/weapon/wpn_corellian_ag2g_quad_laser.lua | 3 | 2332 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | agpl-3.0 |
epitech-labfree/vlc-1.1-encre | share/lua/playlist/anevia_streams.lua | 112 | 3664 | --[[
$Id$
Parse list of available streams on Anevia Toucan servers.
The URI http://ipaddress:554/list_streams.idp describes a list of
available streams on the server.
Copyright © 2009 M2X BV
Authors: Jean-Paul Saman <jpsaman@videolan.org>
This program is free software; you can redistribute it and/or modify
... | gpl-2.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/mobile/bantha_hue.lua | 3 | 2156 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | agpl-3.0 |
lehinevych/Dato-Core | src/unity/python/graphlab/lua/pl/file.lua | 32 | 1585 | --- File manipulation functions: reading, writing, moving and copying.
--
-- Dependencies: `pl.utils`, `pl.dir`, `pl.path`
-- @module pl.file
local os = os
local utils = require 'pl.utils'
local dir = require 'pl.dir'
local path = require 'pl.path'
--[[
module ('pl.file',utils._module)
]]
local file = {}
--- return t... | agpl-3.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/tangible/lair/cu_pa/lair_cu_pa.lua | 3 | 2207 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | agpl-3.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/static/particle/pt_flocking_glowzees.lua | 3 | 2232 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | agpl-3.0 |
njligames/NJLIGameEngine | projects/ELIA/_archive/scripts_9.16.2016/steering/MovingEntity.lua | 2 | 4746 |
local getVelocity = function(self)
return self.vVelocity
end
local setVelocity = function(self, velocity)
self.vVelocity = velocity
end
local getMass = function(self)
return self.node:getPhysicsBody():getMass()
end
local getPos = function(self)
return self.node:getWorldTransform():getOrigin()
end
... | mit |
Whitechaser/darkstar | scripts/zones/La_Theine_Plateau/mobs/Lumbering_Lambert.lua | 4 | 1069 | -----------------------------------
-- Area: La Theine Plateau
-- MOB: Lumbering Lambert
-----------------------------------
require("scripts/zones/La_Theine_Plateau/MobIDs");
-----------------------------------
function onMobSpawn(mob)
end;
function onMobDeath(mob, player, isKiller)
end;
function onMobDespawn(mob)... | gpl-3.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/loot/groups/junk.lua | 1 | 3397 | --Automatically generated by SWGEmu Spawn Tool v0.12 loot editor.
-- Legend of Hondo
-- "Junk" is the go-to generic loot group for mobs that otherwise would not drop loot.
junk = {
description = "",
minimumLevel = 0,
maximumLevel = 0,
lootItems = {
-- Junk/Misc Items (25% chance)
{itemTemplate = "broken_decry... | agpl-3.0 |
vansatchen/dlink327 | releases/sources/Domoticz/domoticz/scripts/dzVents/runtime/tests/tstData.lua | 5 | 9499 | local testData = {
domoticzData = {
[1] = {
["id"] = 1,
["name"] = "device1",
["description"] = "Description 1";
["batteryLevel"] = 10,
["signalLevel"] = 10,
["subType"] = "Zone";
["timedOut"] = true,
["switchType"] = "Contact",
["switchTypeValue"] = 2,
["lastUpdate"] = "2016-03-20 12:... | gpl-2.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/tangible/space/special_loot/objects.lua | 3 | 19412 | --Copyright (C) 2009 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later version.
... | agpl-3.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/tangible/furniture/modern/serverobjects.lua | 3 | 4360 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | agpl-3.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/static/destructible/destructible_tato_drum_storage1.lua | 3 | 2344 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | agpl-3.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/tangible/wearables/armor/composite/serverobjects.lua | 3 | 2753 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | agpl-3.0 |
raposalorx/Critology | Libs/AceConfig-3.0/AceConfigCmd-3.0/AceConfigCmd-3.0.lua | 1 | 20487 |
--[[
AceConfigCmd-3.0
Handles commandline optionstable access
REQUIRES: AceConsole-3.0 for command registration (loaded on demand)
]]
-- TODO: handle disabled / hidden
-- TODO: implement handlers for all types
-- TODO: plugin args
local MAJOR, MINOR = "AceConfigCmd-3.0", 4
local lib = LibStub:NewLibrary(MAJOR, M... | bsd-3-clause |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/tangible/wearables/boots/boots_tusken_raider.lua | 3 | 4023 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | agpl-3.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/draft_schematic/chemistry/medpack_enhance_action_d.lua | 2 | 3633 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | agpl-3.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/draft_schematic/bio_engineer/bio_component/bio_component_food_heavy_nutrition.lua | 2 | 3525 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | agpl-3.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/mobile/mission/bh_untrained_wielder_of_the_dark_side.lua | 1 | 2714 | bh_untrained_wielder_of_the_dark_side = Creature:new {
objectName = "@mob/creature_names:untrained_wielder_of_the_dark_side",
randomNameType = NAME_GENERIC_TAG,
socialGroup = "kun",
faction = "",
level = 65,
chanceHit = 0.6,
damageMin = 545,
damageMax = 800,
baseXp = 6288,
baseHAM = 11000,
baseHAMmax = 14000... | agpl-3.0 |
DailyShana/ygopro-scripts | c46759931.lua | 3 | 1246 | --V・HERO トリニティー
function c46759931.initial_effect(c)
--fusion material
c:EnableReviveLimit()
aux.AddFusionProcFunRep(c,aux.FilterBoolFunction(Card.IsSetCard,0x8),3,true)
--summon success
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_CONTINUOUS+EFFECT_TYPE_SINGLE)
e1:SetCode(EVENT_SPSUMMON_SUCCESS)
e1:S... | gpl-2.0 |
HydraFramework/release-ios | Stable/builtin/socket.lua | 146 | 4061 | -----------------------------------------------------------------------------
-- LuaSocket helper module
-- Author: Diego Nehab
-- RCS ID: $Id: socket.lua,v 1.22 2005/11/22 08:33:29 diego Exp $
-----------------------------------------------------------------------------
-----------------------------------------------... | mit |
HydraFramework/release-ios | Release51/builtin/socket.lua | 146 | 4061 | -----------------------------------------------------------------------------
-- LuaSocket helper module
-- Author: Diego Nehab
-- RCS ID: $Id: socket.lua,v 1.22 2005/11/22 08:33:29 diego Exp $
-----------------------------------------------------------------------------
-----------------------------------------------... | mit |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/mobile/faction/rebel/specops_trooper.lua | 2 | 1789 | specops_trooper = Creature:new {
objectName = "@mob/creature_names:specops_trooper",
randomNameType = NAME_GENERIC_TAG,
socialGroup = "rebel",
faction = "rebel",
level = 17,
chanceHit = 0.32,
damageMin = 160,
damageMax = 170,
baseXp = 1102,
baseHAM = 3500,
baseHAMmax = 4300,
armor = 0,
resists = {0,0,0,0,0... | agpl-3.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/mobile/corellia/selonian_sentinel.lua | 2 | 2186 | selonian_sentinel = Creature:new {
objectName = "@mob/creature_names:selonian_sentinel",
randomNameType = NAME_GENERIC_TAG,
socialGroup = "selonian",
faction = "",
level = 9,
chanceHit = 0.27,
damageMin = 70,
damageMax = 75,
baseXp = 0,
baseHAM = 810,
baseHAMmax = 990,
armor = 0,
resists = {0,0,0,0,0,0,0,-... | agpl-3.0 |
DailyShana/ygopro-scripts | c80368942.lua | 9 | 1726 | --コクーン・パーティ
function c80368942.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(c80368942.target)
e1:SetOperation(c80368942.activate)
c:RegisterEffect(e1)
end
function c80368942.gfilter... | gpl-2.0 |
TWEFF/Luci | applications/luci-diag-devinfo/luasrc/controller/luci_diag/devinfo_common.lua | 76 | 5638 | --[[
Luci diag - Diagnostics controller module
(c) 2009 Daniel Dickinson
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
http://www.apache.org/licenses/LICENSE-2.0
]]--
module("luci.cont... | apache-2.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/mobile/dungeon/corellian_corvette/imperial/rebel_sailor.lua | 2 | 1763 | rebel_sailor = Creature:new {
objectName = "@mob/creature_names:corvette_rebel_sailor",
randomNameType = NAME_GENERIC_TAG,
socialGroup = "rebel",
faction = "rebel",
level = 96,
chanceHit = 0.95,
damageMin = 620,
damageMax = 950,
baseXp = 9150,
baseHAM = 20000,
baseHAMmax = 25000,
armor = 0,
resists = {45,4... | agpl-3.0 |
DailyShana/ygopro-scripts | c50608164.lua | 5 | 2436 | --M・HERO 光牙
function c50608164.initial_effect(c)
c:EnableReviveLimit()
--spsummon condition
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE)
e1:SetCode(EFFECT_SPSUMMON_CONDITION)
c:RegisterEffect(e1)
--atkup
local e2=Effect.CreateE... | gpl-2.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/weapon/melee/sword/sword_lightsaber_luke_2h_test.lua | 1 | 5168 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | agpl-3.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/static/particle/particle_test_33.lua | 3 | 2216 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | agpl-3.0 |
Zefiros-Software/premake-core | modules/vstudio/vs2005_csproj.lua | 3 | 1987 | --
-- vs2005_csproj.lua
-- Generate a Visual Studio 2005+ C# project.
-- Copyright (c) Jason Perkins and the Premake project
--
local p = premake
p.vstudio.cs2005 = {}
local vstudio = p.vstudio
local cs2005 = p.vstudio.cs2005
local dotnetbase = p.vstudio.dotnetbase
local project = p.project
local config = p.co... | bsd-3-clause |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/screenplays/tasks/corellia/diktatQuest.lua | 1 | 5473 | brantleeMissions =
{
{
missionType = "retrieve",
primarySpawns =
{
{ npcTemplate = "midgoss_dlabaninaph", planetName = "corellia", npcName = "Midgoss D'labaninaph" }
},
secondarySpawns =
{
{ npcTemplate = "carrion_spat", planetName = "corellia", npcName = "a carrion spat" },
{ npcTemplate = "c... | agpl-3.0 |
Whitechaser/darkstar | scripts/zones/Phomiuna_Aqueducts/npcs/Wooden_Ladder.lua | 5 | 2902 | -----------------------------------
-- Area: Phomiuna Aqueducts
-- NPC: Wooden Ladder
-- !pos 101.9 -1.5 -101.9
-- !pos 101.948 -1.5 -18.016
-- !pos -61.888 -1.5 -18.079
-- !pos -218.109 -1.499 18.081
-- !pos -61.903 -1.5 138.099
-- !pos 21.901 -1.5 138.096
-- !pos 101.902 -1.5 181.902
-- !pos -159.32 -2.5 60
-- !pos... | gpl-3.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/static/space/spacestation/neutral_spacestation_01.lua | 3 | 2284 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | agpl-3.0 |
Whitechaser/darkstar | scripts/zones/Upper_Jeuno/npcs/Collet.lua | 5 | 2021 | -----------------------------------
-- Area: Upper Jeuno
-- NPC: Collet
-- Involved in Quests: A Clock Most Delicate, Save the Clock Tower
-- @zone 244
-- !pos -44 0 107
-----------------------------------
package.loaded["scripts/zones/Upper_Jeuno/TextIDs"] = nil;
-----------------------------------
require("scripts/g... | gpl-3.0 |
DailyShana/ygopro-scripts | c34664411.lua | 5 | 2261 | --幸運の鉄斧
function c34664411.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(c34664411.target)
e1:SetOperation(c34664411.operation)
c:RegisterEffect(e1)
... | gpl-2.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/draft_schematic/bio_engineer/dna_template/serverobjects.lua | 3 | 4925 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | agpl-3.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/tangible/ship/components/booster/bst_sorosuub_liberator_mk5.lua | 3 | 2324 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | agpl-3.0 |
DailyShana/ygopro-scripts | c99641328.lua | 3 | 2634 | --森羅の影胞子 ストール
function c99641328.initial_effect(c)
--deck
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(99641328,0))
e1:SetCategory(CATEGORY_TOGRAVE)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e1:SetProperty(EFFECT_FLAG_DAMAGE_STEP)
e1:SetCode(EVENT_FLIP)
e1:SetTarget(c99641328.target... | gpl-2.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/tangible/ship/components/booster/bst_novaldex_quasar_advanced.lua | 3 | 2332 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | agpl-3.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/building/military/military_base_police_station_imperial_lok_otto.lua | 3 | 2348 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | agpl-3.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/mobile/dressed_rebel_specforce_pathfinder_twk_female_01.lua | 3 | 2308 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | agpl-3.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/tangible/component/vehicle/fuel_c.lua | 3 | 2220 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | agpl-3.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/draft_schematic/bio_engineer/creature/creature_kwi.lua | 1 | 3355 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | agpl-3.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/draft_schematic/food/dessert_pyollian_cake.lua | 2 | 3352 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | agpl-3.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/tangible/furniture/all/frn_all_lamp_candlestick_tbl_s01.lua | 3 | 2308 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | agpl-3.0 |
DailyShana/ygopro-scripts | c40737112.lua | 3 | 2982 | --混沌の黒魔術師
function c40737112.initial_effect(c)
--summon success
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(40737112,0))
e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH)
e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetCode(EVENT_PHASE+PHASE_END)... | gpl-2.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/tangible/food/crafted/dish_kanali_wafers.lua | 3 | 3244 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | agpl-3.0 |
sjznxd/lc-20130116 | applications/luci-vnstat/luasrc/model/cbi/vnstat.lua | 90 | 2019 | --[[
LuCI - Lua Configuration Interface
Copyright 2010-2011 Jo-Philipp Wich <xm@subsignal.org>
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
http://www.apache.org/licenses/LICENSE-2.0
]]--
loc... | apache-2.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/tangible/wearables/ithorian/ith_jacket_s02.lua | 3 | 3455 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | agpl-3.0 |
Whitechaser/darkstar | scripts/zones/West_Ronfaure/npcs/Aaveleon.lua | 5 | 1178 | -----------------------------------
-- Area: West Ronfaure
-- NPC: Aaveleon
-- Involved in Quest: A Sentry's Peril
-- !pos -431 -45 343 100
-----------------------------------
package.loaded["scripts/zones/West_Ronfaure/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("... | gpl-3.0 |
sjznxd/lc-20130116 | applications/luci-statistics/luasrc/statistics/rrdtool/definitions/cpu.lua | 76 | 1096 | --[[
Luci statistics - cpu plugin diagram definition
(c) 2008 Freifunk Leipzig / Jo-Philipp Wich <xm@leipzig.freifunk.net>
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
http://www.apache... | apache-2.0 |
KingRaptor/Zero-K | LuaRules/Configs/MetalSpots/Altored_Arctic.lua | 17 | 3564 | return {
spots = {
{x = 7832, z = 3208, metal = 1.1840000152588},
{x = 6152, z = 3816, metal = 1.9776002168655},
{x = 1128, z = 6520, metal = 1.1296001672745},
{x = 1928, z = 6312, metal = 1.8752002716064},
{x = 7256, z = 2984, metal = 1.4048000574112},
{x = 6296, z = 6936, metal = 1.1055999994278},
{x = 3256, ... | gpl-2.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/static/space/asteroid/asteroid_acid_large_02.lua | 3 | 2264 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | agpl-3.0 |
Whitechaser/darkstar | scripts/globals/mobskills/chains_of_arrogance.lua | 2 | 1369 | ---------------------------------------------
-- Chains of Arrogance
--
---------------------------------------------
package.loaded["scripts/zones/Empyreal_Paradox/TextIDs"] = nil;
---------------------------------------------
require("scripts/zones/Empyreal_Paradox/TextIDs");
require("scripts/globals/monstertpmoves")... | gpl-3.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/tangible/terminal/terminal_mission_rebel.lua | 3 | 2389 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | agpl-3.0 |
Whitechaser/darkstar | scripts/globals/weaponskills/freezebite.lua | 23 | 1281 | -----------------------------------
-- 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 200%TP ... | gpl-3.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/static/space/debris/tie_fighter_debris_c.lua | 3 | 2248 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | agpl-3.0 |
AlexandreCampo/famous3Simulation | subCULTron/electricSenseDesynchronization/premake4.lua | 14 | 2220 |
solution "experiment"
configurations { "debug", "release" , "profile" }
--- ============================= LINUX ==================================
if os.is ("linux") then
includedirs { "/usr/include/libfamous" }
includedirs { "/usr/local/include/libfamous" }
includedirs { "/usr/include/bu... | gpl-3.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/mobile/dressed_velocity_quar_m_01.lua | 3 | 2220 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | agpl-3.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/loot/items/wearables/bandolier/bandolier_s08.lua | 4 | 1172 | bandolier_s08 = {
-- Dark Sash
minimumLevel = 0,
maximumLevel = -1,
customObjectName = "",
directObjectTemplate = "object/tangible/wearables/bandolier/bandolier_s08.iff",
craftingValues = {},
skillMods = {},
customizationStringNames = {"/private/index_color_1","/private/index_color_2"},
... | agpl-3.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/mobile/lair/npc_theater/lok_marooned_pirate_camp_neutral_medium_theater.lua | 2 | 1395 | lok_marooned_pirate_camp_neutral_medium_theater = Lair:new {
mobiles = {{"marooned_pirate",1},{"marooned_pirate_captain",1},{"marooned_pirate_engineer",1},{"marooned_pirate_first_mate",1}},
spawnLimit = 15,
buildingsVeryEasy = {"object/building/poi/tatooine_fugitive_camp_large1.iff","object/building/poi/tatooine_fug... | agpl-3.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/mobile/faction/imperial/imperial_inquisitor.lua | 2 | 1461 | imperial_inquisitor = Creature:new {
objectName = "@mob/creature_names:imperial_inquisitor",
randomNameType = NAME_GENERIC_TAG,
socialGroup = "imperial",
faction = "imperial",
level = 120,
chanceHit = 4.000000,
damageMin = 745,
damageMax = 1200,
baseXp = 11296,
baseHAM = 44000,
baseHAMmax = 54000,
armor = 0... | agpl-3.0 |
sjznxd/lc-20130116 | modules/admin-full/luasrc/model/cbi/admin_network/vlan.lua | 21 | 8152 | --[[
LuCI - Lua Configuration Interface
Copyright 2008 Steven Barth <steven@midlink.org>
Copyright 2010-2011 Jo-Philipp Wich <xm@subsignal.org>
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
htt... | apache-2.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/tangible/ship/crafted/shields/serverobjects.lua | 3 | 4589 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | agpl-3.0 |
DailyShana/ygopro-scripts | c13215230.lua | 3 | 1176 | --ドリーム・ピエロ
function c13215230.initial_effect(c)
--destroy
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(13215230,0))
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetCategory(CATEGORY_DESTROY)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F)
e1:SetCode(EVENT_CHANGE_POS)
e1:SetCondition(c132152... | gpl-2.0 |
lasko2112/legend-of-hondo | MMOCoreORB/bin/scripts/object/tangible/item/new_player/serverobjects.lua | 3 | 2257 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | agpl-3.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.