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 |
|---|---|---|---|---|---|
RwNigma/darkstar | scripts/commands/checkmission.lua | 27 | 3863 | ---------------------------------------------------------------------------------------------------
-- func: @checkmission <Log ID> <Player>
-- desc: Prints current MissionID for the given LogID and target Player to the in game chatlog
---------------------------------------------------------------------------------... | gpl-3.0 |
destdev/ygopro-scripts | c5399521.lua | 2 | 3144 | --音響戦士マイクス
function c5399521.initial_effect(c)
--pendulum summon
aux.EnablePendulumAttribute(c)
--scale
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetCode(EFFECT_CHANGE_LSCALE)
e2:SetProperty(EFFECT_FLAG_SINGLE_RANGE)
e2:SetRange(LOCATION_PZONE)
e2:SetCondition(c5399521.slcon)
e2:SetVal... | gpl-2.0 |
Deadwing888/darkstar | scripts/zones/Selbina/npcs/Oswald.lua | 13 | 5026 | -----------------------------------
-- Area: Selbina
-- NPC: Oswald
-- Starts and Finishes Quest: Under the sea (finish), The gift, The real gift
-- @pos 48 -15 9 248
-----------------------------------
package.loaded["scripts/zones/Selbina/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Se... | gpl-3.0 |
destdev/ygopro-scripts | c42472002.lua | 1 | 2852 | --Noble Knight Custennin
function c42472002.initial_effect(c)
--special summon
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_FIELD)
e1:SetProperty(EFFECT_FLAG_UNCOPYABLE)
e1:SetCode(EFFECT_SPSUMMON_PROC)
e1:SetRange(LOCATION_HAND)
e1:SetCountLimit(1,42472002)
e1:SetCondition(c42472002.sprcon)
c:Regist... | gpl-2.0 |
Deadwing888/darkstar | scripts/zones/Northern_San_dOria/npcs/Rondipur.lua | 13 | 1064 | -----------------------------------
-- Area: Northern San d'Oria
-- NPC: Rondipur
-- Type: Quest Giver
-- @zone: 231
-- @pos -154.415 10.999 153.744
--
-- Auto-Script: Requires Verification (Verified by Brawndo)
-----------------------------------
package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil;
... | gpl-3.0 |
RwNigma/darkstar | scripts/zones/North_Gustaberg/Zone.lua | 17 | 4175 | -----------------------------------
--
-- Zone: North_Gustaberg (106)
--
-----------------------------------
package.loaded["scripts/zones/North_Gustaberg/TextIDs"] = nil;
package.loaded["scripts/globals/chocobo_digging"] = nil;
-----------------------------------
require("scripts/zones/North_Gustaberg/TextID... | gpl-3.0 |
Deadwing888/darkstar | scripts/zones/Throne_Room/bcnms/shadow_lord_battle.lua | 11 | 2257 | -----------------------------------
-- Area: Throne Room
-- Name: Mission 5-2
-- @pos -111 -6 0.1 165
-----------------------------------
package.loaded["scripts/zones/Throne_Room/TextIDs"] = nil;
-------------------------------------
require("scripts/globals/keyitems");
require("scripts/globals/missions");
require("s... | gpl-3.0 |
Deadwing888/darkstar | scripts/zones/Windurst_Waters/npcs/Fomina.lua | 16 | 1639 | -----------------------------------
-- Area: Windurst Waters
-- NPC: Fomina
-- Only sells when Windurst controlls Elshimo Lowlands
-- Confirmed shop stock, August 2013
-----------------------------------
require("scripts/globals/shop");
require("scripts/globals/conquest");
package.loaded["scripts/zones/Windurst_Water... | gpl-3.0 |
nikai3d/naev | dat/ai/zalek.lua | 2 | 2891 | include("dat/ai/tpl/generic.lua")
include("dat/ai/personality/patrol.lua")
-- We’ll consider the Za’lek prefer to turn a bad (ie. battle) situation into
-- a profitable one by getting money and selling fuel if possible if the player
-- hasn’t been too hostile in the past.
-- Settings
mem.armour_run = 75 -- Za'lek arm... | gpl-3.0 |
Deadwing888/darkstar | scripts/commands/addkeyitem.lua | 3 | 1298 | ---------------------------------------------------------------------------------------------------
-- func: @addkeyitem <ID> <player>
-- desc: Adds a key item to the player.
---------------------------------------------------------------------------------------------------
require("scripts/globals/keyitems");
cmdpro... | gpl-3.0 |
destdev/ygopro-scripts | c95453143.lua | 2 | 3220 | --ワンハンドレッド・アイ・ドラゴン
function c95453143.initial_effect(c)
--synchro summon
aux.AddSynchroProcedure(c,aux.FilterBoolFunction(Card.IsAttribute,ATTRIBUTE_DARK),aux.NonTuner(Card.IsRace,RACE_FIEND),1)
c:EnableReviveLimit()
--copy
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(95453143,0))
e1:SetType(EF... | gpl-2.0 |
destdev/ygopro-scripts | c2926176.lua | 4 | 1334 | --王家の呪い
function c2926176.initial_effect(c)
--Negate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_NEGATE+CATEGORY_DESTROY)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_CHAINING)
e1:SetCondition(c2926176.condition)
e1:SetTarget(c2926176.target)
e1:SetOperation(c2926176.operation)
c:RegisterEffec... | gpl-2.0 |
Markal128/skynet | test/testmysql.lua | 48 | 3742 | local skynet = require "skynet"
local mysql = require "mysql"
local function dump(obj)
local getIndent, quoteStr, wrapKey, wrapVal, dumpObj
getIndent = function(level)
return string.rep("\t", level)
end
quoteStr = function(str)
return '"' .. string.gsub(str, '"', '\\"') .. '"'
end
... | mit |
Deadwing888/darkstar | scripts/zones/Meriphataud_Mountains_[S]/npcs/qm1.lua | 31 | 1242 | -----------------------------------
-- Area: Meriphataud Mountains [S]
-- NPC: ???
-- @pos 757 -16 -446
-----------------------------------
package.loaded["scripts/zones/Meriphataud_Mountains_[S]/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/keyitems");
require("scripts/zones/Meriphat... | gpl-3.0 |
RwNigma/darkstar | scripts/zones/Meriphataud_Mountains_[S]/npcs/qm1.lua | 31 | 1242 | -----------------------------------
-- Area: Meriphataud Mountains [S]
-- NPC: ???
-- @pos 757 -16 -446
-----------------------------------
package.loaded["scripts/zones/Meriphataud_Mountains_[S]/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/keyitems");
require("scripts/zones/Meriphat... | gpl-3.0 |
Deadwing888/darkstar | scripts/zones/Western_Adoulin/Zone.lua | 16 | 1190 | -----------------------------------
--
-- Zone: Western Adoulin
--
-----------------------------------
require("scripts/globals/settings");
package.loaded["scripts/zones/Western_Adoulin/TextIDs"] = nil;
require("scripts/zones/Western_Adoulin/TextIDs");
-----------------------------------
-- onInitialize
----------... | gpl-3.0 |
RwNigma/darkstar | scripts/zones/Palborough_Mines/npcs/HomePoint#1.lua | 17 | 1261 | -----------------------------------
-- Area: Palborough_Mines
-- NPC: HomePoint#1
-- @pos 109 -38.5 -147 143
-----------------------------------
package.loaded["scripts/zones/Palborough_Mines/TextIDs"] = nil;
require("scripts/globals/settings");
require("scripts/zones/Palborough_Mines/TextIDs");
require("s... | gpl-3.0 |
RwNigma/darkstar | scripts/zones/Qulun_Dome/mobs/Za_Dha_Adamantking.lua | 27 | 1182 | -----------------------------------
-- Area: Qulun Dome
-- NM: Za Dha Adamantking
-----------------------------------
require("scripts/globals/titles");
require("scripts/zones/Qulun_Dome/TextIDs");
-----------------------------------
-- onMobSpawn Action
-----------------------------------
function onM... | gpl-3.0 |
RwNigma/darkstar | scripts/zones/Apollyon/mobs/Evil_Armory.lua | 33 | 1305 | -----------------------------------
-- Area: Apollyon SE
-- NPC: Evil_Armory
-----------------------------------
package.loaded["scripts/zones/Apollyon/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/limbus");
require("scripts/zones/Apollyon/TextIDs");
------------------------... | gpl-3.0 |
destdev/ygopro-scripts | c93149655.lua | 2 | 2613 | --オッドアイズ・ファントム・ドラゴン
function c93149655.initial_effect(c)
--pendulum summon
aux.EnablePendulumAttribute(c)
--atk up
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(93149655,0))
e1:SetCategory(CATEGORY_ATKCHANGE)
e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
e1:SetCode(EVENT_ATTACK_ANNOUNCE)
... | gpl-2.0 |
destdev/ygopro-scripts | c4483989.lua | 1 | 2073 | --反撃準備
function c4483989.initial_effect(c)
--activate
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetHintTiming(0,TIMING_BATTLE_START)
e1:SetTarget(c4483989.atktg1)
e1:SetOperation(c4483989.atkop)
c:RegisterEffect(e1)
--dice
local e2=Effect.CreateEffect(c)
... | gpl-2.0 |
kennyledet/Algorithm-Implementations | Derivative/Lua/Yonaba/derivative.lua | 26 | 1918 | -- Derivative evaluation algorithm implementation
-- See : http://en.wikipedia.org/wiki/Derivative
-- Fuzzy equality test
local function fuzzyEqual(a, b, eps)
local eps = eps or 1e-4
return (math.abs(a - b) < eps)
end
-- Evaluates the derivative of function f at x0
-- Uses Newton's forward slope approximation
-- ... | mit |
Deadwing888/darkstar | scripts/zones/Xarcabard/npcs/qm2.lua | 13 | 1645 | -----------------------------------
-- Area: Xarcabard
-- NPC: qm2 (???)
-- Involved in Quests: Atop the Highest Mountains (for Boreal Tiger)
-- @pos 341 -29 370 112
-----------------------------------
package.loaded["scripts/zones/Xarcabard/TextIDs"] = nil;
-----------------------------------
require("scripts/global... | gpl-3.0 |
destdev/ygopro-scripts | c62154416.lua | 4 | 2043 | --マジカルフィシアリスト
function c62154416.initial_effect(c)
c:EnableCounterPermit(0x1)
c:SetCounterLimit(0x1,1)
--summon success
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(62154416,0))
e1:SetCategory(CATEGORY_COUNTER)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F)
e1:SetCode(EVENT_SUMMON_SUCCES... | gpl-2.0 |
destdev/ygopro-scripts | c47217354.lua | 4 | 1208 | --魔轟神レイヴン
function c47217354.initial_effect(c)
--lv atk up
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(47217354,0))
e1:SetCategory(CATEGORY_HANDES+CATEGORY_ATKCHANGE)
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetCountLimit(1)
e1:SetRange(LOCATION_MZONE)
e1:SetTarget(c47217354.tg)
e1:SetOperation(c... | gpl-2.0 |
ffxijuggalo/darkstar | scripts/globals/mobskills/decayed_filament.lua | 11 | 1035 | ---------------------------------------------
-- Decayed Filament
-- Zedi, while in Animation form 2 (Bars)
-- Blinkable 1-2 hit, addtional effect poison on hit.
---------------------------------------------
require("scripts/globals/settings")
require("scripts/globals/status")
require("scripts/globals/monstertpmove... | gpl-3.0 |
destdev/ygopro-scripts | c85255550.lua | 4 | 1250 | --異国の剣士
function c85255550.initial_effect(c)
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(85255550,0))
e1:SetCategory(CATEGORY_DESTROY)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F)
e1:SetCode(EVENT_BATTLED)
e1:SetCondition(c85255550.condition)
e1:SetOperation(c85255550.operation)
c:Reg... | gpl-2.0 |
Deadwing888/darkstar | scripts/zones/Bibiki_Bay/npcs/Pohka_Chichiyowahl.lua | 13 | 1236 | -----------------------------------
-- Area: Bibiki Bay
-- NPC: Pohka Chichiyowahl
-- Type: Standard Merchant NPC
-- @pos -415 -2 -430 4
-----------------------------------
package.loaded["scripts/zones/Bibiki_Bay/TextIDs"] = nil;
require("scripts/zones/Bibiki_Bay/TextIDs");
require("scripts/globals/shop");
-------... | gpl-3.0 |
Deadwing888/darkstar | scripts/globals/abilities/pets/lunar_cry.lua | 27 | 1072 | ---------------------------------------------------
-- Aerial Armor
---------------------------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
require("scripts/globals/monstertpmoves");
---------------------------------------------------
function onAbilityCheck(player... | gpl-3.0 |
Deadwing888/darkstar | scripts/zones/Southern_San_dOria/npcs/Camereine.lua | 27 | 2405 | -----------------------------------
-- Area: Southern San d'Oria
-- NPC: Camereine
-- Type: Chocobo Renter
-- @pos -8 1 -100
-----------------------------------
package.loaded["scripts/zones/Southern_San_dOria/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/chocobo");
require("scripts/gl... | gpl-3.0 |
destdev/ygopro-scripts | c66970002.lua | 2 | 2836 | --CNo.39 希望皇ホープレイV
function c66970002.initial_effect(c)
--xyz summon
aux.AddXyzProcedure(c,nil,5,3)
c:EnableReviveLimit()
--todeck
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(66970002,0))
e1:SetCategory(CATEGORY_TOEXTRA)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e1:SetProperty(EFF... | gpl-2.0 |
simonfork/aquaria | game_scripts/scripts/maps/node_hint_cooking.lua | 6 | 1272 | -- 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 |
nikai3d/naev | dat/ai/civilian.lua | 5 | 1508 | include("dat/ai/tpl/generic.lua")
include("dat/ai/personality/civilian.lua")
-- Sends a distress signal which causes faction loss
function sos ()
msg = {
"Mayday! We are under attack!",
"Requesting assistance. We are under attack!",
"Civilian vessel under attack! Requesting help!",
"Help! S... | gpl-3.0 |
aboasola/the3tetoo | plugins/bot.lua | 16 | 5685 | package.path = package.path..';.luarocks/share/lua/5.2/?.lua;.luarocks/share/lua/5.2/?/init.lua'
package.cpath = package.cpath..';.luarocks/lib/lua/5.2/?.so'
http = require('socket.http')
https = require('ssl.https')
url = require('socket.url')
json = require('dkjson')
require("config")
require("extra")
function bot_r... | gpl-2.0 |
destdev/ygopro-scripts | c28865322.lua | 4 | 2493 | --魔装邪龍 イーサルウェポン
function c28865322.initial_effect(c)
--pendulum summon
aux.EnablePendulumAttribute(c)
--destroy
local e2=Effect.CreateEffect(c)
e2:SetCategory(CATEGORY_DESTROY)
e2:SetType(EFFECT_TYPE_IGNITION)
e2:SetRange(LOCATION_PZONE)
e2:SetProperty(EFFECT_FLAG_CARD_TARGET)
e2:SetCountLimit(1)
e2:SetCost(c... | gpl-2.0 |
RwNigma/darkstar | scripts/zones/Aht_Urhgan_Whitegate/npcs/_1e9.lua | 29 | 1155 | -----------------------------------
-- Area: Aht Urhgan Whitegate
-- NPC: _1e9 (Gate: The Pit)
-- @pos 80 -1.949 -107.94
-- Used to enter "The Colosseum" zone.
-----------------------------------
package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = nil;
-----------------------------------
require("scripts/zo... | gpl-3.0 |
Deadwing888/darkstar | scripts/zones/Abyssea-Vunkerl/npcs/qm13.lua | 17 | 1730 | -----------------------------------
-- Zone: Abyssea-Vunkeral
-- NPC: ???
-- Spawns: Bukhis
-----------------------------------
require("scripts/globals/status");
require("scripts/globals/keyitems");
-----------------------------------
-- onTrigger Action
-----------------------------------
function onTrigger(playe... | gpl-3.0 |
Gethe/oUF | elements/powerprediction.lua | 2 | 5961 | --[[
# Element: Power Prediction Bar
Handles the visibility and updating of power cost prediction.
## Widget
PowerPrediction - A `table` containing the sub-widgets.
## Sub-Widgets
mainBar - A `StatusBar` used to represent power cost of spells on top of the Power element.
altBar - A `StatusBar` used to represent p... | mit |
ffxijuggalo/darkstar | scripts/globals/ability.lua | 10 | 19151 | -----------------------------------
--
-- ABILITIES
--
-----------------------------------
require("scripts/globals/status");
require("scripts/globals/msg");
dsp = dsp or {};
dsp.jobAbility =
{
MIGHTY_STRIKES = 0,
HUNDRED_FISTS = 1,
BENEDICTION = 2,
MANAFONT = 3,
CHAINSPE... | gpl-3.0 |
destdev/ygopro-scripts | c73680966.lua | 9 | 1349 | --終わりの始まり
function c73680966.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_DRAW)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetCondition(c73680966.condition)
e1:SetCost(c73680966.cost)
e1:SetTarget(c73680966.... | gpl-2.0 |
Kong/kong | kong/plugins/request-transformer/access.lua | 1 | 15388 | local multipart = require "multipart"
local cjson = require("cjson.safe").new()
local pl_template = require "pl.template"
local pl_tablex = require "pl.tablex"
local table_insert = table.insert
local get_uri_args = kong.request.get_query
local set_uri_args = kong.service.request.set_query
local clear_header = kong.ser... | apache-2.0 |
uskdum/TELEBOTMAGMA | bot/bot.lua | 1 | 6822 | package.path = package.path .. ';.luarocks/share/lua/5.2/?.lua'
..';.luarocks/share/lua/5.2/?/init.lua'
package.cpath = package.cpath .. ';.luarocks/lib/lua/5.2/?.so'
require("./bot/utils")
local f = assert(io.popen('/usr/bin/git describe --tags', 'r'))
VERSION = assert(f:read('*a'))
f:close()
-- This function is ... | gpl-2.0 |
destdev/ygopro-scripts | c60316373.lua | 6 | 1628 | --紋章獣アバコーンウェイ
function c60316373.initial_effect(c)
--salvage
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(60316373,0))
e1:SetCategory(CATEGORY_TOHAND)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetRange(LOCATION_GRAVE)
e1:SetCountLimit(1,60316373)
e1:SetCost(c... | gpl-2.0 |
nikai3d/naev | dat/missions/neutral/diy-nerds.lua | 6 | 19357 | --[[
MISSION: diy-nerds
DESCRIPTION: Cart some nerds and their hardware to some DIY
contest on a neighbouring planet. Wait until the contest is
over, then cart them back. Receive either your payment or
their hardware. The player can fail in multiple ways.
AUTHOR: thilo <thilo@thil... | gpl-3.0 |
ffxijuggalo/darkstar | scripts/zones/Aht_Urhgan_Whitegate/npcs/Ugrihd.lua | 11 | 2348 | -----------------------------------
-- Area: Aht Urhgan Whitegate
-- NPC: Ugrihd
-- Coin Exchange Vendor
-- !pos -63.079 -6 -28.571 50
-----------------------------------
local ID = require("scripts/zones/Aht_Urhgan_Whitegate/IDs")
-----------------------------------
require("scripts/globals/besieged")
require("script... | gpl-3.0 |
RwNigma/darkstar | scripts/zones/Dynamis-Valkurm/Zone.lua | 17 | 2275 | -----------------------------------
--
-- Zone: Dynamis-Valkurm
--
-----------------------------------
package.loaded["scripts/zones/Dynamis-Valkurm/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/zones/Dynamis-Valkurm/TextIDs");
----------------... | gpl-3.0 |
Deadwing888/darkstar | scripts/globals/spells/bluemagic/blood_saber.lua | 21 | 1690 | -----------------------------------------
-- Spell: Blood Saber
-- Steals HP from enemies within range. Ineffective against undead
-- Spell cost: 25 MP
-- Monster Type: Undead
-- Spell Type: Magical (Dark)
-- Blue Magic Points: 2
-- Stat Bonus: HP-5, MP+5
-- Level: 48
-- Casting Time: 4 seconds
-- Recast Time: 90 secon... | gpl-3.0 |
destdev/ygopro-scripts | c74694807.lua | 4 | 2216 | --再融合
function c74694807.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:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetCost(c74694807.cost)
e1:SetTarget(c74694807.target)
e1:SetOperation(c74694807... | gpl-2.0 |
destdev/ygopro-scripts | c65518099.lua | 4 | 1665 | --クリフォート・ツール
function c65518099.initial_effect(c)
--pendulum summon
aux.EnablePendulumAttribute(c)
--splimit
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_FIELD)
e2:SetCode(EFFECT_CANNOT_SPECIAL_SUMMON)
e2:SetProperty(EFFECT_FLAG_PLAYER_TARGET+EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_CANNOT_NEGATE)
e2:Se... | gpl-2.0 |
RwNigma/darkstar | scripts/globals/spells/ice_carol.lua | 18 | 1499 | -----------------------------------------
-- Spell: Ice Carol
-- Increases ice resistance for party members within the area of effect.
-----------------------------------------
require("scripts/globals/status");
require("scripts/globals/magic");
-----------------------------------------
-- OnSpellCast
---------------... | gpl-3.0 |
RwNigma/darkstar | scripts/zones/Bhaflau_Thickets/mobs/Olden_Treant.lua | 25 | 1280 | -----------------------------------
-- Area: Bhaflau Thickets
-- MOB: Olden Treant
-- Note: Place holder Emergent Elm
-----------------------------------
require("scripts/zones/Bhaflau_Thickets/MobIDs");
-----------------------------------
-- onMobDeath
-----------------------------------
function onMobDeath... | gpl-3.0 |
ffxijuggalo/darkstar | scripts/zones/Western_Altepa_Desert/npcs/Cermet_Headstone.lua | 11 | 2442 | -----------------------------------
-- Area: Western Altepa Desert
-- NPC: Cermet Headstone
-- Involved in Mission: ZM5 Headstone Pilgrimage (Earth Fragment)
-- !pos -108 10 -216 125
-----------------------------------
local ID = require("scripts/zones/Western_Altepa_Desert/IDs")
require("scripts/globals/keyitems")
re... | gpl-3.0 |
angt/overthebox | feeds/luci/applications/luci-app-ddns/luasrc/tools/ddns.lua | 4 | 12839 | -- Copyright 2014-2018 Christian Schoenebeck <christian dot schoenebeck at gmail dot com>
-- Licensed to the public under the Apache License 2.0.
module("luci.tools.ddns", package.seeall)
local NX = require "nixio"
local NXFS = require "nixio.fs"
local UCI = require "luci.model.uci"
local SYS = require "luci.sys"... | gpl-3.0 |
mogaal/libquvi-scripts | share/media/theonion.lua | 1 | 2169 | -- libquvi-scripts v0.9.20131130
-- Copyright (C) 2012-2013 Toni Gundogdu <legatvs@gmail.com>
--
-- This file is part of libquvi-scripts <http://quvi.sourceforge.net/>.
--
-- This program is free software: you can redistribute it and/or
-- modify it under the terms of the GNU Affero General Public
-- License as publis... | agpl-3.0 |
destdev/ygopro-scripts | c20032555.lua | 2 | 1414 | --ギミック・パペット-ボム・エッグ
function c20032555.initial_effect(c)
--effects
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(20032555,0))
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetRange(LOCATION_MZONE)
e1:SetCountLimit(1,20032555)
e1:SetTarget(c20032555.efftg)
e1:SetOperation(c20032555.effop)
c:RegisterEffect... | gpl-2.0 |
destdev/ygopro-scripts | c1278431.lua | 2 | 3119 | --古代の機械素体
function c1278431.initial_effect(c)
--search
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(1278431,0))
e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH)
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetRange(LOCATION_MZONE)
e1:SetCountLimit(1,1278431)
e1:SetCost(c1278431.thcost)
e1:SetTarget(c12... | gpl-2.0 |
Deadwing888/darkstar | scripts/zones/Dynamis-Xarcabard/mobs/Animated_Kunai.lua | 7 | 1502 | -----------------------------------
-- Area: Dynamis Xarcabard
-- MOB: Animated Kunai
-----------------------------------
require("scripts/globals/status");
require("scripts/zones/Dynamis-Xarcabard/TextIDs");
-----------------------------------
-- onMobEngaged
-----------------------------------
function onMobEngag... | gpl-3.0 |
destdev/ygopro-scripts | c71519605.lua | 4 | 1612 | --オシャレオン
function c71519605.initial_effect(c)
--search
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(71519605,0))
e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH)
e1:SetType(EFFECT_TYPE_TRIGGER_O+EFFECT_TYPE_SINGLE)
e1:SetCode(EVENT_BATTLE_DESTROYED)
e1:SetCondition(c71519605.condition)
e1:SetTa... | gpl-2.0 |
destdev/ygopro-scripts | c32907538.lua | 1 | 2153 | --ウォールクリエイター
function c32907538.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(32907538,1))
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e1:SetCode(EVENT_SUMMON_SUCCESS)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetTarget(c32907538.target)
e1:SetOperation(c3... | gpl-2.0 |
destdev/ygopro-scripts | c2095764.lua | 2 | 3541 | --水竜星-ビシキ
function c2095764.initial_effect(c)
--spsummon
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(2095764,0))
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e1:SetProperty(EFFECT_FLAG_DAMAGE_STEP)
e1:SetCode(EVENT_TO_GRAVE)
e1:SetCountLimit(1,2... | gpl-2.0 |
destdev/ygopro-scripts | c26381750.lua | 4 | 1436 | --紅蓮地帯を飛ぶ鷹
function c26381750.initial_effect(c)
--spsummon
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(26381750,0))
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e1:SetCode(EVENT_BE_MATERIAL)
e1:SetCondition(c26381750.spcon)
e1:SetTarget(c2638175... | gpl-2.0 |
Deadwing888/darkstar | scripts/zones/Port_Jeuno/npcs/Caffie.lua | 27 | 1730 | -----------------------------------
-- Area: Port Jeuno
-- NPC: Caffie
-- Type: Chocobo Renter
-----------------------------------
require("scripts/globals/chocobo");
require("scripts/globals/keyitems");
require("scripts/globals/settings");
require("scripts/globals/status");
-----------------------------------
-- on... | gpl-3.0 |
destdev/ygopro-scripts | c64554883.lua | 2 | 1937 | --No.25 重装光学撮影機フォーカス・フォース
function c64554883.initial_effect(c)
--xyz summon
aux.AddXyzProcedure(c,nil,6,2)
c:EnableReviveLimit()
--disable
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(64554883,0))
e1:SetCategory(CATEGORY_DISABLE)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetType(EFFECT_TYPE_... | gpl-2.0 |
destdev/ygopro-scripts | c98864751.lua | 2 | 3602 | --エアークラック・ストーム
function c98864751.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_EQUIP)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetTarget(c98864751.target)
e1:SetOperation(c98864751.operation)
c:RegisterEffec... | gpl-2.0 |
RwNigma/darkstar | scripts/zones/Castle_Oztroja/npcs/_47d.lua | 13 | 1058 | -----------------------------------
-- Area: Castle Oztroja
-- NPC: _47d
-- @pos 20.000 24.168 -25.000 151
-----------------------------------
package.loaded["scripts/zones/Castle_Oztroja/TextIDs"] = nil;
-----------------------------------
require("scripts/zones/Castle_Oztroja/TextIDs");
---------------... | gpl-3.0 |
destdev/ygopro-scripts | c46237548.lua | 9 | 2228 | --紅蓮魔闘士
function c46237548.initial_effect(c)
--special summon
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_FIELD)
e1:SetCode(EFFECT_SPSUMMON_PROC)
e1:SetProperty(EFFECT_FLAG_UNCOPYABLE)
e1:SetRange(LOCATION_HAND)
e1:SetCondition(c46237548.spcon)
e1:SetOperation(c46237548.spop)
c:RegisterEffect(e1)
-... | gpl-2.0 |
Deadwing888/darkstar | scripts/globals/mobskills/Thundris_Shriek.lua | 30 | 1355 | ---------------------------------------------
-- Thundris Shriek
--
-- Description: Deals heavy lightning damage to targets in area of effect. Additional effect: Terror
-- Type: Magical
-- Utsusemi/Blink absorb: Wipes shadows
-- Range: Unknown
-- Notes: Players will begin to be intimidated by the dvergr after this atta... | gpl-3.0 |
destdev/ygopro-scripts | c28290705.lua | 3 | 1468 | --妖精王 アルヴェルド
function c28290705.initial_effect(c)
--xyz summon
aux.AddXyzProcedure(c,aux.FilterBoolFunction(Card.IsAttribute,ATTRIBUTE_EARTH),4,2)
c:EnableReviveLimit()
--addown
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(28290705,0))
e1:SetCategory(CATEGORY_ATKCHANGE+CATEGORY_DEFCHANGE)
e1:S... | gpl-2.0 |
destdev/ygopro-scripts | c58695102.lua | 4 | 1429 | --リ・バイブル
function c58695102.initial_effect(c)
--spsummon
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(58695102,0))
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetRange(LOCATION_GRAVE)
e1:SetCountLimit(1,58695102)
e1:SetCondition(c58695102.condition)
e1:SetCost(... | gpl-2.0 |
RwNigma/darkstar | scripts/commands/addallmaps.lua | 2 | 1568 | ---------------------------------------------------------------------------------------------------
-- func: addallmaps
-- desc: Adds all maps to the given player.
---------------------------------------------------------------------------------------------------
cmdprops =
{
permission = 1,
parameters... | gpl-3.0 |
Deadwing888/darkstar | scripts/zones/Northern_San_dOria/npcs/Daveille.lua | 13 | 1411 | -----------------------------------
-- Area: Northern San d'Oria
-- NPC: Daveille
-- Standard Info NPC
-----------------------------------
package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/quests");
requi... | gpl-3.0 |
destdev/ygopro-scripts | c44883600.lua | 6 | 1142 | --ダブル・ディフェンダー
function c44883600.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
c:RegisterEffect(e1)
--disable attack
local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(44883600,0))
e2:SetProperty(EFFECT_FLAG_CARD_TARGET)
... | gpl-2.0 |
LGCaerwyn/QSanguosha-Para-tangjs520-LGCaerwyn | extension-doc/value_config.lua | 15 | 2938 | sgs.dynamic_value = {
damage_card =
{
Duel = true,
ArcheryAttack = true,
Slash = true,
FireAttack = true,
SavageAssault = true,
QiangxiCard = true,
FanjianCard = true,
LijianCard = true,
LuanwuCard = true,
ShenfenCard = true,
},
control_usecard =
{
Indulgence = true,
SupplyShortage = t... | lgpl-3.0 |
maikerumine/grieftest | mods/farming/melon.lua | 12 | 2379 |
local S = farming.intllib
-- melon
minetest.register_craftitem("farming:melon_slice", {
description = S("Melon Slice"),
inventory_image = "farming_melon_slice.png",
on_place = function(itemstack, placer, pointed_thing)
return farming.place_seed(itemstack, placer, pointed_thing, "farming:melon_1")
end,
on_use =... | lgpl-2.1 |
RwNigma/darkstar | scripts/zones/Port_San_dOria/npcs/Fontoumant.lua | 17 | 4434 | -----------------------------------
-- Area: Port San d'Oria
-- NPC: Fontoumant
-- Starts Quest: The Brugaire Consortium
-- Involved in Quests: Riding on the Clouds
-- @zone 232
-- @pos -10 -10 -122
-----------------------------------
package.loaded["scripts/zones/Port_San_dOria/TextIDs"] = nil;
package.loade... | gpl-3.0 |
destdev/ygopro-scripts | c12324546.lua | 4 | 1830 | --漆黒の名馬
function c12324546.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(c12324546.target)
e1:SetOperation(c12324546.operation)
c:RegisterEffect(e1)
... | gpl-2.0 |
linuxmaniac/pkg-prosody | util/caps.lua | 5 | 2063 | -- Prosody IM
-- Copyright (C) 2008-2010 Matthew Wild
-- Copyright (C) 2008-2010 Waqas Hussain
--
-- This project is MIT/X11 licensed. Please see the
-- COPYING file in the source package for more information.
--
local base64 = require "util.encodings".base64.encode;
local sha1 = require "util.hashes".sha1;
local t_... | mit |
tahashakiba/antispam | libs/dkjson.lua | 3282 | 26558 | -- Module options:
local always_try_using_lpeg = true
local register_global_module_table = false
local global_module_name = 'json'
--[==[
David Kolf's JSON module for Lua 5.1/5.2
========================================
*Version 2.4*
In the default configuration this module writes no global values... | gpl-2.0 |
Deadwing888/darkstar | scripts/zones/Garlaige_Citadel_[S]/Zone.lua | 27 | 1281 | -----------------------------------
--
-- Zone: Garlaige_Citadel_[S] (164)
--
-----------------------------------
package.loaded["scripts/zones/Garlaige_Citadel_[S]/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/zones/Garlaige_Citadel_[S]/TextIDs");
--------... | gpl-3.0 |
destdev/ygopro-scripts | c74364659.lua | 1 | 1712 | --水霊使いエリア
function c74364659.initial_effect(c)
--flip
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(74364659,0))
e1:SetCategory(CATEGORY_CONTROL)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_FLIP)
e1:SetTarget(c74364659.target)
e1:SetOperation(c74364659.oper... | gpl-2.0 |
RwNigma/darkstar | scripts/zones/Dynamis-San_dOria/Zone.lua | 28 | 2487 | -----------------------------------
--
-- Zone: Dynamis-San_dOria
--
-----------------------------------
package.loaded["scripts/zones/Dynamis-San_dOria/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settings");
require("scripts/zones/Dynamis-San_dOria/TextIDs");
------------... | gpl-3.0 |
Deadwing888/darkstar | scripts/zones/Balgas_Dais/npcs/Burning_Circle.lua | 13 | 2338 | -----------------------------------
-- Area: Balga's Dais
-- NPC: Burning Circle
-- Balga's Dais Burning Circle
-- @pos 299 -123 345 146
-------------------------------------
package.loaded["scripts/zones/Balgas_Dais/TextIDs"] = nil;
-------------------------------------
require("scripts/globals/keyitems");
require("... | gpl-3.0 |
topameng/tolua | Assets/ToLua/Lua/UnityEngine/Vector3.lua | 1 | 11446 | --------------------------------------------------------------------------------
-- Copyright (c) 2015 , 蒙占志(topameng) topameng@gmail.com
-- All rights reserved.
-- Use, modification and distribution are subject to the "MIT License"
--------------------------------------------------------------------... | mit |
RwNigma/darkstar | scripts/zones/Cloister_of_Flames/mobs/Ifrit_Prime.lua | 18 | 1857 | -----------------------------------------------------
-- Area: Cloister of Flames
-- NPC: Ifrit Prime
-- Involved in Quest: Trial by Fire
-- Involved in Mission: ASA-4 Sugar Coated Directive
-----------------------------------------------------
require("scripts/globals/settings");
require("scripts/globals/keyitems");... | gpl-3.0 |
RwNigma/darkstar | scripts/zones/Port_San_dOria/npcs/Maunadolace.lua | 38 | 1043 | -----------------------------------
-- Area: Port San d'Oria
-- NPC: Maunadolace
-- Type: Standard NPC
-- @zone: 232
-- @pos -22.800 -9.3 -148.645
--
-- Auto-Script: Requires Verification (Verified by Brawndo)
-----------------------------------
package.loaded["scripts/zones/Port_San_dOria/TextIDs"] = nil;
------... | gpl-3.0 |
Kong/kong | kong/db/migrations/core/003_100_to_110.lua | 2 | 9558 | return {
postgres = {
up = [[
DO $$
BEGIN
UPDATE consumers SET created_at = DATE_TRUNC('seconds', created_at);
EXCEPTION WHEN UNDEFINED_COLUMN OR UNDEFINED_TABLE THEN
-- Do nothing, accept existing state
END$$;
DO $$
BEGIN
UPDATE plugins SET created_at ... | apache-2.0 |
destdev/ygopro-scripts | c81866673.lua | 2 | 2929 | --D-HERO ダッシュガイ
function c81866673.initial_effect(c)
--atkup
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(81866673,0))
e1:SetCategory(CATEGORY_ATKCHANGE)
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetRange(LOCATION_MZONE)
e1:SetCountLimit(1)
e1:SetCost(c81866673.atkcost)
e1:SetOperation(c81866673.at... | gpl-2.0 |
destdev/ygopro-scripts | c74728028.lua | 2 | 2430 | --エクシーズ・レセプション
function c74728028.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:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetTarget(c74728028.target)
e1:SetOperation(c74728028.operation)
c:Regi... | gpl-2.0 |
Deadwing888/darkstar | scripts/zones/North_Gustaberg/npcs/Monument.lua | 13 | 1422 | -----------------------------------
-- Area: North Gustaberg
-- NPC: Monument
-- Involved in Quest "Hearts of Mythril"
-- @pos 300.000 -62.803 498.200 106
-----------------------------------
package.loaded["scripts/zones/North_Gustaberg/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/que... | gpl-3.0 |
RwNigma/darkstar | scripts/zones/Lufaise_Meadows/Zone.lua | 19 | 2868 | -----------------------------------
--
-- Zone: Lufaise_Meadows (24)
--
-----------------------------------
require("scripts/globals/settings");
require("scripts/globals/zone");
require("scripts/globals/keyitems");
require("scripts/globals/missions");
require("scripts/globals/titles");
require("scripts/globals/conques... | gpl-3.0 |
destdev/ygopro-scripts | c49221191.lua | 2 | 2629 | --CNo.32 海咬龍シャーク・ドレイク・バイス
function c49221191.initial_effect(c)
--xyz summon
c:EnableReviveLimit()
aux.AddXyzProcedure(c,aux.FilterBoolFunction(Card.IsAttribute,ATTRIBUTE_WATER),4,4,c49221191.ovfilter,aux.Stringid(49221191,0))
--atk/def
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(49221191,1))
e... | gpl-2.0 |
RwNigma/darkstar | scripts/zones/Metalworks/npcs/Wise_Owl.lua | 19 | 1955 | -----------------------------------
-- Area: Metalworks
-- NPC: Wise Owl
-- Type: Smithing Adv. Image Support
-- @pos -106.336 2.000 26.117 237
-----------------------------------
package.loaded["scripts/zones/Metalworks/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/status");
... | gpl-3.0 |
destdev/ygopro-scripts | c76353872.lua | 4 | 2592 | --デフコンバード
function c76353872.initial_effect(c)
--special summon
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(76353872,0))
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetRange(LOCATION_HAND)
e1:SetCountLimit(1,76353872)
e1:SetCost(c76353872.spcost)
e1:SetTarget(... | gpl-2.0 |
destdev/ygopro-scripts | c27780618.lua | 4 | 2442 | --V・HEROヴァイオン
function c27780618.initial_effect(c)
--Tograve
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(27780618,0))
e1:SetCategory(CATEGORY_TOGRAVE)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e1:SetCode(EVENT_SUMMON_SUCCESS)
e1:SetProperty(EFFECT_FLAG_DELAY)
e1:SetCountLimit(1,277... | gpl-2.0 |
Deadwing888/darkstar | scripts/zones/Upper_Jeuno/npcs/Monberaux.lua | 13 | 5888 | -----------------------------------
-- Area: Upper Jeuno
-- NPC: Monberaux
-- Starts and Finishes Quest: The Lost Cardian (finish), The kind cardian (start)
-- Involved in Quests: Save the Clock Tower
-- @pos -43 0 -1 244
-----------------------------------
package.loaded["scripts/zones/Upper_Jeuno/TextIDs"] = nil;
pac... | gpl-3.0 |
Deadwing888/darkstar | scripts/zones/Lower_Jeuno/npcs/_l08.lua | 13 | 1554 | -----------------------------------
-- Area: Lower Jeuno
-- NPC: Streetlamp
-- Involved in Quests: Community Service
-- @zone 245
-- @pos -32.897 0 -28.521
-----------------------------------
package.loaded["scripts/zones/Lower_Jeuno/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/settin... | gpl-3.0 |
destdev/ygopro-scripts | c31531170.lua | 1 | 3045 | --共鳴する振動
function c31531170.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetTarget(c31531170.target)
e1:SetOperation(c31531170.activate)
c:RegisterEffect(e1)
end
function c31531170.target(e,t... | gpl-2.0 |
destdev/ygopro-scripts | c39823987.lua | 4 | 3081 | --太陽龍インティ
function c39823987.initial_effect(c)
--synchro summon
aux.AddSynchroProcedure(c,aux.FilterBoolFunction(Card.IsCode,78275321),aux.NonTuner(nil),1)
c:EnableReviveLimit()
--destroy&damage
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(39823987,0))
e1:SetCategory(CATEGORY_DESTROY+CATEGORY_D... | gpl-2.0 |
RwNigma/darkstar | scripts/zones/West_Sarutabaruta/npcs/Naguipeillont_RK.lua | 30 | 3074 | -----------------------------------
-- Area: West Sarutabaruta
-- NPC: Naguipeillont, R.K.
-- Type: Outpost Conquest Guards
-- @pos -11.322 -13.459 317.696 115
-----------------------------------
package.loaded["scripts/zones/West_Sarutabaruta/TextIDs"] = nil;
-----------------------------------
require("scripts/glob... | gpl-3.0 |
Deadwing888/darkstar | scripts/globals/items/loaf_of_black_bread.lua | 18 | 1269 | -----------------------------------------
-- ID: 4364
-- Item: loaf_of_black_bread
-- Food Effect: 30Min, All Races
-----------------------------------------
-- Health 8
-- Dexterity -1
-- Vitality 2
-----------------------------------------
require("scripts/globals/status");
-----------------------------------------... | gpl-3.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.