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
Death15/SuperSwatchTG
plugins/rae.lua
616
1312
do function getDulcinea( text ) -- Powered by https://github.com/javierhonduco/dulcinea local api = "http://dulcinea.herokuapp.com/api/?query=" local query_url = api..text local b, code = http.request(query_url) if code ~= 200 then return "Error: HTTP Connection" end dulcinea = json:decode(b) ...
gpl-2.0
kidaa/Awakening-Core3
bin/scripts/mobile/tatooine/tusken_gore_chief.lua
1
1460
tusken_gore_chief = Creature:new { objectName = "@mob/creature_names:tusken_gore_chief", socialGroup = "tusken_raider", pvpFaction = "tusken_raider", faction = "tusken_raider", level = 51, chanceHit = 0.51, damageMin = 400, damageMax = 510, baseXp = 5007, baseHAM = 10000, baseHAMmax = 13000, armor = 0, res...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/static/structure/naboo/seawall_rocks_naboo_theed_style_2.lua
3
2312
--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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/building/endor/endor_giant_catwalk.lua
3
2243
--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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/mission/quest_item/warren_controlroom_passkey4.lua
3
2370
--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...
lgpl-3.0
pavel-odintsov/MoonGen
examples/quality-of-service-test.lua
1
7526
--- This script implements a simple QoS test by generating two flows and measuring their latencies. local dpdk = require "dpdk" local memory = require "memory" local device = require "device" local ts = require "timestamping" local filter = require "filter" local stats = require "stats" local hist = require "histog...
mit
eraffxi/darkstar
scripts/zones/Garlaige_Citadel/npcs/Mashira.lua
2
1654
----------------------------------- -- Area: Garlaige Citadel -- NPC: Mashira -- Involved in Quests: Rubbish day, Making Amens! -- !pos 141 -6 138 200 ----------------------------------- package.loaded["scripts/zones/Garlaige_Citadel/TextIDs"] = nil; ----------------------------------- require("scripts/globals/setting...
gpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/crafting/station/space_tool.lua
3
3846
--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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/wearables/ring/serverobjects.lua
3
2540
--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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/wearables/armor/marauder/armor_marauder_s01_gloves.lua
1
4483
--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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/component/droid/repair/objects.lua
3
22174
--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. ...
lgpl-3.0
eraffxi/darkstar
scripts/zones/Port_Windurst/npcs/Ryan.lua
1
1304
----------------------------------- -- Area: Port Windurst -- NPC: Ryan -- Standard Merchant NPC ----------------------------------- package.loaded["scripts/zones/Port_Windurst/TextIDs"] = nil; ----------------------------------- require("scripts/globals/shop"); require("scripts/zones/Port_Windurst/TextIDs"); --------...
gpl-3.0
eraffxi/darkstar
scripts/zones/Al_Zahbi/npcs/Nudahaal.lua
2
1848
----------------------------------- -- Area: Al Zahbi -- NPC: Nudahaal -- Type: Bonecraft Normal/Adv. Image Support -- !pos -57.056 -7 -88.377 48 ----------------------------------- package.loaded["scripts/zones/Al_Zahbi/TextIDs"] = nil; ----------------------------------- require("scripts/globals/status"); require("s...
gpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/terminal/terminal_hq_turret_control.lua
3
2377
--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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/medicine/medikit_tool_basic.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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/mobile/choku_hue.lua
3
2152
--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...
lgpl-3.0
FerdinandoLM/telegram-bot
plugins/plugins.lua
4
4731
do -- Retruns the key (index) in the config.enabled_plugins table local function plugin_enabled( name ) for k,v in pairs(_config.enabled_plugins) do if name == v then return k end end -- If not found return false end -- Returns true if file exists in plugins folder local function plugin_exists( ...
gpl-2.0
eraffxi/darkstar
scripts/globals/mobskills/bilgestorm.lua
2
1427
--------------------------------------------- -- Bilgestorm -- -- Description: Deals damage in an area of effect. Additional effect: Lowers attack, accuracy, and defense -- Type: Physical -- Utsusemi/Blink absorb: Wipes shadows -- Range: Unknown -- Notes: Only used at low health.*Experienced the use at 75%* -----...
gpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/ship/ywing_tier3.lua
3
2152
--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...
lgpl-3.0
FlashHand/wax
lib/stdlib/enums.lua
18
12158
-- UIViewContentMode UIViewContentModeScaleToFill = 0 UIViewContentModeScaleAspectFit = 1 UIViewContentModeScaleAspectFill = 2 UIViewContentModeRedraw = 3 UIViewContentModeCenter = 4 UIViewContentModeTop = 5 UIViewContentModeBottom = 6 UIViewContentModeLeft = 7 UIViewContentModeRight = 8 UIViewContentModeTopLeft = 9 UI...
mit
eraffxi/darkstar
scripts/globals/spells/huton_ichi.lua
2
1086
----------------------------------------- -- Spell: Huton: Ichi -- Deals wind damage to an enemy and lowers its resistance against ice. ----------------------------------------- require("scripts/globals/status"); require("scripts/globals/magic"); ----------------------------------------- -- OnSpellCast --------------...
gpl-3.0
kidaa/Awakening-Core3
bin/scripts/mobile/wearables/wookiee_outfits.lua
3
2550
--Copyright (C) 2007 <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. ...
lgpl-3.0
palmettos/cnLuCI
libs/nixio/docsrc/nixio.lua
151
15824
--- General POSIX IO library. module "nixio" --- Look up a hostname and service via DNS. -- @class function -- @name nixio.getaddrinfo -- @param host hostname to lookup (optional) -- @param family address family [<strong>"any"</strong>, "inet", "inet6"] -- @param service service name or port (optional) -- @return ...
apache-2.0
eraffxi/darkstar
scripts/zones/Batallia_Downs/npcs/qm4.lua
2
1142
----------------------------------- -- Area: Batallia Downs -- NPC: qm4 (???) -- ----------------------------------- package.loaded["scripts/zones/Batallia_Downs/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Batallia_Downs/TextIDs"); require("scripts/globals/missions"); require("scripts/g...
gpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/mission/quest_item/yith_seenath_q1_needed.lua
3
2288
--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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/installation/battlefield/destructible/bfield_gungan_wall_ruined_lg_s01.lua
3
2368
--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...
lgpl-3.0
koreader/koreader-base
ffi/giflib_h.lua
3
2072
local ffi = require("ffi") ffi.cdef[[ static const int GIF_OK = 1; static const int GIF_ERROR = 0; typedef int GifWord; typedef unsigned char GifByteType; typedef struct GifColorType GifColorType; struct GifColorType { GifByteType Red; GifByteType Green; GifByteType Blue; }; typedef struct ColorMapObject ColorMa...
agpl-3.0
kidaa/Awakening-Core3
bin/scripts/screenplays/poi/naboo_abandoned_imperial_outpost.lua
3
1130
NabooAbandonedImperialOutputScreenPlay = ScreenPlay:new { numberOfActs = 1, screenplayName = "NabooAbandonedImperialOutputScreenPlay", } registerScreenPlay("NabooAbandonedImperialOutputScreenPlay", true) function NabooAbandonedImperialOutputScreenPlay:start() if (isZoneEnabled("naboo")) then self:spawnMobiles...
lgpl-3.0
eraffxi/darkstar
scripts/zones/Yuhtunga_Jungle/npcs/Uphra-Kophra_WW.lua
2
2943
----------------------------------- -- Area: Yuhtunga Jungle -- NPC: Uphra-Kophra, W.W. -- Outpost Conquest Guards -- !pos -242.487 -1 -402.772 123 ----------------------------------- package.loaded["scripts/zones/Yuhtunga_Jungle/TextIDs"] = nil; ----------------------------------- require("scripts/globals/conquest");...
gpl-3.0
fur-q/mfr
contrib/optparse.lua
1
23497
--[=[-- Parse and process command line options. local OptionParser = require "std.optparse" local parser = OptionParser [[ any text VERSION Additional lines of text to show when the --version option is passed. Several lines or paragraphs are permitted. Usage: PROGNAME...
mit
widelands/widelands
data/tribes/ships/empire/init.lua
1
6208
push_textdomain("tribes") dirname = path.dirname(__file__) wl.Descriptions():new_ship_type { name = "empire_ship", -- TRANSLATORS: This is the Empire's ship's name used in lists of units descname = pgettext("empire_ship", "Ship"), animation_directory = dirname, icon = dirname .. "menu.png", capacity...
gpl-2.0
mohammad1212/robot12240
plugins/id.lua
355
2795
local function user_print_name(user) if user.print_name then return user.print_name end local text = '' if user.first_name then text = user.last_name..' ' end if user.lastname then text = text..user.last_name end return text end local function returnids(cb_extra, success, resu...
gpl-2.0
kidaa/Awakening-Core3
bin/scripts/object/weapon/melee/2h_sword/crafted_saber/sword_lightsaber_two_handed_s2_gen1.lua
1
6206
--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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/mobile/dressed_death_watch_silver.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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/draft_schematic/clothing/clothing_armor_bone_boots.lua
2
3862
--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...
lgpl-3.0
russakkyo/GitHub
src/scripts/lua/LuaBridge/AUCHINDOUN/AUCHENAI_CRYPTS/maladaar.lua
13
5776
--?!MAP=558 assert( include("acrypts.lua") , "Failed to load acrypts.lua") local mod = require("DUNGEON_AUCHINDOUN.INSTANCE_ACRYPTS") assert(mod) module(mod._NAME..".EXARCH_MALADAAR",package.seeall) local self = getfenv(1) function OnCombat(unit) self[tostring(unit)] = { ribbon = math.random(2,5), scream = math.r...
agpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/ship/components/armor/arm_mandal_enhanced_elite_composite.lua
3
2352
--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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/mobile/dressed_dathomir_prisoner_03.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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/medicine/crafted/serverobjects.lua
3
14247
--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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/ship/components/armor/arm_kse_advanced_durasteel.lua
3
2316
--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...
lgpl-3.0
eraffxi/darkstar
scripts/globals/abilities/reward.lua
2
6374
----------------------------------- -- Ability: Reward -- Feeds pet to restore its HP. -- Obtained: Beastmaster Level 12 -- Recast Time: 1:30 -- Duration: Instant ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); require("scripts/globals/pets"); require("scripts...
gpl-3.0
TimurTarasenko/omim
3party/osrm/osrm-backend/profiles/testbot.lua
69
3444
-- Testbot profile -- Moves at fixed, well-known speeds, practical for testing speed and travel times: -- Primary road: 36km/h = 36000m/3600s = 100m/10s -- Secondary road: 18km/h = 18000m/3600s = 100m/20s -- Tertiary road: 12km/h = 12000m/3600s = 100m/30s -- modes: -- 1: normal -- 2: route -- 3: river downstream ...
apache-2.0
meshr-net/meshr_tomato-RT-N
usr/lib/lua/luci/lucid.lua
1
10323
--[[ LuCI - Lua Development Framework Copyright 2009 Steven Barth <steven@midlink.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 $Id$ ]] local ni...
apache-2.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/ship/components/shield_generator/shd_sfs_imperial_special_forces.lua
3
2380
--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...
lgpl-3.0
hartmark/OpenRA
mods/ra/maps/soviet-05/soviet05.lua
3
8642
--[[ Copyright 2007-2020 The OpenRA Developers (see AUTHORS) This file is part of OpenRA, which is free software. It is made available to you under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later vers...
gpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/mobile/dressed_criminal_assassin_human_female_01.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...
lgpl-3.0
eraffxi/darkstar
scripts/globals/spells/geohelix.lua
2
2151
-------------------------------------- -- Spell: Geohelix -- Deals earth damage that gradually reduces -- a target's HP. Damage dealt is greatly affected by the weather. -------------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); require("scripts/globals/magi...
gpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/deed/vehicle_deed/objects.lua
3
19358
--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. ...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/mobile/dressed_tatooine_valarian_assassin.lua
3
2252
--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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/mobile/dressed_tatooine_rakir_banai.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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/gem/base/gem_base.lua
3
2192
--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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/ship/components/shield_generator/shd_cygnus_special_mk1.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...
lgpl-3.0
upsoft/avbot
extension/luascript/libs/luascript/godmachine.lua
3
2583
local name="ÌìÊà" local oldmsg2={} local oldmsg1={} lanstat=0 package.path="luascript/?.lua" require("trim") function godmachine(msg,msg_time,buddy_name,buddy_num,qun_name,qun_num) --print(qun_num) if qun_num~=210734129 and qun_num~=2020012687 then return end local l_msg=string.lower(msg) l_msg=string.gsub(l_msg,"%...
agpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/inventory/creature_inventory.lua
2
2292
--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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/mobile/graul.lua
3
2136
--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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/ship/components/booster/bst_z95_basic.lua
3
2272
--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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/building/poi/tatooine_jawa_droid_thieves_camp_medium1.lua
1
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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/draft_schematic/structure/installation_generator_wind.lua
2
3450
--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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/weapon/ranged/rifle/rifle_dlt20.lua
2
6175
--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...
lgpl-3.0
eraffxi/darkstar
scripts/zones/Spire_of_Holla/npcs/_0h3.lua
6
1082
----------------------------------- -- Area: Spire_of_Holla -- NPC: web of regret ----------------------------------- package.loaded["scripts/zones/Spire_of_Holla/TextIDs"] = nil; ----------------------------------- require("scripts/globals/bcnm"); require("scripts/zones/Spire_of_Holla/TextIDs"); function onTrade(pl...
gpl-3.0
eraffxi/darkstar
scripts/globals/items/beluga.lua
2
1083
----------------------------------------- -- ID: Beluga -- Beluga -- Additional Effect: Ice Damage ----------------------------------------- require("scripts/globals/status"); require("scripts/globals/magic"); require("scripts/globals/msg"); ----------------------------------- function onAdditionalEffect(player,target...
gpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/draft_schematic/vehicle/component/fuel_cell_c.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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/draft_schematic/furniture/furniture_radio.lua
2
3148
--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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/static/particle/pt_bunker_allum_mine_hallway_vent_steam.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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/draft_schematic/bio_engineer/bio_component/bio_component_food_medium_filling.lua
2
3523
--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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/static/flora/flora_bush_endor_rainbowbush.lua
3
2252
--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...
lgpl-3.0
eraffxi/darkstar
scripts/zones/Gusgen_Mines/npcs/qm4.lua
2
1062
----------------------------------- -- Area: Gusgen Mines -- NPC: qm4 (???) -- Involved In Quest: Ghosts of the Past -- !pos -174 0 369 196 ----------------------------------- package.loaded["scripts/zones/Gusgen_Mines/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Gusgen_Mines/TextIDs"); ...
gpl-3.0
eraffxi/darkstar
scripts/globals/items/dish_of_spaghetti_ortolana_+1.lua
2
1352
----------------------------------------- -- ID: 5659 -- Item: Dish of Spafhetti Ortolana -- Food Effect: 1 Hr, All Races ----------------------------------------- -- Agility 2 -- Vitality 2 -- HP +30% Cap 75 -- StoreTP +6 -- Resist Blind +10 ----------------------------------------- require("scripts/globals/status"); ...
gpl-3.0
eraffxi/darkstar
scripts/globals/items/serving_of_green_curry.lua
2
1578
----------------------------------------- -- ID: 4296 -- Item: serving_of_green_curry -- Food Effect: 180Min, All Races ----------------------------------------- -- Agility 2 -- Vitality 1 -- Health Regen While Healing 2 -- Magic Regen While Healing 1 -- Defense +9% (cap 160) -- Ranged ACC +5% (cap 25) -- Sleep Resist ...
gpl-3.0
kidaa/Awakening-Core3
bin/scripts/mobile/faction/imperial/elite_novatrooper.lua
1
1399
elite_novatrooper = Creature:new { objectName = "@mob/creature_names:stormtrooper_novatrooper_elite", socialGroup = "imperial", pvpFaction = "imperial", faction = "imperial", level = 162, chanceHit = 100, damageMin = 945, damageMax = 1600, baseXp = 15360, baseHAM = 95000, baseHAMmax = 116000, armor = 2, re...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/mobile/tatooine/tusken_captain.lua
1
1449
tusken_captain = Creature:new { objectName = "@mob/creature_names:tusken_captain", socialGroup = "tusken_raider", pvpFaction = "tusken_raider", faction = "tusken_raider", level = 40, chanceHit = 0.44, damageMin = 345, damageMax = 400, baseXp = 4006, baseHAM = 9300, baseHAMmax = 11300, armor = 0, resists = ...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/ship/crafted/weapon/wpn_medium_disruptor.lua
3
3452
--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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/ship/components/weapon_capacitor/cap_kse_mk5.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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/food/crafted/drink_mandalorian_wine.lua
3
3390
--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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/ship/components/booster/bst_kessel_imperial_sfs_ultra_thrust.lua
3
2364
--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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/static/structure/general/poi_tato_corral_half_64x64_s03.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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/mobile/dressed_noble_naboo_twilek_male_01.lua
3
2252
--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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/wearables/bandolier/double_bandolier.lua
3
4513
--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...
lgpl-3.0
eraffxi/darkstar
scripts/globals/items/bowl_of_goulash.lua
2
1350
----------------------------------------- -- ID: 5750 -- Item: bowl_of_goulash -- Food Effect: 3Hrs, All Races ----------------------------------------- -- VIT +3 -- INT -2 -- Accuracy +10% (cap 54) -- DEF +10% (cap 30) ----------------------------------------- require("scripts/globals/status"); -----------------------...
gpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/ship/components/reactor/rct_incom_mark4.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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/mobile/gubbur.lua
3
2140
--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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/wearables/armor/marauder/armor_marauder_s03_bracer_l.lua
1
4691
--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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/static/structure/tatooine/stone_hovel_tatooine_style_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...
lgpl-3.0
widelands/widelands
data/tribes/buildings/productionsites/amazons/stonecutters_hut/init.lua
1
1268
push_textdomain("tribes") dirname = path.dirname (__file__) wl.Descriptions():new_productionsite_type { name = "amazons_stonecutters_hut", -- TRANSLATORS: This is a building name used in lists of buildings descname = pgettext ("amazons_building", "Stonecutter’s Hut"), icon = dirname .. "menu.png", size...
gpl-2.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/loot/collectible/kits/orange_rug_kit.lua
3
3701
--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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/mobile/talus/binayre_scalawag.lua
1
1186
binayre_scalawag = Creature:new { objectName = "@mob/creature_names:binayre_scalawag", socialGroup = "binayre", pvpFaction = "binayre", faction = "pirate", level = 11, chanceHit = 0.29, damageMin = 120, damageMax = 130, baseXp = 430, baseHAM = 1000, baseHAMmax = 1200, armor = 0, resists = {0,0,0,0,0,0,0,-1...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/component/weapon/scope_weapon_lg_s03.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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/loot/collectible/collectible_parts/light_table_structure_05.lua
3
2360
--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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/static/structure/dathomir/nsister_tent_house_style_01.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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/ship/base/ship_fighter_base.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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/mobile/nightspider.lua
3
2160
--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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/deed/vehicle_deed/vehicular_prototype_deed.lua
3
2292
--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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/lair/base/poi_all_lair_thicket_small.lua
2
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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/wearables/armor/padded/objects.lua
3
22907
--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. ...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/wearables/earring/earring_s12.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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/wearables/robe/robe_jedi_light_s04.lua
1
3566
--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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/static/space/asteroid/asteroid_obsidian_large_02.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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/tangible/food/spice/spice_base.lua
3
2208
--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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/mobile/gaping_spider_broodling.lua
3
2208
--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...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/building/poi/dantooine_janta_medium2.lua
1
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...
lgpl-3.0