├── .metadata ├── LICENSE ├── _ZBversioning.config ├── _doc ├── AddingMusicTemplate.rar ├── FIRST THINGS FIRST.txt ├── musicplayer_instructions.txt ├── newsail_instructions.txt ├── questlist_instructions.txt ├── questlist_template.config ├── research_instructions.txt ├── research_template.config ├── scanInteractableExample │ ├── instruction.txt │ ├── object.png │ ├── scaninteractionexample.lua │ └── scaninteractionexample.object └── updatewindow_instructions.txt ├── _previewimage ├── currencies.config.patch ├── interface └── scripted │ └── fm_musicplayer │ ├── body.png │ ├── body_footer.png │ ├── body_header.png │ ├── controls.frames │ ├── controls.png │ ├── fm_musicplayer.config │ ├── fm_musicplayer.lua │ ├── icon_fm.png │ ├── icon_starbound.png │ ├── icon_unsorted.png │ └── musiclist.config ├── items ├── active │ └── unsorted │ │ └── fm_portablemusicplayer │ │ ├── fm_portablemusicplayer.activeitem │ │ ├── fm_portablemusicplayer.animation │ │ └── fm_portablemusicplayer.lua └── generic │ └── crafting │ └── ironbar.item.patch ├── object └── ship │ ├── avianapextechstation │ └── avianapextechstation.object.patch │ ├── avianaviantechstation │ └── avianaviantechstation.object.patch │ ├── avianflorantechstation │ └── avianflorantechstation.object.patch │ ├── avianglitchtechstation │ └── avianglitchtechstation.object.patch │ ├── avianhumantechstation │ └── avianhumantechstation.object.patch │ ├── avianhylotltechstation │ └── avianhylotltechstation.object.patch │ └── aviannovakidtechstation │ └── aviannovakidtechstation.object.patch ├── objects ├── aryan │ ├── aryantechstation │ │ └── aryantechstation.object.patch │ └── aryantechstationtier0 │ │ └── aryantechstationtier0.object.patch ├── callistan │ ├── callistantechstation │ │ └── callistantechstation.object.patch │ └── callistantechstationTier0 │ │ └── callistantechstationTier0.object.patch ├── clorevelde │ └── ship │ │ ├── cloreveldetechstation │ │ └── cloreveldetechstation.object.patch │ │ └── cloreveldetechstationTier0 │ │ └── cloreveldetechstationTier0.object.patch ├── crafting │ └── printpackship │ │ ├── bloodtechstation.object.patch │ │ ├── eviltechstation.object.patch │ │ ├── goldentechstation.object.patch │ │ ├── greedtechstation.object.patch │ │ ├── nighttechstation.object.patch │ │ └── oceantechstation.object.patch ├── felin │ └── felintechstation │ │ ├── felintechstation.object.patch │ │ └── felintechstationtier0.object.patch ├── generic │ └── fm_musicplayer │ │ ├── default.frames │ │ ├── fm_musicplayer.animation │ │ ├── fm_musicplayer.lua │ │ ├── fm_musicplayer.object │ │ ├── fm_musicplayer.png │ │ ├── fm_musicplayericon.png │ │ ├── fm_musicplayerleft.png │ │ ├── fm_musicplayerleftlit.png │ │ ├── fm_musicplayerlit.png │ │ ├── fm_musicplayerwall.animation │ │ ├── fm_musicplayerwall.object │ │ ├── fm_musicplayerwall.png │ │ ├── fm_musicplayerwallfull.png │ │ └── fm_musicplayerwalllit.png ├── gyrusentechstation │ └── gyrusentechstation.object.patch ├── gyrusentechstationTier0 │ └── gyrusentechstationtier0.object.patch ├── neko │ ├── nekotechstation │ │ ├── nekotechstation.object.patch │ │ └── nekotechstationtier0.object.patch │ └── nekotechstationTier0 │ │ └── nekotechstationtier0.object.patch ├── pengservices │ └── pengremotetechstation │ │ └── pengremotetechstation.object.patch ├── scripts │ └── customtechstation.lua ├── sergal │ └── noncollectable │ │ ├── sergaltechstation │ │ └── sergaltechstation.object.patch │ │ └── sergaltechstationtier0 │ │ └── sergaltechstationtier0.object.patch ├── ship │ ├── Androidtechstation │ │ └── Androidtechstation.object.patch │ ├── AndroidtechstationTier0 │ │ └── AndroidtechstationTier0.object.patch │ ├── Anvil Racetechstation │ │ └── Anvil Racetechstation.object.patch │ ├── Anvil RacetechstationTier0 │ │ └── Anvil RacetechstationTier0.object.patch │ ├── Attarrantechstation │ │ └── Attarrantechstation.object.patch │ ├── AttarrantechstationTier0 │ │ └── AttarrantechstationTier0.object.patch │ ├── Breadnauttechstation │ │ └── Breadnauttechstation.object.patch │ ├── BreadnauttechstationTier0 │ │ └── BreadnauttechstationTier0.object.patch │ ├── Canidstechstation │ │ └── Canidstechstation.object.patch │ ├── CanidstechstationTier0 │ │ └── CanidstechstationTier0.object.patch │ ├── Cuttlefishtechstation │ │ └── Cuttlefishtechstation.object.patch │ ├── CuttlefishtechstationTier0 │ │ └── CuttlefishtechstationTier0.object.patch │ ├── Darkboundtechstation │ │ └── Darkboundtechstation.object.patch │ ├── DarkboundtechstationTier0 │ │ └── DarkboundtechstationTier0.object.patch │ ├── Dingalingtechstation │ │ └── Dingalingtechstation.object.patch │ ├── DingalingtechstationTier0 │ │ └── DingalingtechstationTier0.object.patch │ ├── Dunsparcetechstation │ │ └── Dunsparcetechstation.object.patch │ ├── DunsparcetechstationTier0 │ │ └── DunsparcetechstationTier0.object.patch │ ├── Ectonuritetechstation │ │ └── Ectonuritetechstation.object.patch │ ├── EctonuritetechstationTier0 │ │ └── EctonuritetechstationTier0.object.patch │ ├── Froggtechstation │ │ └── Froggtechstation.object.patch │ ├── FroggtechstationTier0 │ │ └── FroggtechstationTier0.object.patch │ ├── GoatPersontechstation │ │ └── GoatPersontechstation.object.patch │ ├── GoatPersontechstationTier0 │ │ └── GoatPersontechstationTier0.object.patch │ ├── Greytechstation │ │ └── Greytechstation.object.patch │ ├── GreytechstationTier0 │ │ └── GreytechstationTier0.object.patch │ ├── Hocotatiantechstation │ │ └── Hocotatiantechstation.object.patch │ ├── HocotatiantechstationTier0 │ │ └── HocotatiantechstationTier0.object.patch │ ├── Indixtechstation │ │ └── Indixtechstation.object.patch │ ├── IndixtechstationTier0 │ │ └── IndixtechstationTier0.object.patch │ ├── Jacrispitechstation │ │ └── Jacrispitechstation.object.patch │ ├── JacrispitechstationTier0 │ │ └── JacrispitechstationTier0.object.patch │ ├── Kazuichitechstation │ │ └── Kazuichitechstation.object.patch │ ├── Koopewtechstation │ │ └── Koopewtechstation.object.patch │ ├── Krandoniantechstation │ │ └── Krandoniantechstation.object.patch │ ├── KrandoniantechstationTier0 │ │ └── KrandoniantechstationTier0.object.patch │ ├── Majintechstation │ │ └── Majintechstation.object.patch │ ├── MajintechstationTier0 │ │ └── MajintechstationTier0.object.patch │ ├── Mimigatechstation │ │ └── Mimigatechstation.object.patch │ ├── MimigatechstationTier0 │ │ └── MimigatechstationTier0.object.patch │ ├── Namekiantechstation │ │ └── Namekiantechstation.object.patch │ ├── NamekiantechstationTier0 │ │ └── NamekiantechstationTier0.object.patch │ ├── Pryotechstation │ │ └── Pryotechstation.object.patch │ ├── PryotechstationTier0 │ │ └── PryotechstationTier0.object.patch │ ├── Saiyantechstation │ │ └── Saiyantechstation.object.patch │ ├── SaiyantechstationTier0 │ │ └── SaiyantechstationTier0.object.patch │ ├── Slimesapientechstation │ │ └── Slimesapientechstation.object.patch │ ├── Sonictechstation │ │ └── Sonictechstation.object.patch │ ├── Talcantechstation │ │ └── Talcantechstation.object.patch │ ├── Toastbottechstation │ │ └── Toastbottechstation.object.patch │ ├── ToastbottechstationTier0 │ │ └── ToastbottechstationTier0.object.patch │ ├── Toitisetechstation │ │ └── Toitisetechstation.object.patch │ ├── Virorbtechstation │ │ └── Virorbtechstation.object.patch │ ├── VirorbtechstationTier0 │ │ └── VirorbtechstationTier0.object.patch │ ├── Wall-etechstation │ │ └── Wall-etechstation.object.patch │ ├── Wall-etechstationTier0 │ │ └── Wall-etechstationTier0.object.patch │ ├── Xenomorphtechstation │ │ └── Xenomorphtechstation.object.patch │ ├── XenomorphtechstationTier0 │ │ └── XenomorphtechstationTier0.object.patch │ ├── Zoroarktechstation │ │ └── Zoroarktechstation.object.patch │ ├── ZoroarktechstationTier0 │ │ └── ZoroarktechstationTier0.object.patch │ ├── acefoxaltechstation │ │ └── acefoxaltechstation.object.patch │ ├── acefoxaltechstationTier0 │ │ └── acefoxaltechstationTier0.object.patch │ ├── aegi │ │ └── aegitechstation │ │ │ └── aegitechstation.object.patch │ ├── aegisalt │ │ └── aegisalttechstation │ │ │ └── HPB_aegisalttechstation.object.patch │ ├── agarantechstation │ │ └── agarantechstation.object.patch │ ├── agarantechstationTier0 │ │ └── agarantechstationTier0.object.patch │ ├── alaratechstation │ │ └── alaratechstation.object.patch │ ├── alaratechstationTier0 │ │ └── alaratechstationTier0.object.patch │ ├── alioztechstation │ │ └── alioztechstation.object.patch │ ├── alioztechstationTier0 │ │ └── alioztechstationTier0.object.patch │ ├── alpacatechstation │ │ └── alpacatechstation.object.patch │ ├── alpacatechstationTier0 │ │ └── alpacatechstationTier0.object.patch │ ├── animatronicstechstation │ │ └── animatronicstechstation.object.patch │ ├── animatronicstechstationTier0 │ │ └── animatronicstechstationTier0.object.patch │ ├── arachnetechstation │ │ └── arachnetechstation.object.patch │ ├── arachnetechstationTier0 │ │ └── arachnetechstationTier0.object.patch │ ├── araneantechstation │ │ └── araneantechstation.object.patch │ ├── araneantechstationTier0 │ │ └── araneantechstationTier0.object.patch │ ├── argoniantechstation │ │ └── argoniantechstation.object.patch │ ├── argoniantechstationtier0 │ │ └── argoniantechstationTier0.object.patch │ ├── avalitechstation │ │ └── avalitechstation.object.patch │ ├── avalitechstationtier0 │ │ └── avalitechstationtier0.object.patch │ ├── aviantechstation │ │ └── aviantechstation.object.patch │ ├── aviantechstationtier0 │ │ └── aviantechstationtier0.object.patch │ ├── avikan │ │ └── avikantechstation │ │ │ └── avikantechstation.object.patch │ ├── avoniantechstation │ │ └── avoniantechstation.object.patch │ ├── avoniantechstationTier0 │ │ └── avoniantechstationTier0.object.patch │ ├── birdfolktechstation │ │ └── birdfolktechstation.object.patch │ ├── birdfolktechstationTier0 │ │ └── birdfolktechstationTier0.object.patch │ ├── blattratechstation │ │ └── blattratechstation.object.patch │ ├── blazikentechstation │ │ └── blazikentechstation.object.patch │ ├── blazikentechstationTier0 │ │ └── blazikentechstationTier0.object.patch │ ├── buneratechstation │ │ └── buneratechstation.object.patch │ ├── buneratechstationTier0 │ │ └── buneratechstationTier0.object.patch │ ├── bunnykintechstation │ │ └── bunnykintechstation.object.patch │ ├── bunnykintechstationTier0 │ │ └── bunnykintechstationTier0.object.patch │ ├── carbonfiber │ │ └── carbonfibertechstation │ │ │ └── HPB_carbonfibertechstation.object.patch │ ├── cardboard │ │ └── cardboardtechstation │ │ │ └── HPB_cardboardtechstation.object.patch │ ├── cattechstation │ │ └── cattechstation.object.patch │ ├── cattechstationTier0 │ │ └── cattechstationTier0.object.patch │ ├── catustechstation │ │ └── catustechstation.object.patch │ ├── catustechstationTier0 │ │ └── catustechstationTier0.object.patch │ ├── cerulium │ │ └── ceruliumtechstation │ │ │ └── HPB_ceruliumtechstation.object.patch │ ├── cherubimtechstation │ │ └── cherubimtechstation.object.patch │ ├── cherubimtechstationTier0 │ │ └── cherubimtechstationTier0.object.patch │ ├── clownkintechstation │ │ └── clownkintechstation.object.patch │ ├── clownkintechstationTier0 │ │ └── clownkintechstationTier0.object.patch │ ├── copper │ │ └── coppertechstation │ │ │ └── HPB_coppertechstation.object.patch │ ├── core │ │ └── coretechstation │ │ │ └── HPB_coretechstation.object.patch │ ├── cubustechstation │ │ └── cubustechstation.object.patch │ ├── cubustechstationTier0 │ │ └── cubustechstationTier0.object.patch │ ├── customglitchtechstation │ │ └── customglitchltechstation.object.patch │ ├── customglitchtechstationTier0 │ │ └── customglitchtechstationTier0.object.patch │ ├── customhumantechstation │ │ └── customhumanltechstation.object.patch │ ├── customhumantechstationTier0 │ │ └── customhumantechstationTier0.object.patch │ ├── customhylotltechstation │ │ └── customhylotltechstation.object.patch │ ├── customhylotltechstationTier0 │ │ └── customhylotltechstationTier0.object.patch │ ├── cutstone │ │ └── cutstonetechstation │ │ │ └── HPB_cutstonetechstation.object.patch │ ├── cybermantechstation │ │ └── cybermantechstation.object.patch │ ├── cylontechstation │ │ └── cylontechstation.object.patch │ ├── darktechstation │ │ └── darktechstation.object.patch │ ├── darktechstationTier0 │ │ └── darktechstationTier0.object.patch │ ├── decoratechstation │ │ └── decoratechstation.object.patch │ ├── decoratechstationTier0 │ │ └── decoratechstationTier0.object.patch │ ├── dominiontechstation │ │ └── dominiontechstation.object.patch │ ├── dominiontechstationTier0 │ │ └── dominiontechstationTier0.object.patch │ ├── dragontechstation │ │ └── dragontechstation.object.patch │ ├── dragontechstationTier0 │ │ └── dragontechstationTier0.object.patch │ ├── dreamerstechstation │ │ └── dreamerstechstation.object.patch │ ├── dreamerstechstationTier0 │ │ └── dreamerstechstationTier0.object.patch │ ├── droidtechstation │ │ └── droidtechstation.object.patch │ ├── droidtechstationTier0 │ │ └── droidtechstationTier0.object.patch │ ├── durasteel │ │ └── durasteeltechstation │ │ │ └── HPB_durasteeltechstation.object.patch │ ├── eclipsedwanderrertechstation │ │ └── eclipsedwanderrertechstation.object.patch │ ├── eclipsedwanderrertechstationTier0 │ │ └── eclipsedwanderrertechstationTier0.object.patch │ ├── eeveetechstation │ │ └── eeveetechstation.object.patch │ ├── eeveetechstationTier0 │ │ └── eeveetechstationTier0.object.patch │ ├── eeveetwotechstation │ │ └── eeveetwotechstation.object.patch │ ├── eeveetwotechstationTier0 │ │ └── eeveetwotechstationTier0.object.patch │ ├── elunitetechstation │ │ └── elunitetechstation.object.patch │ ├── elysiantechstation │ │ └── elysiantechstation.object.patch │ ├── elysiantechstationTier0 │ │ └── elysiantechstationTier0.object.patch │ ├── elystechstation │ │ └── elystechstation.object.patch │ ├── elystechstationTier0 │ │ └── elystechstationTier0.object.patch │ ├── espeontechstation │ │ └── espeontechstation.object.patch │ ├── espeontechstationTier0 │ │ └── espeontechstationTier0.object.patch │ ├── everistechstation │ │ └── everistechstation.object.patch │ ├── everistechstationTier0 │ │ └── everistechstationTier0.object.patch │ ├── exbitechstation │ │ └── exbitechstation.object.patch │ ├── exbitechstationTier0 │ │ └── exbitechstationTier0.object.patch │ ├── faceboxtechstation │ │ └── faceboxtechstation.object.patch │ ├── faceboxtechstationTier0 │ │ └── faceboxtechstationTier0.object.patch │ ├── feneroxtechstation │ │ └── feneroxtechstation.object.patch │ ├── feneroxtechstationtier0 │ │ └── feneroxtechstationtier0.object.patch │ ├── fennixracetechstation │ │ └── fennixracetechstation.object.patch │ ├── fennixracetechstationTier0 │ │ └── fennixracetechstationTier0.object.patch │ ├── fennixtechstation │ │ └── fennixtechstation.object.patch │ ├── fennixtechstationTier0 │ │ └── fennixtechstationTier0.object.patch │ ├── ferozium │ │ └── feroziumtechstation │ │ │ └── HPB_feroziumtechstation.object.patch │ ├── fish │ │ └── fishtechstation │ │ │ └── HPB_fishtechstation.object.patch │ ├── fishpeopletechstation │ │ └── fishpeopletechstation.object.patch │ ├── fishpeopletechstationTier0 │ │ └── fishpeopletechstationTier0.object.patch │ ├── floran │ │ └── darkflorantechstation │ │ │ └── HPB_darkflorantechstation.object.patch │ ├── florantechstation │ │ └── florantechstation.object.patch │ ├── florantechstationtier0 │ │ └── florantechstationtier0.object.patch │ ├── forcefield │ │ └── forcefieldtechstation │ │ │ └── HPB_forcefieldtechstation.object.patch │ ├── frogtechstation │ │ └── frogtechstation.object.patch │ ├── frogtechstationTier0 │ │ └── frogtechstationTier0.object.patch │ ├── galecostechstation │ │ └── galecostechstation.object.patch │ ├── galecostechstationTier0 │ │ └── galecostechstationTier0.object.patch │ ├── gandorintechstation │ │ └── gandorintechstation.object.patch │ ├── gandorintechstationTier0 │ │ └── gandorintechstationTier0.object.patch │ ├── glass │ │ └── glasstechstation │ │ │ └── HPB_glasstechstation.object.patch │ ├── glitchtechstation │ │ └── glitchtechstation.object.patch │ ├── glitchtechstationtier0 │ │ └── glitchtechstationtier0.object.patch │ ├── gold │ │ └── goldtechstation │ │ │ └── HPB_goldtechstation.object.patch │ ├── greckantechstation │ │ └── greckantechstation.object.patch │ ├── greckantechstationtier0 │ │ └── greckantechstationtier0.object.patch │ ├── hatheetechstation │ │ └── hatheetechstation.object.patch │ ├── hatheetechstationTier0 │ │ └── hatheetechstationTier0.object.patch │ ├── hawgtechstation │ │ └── hawgtechstation.object.patch │ ├── hawgtechstationTier0 │ │ └── hawgtechstationTier0.object.patch │ ├── hoovertechstation │ │ └── hoovertechstation.object.patch │ ├── humantechstation │ │ ├── hotdogtechstation.object.patch │ │ └── humantechstation.object.patch │ ├── humantechstationTier0 │ │ ├── hotdogtechstationTier0.object.patch │ │ └── humantechstationtier0.object.patch │ ├── hybridtechstation │ │ └── hybridtechstation.object.patch │ ├── hybridtechstationTier0 │ │ └── hybridtechstationTier0.object.patch │ ├── hylotltechstation │ │ ├── hylotltechstation.object.patch │ │ └── kitsunetechstation.object.patch │ ├── hylotltechstationTier0 │ │ └── hylotltechstationtier0.object.patch │ ├── ikuultechstation │ │ └── ikuultechstation.object.patch │ ├── ikuultechstationTier0 │ │ └── ikuultechstationTier0.object.patch │ ├── impervium │ │ └── imperviumtechstation │ │ │ └── HPB_imperviumtechstation.object.patch │ ├── inklingtechstation │ │ └── inklingtechstation.object.patch │ ├── inklingtechstationTier0 │ │ └── inklingtechstationtier0.object.patch │ ├── insectoidtechstation │ │ └── insectoidtechstation.object.patch │ ├── insectoidtechstationTier0 │ │ └── insectoidtechstationTier0.object.patch │ ├── irkentechstation │ │ └── irkentechstation.object.patch │ ├── irkentechstationTier0 │ │ └── irkentechstationTier0.object.patch │ ├── iron │ │ └── irontechstation │ │ │ └── HPB_irontechstation.object.patch │ ├── kangarutechstation │ │ └── kangarutechstation.object.patch │ ├── kazdratechstation │ │ └── kazdratechstation.object.patch │ ├── kemonotechstation │ │ └── kemonotechstation.object.patch │ ├── kirhostechstation │ │ └── kirhostechstation.object.patch │ ├── kirhostechstationtier0 │ │ └── kirhostechstationtier0.object.patch │ ├── koboldtechstation │ │ └── koboldtechstation.object.patch │ ├── koboldtechstationTier0 │ │ └── koboldtechstationTier0.object.patch │ ├── kybintechstation │ │ └── kybintechstation.object.patch │ ├── kybintechstationTier0 │ │ └── kybintechstationTier0.object.patch │ ├── lagitechstation │ │ └── lagitechstation.object.patch │ ├── lagitechstationTier0 │ │ └── lagitechstationTier0.object.patch │ ├── lamiatechstation │ │ └── lamiatechstation.object.patch │ ├── lamiatechstationTier0 │ │ └── lamiatechstationTier0.object.patch │ ├── lastreetechstation │ │ └── lastreetechstation.object.patch │ ├── lastreetechstationTier0 │ │ └── lastreetechstationTier0.object.patch │ ├── leontechstation │ │ └── leontechstation.object.patch │ ├── leontechstationTier0 │ │ └── leontechstationTier0.object.patch │ ├── lombax_pointedtechstation │ │ └── lombax_pointedtechstation.object.patch │ ├── lombax_pointedtechstationTier0 │ │ └── lombax_pointedtechstationTier0.object.patch │ ├── lombax_stripedtechstation │ │ └── lombax_stripedtechstation.object.patch │ ├── lombax_stripedtechstationTier0 │ │ └── lombax_stripedtechstationTier0.object.patch │ ├── lucariotechstation │ │ └── lucariotechstation.object.patch │ ├── lucariotechstationTier0 │ │ └── lucariotechstationTier0.object.patch │ ├── lyceentechstation │ │ └── lyceentechstation.object.patch │ ├── lyceentechstationTier0 │ │ └── lyceentechstationTier0.object.patch │ ├── mantizitechstation │ │ └── mantizitechstation.object.patch │ ├── mantizitechstationtier0 │ │ └── mantizitechstationtier0.object.patch │ ├── mauskintechstation │ │ └── mauskintechstation.object.patch │ ├── mauskintechstationTier0 │ │ └── mauskintechstationTier0.object.patch │ ├── mewtutechstation │ │ └── mewtutechstation.object.patch │ ├── mewtutechstationTier0 │ │ └── mewtutechstationTier0.object.patch │ ├── minecraftstevetechstation │ │ └── minecraftstevetechstation.object.patch │ ├── minecraftstevetechstationTier0 │ │ └── minecraftstevetechstationTier0.object.patch │ ├── mobiantechstation │ │ └── mobiantechstation.object.patch │ ├── mobiantechstationTier0 │ │ └── mobiantechstationTier0.object.patch │ ├── modernsonictechstation │ │ └── modernsonictechstation.object.patch │ ├── modernsonictechstationTier0 │ │ └── modernsonictechstationTier0.object.patch │ ├── monstechstation │ │ └── monstechstation.object.patch │ ├── monstechstationTier0 │ │ └── monstechstationTier0.object.patch │ ├── monster │ │ └── monstertechstation │ │ │ └── HPB_monstertechstation.object.patch │ ├── munarishiptechstation │ │ └── munarishiptechstation.object.patch │ ├── munarishiptechstationtier0 │ │ └── munarishiptechstationtier0.object.patch │ ├── neb_techstation │ │ └── neb_techstation.object.patch │ ├── nightartechstation │ │ └── nightartechstation.object.patch │ ├── ningentechstation │ │ └── ningentechstation.object.patch │ ├── novakid │ │ ├── novakidbrasstechstation │ │ │ └── HPB_novakidbrasstechstation.object.patch │ │ ├── novakidcreamtechstation │ │ │ └── HPB_novakidcreamtechstation.object.patch │ │ ├── novakidcyantechstation │ │ │ └── HPB_novakidcyantechstation.object.patch │ │ └── novakidredtechstation │ │ │ └── HPB_novakidredtechstation.object.patch │ ├── novakidtechstation │ │ └── novakidtechstation.object.patch │ ├── novakidtechstationTier0 │ │ └── novakidtechstationtier0.object.patch │ ├── nyablostechstation │ │ └── nyablostechstation.object.patch │ ├── nyablostechstationTier0 │ │ └── nyablostechstationTier0.object.patch │ ├── odigreostechstation │ │ └── odigreostechstation.object.patch │ ├── odigreostechstationTier0 │ │ └── odigreostechstationTier0.object.patch │ ├── oofaboogatechstation │ │ └── oofaboogatechstation.object.patch │ ├── oofaboogatechstationTier0 │ │ └── oofaboogatechstationTier0.object.patch │ ├── oozetechstation │ │ └── oozetechstation.object.patch │ ├── oozetechstationTier0 │ │ └── oozetechstationTier0.object.patch │ ├── orcanatechstation │ │ └── orcanatechstation.object.patch │ ├── orcanatechstationtier0 │ │ └── orcanatechstationtier0.object.patch │ ├── paradoxtier1shipconsole │ │ └── paradoxtier1shipconsole.object.patch │ ├── pegalacitechstation │ │ └── techstation.object.patch │ ├── peglacitechstationTier0 │ │ └── peglacitechstationTier0.object.patch │ ├── penguintechstation │ │ └── penguintechstation.object.patch │ ├── penguintechstationTier0 │ │ └── penguintechstationTier0.object.patch │ ├── phantasmtechstation │ │ └── phantasmtechstation.object.patch │ ├── phantasmtechstationtier0 │ │ └── phantasmtechstationtier0.object.patch │ ├── phoxtechstation │ │ └── phoxtechstation.object.patch │ ├── pistantechstation │ │ └── pistantechstation.object.patch │ ├── pistantechstationTier0 │ │ └── pistantechstationTier0.object.patch │ ├── plastic │ │ └── plastictechstation │ │ │ └── HPB_plastictechstation.object.patch │ ├── platinum │ │ └── platinumtechstation │ │ │ └── HPB_techstation.object.patch │ ├── ponytechstation │ │ └── humantechstation.object.patch │ ├── ponytechstationTier0 │ │ └── humantechstationTier0.object.patch │ ├── protectoratetechstation │ │ └── protectoratetechstation.object.patch │ ├── protectoratetechstationTier0 │ │ └── protectoratetechstationTier0.object.patch │ ├── protogentechstation │ │ └── protogentechstation.object.patch │ ├── protogentechstationTier0 │ │ └── protogentechstationTier0.object.patch │ ├── raptorianstechstation │ │ └── raptorianstechstation.object.patch │ ├── raptorianstechstationTier0 │ │ └── raptorianstechstationTier0.object.patch │ ├── reilithtechstation │ │ └── reilithtechstation.object.patch │ ├── reilithtechstationTier0 │ │ └── reilithtechstationTier0.object.patch │ ├── rockotechstation │ │ └── rockotechstation.object.patch │ ├── rockotechstationTier0 │ │ └── rockotechstationTier0.object.patch │ ├── rubium │ │ └── rubiumtechstation │ │ │ └── HPB_rubiumtechstation.object.patch │ ├── runaritechstation │ │ └── runaritechstation.object.patch │ ├── runaritechstationTier0 │ │ └── runaritechstationTier0.object.patch │ ├── rusty │ │ └── rustytechstation │ │ │ └── HPB_rustytechstation.object.patch │ ├── salloktechstation │ │ └── salloktechstation.object.patch │ ├── salloktechstationTier0 │ │ └── salloktechstationTier0.object.patch │ ├── sanglartechstation │ │ └── sanglartechstation.object.patch │ ├── sanglartechstationTier0 │ │ └── sanglartechstationTier0.object.patch │ ├── sarasinortechstation │ │ └── sarasinortechstation.object.patch │ ├── saturntechstation │ │ └── saturntechstation.object.patch │ ├── saturntechstationTier0 │ │ └── saturntechstationTier0.object.patch │ ├── scorsheeptechstation │ │ └── scorsheeptechstation.object.patch │ ├── scorsheeptechstationTier0 │ │ └── scorsheeptechstationTier0.object.patch │ ├── sevtopiantechstation │ │ └── sevtopiantechstation.object.patch │ ├── sevtopiantechstationTier0 │ │ └── sevtopiantechstationTier0.object.patch │ ├── shadetechstation │ │ └── shadetechstation.object.patch │ ├── shadetechstationTier0 │ │ └── shadetechstationTier0.object.patch │ ├── shadow2techstation │ │ └── shadow2techstation.object.patch │ ├── shadow2techstationTier0 │ │ └── shadow2techstationTier0.object.patch │ ├── shoggothtechstation │ │ └── shoggothtechstation.object.patch │ ├── shoggothtechstationTier0 │ │ └── shoggothtechstationTier0.object.patch │ ├── silver │ │ └── silvertechstation │ │ │ └── HPB_silvertechstation.object.patch │ ├── skathtechstation │ │ └── skathtechstation.object.patch │ ├── skathtechstationTier0 │ │ └── skathtechstationTier0.object.patch │ ├── skelekintechstation │ │ └── skelekintechstation.object.patch │ ├── skelekintechstationTier0 │ │ └── skelekintechstationTier0.object.patch │ ├── sktesttechstation │ │ └── sktesttechstation.object.patch │ ├── sktesttechstationTier0 │ │ └── sktesttechstationTier0.object.patch │ ├── slimepersontechstation │ │ └── slimepersontechstation.object.patch │ ├── slimepersontechstationTier0 │ │ └── slimepersontechstationTier0.object.patch │ ├── snosti │ │ ├── snostitechstation │ │ │ └── snostitechstation.object.patch │ │ └── snostitechstationtier0 │ │ │ └── snostitechstationtier0.object.patch │ ├── snowmantechstation │ │ └── snowmantechstation.object.patch │ ├── snowmantechstationTier0 │ │ └── snowmantechstationTier0.object.patch │ ├── snuggettechstation │ │ └── snuggettechstation.object.patch │ ├── snuggettechstationTier0 │ │ └── snuggettechstationTier0.object.patch │ ├── spaghetttechstation │ │ └── spaghetttechstation.object.patch │ ├── spaghetttechstationTier0 │ │ └── spaghetttechstationTier0.object.patch │ ├── spring │ │ └── springtechstation │ │ │ └── HPB_springtechstation.object.patch │ ├── steel │ │ └── steeltechstation │ │ │ └── HPB_steeltechstation.object.patch │ ├── sticktechstation │ │ └── sticktechstation.object.patch │ ├── sticktechstationTier0 │ │ └── techstationTier0.object.patch │ ├── sugnirtechstation │ │ └── sugnirtechstation.object.patch │ ├── sugnirtechstationTier0 │ │ └── sugnirtechstationTier0.object.patch │ ├── tanukitechstation │ │ └── tanukitechstation.object.patch │ ├── tanukitechstationTier0 │ │ └── tanukitechstationTier0.object.patch │ ├── tardisviewscreen │ │ ├── tardisviewscreen.object.patch │ │ ├── tardisviewscreenmk4.object.patch │ │ └── tardisviewscreentier0.object.patch │ ├── taurentechstation │ │ └── taurentechstation.object.patch │ ├── taurentechstationTier0 │ │ └── taurentechstationTier0.object.patch │ ├── techstation │ │ ├── gallavoirtechstation.object.patch │ │ ├── pygstechstation.object.patch │ │ └── techstation.object.patch │ ├── techstationTier0 │ │ ├── gallavoirtechstationtier0.object.patch │ │ ├── pygstechstationTier0.object.patch │ │ └── techstationTier0.object.patch │ ├── telvakiantechstation │ │ └── telvakiantechstation.object.patch │ ├── terrakintechstation │ │ └── terrakintechstation.object.patch │ ├── terrakintechstationTier0 │ │ └── terrakintechstationTier0.object.patch │ ├── tirastrollstechstation │ │ └── tirastrollstechstation.object.patch │ ├── tirastrollstechstationTier0 │ │ └── tirastrollstechstationTier0.object.patch │ ├── titanium │ │ └── titaniumtechstation │ │ │ └── HPB_titaniumtechstation.object.patch │ ├── toeisonictechstation │ │ └── toeisonictechstation.object.patch │ ├── toeisonictechstationTier0 │ │ └── toeisonictechstationTier0.object.patch │ ├── toydariantechstation │ │ └── toydariantechstation.object.patch │ ├── trink │ │ └── trinktechstation │ │ │ └── trinktechstation.object.patch │ ├── trolltechstation │ │ └── trolltechstation.object.patch │ ├── trolltechstationTier0 │ │ └── trolltechstationTier0.object.patch │ ├── turtletechstation │ │ └── turtletechstation.object.patch │ ├── turtletechstationTier0 │ │ └── turtletechstationTier0.object.patch │ ├── typhontechstation │ │ └── typhontechstation.object.patch │ ├── typhontechstationTier0 │ │ └── typhontechstationTier0.object.patch │ ├── ufo │ │ └── ufotechstation │ │ │ └── HPB_ufotechstation.object.patch │ ├── ununique_aviantechstation │ │ └── ununique_aviantechstation.object.patch │ ├── ununique_florantechstation │ │ └── ununique_florantechstation.object.patch │ ├── ununique_glitchtechstation │ │ └── ununique_glitchtechstation.object.patch │ ├── ununique_humantechstation │ │ └── ununique_humantechstation.object.patch │ ├── ununique_hylotltechstation │ │ └── ununique_hylotltechstation.object.patch │ ├── ununique_novakidtechstation │ │ └── ununique_novakidtechstation.object.patch │ ├── ununique_techstation │ │ └── ununique_techstation.object.patch │ ├── uscmtechstation │ │ └── uscmtechstation.object.patch │ ├── uscmtechstationTier0 │ │ └── uscmtechstationTier0.object.patch │ ├── vampyrictechstation │ │ └── vampyrictechstation.object.patch │ ├── vampyrictechstationTier0 │ │ └── vampyrictechstationTier0.object.patch │ ├── violium │ │ └── violiumtechstation │ │ │ └── HPB_violiumtechstation.object.patch │ ├── vortiantechstation │ │ └── vortiantechstation.object.patch │ ├── vortiantechstationTier0 │ │ └── vortiantechstationTier0.object.patch │ ├── wasphivetechstation │ │ └── wasphivetechstation.object.patch │ ├── wasphivetechstationTier0 │ │ └── wasphivetechstationTier0.object.patch │ ├── webbertechstation │ │ └── webbertechstation.object.patch │ ├── webbertechstationTier0 │ │ └── webbertechstationTier0.object.patch │ ├── wompzlestechstation │ │ └── wompzlestechstation.object.patch │ ├── wompzlestechstationTier0 │ │ └── wompzlestechstationTier0.object.patch │ ├── wookietechstation │ │ └── wookietechstation.object.patch │ ├── xikaitechstation │ │ └── xikaitechstation.object.patch │ ├── xikaitechstationTier0 │ │ └── xikaitechstationTier0.object.patch │ ├── yoshitechstation │ │ └── yoshitechstation.object.patch │ ├── yoshitechstationTier0 │ │ └── yoshitechstationTier0.object.patch │ ├── zabraktechstation │ │ └── zabraktechstation.object.patch │ ├── zombietechstation │ │ └── zombietechstation.object.patch │ ├── zombietechstationTier0 │ │ └── zombietechstationTier0.object.patch │ ├── zrofossracemodtechstation │ │ └── zrofossracemodtechstation.object.patch │ └── zrofossracemodtechstationTier0 │ │ └── zrofossracemodtechstationTier0.object.patch ├── ships │ ├── borg │ │ └── borgtechstation │ │ │ ├── borgtechstation.object.patch │ │ │ └── miniborgtechstation.object.patch │ ├── crysilontechstation │ │ └── crysilontechstation.object.patch │ ├── crysilontechstationTier0 │ │ └── crysilontechstationTier0.object.patch │ ├── federation │ │ └── fedtechstation │ │ │ ├── fedtechstation.object.patch │ │ │ └── minifedtechstation.object.patch │ ├── ferengi │ │ └── ferengitechstation │ │ │ ├── ferengitechstation.object.patch │ │ │ └── miniferengitechstation.object.patch │ ├── klingon │ │ └── klingontechstation │ │ │ ├── klingontechstation.object.patch │ │ │ └── miniklingontechstation.object.patch │ ├── romulan │ │ └── romulantechstation │ │ │ ├── miniromulantechstation.object.patch │ │ │ └── romulantechstation.object.patch │ └── vulcan │ │ └── vulcantechstation │ │ ├── minivulcantechstation.object.patch │ │ └── vulcantechstation.object.patch ├── su_gem │ └── su_gemtechstation │ │ ├── su_gemtechstation.object.patch │ │ └── su_gemtechstationtier0.object.patch ├── uscmtechstation │ └── uscmtechstation.object.patch ├── uscmtechstationTier0 │ └── uscmtechstationTier0.object.patch ├── vepr │ ├── vepr_techstation │ │ └── vepr_techstation.object.patch │ └── vepr_uninique_techstation │ │ └── vepr_uninique_techstation.object.patch └── viera │ └── ship │ ├── vieratechstation │ └── vieratechstation.object.patch │ ├── vieratechstation2 │ └── vieratechstation2.object.patch │ └── vieratechstationTier0 │ └── vieratechstationTier0.object.patch ├── player.config.patch ├── quickbar └── icons.json.patch ├── recipes ├── nanofabricator │ └── tech │ │ └── fm_portablemusicplayer.recipe └── prototyper │ └── teleporters │ ├── fm_musicplayer.recipe │ └── fm_musicplayerwall.recipe ├── scripts └── companionhandler.lua ├── ships └── yautjatechstation │ └── yautjatechstation.object.patch └── zb ├── newSail ├── body.png ├── buttonMain.frames ├── buttonMain.png ├── buttonMissionsMain.frames ├── buttonMissionsMain.png ├── buttonMissionsSecondary.frames ├── buttonMissionsSecondary.png ├── buttonScreenLeft.frames ├── buttonScreenLeft.png ├── buttonScreenRight.frames ├── buttonScreenRight.png ├── data.config ├── footer.png ├── header.png ├── listCurrency.png ├── listMission.png ├── listMissionButton.frames ├── listMissionButton.png ├── listMissionReplay.png ├── missionIconBG.png ├── newSail.config ├── newSail.lua ├── researchTree.png ├── vanillaAI.png └── zb_customFunctions.lua ├── questList ├── banners │ ├── example.frames │ ├── example.png │ ├── fu_battle.frames │ ├── fu_battle.png │ ├── fu_byos.frames │ ├── fu_byos.png │ ├── fu_exploration.frames │ ├── fu_exploration.png │ ├── fu_kevin_tasks.frames │ ├── fu_kevin_tasks.png │ ├── fu_outpost_tasks.frames │ ├── fu_outpost_tasks.png │ ├── fu_sciences.frames │ ├── fu_sciences.png │ ├── fu_test.frames │ ├── fu_test.png │ ├── fu_tutorial.frames │ └── fu_tutorial.png ├── body.png ├── bodyx.png ├── data.config ├── footer.png ├── givers │ ├── example.png │ ├── fu_bees.png │ ├── fu_booze.png │ ├── fu_byosbasics.png │ ├── fu_chemistry.png │ ├── fu_electronics.png │ ├── fu_extractor.png │ ├── fu_gear.png │ ├── fu_general.png │ ├── fu_genetics.png │ ├── fu_kevin.png │ ├── fu_mechanical.png │ ├── fu_monsters.png │ ├── fu_nivek.png │ ├── fu_npcs.png │ ├── fu_physics.png │ ├── fu_places.png │ ├── fu_planets.png │ ├── fu_sumfehg.png │ ├── fu_sumothafehg.png │ ├── fu_things.png │ └── fu_vinj.png ├── header.png ├── questBackground.frames ├── questBackground.png ├── questList.config ├── questList.lua ├── questionMark.frames ├── questionMark.png ├── questlineButton.frames ├── questlineButton.png ├── questlineComplete.png ├── questlineListOverlay.frames ├── questlineListOverlay.png ├── status.frames └── status.png ├── researchTree ├── body.png ├── buttons.frames ├── buttons.png ├── currencyMiniIcons.frames ├── currencyMiniIcons.png ├── data.config ├── gridTile.png ├── header.png ├── iconBackground.frames ├── iconBackground.png ├── itemSlot.png ├── listBG.frames ├── listBG.png ├── researchButton.frames ├── researchButton.png ├── researchTree.config └── researchTree.lua ├── updateInfoWindow ├── body.png ├── button.frames ├── button.png ├── buttonLeft.frames ├── buttonLeft.png ├── buttonNext.frames ├── buttonNext.png ├── buttonPrevious.frames ├── buttonPrevious.png ├── buttonRight.frames ├── buttonRight.png ├── data.config ├── updateInfoWindow.config ├── updateInfoWindow.lua ├── updateInfoWindowError.config ├── updateInfoWindowError.lua └── ztarbound.png ├── zb_player_init.lua ├── zb_scaninteraction.lua ├── zb_scaninteraction.questtemplate ├── zb_textTyper.lua └── zb_util.lua /.metadata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/.metadata -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/LICENSE -------------------------------------------------------------------------------- /_ZBversioning.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/_ZBversioning.config -------------------------------------------------------------------------------- /_doc/AddingMusicTemplate.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/_doc/AddingMusicTemplate.rar -------------------------------------------------------------------------------- /_doc/FIRST THINGS FIRST.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/_doc/FIRST THINGS FIRST.txt -------------------------------------------------------------------------------- /_doc/musicplayer_instructions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/_doc/musicplayer_instructions.txt -------------------------------------------------------------------------------- /_doc/newsail_instructions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/_doc/newsail_instructions.txt -------------------------------------------------------------------------------- /_doc/questlist_instructions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/_doc/questlist_instructions.txt -------------------------------------------------------------------------------- /_doc/questlist_template.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/_doc/questlist_template.config -------------------------------------------------------------------------------- /_doc/research_instructions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/_doc/research_instructions.txt -------------------------------------------------------------------------------- /_doc/research_template.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/_doc/research_template.config -------------------------------------------------------------------------------- /_doc/scanInteractableExample/instruction.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/_doc/scanInteractableExample/instruction.txt -------------------------------------------------------------------------------- /_doc/scanInteractableExample/object.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/_doc/scanInteractableExample/object.png -------------------------------------------------------------------------------- /_doc/scanInteractableExample/scaninteractionexample.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/_doc/scanInteractableExample/scaninteractionexample.lua -------------------------------------------------------------------------------- /_doc/scanInteractableExample/scaninteractionexample.object: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/_doc/scanInteractableExample/scaninteractionexample.object -------------------------------------------------------------------------------- /_doc/updatewindow_instructions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/_doc/updatewindow_instructions.txt -------------------------------------------------------------------------------- /_previewimage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/_previewimage -------------------------------------------------------------------------------- /currencies.config.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/currencies.config.patch -------------------------------------------------------------------------------- /interface/scripted/fm_musicplayer/body.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/interface/scripted/fm_musicplayer/body.png -------------------------------------------------------------------------------- /interface/scripted/fm_musicplayer/body_footer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/interface/scripted/fm_musicplayer/body_footer.png -------------------------------------------------------------------------------- /interface/scripted/fm_musicplayer/body_header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/interface/scripted/fm_musicplayer/body_header.png -------------------------------------------------------------------------------- /interface/scripted/fm_musicplayer/controls.frames: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/interface/scripted/fm_musicplayer/controls.frames -------------------------------------------------------------------------------- /interface/scripted/fm_musicplayer/controls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/interface/scripted/fm_musicplayer/controls.png -------------------------------------------------------------------------------- /interface/scripted/fm_musicplayer/fm_musicplayer.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/interface/scripted/fm_musicplayer/fm_musicplayer.config -------------------------------------------------------------------------------- /interface/scripted/fm_musicplayer/fm_musicplayer.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/interface/scripted/fm_musicplayer/fm_musicplayer.lua -------------------------------------------------------------------------------- /interface/scripted/fm_musicplayer/icon_fm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/interface/scripted/fm_musicplayer/icon_fm.png -------------------------------------------------------------------------------- /interface/scripted/fm_musicplayer/icon_starbound.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/interface/scripted/fm_musicplayer/icon_starbound.png -------------------------------------------------------------------------------- /interface/scripted/fm_musicplayer/icon_unsorted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/interface/scripted/fm_musicplayer/icon_unsorted.png -------------------------------------------------------------------------------- /interface/scripted/fm_musicplayer/musiclist.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/interface/scripted/fm_musicplayer/musiclist.config -------------------------------------------------------------------------------- /items/active/unsorted/fm_portablemusicplayer/fm_portablemusicplayer.activeitem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/items/active/unsorted/fm_portablemusicplayer/fm_portablemusicplayer.activeitem -------------------------------------------------------------------------------- /items/active/unsorted/fm_portablemusicplayer/fm_portablemusicplayer.animation: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/items/active/unsorted/fm_portablemusicplayer/fm_portablemusicplayer.animation -------------------------------------------------------------------------------- /items/active/unsorted/fm_portablemusicplayer/fm_portablemusicplayer.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/items/active/unsorted/fm_portablemusicplayer/fm_portablemusicplayer.lua -------------------------------------------------------------------------------- /items/generic/crafting/ironbar.item.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/items/generic/crafting/ironbar.item.patch -------------------------------------------------------------------------------- /object/ship/avianapextechstation/avianapextechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/object/ship/avianapextechstation/avianapextechstation.object.patch -------------------------------------------------------------------------------- /object/ship/avianaviantechstation/avianaviantechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/object/ship/avianaviantechstation/avianaviantechstation.object.patch -------------------------------------------------------------------------------- /object/ship/avianflorantechstation/avianflorantechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/object/ship/avianflorantechstation/avianflorantechstation.object.patch -------------------------------------------------------------------------------- /object/ship/avianglitchtechstation/avianglitchtechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/object/ship/avianglitchtechstation/avianglitchtechstation.object.patch -------------------------------------------------------------------------------- /object/ship/avianhumantechstation/avianhumantechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/object/ship/avianhumantechstation/avianhumantechstation.object.patch -------------------------------------------------------------------------------- /object/ship/avianhylotltechstation/avianhylotltechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/object/ship/avianhylotltechstation/avianhylotltechstation.object.patch -------------------------------------------------------------------------------- /object/ship/aviannovakidtechstation/aviannovakidtechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/object/ship/aviannovakidtechstation/aviannovakidtechstation.object.patch -------------------------------------------------------------------------------- /objects/aryan/aryantechstation/aryantechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/aryan/aryantechstation/aryantechstation.object.patch -------------------------------------------------------------------------------- /objects/aryan/aryantechstationtier0/aryantechstationtier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/aryan/aryantechstationtier0/aryantechstationtier0.object.patch -------------------------------------------------------------------------------- /objects/callistan/callistantechstation/callistantechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/callistan/callistantechstation/callistantechstation.object.patch -------------------------------------------------------------------------------- /objects/callistan/callistantechstationTier0/callistantechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/callistan/callistantechstationTier0/callistantechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/clorevelde/ship/cloreveldetechstation/cloreveldetechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/clorevelde/ship/cloreveldetechstation/cloreveldetechstation.object.patch -------------------------------------------------------------------------------- /objects/clorevelde/ship/cloreveldetechstationTier0/cloreveldetechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/clorevelde/ship/cloreveldetechstationTier0/cloreveldetechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/crafting/printpackship/bloodtechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/crafting/printpackship/bloodtechstation.object.patch -------------------------------------------------------------------------------- /objects/crafting/printpackship/eviltechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/crafting/printpackship/eviltechstation.object.patch -------------------------------------------------------------------------------- /objects/crafting/printpackship/goldentechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/crafting/printpackship/goldentechstation.object.patch -------------------------------------------------------------------------------- /objects/crafting/printpackship/greedtechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/crafting/printpackship/greedtechstation.object.patch -------------------------------------------------------------------------------- /objects/crafting/printpackship/nighttechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/crafting/printpackship/nighttechstation.object.patch -------------------------------------------------------------------------------- /objects/crafting/printpackship/oceantechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/crafting/printpackship/oceantechstation.object.patch -------------------------------------------------------------------------------- /objects/felin/felintechstation/felintechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/felin/felintechstation/felintechstation.object.patch -------------------------------------------------------------------------------- /objects/felin/felintechstation/felintechstationtier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/felin/felintechstation/felintechstationtier0.object.patch -------------------------------------------------------------------------------- /objects/generic/fm_musicplayer/default.frames: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/generic/fm_musicplayer/default.frames -------------------------------------------------------------------------------- /objects/generic/fm_musicplayer/fm_musicplayer.animation: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/generic/fm_musicplayer/fm_musicplayer.animation -------------------------------------------------------------------------------- /objects/generic/fm_musicplayer/fm_musicplayer.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/generic/fm_musicplayer/fm_musicplayer.lua -------------------------------------------------------------------------------- /objects/generic/fm_musicplayer/fm_musicplayer.object: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/generic/fm_musicplayer/fm_musicplayer.object -------------------------------------------------------------------------------- /objects/generic/fm_musicplayer/fm_musicplayer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/generic/fm_musicplayer/fm_musicplayer.png -------------------------------------------------------------------------------- /objects/generic/fm_musicplayer/fm_musicplayericon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/generic/fm_musicplayer/fm_musicplayericon.png -------------------------------------------------------------------------------- /objects/generic/fm_musicplayer/fm_musicplayerleft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/generic/fm_musicplayer/fm_musicplayerleft.png -------------------------------------------------------------------------------- /objects/generic/fm_musicplayer/fm_musicplayerleftlit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/generic/fm_musicplayer/fm_musicplayerleftlit.png -------------------------------------------------------------------------------- /objects/generic/fm_musicplayer/fm_musicplayerlit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/generic/fm_musicplayer/fm_musicplayerlit.png -------------------------------------------------------------------------------- /objects/generic/fm_musicplayer/fm_musicplayerwall.animation: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/generic/fm_musicplayer/fm_musicplayerwall.animation -------------------------------------------------------------------------------- /objects/generic/fm_musicplayer/fm_musicplayerwall.object: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/generic/fm_musicplayer/fm_musicplayerwall.object -------------------------------------------------------------------------------- /objects/generic/fm_musicplayer/fm_musicplayerwall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/generic/fm_musicplayer/fm_musicplayerwall.png -------------------------------------------------------------------------------- /objects/generic/fm_musicplayer/fm_musicplayerwallfull.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/generic/fm_musicplayer/fm_musicplayerwallfull.png -------------------------------------------------------------------------------- /objects/generic/fm_musicplayer/fm_musicplayerwalllit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/generic/fm_musicplayer/fm_musicplayerwalllit.png -------------------------------------------------------------------------------- /objects/gyrusentechstation/gyrusentechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/gyrusentechstation/gyrusentechstation.object.patch -------------------------------------------------------------------------------- /objects/gyrusentechstationTier0/gyrusentechstationtier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/gyrusentechstationTier0/gyrusentechstationtier0.object.patch -------------------------------------------------------------------------------- /objects/neko/nekotechstation/nekotechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/neko/nekotechstation/nekotechstation.object.patch -------------------------------------------------------------------------------- /objects/neko/nekotechstation/nekotechstationtier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/neko/nekotechstation/nekotechstationtier0.object.patch -------------------------------------------------------------------------------- /objects/neko/nekotechstationTier0/nekotechstationtier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/neko/nekotechstationTier0/nekotechstationtier0.object.patch -------------------------------------------------------------------------------- /objects/pengservices/pengremotetechstation/pengremotetechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/pengservices/pengremotetechstation/pengremotetechstation.object.patch -------------------------------------------------------------------------------- /objects/scripts/customtechstation.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/scripts/customtechstation.lua -------------------------------------------------------------------------------- /objects/sergal/noncollectable/sergaltechstation/sergaltechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/sergal/noncollectable/sergaltechstation/sergaltechstation.object.patch -------------------------------------------------------------------------------- /objects/sergal/noncollectable/sergaltechstationtier0/sergaltechstationtier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/sergal/noncollectable/sergaltechstationtier0/sergaltechstationtier0.object.patch -------------------------------------------------------------------------------- /objects/ship/Androidtechstation/Androidtechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/Androidtechstation/Androidtechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/AndroidtechstationTier0/AndroidtechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/AndroidtechstationTier0/AndroidtechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/Anvil Racetechstation/Anvil Racetechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/Anvil Racetechstation/Anvil Racetechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/Anvil RacetechstationTier0/Anvil RacetechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/Anvil RacetechstationTier0/Anvil RacetechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/Attarrantechstation/Attarrantechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/Attarrantechstation/Attarrantechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/AttarrantechstationTier0/AttarrantechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/AttarrantechstationTier0/AttarrantechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/Breadnauttechstation/Breadnauttechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/Breadnauttechstation/Breadnauttechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/BreadnauttechstationTier0/BreadnauttechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/BreadnauttechstationTier0/BreadnauttechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/Canidstechstation/Canidstechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/Canidstechstation/Canidstechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/CanidstechstationTier0/CanidstechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/CanidstechstationTier0/CanidstechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/Cuttlefishtechstation/Cuttlefishtechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/Cuttlefishtechstation/Cuttlefishtechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/CuttlefishtechstationTier0/CuttlefishtechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/CuttlefishtechstationTier0/CuttlefishtechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/Darkboundtechstation/Darkboundtechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/Darkboundtechstation/Darkboundtechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/DarkboundtechstationTier0/DarkboundtechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/DarkboundtechstationTier0/DarkboundtechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/Dingalingtechstation/Dingalingtechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/Dingalingtechstation/Dingalingtechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/DingalingtechstationTier0/DingalingtechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/DingalingtechstationTier0/DingalingtechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/Dunsparcetechstation/Dunsparcetechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/Dunsparcetechstation/Dunsparcetechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/DunsparcetechstationTier0/DunsparcetechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/DunsparcetechstationTier0/DunsparcetechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/Ectonuritetechstation/Ectonuritetechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/Ectonuritetechstation/Ectonuritetechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/EctonuritetechstationTier0/EctonuritetechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/EctonuritetechstationTier0/EctonuritetechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/Froggtechstation/Froggtechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/Froggtechstation/Froggtechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/FroggtechstationTier0/FroggtechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/FroggtechstationTier0/FroggtechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/GoatPersontechstation/GoatPersontechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/GoatPersontechstation/GoatPersontechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/GoatPersontechstationTier0/GoatPersontechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/GoatPersontechstationTier0/GoatPersontechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/Greytechstation/Greytechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/Greytechstation/Greytechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/GreytechstationTier0/GreytechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/GreytechstationTier0/GreytechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/Hocotatiantechstation/Hocotatiantechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/Hocotatiantechstation/Hocotatiantechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/HocotatiantechstationTier0/HocotatiantechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/HocotatiantechstationTier0/HocotatiantechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/Indixtechstation/Indixtechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/Indixtechstation/Indixtechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/IndixtechstationTier0/IndixtechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/IndixtechstationTier0/IndixtechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/Jacrispitechstation/Jacrispitechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/Jacrispitechstation/Jacrispitechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/JacrispitechstationTier0/JacrispitechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/JacrispitechstationTier0/JacrispitechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/Kazuichitechstation/Kazuichitechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/Kazuichitechstation/Kazuichitechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/Koopewtechstation/Koopewtechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/Koopewtechstation/Koopewtechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/Krandoniantechstation/Krandoniantechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/Krandoniantechstation/Krandoniantechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/KrandoniantechstationTier0/KrandoniantechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/KrandoniantechstationTier0/KrandoniantechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/Majintechstation/Majintechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/Majintechstation/Majintechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/MajintechstationTier0/MajintechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/MajintechstationTier0/MajintechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/Mimigatechstation/Mimigatechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/Mimigatechstation/Mimigatechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/MimigatechstationTier0/MimigatechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/MimigatechstationTier0/MimigatechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/Namekiantechstation/Namekiantechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/Namekiantechstation/Namekiantechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/NamekiantechstationTier0/NamekiantechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/NamekiantechstationTier0/NamekiantechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/Pryotechstation/Pryotechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/Pryotechstation/Pryotechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/PryotechstationTier0/PryotechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/PryotechstationTier0/PryotechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/Saiyantechstation/Saiyantechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/Saiyantechstation/Saiyantechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/SaiyantechstationTier0/SaiyantechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/SaiyantechstationTier0/SaiyantechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/Slimesapientechstation/Slimesapientechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/Slimesapientechstation/Slimesapientechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/Sonictechstation/Sonictechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/Sonictechstation/Sonictechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/Talcantechstation/Talcantechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/Talcantechstation/Talcantechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/Toastbottechstation/Toastbottechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/Toastbottechstation/Toastbottechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/ToastbottechstationTier0/ToastbottechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/ToastbottechstationTier0/ToastbottechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/Toitisetechstation/Toitisetechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/Toitisetechstation/Toitisetechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/Virorbtechstation/Virorbtechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/Virorbtechstation/Virorbtechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/VirorbtechstationTier0/VirorbtechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/VirorbtechstationTier0/VirorbtechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/Wall-etechstation/Wall-etechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/Wall-etechstation/Wall-etechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/Wall-etechstationTier0/Wall-etechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/Wall-etechstationTier0/Wall-etechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/Xenomorphtechstation/Xenomorphtechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/Xenomorphtechstation/Xenomorphtechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/XenomorphtechstationTier0/XenomorphtechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/XenomorphtechstationTier0/XenomorphtechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/Zoroarktechstation/Zoroarktechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/Zoroarktechstation/Zoroarktechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/ZoroarktechstationTier0/ZoroarktechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/ZoroarktechstationTier0/ZoroarktechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/acefoxaltechstation/acefoxaltechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/acefoxaltechstation/acefoxaltechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/acefoxaltechstationTier0/acefoxaltechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/acefoxaltechstationTier0/acefoxaltechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/aegi/aegitechstation/aegitechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/aegi/aegitechstation/aegitechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/aegisalt/aegisalttechstation/HPB_aegisalttechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/aegisalt/aegisalttechstation/HPB_aegisalttechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/agarantechstation/agarantechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/agarantechstation/agarantechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/agarantechstationTier0/agarantechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/agarantechstationTier0/agarantechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/alaratechstation/alaratechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/alaratechstation/alaratechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/alaratechstationTier0/alaratechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/alaratechstationTier0/alaratechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/alioztechstation/alioztechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/alioztechstation/alioztechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/alioztechstationTier0/alioztechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/alioztechstationTier0/alioztechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/alpacatechstation/alpacatechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/alpacatechstation/alpacatechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/alpacatechstationTier0/alpacatechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/alpacatechstationTier0/alpacatechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/animatronicstechstation/animatronicstechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/animatronicstechstation/animatronicstechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/animatronicstechstationTier0/animatronicstechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/animatronicstechstationTier0/animatronicstechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/arachnetechstation/arachnetechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/arachnetechstation/arachnetechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/arachnetechstationTier0/arachnetechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/arachnetechstationTier0/arachnetechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/araneantechstation/araneantechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/araneantechstation/araneantechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/araneantechstationTier0/araneantechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/araneantechstationTier0/araneantechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/argoniantechstation/argoniantechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/argoniantechstation/argoniantechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/argoniantechstationtier0/argoniantechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/argoniantechstationtier0/argoniantechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/avalitechstation/avalitechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/avalitechstation/avalitechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/avalitechstationtier0/avalitechstationtier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/avalitechstationtier0/avalitechstationtier0.object.patch -------------------------------------------------------------------------------- /objects/ship/aviantechstation/aviantechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/aviantechstation/aviantechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/aviantechstationtier0/aviantechstationtier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/aviantechstationtier0/aviantechstationtier0.object.patch -------------------------------------------------------------------------------- /objects/ship/avikan/avikantechstation/avikantechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/avikan/avikantechstation/avikantechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/avoniantechstation/avoniantechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/avoniantechstation/avoniantechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/avoniantechstationTier0/avoniantechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/avoniantechstationTier0/avoniantechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/birdfolktechstation/birdfolktechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/birdfolktechstation/birdfolktechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/birdfolktechstationTier0/birdfolktechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/birdfolktechstationTier0/birdfolktechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/blattratechstation/blattratechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/blattratechstation/blattratechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/blazikentechstation/blazikentechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/blazikentechstation/blazikentechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/blazikentechstationTier0/blazikentechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/blazikentechstationTier0/blazikentechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/buneratechstation/buneratechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/buneratechstation/buneratechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/buneratechstationTier0/buneratechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/buneratechstationTier0/buneratechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/bunnykintechstation/bunnykintechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/bunnykintechstation/bunnykintechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/bunnykintechstationTier0/bunnykintechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/bunnykintechstationTier0/bunnykintechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/carbonfiber/carbonfibertechstation/HPB_carbonfibertechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/carbonfiber/carbonfibertechstation/HPB_carbonfibertechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/cardboard/cardboardtechstation/HPB_cardboardtechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/cardboard/cardboardtechstation/HPB_cardboardtechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/cattechstation/cattechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/cattechstation/cattechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/cattechstationTier0/cattechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/cattechstationTier0/cattechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/catustechstation/catustechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/catustechstation/catustechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/catustechstationTier0/catustechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/catustechstationTier0/catustechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/cerulium/ceruliumtechstation/HPB_ceruliumtechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/cerulium/ceruliumtechstation/HPB_ceruliumtechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/cherubimtechstation/cherubimtechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/cherubimtechstation/cherubimtechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/cherubimtechstationTier0/cherubimtechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/cherubimtechstationTier0/cherubimtechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/clownkintechstation/clownkintechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/clownkintechstation/clownkintechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/clownkintechstationTier0/clownkintechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/clownkintechstationTier0/clownkintechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/copper/coppertechstation/HPB_coppertechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/copper/coppertechstation/HPB_coppertechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/core/coretechstation/HPB_coretechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/core/coretechstation/HPB_coretechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/cubustechstation/cubustechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/cubustechstation/cubustechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/cubustechstationTier0/cubustechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/cubustechstationTier0/cubustechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/customglitchtechstation/customglitchltechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/customglitchtechstation/customglitchltechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/customglitchtechstationTier0/customglitchtechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/customglitchtechstationTier0/customglitchtechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/customhumantechstation/customhumanltechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/customhumantechstation/customhumanltechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/customhumantechstationTier0/customhumantechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/customhumantechstationTier0/customhumantechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/customhylotltechstation/customhylotltechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/customhylotltechstation/customhylotltechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/customhylotltechstationTier0/customhylotltechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/customhylotltechstationTier0/customhylotltechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/cutstone/cutstonetechstation/HPB_cutstonetechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/cutstone/cutstonetechstation/HPB_cutstonetechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/cybermantechstation/cybermantechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/cybermantechstation/cybermantechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/cylontechstation/cylontechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/cylontechstation/cylontechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/darktechstation/darktechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/darktechstation/darktechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/darktechstationTier0/darktechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/darktechstationTier0/darktechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/decoratechstation/decoratechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/decoratechstation/decoratechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/decoratechstationTier0/decoratechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/decoratechstationTier0/decoratechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/dominiontechstation/dominiontechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/dominiontechstation/dominiontechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/dominiontechstationTier0/dominiontechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/dominiontechstationTier0/dominiontechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/dragontechstation/dragontechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/dragontechstation/dragontechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/dragontechstationTier0/dragontechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/dragontechstationTier0/dragontechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/dreamerstechstation/dreamerstechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/dreamerstechstation/dreamerstechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/dreamerstechstationTier0/dreamerstechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/dreamerstechstationTier0/dreamerstechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/droidtechstation/droidtechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/droidtechstation/droidtechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/droidtechstationTier0/droidtechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/droidtechstationTier0/droidtechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/durasteel/durasteeltechstation/HPB_durasteeltechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/durasteel/durasteeltechstation/HPB_durasteeltechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/eclipsedwanderrertechstation/eclipsedwanderrertechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/eclipsedwanderrertechstation/eclipsedwanderrertechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/eclipsedwanderrertechstationTier0/eclipsedwanderrertechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/eclipsedwanderrertechstationTier0/eclipsedwanderrertechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/eeveetechstation/eeveetechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/eeveetechstation/eeveetechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/eeveetechstationTier0/eeveetechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/eeveetechstationTier0/eeveetechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/eeveetwotechstation/eeveetwotechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/eeveetwotechstation/eeveetwotechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/eeveetwotechstationTier0/eeveetwotechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/eeveetwotechstationTier0/eeveetwotechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/elunitetechstation/elunitetechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/elunitetechstation/elunitetechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/elysiantechstation/elysiantechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/elysiantechstation/elysiantechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/elysiantechstationTier0/elysiantechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/elysiantechstationTier0/elysiantechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/elystechstation/elystechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/elystechstation/elystechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/elystechstationTier0/elystechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/elystechstationTier0/elystechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/espeontechstation/espeontechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/espeontechstation/espeontechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/espeontechstationTier0/espeontechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/espeontechstationTier0/espeontechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/everistechstation/everistechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/everistechstation/everistechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/everistechstationTier0/everistechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/everistechstationTier0/everistechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/exbitechstation/exbitechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/exbitechstation/exbitechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/exbitechstationTier0/exbitechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/exbitechstationTier0/exbitechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/faceboxtechstation/faceboxtechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/faceboxtechstation/faceboxtechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/faceboxtechstationTier0/faceboxtechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/faceboxtechstationTier0/faceboxtechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/feneroxtechstation/feneroxtechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/feneroxtechstation/feneroxtechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/feneroxtechstationtier0/feneroxtechstationtier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/feneroxtechstationtier0/feneroxtechstationtier0.object.patch -------------------------------------------------------------------------------- /objects/ship/fennixracetechstation/fennixracetechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/fennixracetechstation/fennixracetechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/fennixracetechstationTier0/fennixracetechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/fennixracetechstationTier0/fennixracetechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/fennixtechstation/fennixtechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/fennixtechstation/fennixtechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/fennixtechstationTier0/fennixtechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/fennixtechstationTier0/fennixtechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/ferozium/feroziumtechstation/HPB_feroziumtechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/ferozium/feroziumtechstation/HPB_feroziumtechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/fish/fishtechstation/HPB_fishtechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/fish/fishtechstation/HPB_fishtechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/fishpeopletechstation/fishpeopletechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/fishpeopletechstation/fishpeopletechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/fishpeopletechstationTier0/fishpeopletechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/fishpeopletechstationTier0/fishpeopletechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/floran/darkflorantechstation/HPB_darkflorantechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/floran/darkflorantechstation/HPB_darkflorantechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/florantechstation/florantechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/florantechstation/florantechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/florantechstationtier0/florantechstationtier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/florantechstationtier0/florantechstationtier0.object.patch -------------------------------------------------------------------------------- /objects/ship/forcefield/forcefieldtechstation/HPB_forcefieldtechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/forcefield/forcefieldtechstation/HPB_forcefieldtechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/frogtechstation/frogtechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/frogtechstation/frogtechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/frogtechstationTier0/frogtechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/frogtechstationTier0/frogtechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/galecostechstation/galecostechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/galecostechstation/galecostechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/galecostechstationTier0/galecostechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/galecostechstationTier0/galecostechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/gandorintechstation/gandorintechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/gandorintechstation/gandorintechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/gandorintechstationTier0/gandorintechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/gandorintechstationTier0/gandorintechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/glass/glasstechstation/HPB_glasstechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/glass/glasstechstation/HPB_glasstechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/glitchtechstation/glitchtechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/glitchtechstation/glitchtechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/glitchtechstationtier0/glitchtechstationtier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/glitchtechstationtier0/glitchtechstationtier0.object.patch -------------------------------------------------------------------------------- /objects/ship/gold/goldtechstation/HPB_goldtechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/gold/goldtechstation/HPB_goldtechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/greckantechstation/greckantechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/greckantechstation/greckantechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/greckantechstationtier0/greckantechstationtier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/greckantechstationtier0/greckantechstationtier0.object.patch -------------------------------------------------------------------------------- /objects/ship/hatheetechstation/hatheetechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/hatheetechstation/hatheetechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/hatheetechstationTier0/hatheetechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/hatheetechstationTier0/hatheetechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/hawgtechstation/hawgtechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/hawgtechstation/hawgtechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/hawgtechstationTier0/hawgtechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/hawgtechstationTier0/hawgtechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/hoovertechstation/hoovertechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/hoovertechstation/hoovertechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/humantechstation/hotdogtechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/humantechstation/hotdogtechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/humantechstation/humantechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/humantechstation/humantechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/humantechstationTier0/hotdogtechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/humantechstationTier0/hotdogtechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/humantechstationTier0/humantechstationtier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/humantechstationTier0/humantechstationtier0.object.patch -------------------------------------------------------------------------------- /objects/ship/hybridtechstation/hybridtechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/hybridtechstation/hybridtechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/hybridtechstationTier0/hybridtechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/hybridtechstationTier0/hybridtechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/hylotltechstation/hylotltechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/hylotltechstation/hylotltechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/hylotltechstation/kitsunetechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/hylotltechstation/kitsunetechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/hylotltechstationTier0/hylotltechstationtier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/hylotltechstationTier0/hylotltechstationtier0.object.patch -------------------------------------------------------------------------------- /objects/ship/ikuultechstation/ikuultechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/ikuultechstation/ikuultechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/ikuultechstationTier0/ikuultechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/ikuultechstationTier0/ikuultechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/impervium/imperviumtechstation/HPB_imperviumtechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/impervium/imperviumtechstation/HPB_imperviumtechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/inklingtechstation/inklingtechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/inklingtechstation/inklingtechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/inklingtechstationTier0/inklingtechstationtier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/inklingtechstationTier0/inklingtechstationtier0.object.patch -------------------------------------------------------------------------------- /objects/ship/insectoidtechstation/insectoidtechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/insectoidtechstation/insectoidtechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/insectoidtechstationTier0/insectoidtechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/insectoidtechstationTier0/insectoidtechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/irkentechstation/irkentechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/irkentechstation/irkentechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/irkentechstationTier0/irkentechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/irkentechstationTier0/irkentechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/iron/irontechstation/HPB_irontechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/iron/irontechstation/HPB_irontechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/kangarutechstation/kangarutechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/kangarutechstation/kangarutechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/kazdratechstation/kazdratechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/kazdratechstation/kazdratechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/kemonotechstation/kemonotechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/kemonotechstation/kemonotechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/kirhostechstation/kirhostechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/kirhostechstation/kirhostechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/kirhostechstationtier0/kirhostechstationtier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/kirhostechstationtier0/kirhostechstationtier0.object.patch -------------------------------------------------------------------------------- /objects/ship/koboldtechstation/koboldtechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/koboldtechstation/koboldtechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/koboldtechstationTier0/koboldtechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/koboldtechstationTier0/koboldtechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/kybintechstation/kybintechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/kybintechstation/kybintechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/kybintechstationTier0/kybintechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/kybintechstationTier0/kybintechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/lagitechstation/lagitechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/lagitechstation/lagitechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/lagitechstationTier0/lagitechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/lagitechstationTier0/lagitechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/lamiatechstation/lamiatechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/lamiatechstation/lamiatechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/lamiatechstationTier0/lamiatechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/lamiatechstationTier0/lamiatechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/lastreetechstation/lastreetechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/lastreetechstation/lastreetechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/lastreetechstationTier0/lastreetechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/lastreetechstationTier0/lastreetechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/leontechstation/leontechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/leontechstation/leontechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/leontechstationTier0/leontechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/leontechstationTier0/leontechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/lombax_pointedtechstation/lombax_pointedtechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/lombax_pointedtechstation/lombax_pointedtechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/lombax_pointedtechstationTier0/lombax_pointedtechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/lombax_pointedtechstationTier0/lombax_pointedtechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/lombax_stripedtechstation/lombax_stripedtechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/lombax_stripedtechstation/lombax_stripedtechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/lombax_stripedtechstationTier0/lombax_stripedtechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/lombax_stripedtechstationTier0/lombax_stripedtechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/lucariotechstation/lucariotechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/lucariotechstation/lucariotechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/lucariotechstationTier0/lucariotechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/lucariotechstationTier0/lucariotechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/lyceentechstation/lyceentechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/lyceentechstation/lyceentechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/lyceentechstationTier0/lyceentechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/lyceentechstationTier0/lyceentechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/mantizitechstation/mantizitechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/mantizitechstation/mantizitechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/mantizitechstationtier0/mantizitechstationtier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/mantizitechstationtier0/mantizitechstationtier0.object.patch -------------------------------------------------------------------------------- /objects/ship/mauskintechstation/mauskintechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/mauskintechstation/mauskintechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/mauskintechstationTier0/mauskintechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/mauskintechstationTier0/mauskintechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/mewtutechstation/mewtutechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/mewtutechstation/mewtutechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/mewtutechstationTier0/mewtutechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/mewtutechstationTier0/mewtutechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/minecraftstevetechstation/minecraftstevetechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/minecraftstevetechstation/minecraftstevetechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/minecraftstevetechstationTier0/minecraftstevetechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/minecraftstevetechstationTier0/minecraftstevetechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/mobiantechstation/mobiantechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/mobiantechstation/mobiantechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/mobiantechstationTier0/mobiantechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/mobiantechstationTier0/mobiantechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/modernsonictechstation/modernsonictechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/modernsonictechstation/modernsonictechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/modernsonictechstationTier0/modernsonictechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/modernsonictechstationTier0/modernsonictechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/monstechstation/monstechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/monstechstation/monstechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/monstechstationTier0/monstechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/monstechstationTier0/monstechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/monster/monstertechstation/HPB_monstertechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/monster/monstertechstation/HPB_monstertechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/munarishiptechstation/munarishiptechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/munarishiptechstation/munarishiptechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/munarishiptechstationtier0/munarishiptechstationtier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/munarishiptechstationtier0/munarishiptechstationtier0.object.patch -------------------------------------------------------------------------------- /objects/ship/neb_techstation/neb_techstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/neb_techstation/neb_techstation.object.patch -------------------------------------------------------------------------------- /objects/ship/nightartechstation/nightartechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/nightartechstation/nightartechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/ningentechstation/ningentechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/ningentechstation/ningentechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/novakid/novakidbrasstechstation/HPB_novakidbrasstechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/novakid/novakidbrasstechstation/HPB_novakidbrasstechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/novakid/novakidcreamtechstation/HPB_novakidcreamtechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/novakid/novakidcreamtechstation/HPB_novakidcreamtechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/novakid/novakidcyantechstation/HPB_novakidcyantechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/novakid/novakidcyantechstation/HPB_novakidcyantechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/novakid/novakidredtechstation/HPB_novakidredtechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/novakid/novakidredtechstation/HPB_novakidredtechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/novakidtechstation/novakidtechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/novakidtechstation/novakidtechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/novakidtechstationTier0/novakidtechstationtier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/novakidtechstationTier0/novakidtechstationtier0.object.patch -------------------------------------------------------------------------------- /objects/ship/nyablostechstation/nyablostechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/nyablostechstation/nyablostechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/nyablostechstationTier0/nyablostechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/nyablostechstationTier0/nyablostechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/odigreostechstation/odigreostechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/odigreostechstation/odigreostechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/odigreostechstationTier0/odigreostechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/odigreostechstationTier0/odigreostechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/oofaboogatechstation/oofaboogatechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/oofaboogatechstation/oofaboogatechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/oofaboogatechstationTier0/oofaboogatechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/oofaboogatechstationTier0/oofaboogatechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/oozetechstation/oozetechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/oozetechstation/oozetechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/oozetechstationTier0/oozetechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/oozetechstationTier0/oozetechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/orcanatechstation/orcanatechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/orcanatechstation/orcanatechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/orcanatechstationtier0/orcanatechstationtier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/orcanatechstationtier0/orcanatechstationtier0.object.patch -------------------------------------------------------------------------------- /objects/ship/paradoxtier1shipconsole/paradoxtier1shipconsole.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/paradoxtier1shipconsole/paradoxtier1shipconsole.object.patch -------------------------------------------------------------------------------- /objects/ship/pegalacitechstation/techstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/pegalacitechstation/techstation.object.patch -------------------------------------------------------------------------------- /objects/ship/peglacitechstationTier0/peglacitechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/peglacitechstationTier0/peglacitechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/penguintechstation/penguintechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/penguintechstation/penguintechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/penguintechstationTier0/penguintechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/penguintechstationTier0/penguintechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/phantasmtechstation/phantasmtechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/phantasmtechstation/phantasmtechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/phantasmtechstationtier0/phantasmtechstationtier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/phantasmtechstationtier0/phantasmtechstationtier0.object.patch -------------------------------------------------------------------------------- /objects/ship/phoxtechstation/phoxtechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/phoxtechstation/phoxtechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/pistantechstation/pistantechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/pistantechstation/pistantechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/pistantechstationTier0/pistantechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/pistantechstationTier0/pistantechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/plastic/plastictechstation/HPB_plastictechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/plastic/plastictechstation/HPB_plastictechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/platinum/platinumtechstation/HPB_techstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/platinum/platinumtechstation/HPB_techstation.object.patch -------------------------------------------------------------------------------- /objects/ship/ponytechstation/humantechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/ponytechstation/humantechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/ponytechstationTier0/humantechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/ponytechstationTier0/humantechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/protectoratetechstation/protectoratetechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/protectoratetechstation/protectoratetechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/protectoratetechstationTier0/protectoratetechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/protectoratetechstationTier0/protectoratetechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/protogentechstation/protogentechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/protogentechstation/protogentechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/protogentechstationTier0/protogentechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/protogentechstationTier0/protogentechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/raptorianstechstation/raptorianstechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/raptorianstechstation/raptorianstechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/raptorianstechstationTier0/raptorianstechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/raptorianstechstationTier0/raptorianstechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/reilithtechstation/reilithtechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/reilithtechstation/reilithtechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/reilithtechstationTier0/reilithtechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/reilithtechstationTier0/reilithtechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/rockotechstation/rockotechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/rockotechstation/rockotechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/rockotechstationTier0/rockotechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/rockotechstationTier0/rockotechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/rubium/rubiumtechstation/HPB_rubiumtechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/rubium/rubiumtechstation/HPB_rubiumtechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/runaritechstation/runaritechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/runaritechstation/runaritechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/runaritechstationTier0/runaritechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/runaritechstationTier0/runaritechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/rusty/rustytechstation/HPB_rustytechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/rusty/rustytechstation/HPB_rustytechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/salloktechstation/salloktechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/salloktechstation/salloktechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/salloktechstationTier0/salloktechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/salloktechstationTier0/salloktechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/sanglartechstation/sanglartechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/sanglartechstation/sanglartechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/sanglartechstationTier0/sanglartechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/sanglartechstationTier0/sanglartechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/sarasinortechstation/sarasinortechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/sarasinortechstation/sarasinortechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/saturntechstation/saturntechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/saturntechstation/saturntechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/saturntechstationTier0/saturntechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/saturntechstationTier0/saturntechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/scorsheeptechstation/scorsheeptechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/scorsheeptechstation/scorsheeptechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/scorsheeptechstationTier0/scorsheeptechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/scorsheeptechstationTier0/scorsheeptechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/sevtopiantechstation/sevtopiantechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/sevtopiantechstation/sevtopiantechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/sevtopiantechstationTier0/sevtopiantechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/sevtopiantechstationTier0/sevtopiantechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/shadetechstation/shadetechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/shadetechstation/shadetechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/shadetechstationTier0/shadetechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/shadetechstationTier0/shadetechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/shadow2techstation/shadow2techstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/shadow2techstation/shadow2techstation.object.patch -------------------------------------------------------------------------------- /objects/ship/shadow2techstationTier0/shadow2techstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/shadow2techstationTier0/shadow2techstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/shoggothtechstation/shoggothtechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/shoggothtechstation/shoggothtechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/shoggothtechstationTier0/shoggothtechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/shoggothtechstationTier0/shoggothtechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/silver/silvertechstation/HPB_silvertechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/silver/silvertechstation/HPB_silvertechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/skathtechstation/skathtechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/skathtechstation/skathtechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/skathtechstationTier0/skathtechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/skathtechstationTier0/skathtechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/skelekintechstation/skelekintechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/skelekintechstation/skelekintechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/skelekintechstationTier0/skelekintechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/skelekintechstationTier0/skelekintechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/sktesttechstation/sktesttechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/sktesttechstation/sktesttechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/sktesttechstationTier0/sktesttechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/sktesttechstationTier0/sktesttechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/slimepersontechstation/slimepersontechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/slimepersontechstation/slimepersontechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/slimepersontechstationTier0/slimepersontechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/slimepersontechstationTier0/slimepersontechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/snosti/snostitechstation/snostitechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/snosti/snostitechstation/snostitechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/snosti/snostitechstationtier0/snostitechstationtier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/snosti/snostitechstationtier0/snostitechstationtier0.object.patch -------------------------------------------------------------------------------- /objects/ship/snowmantechstation/snowmantechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/snowmantechstation/snowmantechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/snowmantechstationTier0/snowmantechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/snowmantechstationTier0/snowmantechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/snuggettechstation/snuggettechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/snuggettechstation/snuggettechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/snuggettechstationTier0/snuggettechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/snuggettechstationTier0/snuggettechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/spaghetttechstation/spaghetttechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/spaghetttechstation/spaghetttechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/spaghetttechstationTier0/spaghetttechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/spaghetttechstationTier0/spaghetttechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/spring/springtechstation/HPB_springtechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/spring/springtechstation/HPB_springtechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/steel/steeltechstation/HPB_steeltechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/steel/steeltechstation/HPB_steeltechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/sticktechstation/sticktechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/sticktechstation/sticktechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/sticktechstationTier0/techstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/sticktechstationTier0/techstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/sugnirtechstation/sugnirtechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/sugnirtechstation/sugnirtechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/sugnirtechstationTier0/sugnirtechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/sugnirtechstationTier0/sugnirtechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/tanukitechstation/tanukitechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/tanukitechstation/tanukitechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/tanukitechstationTier0/tanukitechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/tanukitechstationTier0/tanukitechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/tardisviewscreen/tardisviewscreen.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/tardisviewscreen/tardisviewscreen.object.patch -------------------------------------------------------------------------------- /objects/ship/tardisviewscreen/tardisviewscreenmk4.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/tardisviewscreen/tardisviewscreenmk4.object.patch -------------------------------------------------------------------------------- /objects/ship/tardisviewscreen/tardisviewscreentier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/tardisviewscreen/tardisviewscreentier0.object.patch -------------------------------------------------------------------------------- /objects/ship/taurentechstation/taurentechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/taurentechstation/taurentechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/taurentechstationTier0/taurentechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/taurentechstationTier0/taurentechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/techstation/gallavoirtechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/techstation/gallavoirtechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/techstation/pygstechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/techstation/pygstechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/techstation/techstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/techstation/techstation.object.patch -------------------------------------------------------------------------------- /objects/ship/techstationTier0/gallavoirtechstationtier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/techstationTier0/gallavoirtechstationtier0.object.patch -------------------------------------------------------------------------------- /objects/ship/techstationTier0/pygstechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/techstationTier0/pygstechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/techstationTier0/techstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/techstationTier0/techstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/telvakiantechstation/telvakiantechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/telvakiantechstation/telvakiantechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/terrakintechstation/terrakintechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/terrakintechstation/terrakintechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/terrakintechstationTier0/terrakintechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/terrakintechstationTier0/terrakintechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/tirastrollstechstation/tirastrollstechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/tirastrollstechstation/tirastrollstechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/tirastrollstechstationTier0/tirastrollstechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/tirastrollstechstationTier0/tirastrollstechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/titanium/titaniumtechstation/HPB_titaniumtechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/titanium/titaniumtechstation/HPB_titaniumtechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/toeisonictechstation/toeisonictechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/toeisonictechstation/toeisonictechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/toeisonictechstationTier0/toeisonictechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/toeisonictechstationTier0/toeisonictechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/toydariantechstation/toydariantechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/toydariantechstation/toydariantechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/trink/trinktechstation/trinktechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/trink/trinktechstation/trinktechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/trolltechstation/trolltechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/trolltechstation/trolltechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/trolltechstationTier0/trolltechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/trolltechstationTier0/trolltechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/turtletechstation/turtletechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/turtletechstation/turtletechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/turtletechstationTier0/turtletechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/turtletechstationTier0/turtletechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/typhontechstation/typhontechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/typhontechstation/typhontechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/typhontechstationTier0/typhontechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/typhontechstationTier0/typhontechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/ufo/ufotechstation/HPB_ufotechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/ufo/ufotechstation/HPB_ufotechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/ununique_aviantechstation/ununique_aviantechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/ununique_aviantechstation/ununique_aviantechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/ununique_florantechstation/ununique_florantechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/ununique_florantechstation/ununique_florantechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/ununique_glitchtechstation/ununique_glitchtechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/ununique_glitchtechstation/ununique_glitchtechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/ununique_humantechstation/ununique_humantechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/ununique_humantechstation/ununique_humantechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/ununique_hylotltechstation/ununique_hylotltechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/ununique_hylotltechstation/ununique_hylotltechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/ununique_novakidtechstation/ununique_novakidtechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/ununique_novakidtechstation/ununique_novakidtechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/ununique_techstation/ununique_techstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/ununique_techstation/ununique_techstation.object.patch -------------------------------------------------------------------------------- /objects/ship/uscmtechstation/uscmtechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/uscmtechstation/uscmtechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/uscmtechstationTier0/uscmtechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/uscmtechstationTier0/uscmtechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/vampyrictechstation/vampyrictechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/vampyrictechstation/vampyrictechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/vampyrictechstationTier0/vampyrictechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/vampyrictechstationTier0/vampyrictechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/violium/violiumtechstation/HPB_violiumtechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/violium/violiumtechstation/HPB_violiumtechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/vortiantechstation/vortiantechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/vortiantechstation/vortiantechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/vortiantechstationTier0/vortiantechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/vortiantechstationTier0/vortiantechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/wasphivetechstation/wasphivetechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/wasphivetechstation/wasphivetechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/wasphivetechstationTier0/wasphivetechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/wasphivetechstationTier0/wasphivetechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/webbertechstation/webbertechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/webbertechstation/webbertechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/webbertechstationTier0/webbertechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/webbertechstationTier0/webbertechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/wompzlestechstation/wompzlestechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/wompzlestechstation/wompzlestechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/wompzlestechstationTier0/wompzlestechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/wompzlestechstationTier0/wompzlestechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/wookietechstation/wookietechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/wookietechstation/wookietechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/xikaitechstation/xikaitechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/xikaitechstation/xikaitechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/xikaitechstationTier0/xikaitechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/xikaitechstationTier0/xikaitechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/yoshitechstation/yoshitechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/yoshitechstation/yoshitechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/yoshitechstationTier0/yoshitechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/yoshitechstationTier0/yoshitechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/zabraktechstation/zabraktechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/zabraktechstation/zabraktechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/zombietechstation/zombietechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/zombietechstation/zombietechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/zombietechstationTier0/zombietechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/zombietechstationTier0/zombietechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ship/zrofossracemodtechstation/zrofossracemodtechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/zrofossracemodtechstation/zrofossracemodtechstation.object.patch -------------------------------------------------------------------------------- /objects/ship/zrofossracemodtechstationTier0/zrofossracemodtechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ship/zrofossracemodtechstationTier0/zrofossracemodtechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ships/borg/borgtechstation/borgtechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ships/borg/borgtechstation/borgtechstation.object.patch -------------------------------------------------------------------------------- /objects/ships/borg/borgtechstation/miniborgtechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ships/borg/borgtechstation/miniborgtechstation.object.patch -------------------------------------------------------------------------------- /objects/ships/crysilontechstation/crysilontechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ships/crysilontechstation/crysilontechstation.object.patch -------------------------------------------------------------------------------- /objects/ships/crysilontechstationTier0/crysilontechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ships/crysilontechstationTier0/crysilontechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/ships/federation/fedtechstation/fedtechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ships/federation/fedtechstation/fedtechstation.object.patch -------------------------------------------------------------------------------- /objects/ships/federation/fedtechstation/minifedtechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ships/federation/fedtechstation/minifedtechstation.object.patch -------------------------------------------------------------------------------- /objects/ships/ferengi/ferengitechstation/ferengitechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ships/ferengi/ferengitechstation/ferengitechstation.object.patch -------------------------------------------------------------------------------- /objects/ships/ferengi/ferengitechstation/miniferengitechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ships/ferengi/ferengitechstation/miniferengitechstation.object.patch -------------------------------------------------------------------------------- /objects/ships/klingon/klingontechstation/klingontechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ships/klingon/klingontechstation/klingontechstation.object.patch -------------------------------------------------------------------------------- /objects/ships/klingon/klingontechstation/miniklingontechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ships/klingon/klingontechstation/miniklingontechstation.object.patch -------------------------------------------------------------------------------- /objects/ships/romulan/romulantechstation/miniromulantechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ships/romulan/romulantechstation/miniromulantechstation.object.patch -------------------------------------------------------------------------------- /objects/ships/romulan/romulantechstation/romulantechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ships/romulan/romulantechstation/romulantechstation.object.patch -------------------------------------------------------------------------------- /objects/ships/vulcan/vulcantechstation/minivulcantechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ships/vulcan/vulcantechstation/minivulcantechstation.object.patch -------------------------------------------------------------------------------- /objects/ships/vulcan/vulcantechstation/vulcantechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/ships/vulcan/vulcantechstation/vulcantechstation.object.patch -------------------------------------------------------------------------------- /objects/su_gem/su_gemtechstation/su_gemtechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/su_gem/su_gemtechstation/su_gemtechstation.object.patch -------------------------------------------------------------------------------- /objects/su_gem/su_gemtechstation/su_gemtechstationtier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/su_gem/su_gemtechstation/su_gemtechstationtier0.object.patch -------------------------------------------------------------------------------- /objects/uscmtechstation/uscmtechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/uscmtechstation/uscmtechstation.object.patch -------------------------------------------------------------------------------- /objects/uscmtechstationTier0/uscmtechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/uscmtechstationTier0/uscmtechstationTier0.object.patch -------------------------------------------------------------------------------- /objects/vepr/vepr_techstation/vepr_techstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/vepr/vepr_techstation/vepr_techstation.object.patch -------------------------------------------------------------------------------- /objects/vepr/vepr_uninique_techstation/vepr_uninique_techstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/vepr/vepr_uninique_techstation/vepr_uninique_techstation.object.patch -------------------------------------------------------------------------------- /objects/viera/ship/vieratechstation/vieratechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/viera/ship/vieratechstation/vieratechstation.object.patch -------------------------------------------------------------------------------- /objects/viera/ship/vieratechstation2/vieratechstation2.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/viera/ship/vieratechstation2/vieratechstation2.object.patch -------------------------------------------------------------------------------- /objects/viera/ship/vieratechstationTier0/vieratechstationTier0.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/objects/viera/ship/vieratechstationTier0/vieratechstationTier0.object.patch -------------------------------------------------------------------------------- /player.config.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/player.config.patch -------------------------------------------------------------------------------- /quickbar/icons.json.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/quickbar/icons.json.patch -------------------------------------------------------------------------------- /recipes/nanofabricator/tech/fm_portablemusicplayer.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/recipes/nanofabricator/tech/fm_portablemusicplayer.recipe -------------------------------------------------------------------------------- /recipes/prototyper/teleporters/fm_musicplayer.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/recipes/prototyper/teleporters/fm_musicplayer.recipe -------------------------------------------------------------------------------- /recipes/prototyper/teleporters/fm_musicplayerwall.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/recipes/prototyper/teleporters/fm_musicplayerwall.recipe -------------------------------------------------------------------------------- /scripts/companionhandler.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/scripts/companionhandler.lua -------------------------------------------------------------------------------- /ships/yautjatechstation/yautjatechstation.object.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/ships/yautjatechstation/yautjatechstation.object.patch -------------------------------------------------------------------------------- /zb/newSail/body.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/newSail/body.png -------------------------------------------------------------------------------- /zb/newSail/buttonMain.frames: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/newSail/buttonMain.frames -------------------------------------------------------------------------------- /zb/newSail/buttonMain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/newSail/buttonMain.png -------------------------------------------------------------------------------- /zb/newSail/buttonMissionsMain.frames: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/newSail/buttonMissionsMain.frames -------------------------------------------------------------------------------- /zb/newSail/buttonMissionsMain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/newSail/buttonMissionsMain.png -------------------------------------------------------------------------------- /zb/newSail/buttonMissionsSecondary.frames: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/newSail/buttonMissionsSecondary.frames -------------------------------------------------------------------------------- /zb/newSail/buttonMissionsSecondary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/newSail/buttonMissionsSecondary.png -------------------------------------------------------------------------------- /zb/newSail/buttonScreenLeft.frames: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/newSail/buttonScreenLeft.frames -------------------------------------------------------------------------------- /zb/newSail/buttonScreenLeft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/newSail/buttonScreenLeft.png -------------------------------------------------------------------------------- /zb/newSail/buttonScreenRight.frames: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/newSail/buttonScreenRight.frames -------------------------------------------------------------------------------- /zb/newSail/buttonScreenRight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/newSail/buttonScreenRight.png -------------------------------------------------------------------------------- /zb/newSail/data.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/newSail/data.config -------------------------------------------------------------------------------- /zb/newSail/footer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/newSail/footer.png -------------------------------------------------------------------------------- /zb/newSail/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/newSail/header.png -------------------------------------------------------------------------------- /zb/newSail/listCurrency.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/newSail/listCurrency.png -------------------------------------------------------------------------------- /zb/newSail/listMission.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/newSail/listMission.png -------------------------------------------------------------------------------- /zb/newSail/listMissionButton.frames: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/newSail/listMissionButton.frames -------------------------------------------------------------------------------- /zb/newSail/listMissionButton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/newSail/listMissionButton.png -------------------------------------------------------------------------------- /zb/newSail/listMissionReplay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/newSail/listMissionReplay.png -------------------------------------------------------------------------------- /zb/newSail/missionIconBG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/newSail/missionIconBG.png -------------------------------------------------------------------------------- /zb/newSail/newSail.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/newSail/newSail.config -------------------------------------------------------------------------------- /zb/newSail/newSail.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/newSail/newSail.lua -------------------------------------------------------------------------------- /zb/newSail/researchTree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/newSail/researchTree.png -------------------------------------------------------------------------------- /zb/newSail/vanillaAI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/newSail/vanillaAI.png -------------------------------------------------------------------------------- /zb/newSail/zb_customFunctions.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/newSail/zb_customFunctions.lua -------------------------------------------------------------------------------- /zb/questList/banners/example.frames: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/questList/banners/example.frames -------------------------------------------------------------------------------- /zb/questList/banners/example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/questList/banners/example.png -------------------------------------------------------------------------------- /zb/questList/banners/fu_battle.frames: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/questList/banners/fu_battle.frames -------------------------------------------------------------------------------- /zb/questList/banners/fu_battle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/questList/banners/fu_battle.png -------------------------------------------------------------------------------- /zb/questList/banners/fu_byos.frames: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/questList/banners/fu_byos.frames -------------------------------------------------------------------------------- /zb/questList/banners/fu_byos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/questList/banners/fu_byos.png -------------------------------------------------------------------------------- /zb/questList/banners/fu_exploration.frames: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/questList/banners/fu_exploration.frames -------------------------------------------------------------------------------- /zb/questList/banners/fu_exploration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/questList/banners/fu_exploration.png -------------------------------------------------------------------------------- /zb/questList/banners/fu_kevin_tasks.frames: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/questList/banners/fu_kevin_tasks.frames -------------------------------------------------------------------------------- /zb/questList/banners/fu_kevin_tasks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/questList/banners/fu_kevin_tasks.png -------------------------------------------------------------------------------- /zb/questList/banners/fu_outpost_tasks.frames: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/questList/banners/fu_outpost_tasks.frames -------------------------------------------------------------------------------- /zb/questList/banners/fu_outpost_tasks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/questList/banners/fu_outpost_tasks.png -------------------------------------------------------------------------------- /zb/questList/banners/fu_sciences.frames: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/questList/banners/fu_sciences.frames -------------------------------------------------------------------------------- /zb/questList/banners/fu_sciences.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/questList/banners/fu_sciences.png -------------------------------------------------------------------------------- /zb/questList/banners/fu_test.frames: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/questList/banners/fu_test.frames -------------------------------------------------------------------------------- /zb/questList/banners/fu_test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/questList/banners/fu_test.png -------------------------------------------------------------------------------- /zb/questList/banners/fu_tutorial.frames: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/questList/banners/fu_tutorial.frames -------------------------------------------------------------------------------- /zb/questList/banners/fu_tutorial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/questList/banners/fu_tutorial.png -------------------------------------------------------------------------------- /zb/questList/body.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/questList/body.png -------------------------------------------------------------------------------- /zb/questList/bodyx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/questList/bodyx.png -------------------------------------------------------------------------------- /zb/questList/data.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/questList/data.config -------------------------------------------------------------------------------- /zb/questList/footer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/questList/footer.png -------------------------------------------------------------------------------- /zb/questList/givers/example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/questList/givers/example.png -------------------------------------------------------------------------------- /zb/questList/givers/fu_bees.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/questList/givers/fu_bees.png -------------------------------------------------------------------------------- /zb/questList/givers/fu_booze.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/questList/givers/fu_booze.png -------------------------------------------------------------------------------- /zb/questList/givers/fu_byosbasics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/questList/givers/fu_byosbasics.png -------------------------------------------------------------------------------- /zb/questList/givers/fu_chemistry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/questList/givers/fu_chemistry.png -------------------------------------------------------------------------------- /zb/questList/givers/fu_electronics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/questList/givers/fu_electronics.png -------------------------------------------------------------------------------- /zb/questList/givers/fu_extractor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/questList/givers/fu_extractor.png -------------------------------------------------------------------------------- /zb/questList/givers/fu_gear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/questList/givers/fu_gear.png -------------------------------------------------------------------------------- /zb/questList/givers/fu_general.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/questList/givers/fu_general.png -------------------------------------------------------------------------------- /zb/questList/givers/fu_genetics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/questList/givers/fu_genetics.png -------------------------------------------------------------------------------- /zb/questList/givers/fu_kevin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/questList/givers/fu_kevin.png -------------------------------------------------------------------------------- /zb/questList/givers/fu_mechanical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/questList/givers/fu_mechanical.png -------------------------------------------------------------------------------- /zb/questList/givers/fu_monsters.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/questList/givers/fu_monsters.png -------------------------------------------------------------------------------- /zb/questList/givers/fu_nivek.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/questList/givers/fu_nivek.png -------------------------------------------------------------------------------- /zb/questList/givers/fu_npcs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/questList/givers/fu_npcs.png -------------------------------------------------------------------------------- /zb/questList/givers/fu_physics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/questList/givers/fu_physics.png -------------------------------------------------------------------------------- /zb/questList/givers/fu_places.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/questList/givers/fu_places.png -------------------------------------------------------------------------------- /zb/questList/givers/fu_planets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/questList/givers/fu_planets.png -------------------------------------------------------------------------------- /zb/questList/givers/fu_sumfehg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/questList/givers/fu_sumfehg.png -------------------------------------------------------------------------------- /zb/questList/givers/fu_sumothafehg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/questList/givers/fu_sumothafehg.png -------------------------------------------------------------------------------- /zb/questList/givers/fu_things.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/questList/givers/fu_things.png -------------------------------------------------------------------------------- /zb/questList/givers/fu_vinj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/questList/givers/fu_vinj.png -------------------------------------------------------------------------------- /zb/questList/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/questList/header.png -------------------------------------------------------------------------------- /zb/questList/questBackground.frames: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/questList/questBackground.frames -------------------------------------------------------------------------------- /zb/questList/questBackground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/questList/questBackground.png -------------------------------------------------------------------------------- /zb/questList/questList.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/questList/questList.config -------------------------------------------------------------------------------- /zb/questList/questList.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/questList/questList.lua -------------------------------------------------------------------------------- /zb/questList/questionMark.frames: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/questList/questionMark.frames -------------------------------------------------------------------------------- /zb/questList/questionMark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/questList/questionMark.png -------------------------------------------------------------------------------- /zb/questList/questlineButton.frames: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/questList/questlineButton.frames -------------------------------------------------------------------------------- /zb/questList/questlineButton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/questList/questlineButton.png -------------------------------------------------------------------------------- /zb/questList/questlineComplete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/questList/questlineComplete.png -------------------------------------------------------------------------------- /zb/questList/questlineListOverlay.frames: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/questList/questlineListOverlay.frames -------------------------------------------------------------------------------- /zb/questList/questlineListOverlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/questList/questlineListOverlay.png -------------------------------------------------------------------------------- /zb/questList/status.frames: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/questList/status.frames -------------------------------------------------------------------------------- /zb/questList/status.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/questList/status.png -------------------------------------------------------------------------------- /zb/researchTree/body.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/researchTree/body.png -------------------------------------------------------------------------------- /zb/researchTree/buttons.frames: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/researchTree/buttons.frames -------------------------------------------------------------------------------- /zb/researchTree/buttons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/researchTree/buttons.png -------------------------------------------------------------------------------- /zb/researchTree/currencyMiniIcons.frames: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/researchTree/currencyMiniIcons.frames -------------------------------------------------------------------------------- /zb/researchTree/currencyMiniIcons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/researchTree/currencyMiniIcons.png -------------------------------------------------------------------------------- /zb/researchTree/data.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/researchTree/data.config -------------------------------------------------------------------------------- /zb/researchTree/gridTile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/researchTree/gridTile.png -------------------------------------------------------------------------------- /zb/researchTree/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/researchTree/header.png -------------------------------------------------------------------------------- /zb/researchTree/iconBackground.frames: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/researchTree/iconBackground.frames -------------------------------------------------------------------------------- /zb/researchTree/iconBackground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/researchTree/iconBackground.png -------------------------------------------------------------------------------- /zb/researchTree/itemSlot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/researchTree/itemSlot.png -------------------------------------------------------------------------------- /zb/researchTree/listBG.frames: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/researchTree/listBG.frames -------------------------------------------------------------------------------- /zb/researchTree/listBG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/researchTree/listBG.png -------------------------------------------------------------------------------- /zb/researchTree/researchButton.frames: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/researchTree/researchButton.frames -------------------------------------------------------------------------------- /zb/researchTree/researchButton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/researchTree/researchButton.png -------------------------------------------------------------------------------- /zb/researchTree/researchTree.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/researchTree/researchTree.config -------------------------------------------------------------------------------- /zb/researchTree/researchTree.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/researchTree/researchTree.lua -------------------------------------------------------------------------------- /zb/updateInfoWindow/body.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/updateInfoWindow/body.png -------------------------------------------------------------------------------- /zb/updateInfoWindow/button.frames: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/updateInfoWindow/button.frames -------------------------------------------------------------------------------- /zb/updateInfoWindow/button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/updateInfoWindow/button.png -------------------------------------------------------------------------------- /zb/updateInfoWindow/buttonLeft.frames: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/updateInfoWindow/buttonLeft.frames -------------------------------------------------------------------------------- /zb/updateInfoWindow/buttonLeft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/updateInfoWindow/buttonLeft.png -------------------------------------------------------------------------------- /zb/updateInfoWindow/buttonNext.frames: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/updateInfoWindow/buttonNext.frames -------------------------------------------------------------------------------- /zb/updateInfoWindow/buttonNext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/updateInfoWindow/buttonNext.png -------------------------------------------------------------------------------- /zb/updateInfoWindow/buttonPrevious.frames: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/updateInfoWindow/buttonPrevious.frames -------------------------------------------------------------------------------- /zb/updateInfoWindow/buttonPrevious.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/updateInfoWindow/buttonPrevious.png -------------------------------------------------------------------------------- /zb/updateInfoWindow/buttonRight.frames: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/updateInfoWindow/buttonRight.frames -------------------------------------------------------------------------------- /zb/updateInfoWindow/buttonRight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/updateInfoWindow/buttonRight.png -------------------------------------------------------------------------------- /zb/updateInfoWindow/data.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/updateInfoWindow/data.config -------------------------------------------------------------------------------- /zb/updateInfoWindow/updateInfoWindow.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/updateInfoWindow/updateInfoWindow.config -------------------------------------------------------------------------------- /zb/updateInfoWindow/updateInfoWindow.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/updateInfoWindow/updateInfoWindow.lua -------------------------------------------------------------------------------- /zb/updateInfoWindow/updateInfoWindowError.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/updateInfoWindow/updateInfoWindowError.config -------------------------------------------------------------------------------- /zb/updateInfoWindow/updateInfoWindowError.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/updateInfoWindow/updateInfoWindowError.lua -------------------------------------------------------------------------------- /zb/updateInfoWindow/ztarbound.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/updateInfoWindow/ztarbound.png -------------------------------------------------------------------------------- /zb/zb_player_init.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/zb_player_init.lua -------------------------------------------------------------------------------- /zb/zb_scaninteraction.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/zb_scaninteraction.lua -------------------------------------------------------------------------------- /zb/zb_scaninteraction.questtemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/zb_scaninteraction.questtemplate -------------------------------------------------------------------------------- /zb/zb_textTyper.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/zb_textTyper.lua -------------------------------------------------------------------------------- /zb/zb_util.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zimberzimber/Ztarbound/HEAD/zb/zb_util.lua --------------------------------------------------------------------------------