mirror of
https://github.com/ComfyFactory/ComfyFactorio.git
synced 2025-03-17 20:58:13 +02:00
Fish Defender 0.08
This commit is contained in:
parent
03edb9130c
commit
c3484a2c78
@ -8,17 +8,17 @@ require "player_list"
|
||||
require "poll"
|
||||
require "score"
|
||||
|
||||
require "maps.tools.cheat_mode"
|
||||
--require "maps.tools.cheat_mode"
|
||||
|
||||
---- enable maps here ----
|
||||
require "maps.biter_battles"
|
||||
--require "maps.biter_battles"
|
||||
--require "maps.cave_miner"
|
||||
--require "maps.deep_jungle"
|
||||
--require "maps.lost_desert"
|
||||
--require "maps.labyrinth"
|
||||
--require "maps.spaghettorio"
|
||||
--require "maps.spiral_troopers"
|
||||
--require "maps.fish_defender"
|
||||
require "maps.fish_defender"
|
||||
--require "maps.empty_map"
|
||||
-----------------------------
|
||||
|
||||
|
@ -277,9 +277,27 @@ local coin_earnings = {
|
||||
|
||||
local function on_entity_died(event)
|
||||
if event.entity.force.name == "enemy" then
|
||||
if event.cause then
|
||||
if event.cause.name == "player" and event.entity.type == "unit" then
|
||||
event.cause.insert({name = "coin", count = coin_earnings[event.entity.name]})
|
||||
if event.cause and event.entity.type == "unit" then
|
||||
local players_to_reward = {}
|
||||
if event.cause.name == "player" then
|
||||
insert(players_to_reward, event.cause)
|
||||
end
|
||||
if event.cause.type == "car" then
|
||||
player = event.cause.get_driver()
|
||||
passenger = event.cause.get_passenger()
|
||||
if player then insert(players_to_reward, player.player) end
|
||||
if passenger then insert(players_to_reward, passenger.player) end
|
||||
end
|
||||
if event.cause.type == "locomotive" then
|
||||
train_passengers = event.cause.train.passengers
|
||||
if train_passengers then
|
||||
for _, passenger in pairs(train_passengers) do
|
||||
insert(players_to_reward, passenger)
|
||||
end
|
||||
end
|
||||
end
|
||||
for _, player in pairs(players_to_reward) do
|
||||
player.insert({name = "coin", count = coin_earnings[event.entity.name]})
|
||||
end
|
||||
end
|
||||
|
||||
@ -375,30 +393,13 @@ local function on_player_joined_game(event)
|
||||
game.players[1].teleport(pos, surface)
|
||||
|
||||
local pos = surface.find_non_colliding_position("market",{0, 0}, 50, 1)
|
||||
|
||||
|
||||
--[[
|
||||
map_functions.draw_noise_tile_circle({x = 10, y = 0}, replacement_tile, surface, 16)
|
||||
local decorative_names = {}
|
||||
for k,v in pairs(game.decorative_prototypes) do
|
||||
if v.autoplace_specification then
|
||||
decorative_names[#decorative_names+1] = k
|
||||
end
|
||||
end
|
||||
local regen_coords = {}
|
||||
surface.regenerate_decorative(decorative_names, {{x=0,y=0}})
|
||||
surface.regenerate_decorative(decorative_names, {{x=0,y=-1}})
|
||||
surface.regenerate_decorative(decorative_names, {{x=-1,y=0}})
|
||||
surface.regenerate_decorative(decorative_names, {{x=-1,y=-1}})
|
||||
]]
|
||||
|
||||
global.market = surface.create_entity({name = "market", position = pos, force = "player"})
|
||||
global.market.minable = false
|
||||
for _, item in pairs(market_items) do
|
||||
global.market.add_market_item(item)
|
||||
end
|
||||
|
||||
global.market = surface.create_entity({name = "market", position = pos, force = "player"})
|
||||
global.market.minable = false
|
||||
for _, item in pairs(market_items) do
|
||||
global.market.add_market_item(item)
|
||||
end
|
||||
|
||||
|
||||
local radius = 512
|
||||
game.forces.player.chart(game.players[1].surface,{{x = -1 * radius, y = -1 * radius}, {x = radius, y = radius}})
|
||||
|
||||
|
@ -1,3 +1,6 @@
|
||||
0.08
|
||||
players and passengers in cars, tanks and trains now properly get their coin rewards
|
||||
|
||||
0.07
|
||||
biters no longer drop random items
|
||||
biter kills now grant coins
|
||||
|
@ -23,7 +23,7 @@ function cheat_mode()
|
||||
surface.daytime = 1
|
||||
surface.freeze_daytime = 1
|
||||
game.player.force.research_all_technologies()
|
||||
game.forces["enemy"].evolution_factor = 0.99
|
||||
game.forces["enemy"].evolution_factor = 0.1
|
||||
local chart = 200
|
||||
game.forces["player"].chart(surface, {lefttop = {x = chart*-1, y = chart*-1}, rightbottom = {x = chart, y = chart}})
|
||||
end
|
11
score.lua
11
score.lua
@ -356,8 +356,8 @@ local function on_entity_died(event)
|
||||
if passenger then passenger = passenger.player end
|
||||
end
|
||||
if event.cause.type == "locomotive" then
|
||||
player = event.cause.get_driver()
|
||||
train_passengers = event.cause.train.passengers
|
||||
player = event.cause.get_driver()
|
||||
train_passengers = event.cause.train.passengers
|
||||
end
|
||||
|
||||
if not train_passengers and not passenger and not player then return end
|
||||
@ -369,12 +369,7 @@ local function on_entity_died(event)
|
||||
end
|
||||
end
|
||||
|
||||
if score_table[event.entity.name] then
|
||||
--if not global.score[event.force.name].kills then
|
||||
--global.score[event.force.name].kills = 1
|
||||
--else
|
||||
--global.score[event.force.name].kills = global.score[event.force.name].kills + 1
|
||||
--end
|
||||
if score_table[event.entity.name] then
|
||||
|
||||
local show_floating_text = false
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
local index = {
|
||||
"AOIIDTHuoMlQBJXA","ArNWzzewJtdRTQAU","ArNWzzewJtYSbxVw","BHQiomIXQhnPFMHs","blkCUwDfFaRxezkA","BqcRSjhLlIOdsIlP","CKYAXOTPJxgSNaeW","EbwqvmZoqgHrSyOC","eovuYGvdICGhruuU","GulVEIjwGWNTImOu","HNutzyofOVtNuOvP","hvUbLyrnWVMFABRJ","iIuKCDyFmUmVzdnc","IteEFsuWAluagVXC","jCeXUcOlkmidlqho","LHNtPrSBwNNCVLMz","lktJcRqsleypbFqW","LMJoMYsVZEtTAvKV","MiMjXzIQbLpSTXys","MnWknygmdELnAISx","MYmwDgcTBIOgADTD","nZeNxyBRmHNhrZtT","OJqEjiAmMFSrOFpu","oLEbqRWtLyEakqGT","owXRLnxBcxrbhRzm","oYQcJazDfTUtymDW","PEVkYcsbVwnnKWKm","pFvIWAWWsePfBElD","pJHjzjDYzLZQnPVj","PKKYaQBjQpLfeWgw","psfeXNwMGoTEUrhN","qAUFndIMNmCtmNIO","qGobGeSKzsaCyYJh","QIkYkogxPgSGCQXj","QPQvnpOrYNbREqUK","qufbsuKhBEmgntSB","qZIGmkBOGbGUrzGQ","rJALXVwjKAnMJznl","rjNFCwIjneWQUpjs","RmApKqaHBnDdjlUf","RRzMmJCkQFXwwZew","rxjeHxajmMSyAEqb","sonUzzIipNQkliYN","sonUzzYwAOGdxzns","sZNdZrMifLLjFUSV","TMAqBbmApwnwVvQG","TmShmbuFESONUgSI","uJdpKOhSKsptqHtP","ULqnxPRoVXgYMnDb","vbatLuNmYKKogmDB","WCgQuhUYuvsSCxnF","WhOenYFcoIZoqyZo","WNmEbSNmtIdSWNAp","xFbpVDlWSNPmGqQf","XglImKgSiDPYNPjK","xrZowhiKIMhkAiak","yMCNBZngzItOTpyo","YmLSZPyWsIxPyzGq","ywGslLHXvtTTBWNX","zyBNDTHRfoqeDUnE"
|
||||
"AOIIDTHuoMlQBJXA","ArNWzzewJtdRTQAU","ArNWzzewJtYSbxVw","BHQiomIXQhnPFMHs","blkCUwDfFaRxezkA","BqcRSjhLlIOdsIlP","CKYAXOTPJxgSNaeW","EbwqvmZoqgHrSyOC","eovuYGvdICGhruuU","fLMtzMznsDqIXbFN","GulVEIjwGWNTImOu","HNutzyofOVtNuOvP","htSwLZLpxtbMSHUO","hvUbLyrnWVMFABRJ","iIuKCDyFmUmVzdnc","IteEFsuWAluagVXC","jCeXUcOlkmidlqho","KaPOCYsqOBbNaDRC","LHNtPrSBwNNCVLMz","lktJcRqsleypbFqW","LMJoMYsVZEtTAvKV","mgYClJnXWstAhfLj","MiMjXzIQbLpSTXys","MnWknygmdELnAISx","MYmwDgcTBIOgADTD","nZeNxyBRmHNhrZtT","OJqEjiAmMFSrOFpu","oLEbqRWtLyEakqGT","owXRLnxBcxrbhRzm","oYQcJazDfTUtymDW","PEVkYcsbVwnnKWKm","pFvIWAWWsePfBElD","pJHjzjDYzLZQnPVj","PKKYaQBjQpLfeWgw","PlMTdHTjDBDtSCvJ","psfeXNwMGoTEUrhN","qAUFndIMNmCtmNIO","qGobGeSKzsaCyYJh","QIkYkogxPgSGCQXj","QPQvnpOrYNbREqUK","qufbsuKhBEmgntSB","qZIGmkBOGbGUrzGQ","rJALXVwjKAnMJznl","rjNFCwIjneWQUpjs","RmApKqaHBnDdjlUf","RRzMmJCkQFXwwZew","rxjeHxajmMSyAEqb","sonUzzIipNQkliYN","sonUzzYwAOGdxzns","sZNdZrMifLLjFUSV","TMAqBbmApwnwVvQG","TmShmbuFESONUgSI","uJdpKOhSKsptqHtP","ULqnxPRoVXgYMnDb","vbatLuNmYKKogmDB","WCgQuhUYuvsSCxnF","WhOenYFcoIZoqyZo","WNmEbSNmtIdSWNAp","xFbpVDlWSNPmGqQf","XglImKgSiDPYNPjK","xrZowhiKIMhkAiak","yMCNBZngzItOTpyo","YmLSZPyWsIxPyzGq","ywGslLHXvtTTBWNX","zyBNDTHRfoqeDUnE"
|
||||
}
|
||||
|
||||
local data = {}
|
||||
|
52
session_data/KaPOCYsqOBbNaDRC.lua
Normal file
52
session_data/KaPOCYsqOBbNaDRC.lua
Normal file
@ -0,0 +1,52 @@
|
||||
local playsession = {
|
||||
{"mewmew", {1007942}},
|
||||
{"flooxy", {545714}},
|
||||
{"Achskelmos", {220172}},
|
||||
{"oskaplan", {270406}},
|
||||
{"SLQ", {607833}},
|
||||
{"pickles28", {27851}},
|
||||
{"manclaouss", {278752}},
|
||||
{"nik12111", {189110}},
|
||||
{"RikSTAR3OOO", {144774}},
|
||||
{"exabyte", {3270}},
|
||||
{"hubi123123", {38921}},
|
||||
{"JustBull", {191867}},
|
||||
{"GuidoCram", {611614}},
|
||||
{"jufacto", {2957}},
|
||||
{"aledeludx", {237349}},
|
||||
{"KickassLee", {58455}},
|
||||
{"Schallfalke", {166313}},
|
||||
{"Bartell", {4299}},
|
||||
{"Phil535", {232830}},
|
||||
{"matjojo", {341258}},
|
||||
{"snoetje", {516306}},
|
||||
{"JinNJuice", {552464}},
|
||||
{"Cramly", {324070}},
|
||||
{"Hurrock", {528029}},
|
||||
{"Kno", {464877}},
|
||||
{"Thorgal", {47348}},
|
||||
{"Alyssix", {288339}},
|
||||
{"halpenny911", {351624}},
|
||||
{"Thoren", {337908}},
|
||||
{"Gnabergasher", {320413}},
|
||||
{"mmort97", {291128}},
|
||||
{"Bryce940", {317490}},
|
||||
{"Elijah", {5672}},
|
||||
{"MontrealCrook", {80429}},
|
||||
{"RebuffedBrute44", {293616}},
|
||||
{"Asharian", {273151}},
|
||||
{"ultrajer", {251450}},
|
||||
{"ZoeR", {10831}},
|
||||
{"NewRemote", {19644}},
|
||||
{"oloklir", {246398}},
|
||||
{"mcdj23_", {172604}},
|
||||
{"SHISH", {4223}},
|
||||
{"dreadpr", {148997}},
|
||||
{"RichardMNixon", {206084}},
|
||||
{"jimmyhunter", {171592}},
|
||||
{"HT1014", {168717}},
|
||||
{"ThunderHandsJr", {7199}},
|
||||
{"qwe416416", {4190}},
|
||||
{"JC1223", {41453}}
|
||||
}
|
||||
return playsession
|
106
session_data/PlMTdHTjDBDtSCvJ.lua
Normal file
106
session_data/PlMTdHTjDBDtSCvJ.lua
Normal file
@ -0,0 +1,106 @@
|
||||
local playsession = {
|
||||
{"mewmew", {1321145}},
|
||||
{"Thorgal", {1325404}},
|
||||
{"Digzol", {1296776}},
|
||||
{"sloeman", {211021}},
|
||||
{"dasocks", {754163}},
|
||||
{"Default_Sound", {231535}},
|
||||
{"Zoocamper", {1241940}},
|
||||
{"seirjgkemn", {7310}},
|
||||
{"TheFlameWillFade", {3766}},
|
||||
{"matjojo", {209575}},
|
||||
{"Godninja97", {1210887}},
|
||||
{"Orib0ck", {5519}},
|
||||
{"Cooldude2606", {1888}},
|
||||
{"Thoren41", {90843}},
|
||||
{"Irx99", {2596}},
|
||||
{"XaLpHa1989", {426132}},
|
||||
{"snoetje", {171344}},
|
||||
{"vvictor", {88718}},
|
||||
{"captcougar1969", {1126327}},
|
||||
{"Rhyhe", {4865}},
|
||||
{"JinNJuice", {726099}},
|
||||
{"dog80", {498595}},
|
||||
{"SeaStorm", {122007}},
|
||||
{"Eek_the_Fireuser", {19188}},
|
||||
{"onyxinsanity", {51149}},
|
||||
{"vad7ik", {4060}},
|
||||
{"nankinanki", {70308}},
|
||||
{"14nickel", {78827}},
|
||||
{"G3I3R", {661056}},
|
||||
{"Factorian12321", {139450}},
|
||||
{"ZTX", {707545}},
|
||||
{"CustomSocks", {982598}},
|
||||
{"eizooz", {1451}},
|
||||
{"KSolo", {386069}},
|
||||
{"steelhero", {467390}},
|
||||
{"Kno", {833945}},
|
||||
{"mmort97", {936421}},
|
||||
{"inechi", {4832}},
|
||||
{"grahamm", {38657}},
|
||||
{"Cramly", {24364}},
|
||||
{"Gnabergasher", {632886}},
|
||||
{"spinxt", {132643}},
|
||||
{"HT1014", {90874}},
|
||||
{"Stonedostrich", {36331}},
|
||||
{"MadPeakyBlinder", {228356}},
|
||||
{"Acruid", {808801}},
|
||||
{"christian422004", {1515}},
|
||||
{"improvshark", {690757}},
|
||||
{"Zillo7", {32590}},
|
||||
{"edensg", {666988}},
|
||||
{"To_Ya", {136684}},
|
||||
{"ultrajer", {739017}},
|
||||
{"brandon1311", {448310}},
|
||||
{"Camo5", {14510}},
|
||||
{"banakeg", {67241}},
|
||||
{"Gryphon591", {12584}},
|
||||
{"qlimax93", {8272}},
|
||||
{"mash10", {363895}},
|
||||
{"oloklir", {389471}},
|
||||
{"gangrp", {7136}},
|
||||
{"corbin9228", {657693}},
|
||||
{"Nikkichu", {495300}},
|
||||
{"Bryce940", {5410}},
|
||||
{"pendo20", {184059}},
|
||||
{"mzore", {625882}},
|
||||
{"mars_precision", {53023}},
|
||||
{"ThundSky", {45221}},
|
||||
{"cateyez215", {549}},
|
||||
{"RichardMNixon", {577522}},
|
||||
{"PanPyraPL", {85571}},
|
||||
{"greenstarwars04", {546121}},
|
||||
{"CmdrRat", {335213}},
|
||||
{"mishso", {4276}},
|
||||
{"Mullacs", {277884}},
|
||||
{"hellden", {301846}},
|
||||
{"nik12111", {21140}},
|
||||
{"BlackieChan06", {10793}},
|
||||
{"rayijin", {10943}},
|
||||
{"MafungoLoud", {35653}},
|
||||
{"Kondzio8", {26757}},
|
||||
{"nizzy", {2879}},
|
||||
{"numberoverzero", {427182}},
|
||||
{"haldazan", {19251}},
|
||||
{"Hitman451", {239425}},
|
||||
{"Venimus", {65506}},
|
||||
{"KongoBusinessMan", {84385}},
|
||||
{"VorceShard", {37377}},
|
||||
{"lone-pine", {59109}},
|
||||
{"LazyMight", {5489}},
|
||||
{"mcdj23_", {14531}},
|
||||
{"jaxjace", {248090}},
|
||||
{"roosterbrewster", {45632}},
|
||||
{"hsxu", {179770}},
|
||||
{"Spaceman-Spiff", {141412}},
|
||||
{"IsThisNameTakenAlready", {122270}},
|
||||
{"0clouddrop", {6792}},
|
||||
{"c1eave", {100914}},
|
||||
{"dcskyline", {16128}},
|
||||
{"Drastien", {41232}},
|
||||
{"chromaddict", {10918}},
|
||||
{"sasa123456789012", {1134}},
|
||||
{"Spocks", {56905}},
|
||||
{"abnoeh", {388}}
|
||||
}
|
||||
return playsession
|
109
session_data/fLMtzMznsDqIXbFN.lua
Normal file
109
session_data/fLMtzMznsDqIXbFN.lua
Normal file
@ -0,0 +1,109 @@
|
||||
local playsession = {
|
||||
{"mewmew", {1354381}},
|
||||
{"zbirka", {1093456}},
|
||||
{"Thoren41", {279032}},
|
||||
{"DerSchnoob", {187091}},
|
||||
{"Aero182218", {297562}},
|
||||
{"Renekrause", {15888}},
|
||||
{"OKaukaski", {894482}},
|
||||
{"chych", {8859}},
|
||||
{"MegaNoob", {30498}},
|
||||
{"BruceElevator", {133990}},
|
||||
{"KickassLee", {1045143}},
|
||||
{"smashngrabb", {19373}},
|
||||
{"nix0n", {1080892}},
|
||||
{"flooxy", {347668}},
|
||||
{"oskaplan", {4580}},
|
||||
{"RasmusNord", {48540}},
|
||||
{"Badehose", {10872}},
|
||||
{"karl93", {330207}},
|
||||
{"Grabi", {115568}},
|
||||
{"qq13095", {8234}},
|
||||
{"Julian1109", {91976}},
|
||||
{"dog80", {128216}},
|
||||
{"chrisisthebe", {997442}},
|
||||
{"ragegear", {171585}},
|
||||
{"beranabus", {2650}},
|
||||
{"MaxMM", {14383}},
|
||||
{"zsintai1987", {102083}},
|
||||
{"Newcott", {5835}},
|
||||
{"Flocke", {13204}},
|
||||
{"yay2010", {113328}},
|
||||
{"DerfDeadman", {18698}},
|
||||
{"G3I3R", {17294}},
|
||||
{"UTIDI", {797796}},
|
||||
{"Gottrol", {18819}},
|
||||
{"StarLite", {5007}},
|
||||
{"anb505", {802881}},
|
||||
{"Albombe", {368892}},
|
||||
{"hubi123123", {734543}},
|
||||
{"Waldlaeufer17", {327390}},
|
||||
{"vvictor", {4974}},
|
||||
{"Serennie", {668287}},
|
||||
{"hasannuh", {622252}},
|
||||
{"Default_Sound", {82071}},
|
||||
{"ballbuster", {250230}},
|
||||
{"Arfloot", {289772}},
|
||||
{"powder12321", {151781}},
|
||||
{"Gorganus", {332516}},
|
||||
{"Animezocker", {328102}},
|
||||
{"matjojo", {176340}},
|
||||
{"ManuelG", {11099}},
|
||||
{"ajicurry", {435463}},
|
||||
{"minipini55", {86841}},
|
||||
{"ailishi19", {187134}},
|
||||
{"zwierzak40", {23080}},
|
||||
{"xatabu_", {1481}},
|
||||
{"redlabel", {397529}},
|
||||
{"lone-pine", {3445}},
|
||||
{"corbin9228", {394250}},
|
||||
{"McSafety", {10331}},
|
||||
{"MasterMatz", {45937}},
|
||||
{"Rilkacent", {4099}},
|
||||
{"stevetrov", {84574}},
|
||||
{"IamTzu", {29330}},
|
||||
{"VanHate", {214318}},
|
||||
{"nik12111", {9866}},
|
||||
{"Atropintus", {21529}},
|
||||
{"Vogrov", {10428}},
|
||||
{"Felix61391", {3655}},
|
||||
{"Thorgal", {160423}},
|
||||
{"halpenny911", {296448}},
|
||||
{"peggeleg", {5648}},
|
||||
{"zarduhasselfrau", {265967}},
|
||||
{"MadPeakyBlinder", {154815}},
|
||||
{"Zaidkah", {169362}},
|
||||
{"tbell91", {166023}},
|
||||
{"DuelleuD", {19726}},
|
||||
{"KanedaNLD", {163898}},
|
||||
{"svensknc", {1415}},
|
||||
{"FAChyba", {132604}},
|
||||
{"PanPyraPL", {138232}},
|
||||
{"working.worker", {136270}},
|
||||
{"PootisBucket", {12398}},
|
||||
{"numberoverzero", {128241}},
|
||||
{"Tatarr", {119208}},
|
||||
{"coreyellow1", {1667}},
|
||||
{"JirkaJaneba", {101421}},
|
||||
{"dundee67", {26524}},
|
||||
{"VladiKoro", {59239}},
|
||||
{"Rothguard", {24208}},
|
||||
{"BubimasterXD", {14160}},
|
||||
{"mauerstein10", {61705}},
|
||||
{"Corlin", {34571}},
|
||||
{"KarlJohnson", {21685}},
|
||||
{"XaLpHa1989", {73736}},
|
||||
{"Akhrem", {72882}},
|
||||
{"feliperk", {3624}},
|
||||
{"jimmyhunter", {70485}},
|
||||
{"mash10", {67497}},
|
||||
{"HeroEsnz", {16515}},
|
||||
{"marklinCZ", {51417}},
|
||||
{"Packer", {28482}},
|
||||
{"Wanzek", {48573}},
|
||||
{"lauris923", {37937}},
|
||||
{"BigDrep", {30336}},
|
||||
{"Unrealrules", {8702}},
|
||||
{"Water_Moon", {9970}}
|
||||
}
|
||||
return playsession
|
76
session_data/htSwLZLpxtbMSHUO.lua
Normal file
76
session_data/htSwLZLpxtbMSHUO.lua
Normal file
@ -0,0 +1,76 @@
|
||||
local playsession = {
|
||||
{"mewmew", {920493}},
|
||||
{"Gerkiz", {251210}},
|
||||
{"nik12111", {967734}},
|
||||
{"mematman", {2208}},
|
||||
{"dog80", {1093061}},
|
||||
{"mcdj23_", {795689}},
|
||||
{"Arfloot", {483493}},
|
||||
{"captcougar1969", {935362}},
|
||||
{"Cheeseftw", {3903}},
|
||||
{"MrDinos", {180703}},
|
||||
{"jaxjace", {603135}},
|
||||
{"Draykilas", {442673}},
|
||||
{"Hitman451", {712307}},
|
||||
{"eifel", {12221}},
|
||||
{"JoaoPinga", {43579}},
|
||||
{"greattohave", {52988}},
|
||||
{"redinator2000", {823393}},
|
||||
{"XaLpHa1989", {820545}},
|
||||
{"Klausausderkasse", {11520}},
|
||||
{"RichardMNixon", {785542}},
|
||||
{"Azer0", {380724}},
|
||||
{"0clouddrop", {330114}},
|
||||
{"Factorian12321", {132843}},
|
||||
{"llwebb", {5168}},
|
||||
{"Coyote101", {1885}},
|
||||
{"suburbanturnip", {293549}},
|
||||
{"Powerpanda0", {657487}},
|
||||
{"Animal", {31983}},
|
||||
{"JC1223", {631529}},
|
||||
{"Mullacs", {1498}},
|
||||
{"Water_Moon", {444789}},
|
||||
{"ETK03", {43962}},
|
||||
{"jwbshorty", {11324}},
|
||||
{"Arnos", {7360}},
|
||||
{"Drlloyd1337", {123846}},
|
||||
{"5herman5", {22447}},
|
||||
{"13593402762", {21883}},
|
||||
{"CustomSocks", {539019}},
|
||||
{"justgotpayed", {113710}},
|
||||
{"jer93", {390157}},
|
||||
{"yyms", {6611}},
|
||||
{"greenmantle", {13746}},
|
||||
{"thederpyloco", {256858}},
|
||||
{"Pariah8682", {10896}},
|
||||
{"kevinma", {84597}},
|
||||
{"ZTX", {436984}},
|
||||
{"Thorgal", {431838}},
|
||||
{"Aceriterium_A", {2966}},
|
||||
{"Invalid", {12642}},
|
||||
{"Moo_Cowman", {248381}},
|
||||
{"Silver_Eagle7", {331241}},
|
||||
{"yy_yyy", {3708}},
|
||||
{"HighInFiberOptics", {1538}},
|
||||
{"numberoverzero", {122736}},
|
||||
{"IamTzu", {230707}},
|
||||
{"Bryce940", {7253}},
|
||||
{"zarduhasselfrau", {284149}},
|
||||
{"skylarmb", {93230}},
|
||||
{"FAChyba", {249935}},
|
||||
{"ajicurry", {225820}},
|
||||
{"NumptyToucan", {208571}},
|
||||
{"nadairpex", {71357}},
|
||||
{"Tealke5232", {92334}},
|
||||
{"ChinaNumberWan", {8470}},
|
||||
{"QQRainbows", {4281}},
|
||||
{"yanfang8", {2320}},
|
||||
{"074KU", {120921}},
|
||||
{"Lipora", {5927}},
|
||||
{"Matain", {4263}},
|
||||
{"InphinitePhractals", {15921}},
|
||||
{"abrown4521", {9831}},
|
||||
{"matthew1206", {44746}},
|
||||
{"cowboygeeker", {5932}}
|
||||
}
|
||||
return playsession
|
121
session_data/mgYClJnXWstAhfLj.lua
Normal file
121
session_data/mgYClJnXWstAhfLj.lua
Normal file
@ -0,0 +1,121 @@
|
||||
local playsession = {
|
||||
{"Spaceman-Spiff", {1976767}},
|
||||
{"nasmw", {837}},
|
||||
{"Yoodaho", {1684577}},
|
||||
{"Aero182218", {263690}},
|
||||
{"Ausweiss", {471723}},
|
||||
{"ColossusIce", {6027}},
|
||||
{"Yaxley", {2760}},
|
||||
{"Vainock", {1442403}},
|
||||
{"cchpucky", {1347078}},
|
||||
{"qq13095", {107612}},
|
||||
{"PhynX", {1101932}},
|
||||
{"BenSeidel", {350682}},
|
||||
{"Catbert", {14492}},
|
||||
{"Tolip", {558064}},
|
||||
{"Gas1", {86553}},
|
||||
{"iReed", {9620}},
|
||||
{"mahury", {1260}},
|
||||
{"jghcky", {2595}},
|
||||
{"corbin9228", {4271406}},
|
||||
{"donperry", {1461864}},
|
||||
{"maate", {648273}},
|
||||
{"ZergSquad", {72942}},
|
||||
{"Discuzting", {4646}},
|
||||
{"smashngrabb", {3110}},
|
||||
{"Syrreal", {745913}},
|
||||
{"shakaman", {1028}},
|
||||
{"adam1285", {168061}},
|
||||
{"sid123", {354072}},
|
||||
{"WolffMasterr", {2098}},
|
||||
{"ghastly_figure", {7024}},
|
||||
{"dreadpr", {705368}},
|
||||
{"UnfortunatePotato", {1476606}},
|
||||
{"Suck.my.eye", {112699}},
|
||||
{"Alex-Bergwitz", {6307}},
|
||||
{"Gandalf0", {334733}},
|
||||
{"matjojo", {3236}},
|
||||
{"Cheeseftw", {2433}},
|
||||
{"Totobro", {4336176}},
|
||||
{"brandon1311", {146620}},
|
||||
{"galaxys", {12231}},
|
||||
{"sobitome", {537826}},
|
||||
{"zbirka", {3416}},
|
||||
{"zsintai1987", {420469}},
|
||||
{"bluekigh", {207168}},
|
||||
{"IamTzu", {828247}},
|
||||
{"Aceriterium_A", {52880}},
|
||||
{"LymBAOBEI", {768554}},
|
||||
{"karl93", {99996}},
|
||||
{"Shelter_", {12009}},
|
||||
{"StormMA", {1040516}},
|
||||
{"Biker", {724}},
|
||||
{"Naquada", {3666}},
|
||||
{"xubos", {3551}},
|
||||
{"Bozebarry", {15043}},
|
||||
{"larshp", {34358}},
|
||||
{"PrzemegGejMing", {32629}},
|
||||
{"KatanaKiwi", {1475198}},
|
||||
{"nik12111", {5672}},
|
||||
{"ichmo", {1846319}},
|
||||
{"nankinanki", {1307}},
|
||||
{"JustBull", {14460}},
|
||||
{"UTIDI", {1119758}},
|
||||
{"porelos", {8747}},
|
||||
{"lauris923", {150578}},
|
||||
{"rico2403", {7994}},
|
||||
{"Mesohorknee", {1064751}},
|
||||
{"Psyeudix112", {637359}},
|
||||
{"ozzyr321", {30569}},
|
||||
{"glookie1", {8990}},
|
||||
{"redlabel", {37804}},
|
||||
{"Stokmeister", {10275}},
|
||||
{"Julian1109", {73433}},
|
||||
{"Purgen", {305}},
|
||||
{"unique_2", {7009}},
|
||||
{"Badehose", {873578}},
|
||||
{"DuelleuD", {7643}},
|
||||
{"hubi123123", {406335}},
|
||||
{"Justso", {41372}},
|
||||
{"Patchouli.K", {309533}},
|
||||
{"EmperorTrump", {22127}},
|
||||
{"spakulatius", {456}},
|
||||
{"phischphood", {189288}},
|
||||
{"Akhrem", {27945}},
|
||||
{"mash10", {1534984}},
|
||||
{"Colonizor", {1056622}},
|
||||
{"Kinson25", {184942}},
|
||||
{"Monki", {414300}},
|
||||
{"flooxy", {2936}},
|
||||
{"Devildog", {2211647}},
|
||||
{"ginocz", {201516}},
|
||||
{"Cramly", {70939}},
|
||||
{"edensg", {277278}},
|
||||
{"ETK03", {9297}},
|
||||
{"Coyote101", {7557}},
|
||||
{"Zman98789", {62671}},
|
||||
{"PogomanD", {2395}},
|
||||
{"RebuffedBrute44", {5435}},
|
||||
{"Elijah", {4204}},
|
||||
{"mcdj23_", {14899}},
|
||||
{"Vancleave", {123003}},
|
||||
{"jimmyhunter", {54221}},
|
||||
{"ultrajer", {427791}},
|
||||
{"RichardMNixon", {17940}},
|
||||
{"Arfloot", {10648}},
|
||||
{"Kno", {2922}},
|
||||
{"tutelhoten", {16520}},
|
||||
{"Forge36", {1937}},
|
||||
{"Icemechanic", {10480}},
|
||||
{"Raknarg", {1535}},
|
||||
{"c1eave", {259438}},
|
||||
{"greenstarwars04", {107455}},
|
||||
{"Nick_Nitro", {6898}},
|
||||
{"Factorian12321", {83621}},
|
||||
{"snacklemore", {251826}},
|
||||
{"Animade", {8493}},
|
||||
{"sasa123456789012", {6340}},
|
||||
{"Death_Falcon", {143715}},
|
||||
{"mewmew", {6059}}
|
||||
}
|
||||
return playsession
|
Loading…
x
Reference in New Issue
Block a user