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 |
|---|---|---|---|---|---|
waterlgndx/darkstar | scripts/zones/Dynamis-Valkurm/Zone.lua | 2 | 2241 | -----------------------------------
--
-- Zone: Dynamis-Valkurm
--
-----------------------------------
package.loaded["scripts/zones/Dynamis-Valkurm/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/zones/Dynamis-Valkurm/TextIDs");
-----------------------------... | gpl-3.0 |
MonokuroInzanaito/ygopro-777DIY | expansions/script/c14140005.lua | 1 | 2697 | --scarlet 1
local m=14140005
local cm=_G["c"..m]
function cm.initial_effect(c)
aux.AddXyzProcedure(c,nil,10,2)
c:EnableReviveLimit()
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_UPDATE_ATTACK)
e1:SetProperty(EFFECT_FLAG_SINGLE_RANGE)
e1:SetRange(LOCATION_MZONE)
e1:SetValue(cm... | gpl-3.0 |
davidedmonds/darkstar | scripts/globals/spells/foe_requiem_v.lua | 18 | 1624 | -----------------------------------------
-- Spell: Foe Requiem V
-----------------------------------------
require("scripts/globals/status");
require("scripts/globals/magic");
-----------------------------------------
-- OnSpellCast
-----------------------------------------
function onMagicCastingCheck(caster,target,... | gpl-3.0 |
davidedmonds/darkstar | scripts/globals/mobskills/Cyclone_Wing.lua | 18 | 1140 | ---------------------------------------------
-- Tebbad Wing
--
-- Description: Deals darkness damage to enemies within a very wide area of effect. Additional effect: Sleep
-- Type: Magical
-- Utsusemi/Blink absorb: Wipes shadows
-- Range: 30' radial.
-- Notes: Used only by Vrtra and Azdaja
--------------... | gpl-3.0 |
Murloc992/TBCBackporting | Jamba/Jamba-FTL/Locales/JambaFTL-Locale-deDE.lua | 1 | 1709 | -- Author : olipcs
-- Create Date : 8/12/2009
-- Version : 0.1
-- Credits: Many thanks goes to Jafula for the awsome JAMBA addon
-- Nearly all code where copy & pasted from Jafulas JAMBA 0.5 addon,
-- and only small additions where coded by me.
-- So again, many thanks Jafula, for makin... | gpl-3.0 |
MonokuroInzanaito/ygopro-777DIY | expansions/script/c37564551.lua | 1 | 8231 | --Hardcore Forte
local m=37564551
local cm=_G["c"..m]
xpcall(function() require("expansions/script/c37564765") end,function() require("script/c37564765") end)
cm.Senya_desc_with_nanahira=true
function cm.initial_effect(c)
--Senya.nntr(c)
--spell
local e6=Effect.CreateEffect(c)
e6:SetType(EFFECT_TYPE_ACTIVATE)
e6:S... | gpl-3.0 |
kidaa/darkstar | scripts/globals/mobskills/Promyvion_Brume.lua | 7 | 1029 | ---------------------------------------------
-- Promyvion Brume
--
-- Description: AoE Additional effect: poison
-- Type: Magical Water
-- Utsusemi/Blink absorb: Wipes shadows
-- Range: 10' cone
-- Notes: Additional effect can be removed with Poisona.
---------------------------------------------
require("script... | gpl-3.0 |
will4wachter/Project1 | scripts/commands/reloadglobal.lua | 2 | 1222 | ---------------------------------------------------------------------------------------------------
-- func: @reloadglobal
-- auth: Forgottenandlost
-- desc: Attempt to reload specified global lua without a restart.
--
-- Use with caution, some files ( like player.lua )
-- can cause you problems if you reload them usin... | gpl-3.0 |
will4wachter/Project1 | scripts/zones/Batallia_Downs/npcs/Luck_Rune.lua | 34 | 1079 | -----------------------------------
-- Area: Batallia Downs
-- NPC: Luck Rune
-- Involved in Quest: Mhaura Fortune
-- @pos -362.167 -12.199 157.158 105
-----------------------------------
package.loaded["scripts/zones/Batallia_Downs/TextIDs"] = nil;
-------------------------------------
require("scripts/... | gpl-3.0 |
kidaa/darkstar | scripts/zones/Batallia_Downs/npcs/Luck_Rune.lua | 34 | 1079 | -----------------------------------
-- Area: Batallia Downs
-- NPC: Luck Rune
-- Involved in Quest: Mhaura Fortune
-- @pos -362.167 -12.199 157.158 105
-----------------------------------
package.loaded["scripts/zones/Batallia_Downs/TextIDs"] = nil;
-------------------------------------
require("scripts/... | gpl-3.0 |
waterlgndx/darkstar | scripts/globals/items/bowl_of_goulash_+1.lua | 2 | 1353 | -----------------------------------------
-- ID: 5751
-- Item: bowl_of_goulash_+1
-- Food Effect: 4Hrs, All Races
-----------------------------------------
-- VIT +4
-- INT -2
-- Accuracy +11% (cap 58)
-- DEF +11% (cap 35)
-----------------------------------------
require("scripts/globals/status");
--------------------... | gpl-3.0 |
will4wachter/Project1 | scripts/zones/Tavnazian_Safehold/npcs/Migran.lua | 37 | 1542 | -----------------------------------
-- Area: Tavnasian Safehold
-- NPC: Migran
-- Standard Merchant NPC
-----------------------------------
require("scripts/globals/shop");
package.loaded["scripts/zones/Tavnazian_Safehold/TextIDs"] = nil;
require("scripts/zones/Tavnazian_Safehold/TextIDs");
----------------... | gpl-3.0 |
davidedmonds/darkstar | scripts/zones/Monarch_Linn/bcnms/ancient_vows.lua | 17 | 1937 | -----------------------------------
-- Area: Monarch Linn
-- Name: Ancient Vows
-----------------------------------
require("scripts/globals/titles");
require("scripts/globals/missions");
-- After registering the BCNM via bcnmRegister(bcnmid)
function onBcnmRegister(player,instance)
end;
-- Physically ... | gpl-3.0 |
waterlgndx/darkstar | scripts/zones/Bastok_Mines/npcs/Mille.lua | 1 | 1047 | -----------------------------------
-- Area: Bastok_Mines
-- NPC: Mille
-- Norvallen Regional Merchant
-----------------------------------
package.loaded["scripts/zones/Bastok_Mines/TextIDs"] = nil
-----------------------------------
require("scripts/globals/events/harvest_festivals")
require("scripts/zones/Bastok_Min... | gpl-3.0 |
wyaocn/skynet-ejoy2d | asset/design_explore.lua | 1 | 10122 | local skynet = require "skynet"
local ej = require "ejoy2dx"
local ui = require "ui"
local sprite = require "sprite"
local db = require "database"
local action = require "action"
local util = require "util"
local item = require "item"
local label = require "extlabel"
local service_view_pos = tonumber(...)
... | mit |
will4wachter/Project1 | scripts/zones/Al_Zahbi/npcs/Eumoa-Tajimoa.lua | 38 | 1026 | -----------------------------------
-- Area: Al Zahbi
-- NPC: Eumoa-Tajimoa
-- Type: Standard NPC
-- @zone: 48
-- @pos 19.275 -1 55.182
--
-- Auto-Script: Requires Verification (Verified by Brawndo)
-----------------------------------
package.loaded["scripts/zones/Al_Zahbi/TextIDs"] = nil;
-----------------------... | gpl-3.0 |
will4wachter/Project1 | scripts/zones/Aht_Urhgan_Whitegate/npcs/Dkhaaya.lua | 17 | 2378 | -----------------------------------
-- Area: Aht Urhgan Whitegate
-- NPC: Dkhaaya
-- Type: Standard NPC
-- @pos -73.212 -1 -5.842 50
-----------------------------------
package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/keyitem... | gpl-3.0 |
will4wachter/Project1 | scripts/zones/Selbina/npcs/Yaya.lua | 17 | 1463 | -----------------------------------
-- Area: Selbina
-- NPC: Yaya
-- Starts Quest: Under the sea
-- @pos -19 -2 -16 248
-----------------------------------
package.loaded["scripts/zones/Selbina/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Selbina/TextIDs");
require("scripts/glo... | gpl-3.0 |
will4wachter/Project1 | scripts/zones/Al_Zahbi/npcs/Dahaeel.lua | 38 | 1025 | -----------------------------------
-- Area: Al Zahbi
-- NPC: Dahaeel
-- Type: Standard NPC
-- @zone: 48
-- @pos -58.732 -6.999 68.096
--
-- Auto-Script: Requires Verification (Verified by Brawndo)
-----------------------------------
package.loaded["scripts/zones/Al_Zahbi/TextIDs"] = nil;
------------------------... | gpl-3.0 |
kidaa/darkstar | scripts/zones/Al_Zahbi/npcs/Dahaeel.lua | 38 | 1025 | -----------------------------------
-- Area: Al Zahbi
-- NPC: Dahaeel
-- Type: Standard NPC
-- @zone: 48
-- @pos -58.732 -6.999 68.096
--
-- Auto-Script: Requires Verification (Verified by Brawndo)
-----------------------------------
package.loaded["scripts/zones/Al_Zahbi/TextIDs"] = nil;
------------------------... | gpl-3.0 |
MonokuroInzanaito/ygopro-777DIY | expansions/script/c99998942.lua | 1 | 3300 | --宝具 我的夏娃
function c99998942.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_CONTROL+CATEGORY_EQUIP)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetCondition(c99998942.actcon)
e1:SetTarget(c99998942.target)
e1:Set... | gpl-3.0 |
kidaa/darkstar | scripts/globals/weaponskills/steel_cyclone.lua | 30 | 1578 | -----------------------------------
-- Steel Cyclone
-- Great Axe weapon skill
-- Skill level: 240
-- Delivers a single-hit attack. Damage varies with TP.
-- In order to obtain Steel Cyclone, the quest The Weight of Your Limits must be completed.
-- Will stack with Sneak Attack.
-- Aligned with the Breeze Gorget... | gpl-3.0 |
kidaa/darkstar | scripts/zones/Dynamis-Beaucedine/mobs/Goblin_Statue.lua | 15 | 3353 | -----------------------------------
-- Area: Dynamis Beaucedine
-- NPC: Goblin Statue
-- Map Position: http://images1.wikia.nocookie.net/__cb20090312005233/ffxi/images/thumb/b/b6/Bea.jpg/375px-Bea.jpg
-----------------------------------
package.loaded["scripts/zones/Dynamis-Beaucedine/TextIDs"] = nil;
----------... | gpl-3.0 |
davidedmonds/darkstar | scripts/zones/La_Theine_Plateau/npcs/Narvecaint.lua | 17 | 1702 | -----------------------------------
-- Area: La Theine Plateau
-- NPC: Narvecaint
-- Involved in Mission: The Rescue Drill
-- @pos -263 22 129 102
-----------------------------------
package.loaded["scripts/zones/La_Theine_Plateau/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/... | gpl-3.0 |
waterlgndx/darkstar | scripts/zones/Buburimu_Peninsula/npcs/Ishin_IM.lua | 2 | 2938 | -----------------------------------
-- Area: Buburimu Peninsula
-- NPC: Ishin, I.M.
-- Outpost Conquest Guards
-- !pos -481.164 -32.858 49.188 118
-----------------------------------
package.loaded["scripts/zones/Buburimu_Peninsula/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/conquest"... | gpl-3.0 |
Thonik/FritoMod | fritomod/Strings-Split.lua | 1 | 2460 | if nil ~= require then
require "fritomod/OOP";
require "fritomod/Strings";
require "fritomod/Lists";
require "fritomod/Cursors-Iterable";
end;
-- Splits a camelCase'd or ProperCase'd string into lower-case words. Acronyms will be
-- treated as single words.
--
-- Observe that camelCase's passed into this method wi... | mit |
waterlgndx/darkstar | scripts/zones/Northern_San_dOria/npcs/Kasaroro.lua | 2 | 3207 | -----------------------------------
-- Area: Northern San d'Oria
-- NPC: Kasaroro
-- Type: Consulate Representative
-- Involved in Mission: 2-3 Windurst
-- !pos -72 -3 34 231
-----------------------------------
package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil;
-----------------------------------
requir... | gpl-3.0 |
GXIC-Real-Intelligence-Team/surveillance-core | gxic_rit/models/openface/nn4.small2.def.lua | 14 | 4434 | -- Model: nn4.small2.def.lua
-- Description: FaceNet's NN4 network with 4b, 4c, and 4d layers removed
-- and smaller 5 layers.
-- Input size: 3x96x96
-- Number of Parameters from net:getParameters() with embSize=128: 3733968
-- Components: Mostly `nn`
-- Devices: CPU and CUDA
--
-- Brandon Amos <http://bamos.github.i... | mit |
kidaa/darkstar | scripts/globals/items/gateau_aux_fraises.lua | 36 | 1415 | -----------------------------------------
-- ID: 5542
-- Item: Gateau aux fraises
-- Food Effect: 3 Hrs, All Races
-----------------------------------------
-- TODO: Group Effect
-- HP 8
-- MP 8% Cap 50
-- Intelligence 1
-- MP Recovered while healing 1
-----------------------------------------
require("scripts/globals... | gpl-3.0 |
MonokuroInzanaito/ygopro-777DIY | expansions/script/c10102007.lua | 1 | 1696 | --神之施予
function c10102007.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_DRAW+CATEGORY_DECKDES)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetCountLimit(1,10102007+EFFECT_COUNT_CODE_OATH)
e1:SetCost(c10102007.cost)
e1:SetTarget(c10102007.target)
e1:Se... | gpl-3.0 |
ii02ii/Dev_Saqt | data/config.lua | 2 | 8188 | do local _ = {
about_text = "Dev_Saqt)(\nآهہٰلآ وسہٰهلآ بہٰك صہٰديہٰقہٰيے آلےمےطےوريےن\n@ii02ii\n@ss02ss\n@w_Dev_d\nChannel DEV Saqt TEAM\n@Ch_Dev\nآلآصہٰدآر آلہٰثہٰآنہٰي :\nhttps://github.com/ii02ii/Dev_Saqt\n",
enabled_plugins = {
"addbot",
"admin",
"all",
"anti_spam",
"ar-broadcast",
"ar_... | gpl-2.0 |
waterlgndx/darkstar | scripts/globals/effects/yonin.lua | 2 | 1317 | -----------------------------------
--
--
--
-----------------------------------
require("scripts/globals/status");
-----------------------------------
-- onEffectGain Action
-----------------------------------
function onEffectGain(target,effect) --power=30 initially, subpower=20 for enmity
target:addMod(dsp.mod.... | gpl-3.0 |
waterlgndx/darkstar | scripts/zones/Valkurm_Dunes/TextIDs.lua | 2 | 2229 | -- Variable TextID Description text
-- General Texts
ITEM_CANNOT_BE_OBTAINED = 6403; -- You cannot obtain the item <item>. Come back after sorting your inventory.
ITEM_OBTAINED = 6409; -- Obtained: <item>.
GIL_OBTAINED = 6410; -- Obtained <number> gil.
KEYITEM_... | gpl-3.0 |
will4wachter/Project1 | scripts/globals/spells/poison.lua | 4 | 1493 | -----------------------------------------
-- Spell: Poison
-----------------------------------------
require("scripts/globals/status");
require("scripts/globals/magic");
-----------------------------------------
-- OnSpellCast
-----------------------------------------
function OnMagicCastingCheck(caster,t... | gpl-3.0 |
davidedmonds/darkstar | scripts/zones/Spire_of_Mea/bcnms/ancient_flames_backon.lua | 17 | 3854 | -----------------------------------
-- Area: Spire_of_Mea
-- Name: ancient_flames_backon
-- KSNM30
-----------------------------------
package.loaded["scripts/zones/Spire_of_Mea/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/titles");
require("scripts/globals/quests");
require("scripts/g... | gpl-3.0 |
will4wachter/Project1 | scripts/globals/weaponskills/jishnus_radiance.lua | 6 | 1241 | -----------------------------------
-- Jishnu's Radiance
-- Archery weapon skill
-- Skill level: 357
-- Empyrean Weapon Skill
-- RNG Main Job Required
-- Aligned with the Thunder & Breeze Gorget.
-- Aligned with the Thunder Belt & Breeze Belt.
-- Element:
-- Modifiers: DEX:60%
-- 100%TP 200%TP ... | gpl-3.0 |
MonokuroInzanaito/ygopro-777DIY | expansions/script/c33700158.lua | 1 | 2508 | --甜蜜游魂
function c33700158.initial_effect(c)
--xyz summon
aux.AddXyzProcedure(c,nil,3,2)
c:EnableReviveLimit()
--draw
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_DRAW)
e1:SetDescription(aux.Stringid(33700158,0))
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetRange(LOCATION_MZONE)
e1:SetCondition(c33700158... | gpl-3.0 |
kidaa/darkstar | scripts/globals/items/orange_kuchen.lua | 35 | 1230 | -----------------------------------------
-- ID: 4393
-- Item: orange_kuchen
-- Food Effect: 180Min, All Races
-----------------------------------------
-- Magic % 13
-- Magic Cap 75
-----------------------------------------
require("scripts/globals/status");
-----------------------------------------
-- O... | gpl-3.0 |
kidaa/darkstar | scripts/zones/Bastok_Mines/npcs/Zemedars.lua | 34 | 1818 | -----------------------------------
-- Area: Bastok Mines
-- NPC: Zemedars
-- Standard Merchant NPC
-----------------------------------
require("scripts/globals/shop");
package.loaded["scripts/zones/Bastok_Mines/TextIDs"] = nil;
require("scripts/zones/Bastok_Mines/TextIDs");
--------------------------------... | gpl-3.0 |
will4wachter/Project1 | scripts/globals/abilities/pets/thunder_ii.lua | 6 | 1164 | ---------------------------------------------------
-- Aero 2
---------------------------------------------------
require("/scripts/globals/settings");
require("/scripts/globals/status");
require("/scripts/globals/monstertpmoves");
require("/scripts/globals/magic");
------------------------------------------... | gpl-3.0 |
kidaa/darkstar | scripts/globals/equipment.lua | 3 | 2807 | require("scripts/globals/status");
-----------------------------------
-- Author: bluekirby0
-- Place convenience functions
-- related to equipment here
-----------------------------------
function isArtifactArmor(itemid)
retval = false;
if ((itemid >= 12511 and itemid <= 12520) or (itemid >= 13... | gpl-3.0 |
MonokuroInzanaito/ygopro-777DIY | expansions/script/c23307007.lua | 1 | 2488 | --河童「妖怪黄瓜」
function c23307007.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(23307007,0))
e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetCountLimit(1,23307007)
e1:SetTarget(c23307007.target)
e1:Set... | gpl-3.0 |
waterlgndx/darkstar | scripts/zones/Rabao/npcs/Maryoh_Comyujah.lua | 2 | 1623 | -----------------------------------
-- Area: Rabao
-- NPC: Maryoh Comyujah
-- Involved in Mission: The Mithra and the Crystal (Zilart 12)
-- !pos 0 8 73 247
-----------------------------------
package.loaded["scripts/zones/Rabao/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/keyitems");
... | gpl-3.0 |
davidedmonds/darkstar | scripts/zones/The_Shrine_of_RuAvitau/mobs/Seiryu.lua | 27 | 1101 | -----------------------------------
-- Area: Ru'Aun Gardens
-- NPC: Seiryu (Pet version)
-----------------------------------
require("scripts/globals/status");
-----------------------------------
-- onMobSpawn Action
-----------------------------------
function onMobSpawn(mob)
end;
------------------... | gpl-3.0 |
davidedmonds/darkstar | scripts/zones/Cloister_of_Tides/bcnms/sugar-coated_directive.lua | 19 | 1705 | ----------------------------------------
-- Area: Cloister of Tides
-- BCNM: Sugar Coated Directive (ASA-4)
----------------------------------------
package.loaded["scripts/zones/Cloister_of_Tides/TextIDs"] = nil;
----------------------------------------
require("scripts/globals/keyitems");
require("scripts/globals/qu... | gpl-3.0 |
MonokuroInzanaito/ygopro-777DIY | expansions/script/c80020028.lua | 1 | 2401 | --堕天堂 暗黑智天使
function c80020028.initial_effect(c)
--xyz summon
aux.AddXyzProcedure(c,aux.FilterBoolFunction(Card.IsAttribute,ATTRIBUTE_LIGHT),99,99,c80020028.ovfilter,aux.Stringid(80020028,0),5)
c:EnableReviveLimit()
--spsummon limit
local e1=Effect.CreateEffect(c)
e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFEC... | gpl-3.0 |
kidaa/darkstar | scripts/zones/Aht_Urhgan_Whitegate/npcs/Wahraga.lua | 19 | 1177 | -----------------------------------
-- Area: Aht Urhgan Whitegate
-- NPC: Wahraga
-- Guild Merchant: Alchemist Guild
-- @pos -76.836 -6.000 140.331 50
-----------------------------------
package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = nil;
-----------------------------------
require("scripts/global... | gpl-3.0 |
lhog/Zero-K | ModelMaterials/127_units_fallback.lua | 8 | 1166 | local matTemplate = VFS.Include("ModelMaterials/Templates/defaultMaterialTemplate.lua")
local materials = {
unitsFallback = Spring.Utilities.MergeWithDefault(matTemplate, {
texUnits = {
[0] = "%%UNITDEFID:0",
[1] = "%%UNITDEFID:1",
},
deferredOptions = {
materialIndex = 127,
}
})
}
---------------... | gpl-2.0 |
will4wachter/Project1 | scripts/zones/Port_San_dOria/TextIDs.lua | 2 | 4784 | -- Variable TextID Description text
-- General Texts
ITEM_CANNOT_BE_OBTAINED_1 = 6411; -- You cannot obtain the <<<Possible Special Code: 01>>><<<Possible Special Code: 05>>>#<<<BAD CHAR: 8280>>><<<BAD CHAR: 80>>><<<BAD CHAR: 80>>>.<<<Prompt>>>
ITEM_CANNOT_BE_OBTAINED_2 = 6412; -- You cannot obtain the <<<Possib... | gpl-3.0 |
will4wachter/Project1 | scripts/zones/Upper_Jeuno/npcs/Mhao_Kehtsoruho.lua | 38 | 1041 | -----------------------------------
-- Area: Upper Jeuno
-- NPC: Mhao Kehtsoruho
-- Type: Past Event Watcher
-- @zone: 244
-- @pos -73.032 -1 146.919
--
-- Auto-Script: Requires Verification (Verfied by Brawndo)
-----------------------------------
package.loaded["scripts/zones/Upper_Jeuno/TextIDs"] = nil;
--------... | gpl-3.0 |
will4wachter/Project1 | scripts/zones/Bastok_Mines/npcs/Titus.lua | 12 | 1703 | -----------------------------------
-- Area: Bastok Mines
-- NPC: Titus
-- Alchemy Synthesis Image Support
-----------------------------------
package.loaded["scripts/zones/Bastok_Mines/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Bastok_Mines/TextIDs");
require("scripts/globals/status"... | gpl-3.0 |
will4wachter/Project1 | scripts/globals/mobskills/Bomb_Toss_Suicide.lua | 6 | 1165 | require("/scripts/globals/settings");
require("/scripts/globals/status");
require("/scripts/globals/monstertpmoves");
---------------------------------------------------
function OnMobSkillCheck(target,mob,skill)
-- notorious monsters shouldn't explode, nor dynamis
if(mob:isMobType(MOBTYPE_NOTORIOUS) or mo... | gpl-3.0 |
MonokuroInzanaito/ygopro-777DIY | expansions/script/c50000201.lua | 1 | 6803 | --灵依法师-降灵
function c50000201.initial_effect(c)
--pendulum summon
aux.EnablePendulumAttribute(c)
--SUMMON_TYPE_RITUAL
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetDescription(aux.Stringid(50000201,0))
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetRange(LOCATION_PZONE)
e1:SetCountLimit(... | gpl-3.0 |
davidedmonds/darkstar | scripts/globals/mobskills/Luminous_Lance.lua | 19 | 1379 | ---------------------------------------------
-- Luminous Lance
---------------------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
require("scripts/globals/monstertpmoves");
require("scripts/zones/Empyreal_Paradox/TextIDs");
-------------------------------------------... | gpl-3.0 |
waterlgndx/darkstar | scripts/zones/Temenos/mobs/Temenos_Aern.lua | 2 | 2121 | -----------------------------------
-- Area: Temenos
-- NPC: Temenos_Aern
-----------------------------------
package.loaded["scripts/zones/Temenos/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/limbus");
require("scripts/zones/Temenos/TextIDs");
-----------------------------------
func... | gpl-3.0 |
MonokuroInzanaito/ygopro-777DIY | expansions/script/c37564606.lua | 1 | 5106 | --Prim-被爱拐走♥爱情好盲目
local m=37564606
local cm=_G["c"..m]
xpcall(function() require("expansions/script/c37564765") end,function() require("script/c37564765") end)
cm.Senya_name_with_prim=true
function cm.initial_effect(c)
Senya.PrimLv4CommonEffect(c,m)
local e2=Effect.CreateEffect(c)
e2:SetCategory(CATEGORY_SPECIAL_SUM... | gpl-3.0 |
kidaa/darkstar | scripts/globals/items/tropical_clam.lua | 18 | 1266 | -----------------------------------------
-- ID: 5124
-- Item: Tropical Clam
-- Food Effect: 5Min, Mithra only
-----------------------------------------
-- Vitality 4
-- Dexterity -5
-----------------------------------------
require("scripts/globals/status");
-----------------------------------------
-- OnItemCheck
... | gpl-3.0 |
davidedmonds/darkstar | scripts/zones/Lower_Jeuno/npcs/Amalasanda.lua | 19 | 1284 | -----------------------------------
-- Area: Lower Jeuno
-- NPC: Amalasanda
-- Type: Tenshodo Merchant
-- @pos 28.149 2.899 -44.780 245
-----------------------------------
package.loaded["scripts/zones/Lower_Jeuno/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("sc... | gpl-3.0 |
davidedmonds/darkstar | scripts/zones/Bastok_Markets/npcs/Visala.lua | 19 | 1168 | -----------------------------------
-- Area: Bastok Markets
-- NPC: Visala
-- Guild Merchant NPC: Goldsmithing Guild
-- @pos -202.000 -7.814 -56.823 235
-----------------------------------
package.loaded["scripts/zones/Bastok_Markets/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/se... | gpl-3.0 |
davidedmonds/darkstar | scripts/globals/items/himesama_rice_ball.lua | 51 | 1477 | -----------------------------------------
-- ID: 5928
-- Item: Himesama Rice Ball
-- Food Effect: 30 Mins, All Races
-----------------------------------------
-- HP +25
-- Dexterity +4
-- Vitality +4
-- Character +4
-- Effect with enhancing equipment (Note: these are latents on gear with the effect)
-- Attack +60
-- De... | gpl-3.0 |
will4wachter/Project1 | scripts/zones/FeiYin/npcs/Treasure_Chest.lua | 1 | 3099 | -----------------------------------
-- Area: Fei'Yin
-- NPC: Treasure Chest
-- @zone 204
-----------------------------------
package.loaded["scripts/zones/FeiYin/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/keyitems");
require("scripts/globals/trea... | gpl-3.0 |
MonokuroInzanaito/ygopro-777DIY | expansions/script/c66666626.lua | 1 | 2413 | --サイバー・リペア・プラント
function c66666626.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_TODECK+CATEGORY_DRAW)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetTarget(c66666626.target)
e1:SetOperation(c66666626.activate)
... | gpl-3.0 |
davidedmonds/darkstar | scripts/zones/Ghelsba_Outpost/bcnms/toadal_recall.lua | 19 | 1479 | -----------------------------------
-- Area: Ghelsba Outpost
-- Name: toadal_recall BCNM30
-- @pos -162 -11 78 140
-----------------------------------
package.loaded["scripts/zones/Ghelsba_Outpost/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/titles");
require("scripts/globals/keyitems"... | gpl-3.0 |
davidedmonds/darkstar | scripts/zones/Windurst_Waters_[S]/npcs/Pihra_Rhebenslo.lua | 36 | 4463 | -----------------------------------
-- Area: Windurst Waters [S]
-- NPC: Pihra_Rhebenslo
-- Armor Storage NPC
-----------------------------------
package.loaded["scripts/zones/Windurst_Waters_[S]/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/quests");
require("scripts/globals/a... | gpl-3.0 |
will4wachter/Project1 | scripts/zones/Windurst_Waters_[S]/npcs/Pihra_Rhebenslo.lua | 36 | 4463 | -----------------------------------
-- Area: Windurst Waters [S]
-- NPC: Pihra_Rhebenslo
-- Armor Storage NPC
-----------------------------------
package.loaded["scripts/zones/Windurst_Waters_[S]/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/quests");
require("scripts/globals/a... | gpl-3.0 |
kidaa/darkstar | scripts/zones/Windurst_Waters_[S]/npcs/Pihra_Rhebenslo.lua | 36 | 4463 | -----------------------------------
-- Area: Windurst Waters [S]
-- NPC: Pihra_Rhebenslo
-- Armor Storage NPC
-----------------------------------
package.loaded["scripts/zones/Windurst_Waters_[S]/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/quests");
require("scripts/globals/a... | gpl-3.0 |
kidaa/darkstar | scripts/zones/Port_Bastok/npcs/HomePoint#1.lua | 12 | 1251 | -----------------------------------
-- Area: Port Bastok
-- NPC: HomePoint#1
-- @pos 58.850 7.499 -27.790 236
-----------------------------------
package.loaded["scripts/zones/Port_Bastok/TextIDs"] = nil;
require("scripts/globals/settings");
require("scripts/zones/Port_Bastok/TextIDs");
require("scripts/gl... | gpl-3.0 |
will4wachter/Project1 | scripts/zones/Northern_San_dOria/npcs/Explorer_Moogle.lua | 6 | 2167 | -----------------------------------
-- Area: Northern San d'Oria
-- NPC: Explorer Moogle
--
-----------------------------------
package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/teleports");
re... | gpl-3.0 |
kidaa/darkstar | scripts/globals/items/elshimo_coconut.lua | 35 | 1217 | -----------------------------------------
-- ID: 5187
-- Item: elshimo_coconut
-- Food Effect: 5Min, All Races
-----------------------------------------
-- Agility -1
-- Intelligence -1
-----------------------------------------
require("scripts/globals/status");
-----------------------------------------
-... | gpl-3.0 |
waterlgndx/darkstar | scripts/zones/Eastern_Altepa_Desert/mobs/Cactrot_Rapido.lua | 3 | 13073 | -----------------------------------
-- Area: Eastern Altepa Desert
-- NM: Cactrot Rapido
-----------------------------------
require("scripts/globals/pathfind");
require("scripts/globals/titles");
local path =
{
-45.214237, 0.059482, -204.244873,
-46.114422, 0.104212, -203.765884,
-47.013275, 0.149004, ... | gpl-3.0 |
lhog/Zero-K | LuaUI/Widgets/gfx_dynamic_metal.lua | 6 | 1810 | function widget:GetInfo()
return {
name = "Lua Metal Decals",
desc = "Draws a decal on each metal spot",
author = "Bluestone (based on the Lua Metal Spots widget by Cheesecan)",
date = "April 2014",
license = "GPL v3 or later",
layer = 5,
enabled = true -- loaded by default?
... | gpl-2.0 |
kidaa/darkstar | scripts/globals/spells/jubaku_ni.lua | 11 | 1694 | -----------------------------------------
-- Spell: Jubaku: Ni
-- Spell accuracy is most highly affected by Enfeebling Magic Skill, Magic Accuracy, and INT.
-- taken from paralyze
-----------------------------------------
require("scripts/globals/status");
require("scripts/globals/magic");
---------------------------... | gpl-3.0 |
kidaa/darkstar | scripts/globals/weaponskills/blade_kamu.lua | 12 | 4894 | -----------------------------------
-- Blade Kamu
-- Katana weapon skill
-- Skill Level: N/A
-- Lowers target's params.accuracy. Duration of effect varies with TP. Nagi: Aftermath effect varies with TP.
-- Effect lasts 60 seconds @ 100 TP, 90 seconds @ 200 TP, and 120 seconds @ 300 TP
-- Available only after comp... | gpl-3.0 |
MonokuroInzanaito/ygopro-777DIY | expansions/script/c60151305.lua | 1 | 5321 | --超音速的老婆婆 圣白莲
function c60151305.initial_effect(c)
--special summon
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_FIELD)
e2:SetCode(EFFECT_SPSUMMON_PROC)
e2:SetProperty(EFFECT_FLAG_UNCOPYABLE)
e2:SetRange(LOCATION_SZONE)
e2:SetCondition(c60151305.spcon)
e2:SetOperation(c60151305.sp... | gpl-3.0 |
will4wachter/Project1 | scripts/globals/items/broiled_pipira.lua | 35 | 1371 | -----------------------------------------
-- ID: 4585
-- Item: Broiled Pipira
-- Food Effect: 60Min, All Races
-----------------------------------------
-- Dexterity 4
-- Mind -1
-- Attack % 14
-- Ranged ATT % 14
-----------------------------------------
require("scripts/globals/status");
---------------... | gpl-3.0 |
lhog/Zero-K | gamedata/modularcomms/weapons/beamlaser.lua | 5 | 2233 | local name = "commweapon_beamlaser"
local weaponDef = {
name = [[Beam Laser]],
areaOfEffect = 12,
beamTime = 0.1,
coreThickness = 0.5,
craterBoost = 0,
craterMult = 0,
customParams = {
is_unit_weapon = 1,
slot = [[5]]... | gpl-2.0 |
yuto-yamanaka/MySQL-Proxy | tests/suite/base/t/constants-mock.lua | 4 | 1627 | --[[ $%BEGINLICENSE%$
Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
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; version 2 of the
License.
This program is distribut... | gpl-2.0 |
davidedmonds/darkstar | scripts/globals/items/plate_of_tentacle_sushi_+1.lua | 21 | 1828 | -----------------------------------------
-- ID: 5216
-- Item: plate_of_tentacle_sushi_+1
-- Food Effect: 60Min, All Races
-----------------------------------------
-- HP 20
-- Dexterity 3
-- Agility 3
-- Mind -1
-- Accuracy % 19 (no cap on HQ)
-- Ranged Accuracy % 19 (no cap on HQ)
-- Double Attack 1
-----... | gpl-3.0 |
MonokuroInzanaito/ygopro-777DIY | expansions/script/c21520104.lua | 1 | 2187 | --苍星曜兽-房日兔
function c21520104.initial_effect(c)
--damage
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(21520104,0))
e1:SetCategory(CATEGORY_DAMAGE)
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetRange(LOCATION_MZONE)
e1:SetCost(c21520104.cost)
e1:SetTarget(c21520104.target)
e1:SetOperation(c21520104.o... | gpl-3.0 |
davidedmonds/darkstar | scripts/zones/Port_Windurst/npcs/Hakkuru-Rinkuru.lua | 17 | 7052 | -----------------------------------
-- Area: Port Windurst
-- NPC: Hakkuru-Rinkuru
-- Involved In Quest: Making Amends
-- Starts and Ends Quest: Wonder Wands
-- @pos -111 -4 101 240
-----------------------------------
package.loaded["scripts/zones/Port_Windurst/TextIDs"] = nil;
package.loaded["scripts/globals/... | gpl-3.0 |
failcoder/SVUI_-Core | language/chinese_ui.lua | 1 | 30923 | local L = Librarian("Linguist"):Lang("zhCN");
if not L then return end
L["Hearthstone"] = true;
--[[LOGIN MESSAGE]]--
L["LOGIN_MSG"] = "歡迎使用 |cffFFFF1ASVUI|r! 让您的 %s 和你 %s."
L["LOGIN_MSG2"] = "|cffAA78FF%s|r 版, 請輸入/sv 進入設定介面."
--[[OPTION MESSAGES]]--
L["AURAS_DESC"] = "小地图旁的光环图标设置."
L["BAGS_DESC"] = "调整 SVUI 背包设置."
L["... | mit |
MonokuroInzanaito/ygopro-777DIY | expansions/script/c60150531.lua | 1 | 1625 | --乐章之演奏谱
function c60150531.initial_effect(c)
c:SetUniqueOnField(1,1,60150531)
--发动
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
c:RegisterEffect(e1)
--cannot be target
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_FIELD)
e2:SetCode(EFFECT_CANNOT_BE_EF... | gpl-3.0 |
waterlgndx/darkstar | scripts/zones/Buburimu_Peninsula/npcs/Ganemu-Punnemu_WW.lua | 2 | 2951 | -----------------------------------
-- Area: Buburimu Peninsula
-- NPC: Ganemu-Punnemu, W.W.
-- Outpost Conquest Guards
-- !pos -481.164 -32.858 49.188 118
-----------------------------------
package.loaded["scripts/zones/Buburimu_Peninsula/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/... | gpl-3.0 |
davidedmonds/darkstar | scripts/zones/Wajaom_Woodlands/TextIDs.lua | 7 | 1135 | -- Variable TextID Description text
-- General Texts
ITEM_CANNOT_BE_OBTAINED = 6379; -- You cannot obtain the item <item>. Come back after sorting your inventory.
ITEM_OBTAINED = 6383; -- Obtained: <item>.
GIL_OBTAINED = 6384; -- Obtained <number> gil.
KEYITEM_OBTAINED = 6386; -- Obtained... | gpl-3.0 |
lakehanne/RAL2017 | farnn/src/utils/model.lua | 1 | 3743 | --[[
Author: Olalekan Ogunmolu, September 2016 - November 2016
Freely distributed under the MIT License
]]
print '==> setting up network model'
--number of hidden layers (for mlp network)
transfer = nn.ReLU()
--[[Set up the network, add layers in place as we add more abstraction]]
function contruct_net()
... | mit |
MonokuroInzanaito/ygopro-777DIY | expansions/script/c80020018.lua | 1 | 2603 | --天堂骑士兵 圣鞭
function c80020018.initial_effect(c)
--spsummon
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(80020018,0))
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetRange(LOCATION_MZONE)
e1:SetCountLimit(1,80020018)
e1:SetCost(c80020018.cost)
e1:SetTarget(c80020... | gpl-3.0 |
waterlgndx/darkstar | scripts/zones/Beadeaux/Zone.lua | 2 | 3186 | -----------------------------------
--
-- Zone: Beadeaux (147)
--
-----------------------------------
package.loaded["scripts/zones/Beadeaux/TextIDs"] = nil
-----------------------------------
require("scripts/zones/Beadeaux/TextIDs")
require("scripts/zones/Beadeaux/MobIDs")
require("scripts/globals/conquest")
require(... | gpl-3.0 |
will4wachter/Project1 | scripts/zones/Sauromugue_Champaign/npcs/Cavernous_Maw.lua | 5 | 2222 | -----------------------------------
-- Area: Sauromugue Champaign
-- NPC: Cavernous Maw
-- Teleports Players to Sauromugue_Champaign_S
-- @pos 369 8 -227 120
-----------------------------------
package.loaded["scripts/zones/Sauromugue_Champaign/TextIDs"] = nil;
-----------------------------------
require("sc... | gpl-3.0 |
waterlgndx/darkstar | scripts/zones/Korroloka_Tunnel/npcs/qm1.lua | 2 | 1142 | -----------------------------------
-- Area: Korroloka Tunnel
-- NPC: ??? (qm1) - Morion Worm spawn
-- !pos 254.652 -6.039 20.878 173
-----------------------------------
package.loaded["scripts/zones/Korroloka_Tunnel/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Korroloka_Tunnel/globals")... | gpl-3.0 |
Wargus/war1gus | scripts/menus/endscenario.lua | 1 | 3185 | function RunEndScenarioMenu()
local menu = WarGameMenu(panel(1))
local titleLabel = Label("End Scenario")
menu:add(titleLabel, menu:getWidth() / 2 - titleLabel:getWidth() / 2, 5)
local b = menu:addFullButton("~!Restart Scenario", "r", 12, 20 + (18 * 0),
function() RunRestartConfirmMenu() end)
if (IsNetw... | gpl-2.0 |
davidedmonds/darkstar | scripts/zones/Ranguemont_Pass/npcs/Waters_of_Oblivion.lua | 17 | 2199 | -----------------------------------
-- Area: Ranguemont Pass
-- NPC: Waters of Oblivion
-- Finish Quest: Painful Memory (BARD AF1)
-- @pos -284 -45 210 166
-----------------------------------
package.loaded["scripts/zones/Ranguemont_Pass/TextIDs"] = nil;
package.loaded["scripts/globals/settings"] = nil;
------... | gpl-3.0 |
waterlgndx/darkstar | scripts/zones/Beaucedine_Glacier/TextIDs.lua | 2 | 1232 | -- Variable TextID Description text
-- General Texts
ITEM_CANNOT_BE_OBTAINED = 6564; -- You cannot obtain the item. Come back after sorting your inventory.
FULL_INVENTORY_AFTER_TRADE = 6566; -- You cannot obtain the #. Try trading again after sorting your inventory.
ITEM_OBTAINED = ... | gpl-3.0 |
will4wachter/Project1 | scripts/globals/items/plate_of_ikra_gunkan_+1.lua | 35 | 1733 | -----------------------------------------
-- ID: 5220
-- Item: plate_of_ikra_gunkan_+1
-- Food Effect: 60Min, All Races
-----------------------------------------
-- Health 30
-- Magic 12
-- Dexterity 3
-- Mind -1
-- Accuracy % 17
-- Accuracy Cap 30
-- Ranged ACC % 17
-- Ranged ACC Cap 30
------------------... | gpl-3.0 |
lhog/Zero-K | units/commsupport1.lua | 4 | 5857 | return { commsupport1 = {
unitname = [[commsupport1]],
name = [[Support Commander]],
description = [[Econ/Support Commander]],
acceleration = 0.75,
activateWhenBuilt = true,
autoHeal = 5,
brakeRate = 2.7,
buildCostMetal = 1200,
build... | gpl-2.0 |
MonokuroInzanaito/ygopro-777DIY | expansions/script/c18706051.lua | 1 | 2214 | --魔人少女 莉莉娜
function c18706051.initial_effect(c)
--synchro summon
aux.AddSynchroProcedure(c,nil,aux.NonTuner(Card.IsSetCard,0xabb),1)
c:EnableReviveLimit()
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetCode(EFFECT_INDESTRUCTABLE_BATTLE)
e2:SetValue(c18706051.ind2)
c:RegisterEffect(e2)
--s... | gpl-3.0 |
kidaa/darkstar | scripts/globals/items/kazham_pineapple.lua | 35 | 1203 | -----------------------------------------
-- ID: 4432
-- Item: kazham_pineapple
-- Food Effect: 5Min, All Races
-----------------------------------------
-- Agility -5
-- Intelligence 3
-----------------------------------------
require("scripts/globals/status");
-----------------------------------------
-... | gpl-3.0 |
davidedmonds/darkstar | scripts/zones/Port_Bastok/npcs/Aishah.lua | 37 | 1043 | -----------------------------------
-- Area: Port Bastok
-- NPC: Aishah
-- Standard Info NPC
-----------------------------------
package.loaded["scripts/zones/Port_Bastok/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/zones/Port_Bastok/TextIDs");
... | gpl-3.0 |
waterlgndx/darkstar | scripts/globals/weaponskills/sturmwind.lua | 25 | 1558 | -----------------------------------
-- Sturmwind
-- Great Axe weapon skill
-- Skill level: 70
-- Delivers a two-hit attack. Attack varies with TP.
-- Will stack with Sneak Attack, but only the first hit.
-- Aligned with the Soil Gorget & Aqua Gorget.
-- Aligned with the Soil Belt & Aqua Belt.
-- Element: None
-- Modifi... | gpl-3.0 |
Thonik/FritoMod | fritomod/CombatObjects-Buff.lua | 1 | 2485 | -- Combat log object for all buff and debuff events.
--[[
Callbacks.BuffObjects(function(when, event, source, target, buff)
if Strings.EndsWith(event, "_REMOVED") then
printf("%s fades from %s.",
buff:Link(),
Colors.ColorMessage(
target:ClassColor(),
... | mit |
kidaa/darkstar | scripts/zones/Cape_Teriggan/npcs/relic.lua | 38 | 1841 | -----------------------------------
-- Area: Cape Terrigan
-- NPC: <this space intentionally left blank>
-- @pos 73 4 -174 113
-----------------------------------
package.loaded["scripts/zones/Cape_Teriggan/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Cape_Teriggan/TextIDs");
---------... | gpl-3.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.