Все доступные журналы

Перейти к навигации Перейти к поиску

Общий список журналов сайта ARK Wiki. Вы можете отфильтровать результаты по типу журнала, имени участника (учитывается регистр) или затронутой странице (также учитывается регистр).

Журналы
(новейшие | старейшие) Просмотреть (50 более новых | ) (20 | 50 | 100 | 250 | 500)
  • 15:54, 24 марта 2024 Синир обсуждение вклад создал страницу Категория:Страницы, включая карты данных (Пура)
  • 22:38, 21 марта 2024 SuperYwx9 обсуждение вклад создал страницу Модуль:Version/legacy (Новая страница: «local p = {} local Data = mw.loadData('Module:Version/data') local Info = Data.Info local Count = Data.Count local ToIndex = Data.ToIndex local Current = Data.Current local ServerClientCollisions = Data.ServerClientCollisions local Aliases = Data.Aliases p.Platform = { PC = 'PC', Xbox = 'Xbox', PS = 'PS', Mobile = 'Mobile', Switch = 'Switch', TSOTF = 'TSOTF', } p.OnlyReleasedFor = { Client = 'ClientOnly', Server = 'ServerOnly', } local PlatformLowerCas...»)
  • 22:29, 21 марта 2024 SuperYwx9 обсуждение вклад создал страницу Шаблон:Nav PatchNotesASA (Перенаправление на Шаблон:Нав СписокИзмененийASA) Метка: новое перенаправление
  • 22:28, 21 марта 2024 SuperYwx9 обсуждение вклад создал страницу ARK: Survival Ascended/Патч/36.22 (Новая страница: «{{Infobox patch | server = 2024-03-20 | type = minor }} <onlyinclude> * Исправлена ошибка, из-за которой телепорты становились непригодными для использования. </onlyinclude> {{Nav PatchNotesASA}} en:ARK: Survival Ascended/Patch/36.22 fr:ARK: Survival Ascended/Patch/36.22 {{MissingTranslations|de|es|it|ja|pl|pt-br|th}}»)
  • 13:48, 21 марта 2024 Will130 обсуждение вклад создал страницу MediaWiki:ARKCode.js (Новая страница: «// Used by Template:ARKCode $(function(){ var ARKCodeImages = [ 'https://ark.wiki.gg/images/6/6f/ARKCode0.png', 'https://ark.wiki.gg/images/b/b3/ARKCode1.png', 'https://ark.wiki.gg/images/a/aa/ARKCode2.png', 'https://ark.wiki.gg/images/4/40/ARKCode3.png' ]; function ARKCodeDecode(input) { var code = input.children[0].children[1].value; var codeRep = input.children[1].children[1]; var output...»)
  • 11:48, 21 марта 2024 Alex4401 обсуждение вклад изменил членство в группах для Will130 с (нет) на администратор и администратор интерфейса (welcome back)
  • 19:38, 14 марта 2024 Alex4401 обсуждение вклад изменил членство в группах для Alex4401 с бюрократ на бюрократ, администратор и администратор интерфейса
  • 19:37, 14 марта 2024 RheingoldRiver обсуждение вклад изменила членство в группах для Alex4401 с (нет) на бюрократ
  • 11:14, 12 марта 2024 HvitCrow обсуждение вклад создала страницу Мод:Ark Eternal/Спектральный Каркинос (Новая страница: «{{Требуется Перевод}} {{ModNote|Ark Eternal}} {{Infobox creature ae | name = Spectral Karkinos | image = Mod Ark Eternal Spectral Karkinos Image.jpg | group = Spectral Creatures | species = Karkinos Opacus | dinotag = Spectral_CaveCrab | time = Mid Cenozoic | temperament = Aggressive | diet = Omnivore | event = | variants = | egg = | feces_size = | blueprintpath = "Blueprint'/Game/Mods/AE/Dinos/Spectral/Crab/Spectral_Crab_Character_BP.S...»)
  • 07:33, 12 марта 2024 HvitCrow обсуждение вклад создала страницу Шаблон:Infobox mod/old (Новая страница: «<includeonly><onlyinclude>{{Arkitexure start|dlc = {{{dlc|}}}|nodlcambox = {{{nodlcambox|}}}}}<div class="info-arkitex info-framework"> {{Arkitexure header | name = {{{name|{{PAGENAME}}}}} | wideimage = {{{image|{{{name|{{PAGENAME}}}}} DLC.jpg}}} | wideimage2 = {{{image2|}}} | wideimage3 = {{{image3|}}} | wideimage4 = {{{image4|}}} | wideimage5 = {{{image5|}}} | wideimage6 = {{{image6|}}} | wideimage7 = {{{image7|}}} | wideimage8 = {{{image8|}}} | wideimage9...»)
  • 06:02, 12 марта 2024 HvitCrow обсуждение вклад создала страницу Модуль:Arkitecture/styles.css (Новая страница: «#region Module:Arkitecture (WIP): .arkitect, .arkitect * { box-sizing: border-box; } .arkitect { float: right; clear: right; width: 29em; max-width: 100%; margin: 0 0 8px 8px; overflow: hidden; background: var(--ark-arkitex-background-color); border: 2px solid var(--ark-arkitex-border-color); border-radius: 0.2rem; font-size: 0.9em; } .arkitect-row { margin-bottom: 2px; } .arkitect-cell { padding:...»)
  • 06:00, 12 марта 2024 HvitCrow обсуждение вклад создала страницу Модуль:Arkitecture/Common library/strings (Новая страница: «return { -- CHECKMARK CHECKMARK_YES = 'Yes', CHECKMARK_NO = 'No', CHECKMARK_UNKNOWN = 'Unknown', }»)
  • 05:59, 12 марта 2024 HvitCrow обсуждение вклад создала страницу Модуль:Arkitecture/Common library (Новая страница: «local Arkitecture = require( 'Module:Arkitecture' ) local Html = Arkitecture.Html local Text = require( 'Module:Arkitecture/Common library/strings' ) return { NamedDataRow = Arkitecture.Component{ render = function ( self, ctx, instance ) if type( instance.Value ) == 'table' then instance.Value = table.concat( instance.Value, ', ' ) end if not instance.Value or instance.Value == '' then...»)
  • 05:59, 12 марта 2024 HvitCrow обсуждение вклад создала страницу Модуль:Infoboxes/Mod/strings (Новая страница: «return { ROW_KIND = 'Type', ROW_AUTHOR = '{{PLURAL:|Author}}', ROW_STATUS = 'Status', ROW_DISCORD = 'Discord server', ROW_DISCORD_LABEL = 'Join', ROW_DONATE = 'Support the {{PLURAL:|creator}}', SECTION_CURSEFORGE = '24px|link=|alt= 24px|link=|alt=ARK: Survival Ascended on CurseForge', ROW_CROSSPLAY = 'Cross-platform?', ROW_CROSSPLAY_YES = 'Yes, all platform...»)
  • 05:58, 12 марта 2024 HvitCrow обсуждение вклад создала страницу Модуль:Arkitecture (Новая страница: «--- --- Arkitecture --- ===== --- --- This module performs infobox rendering on the ARK Wiki, validating data and managing Cargo tables. This is a --- replacement for the old wikitext-based Arkitexure model. --- --- In this model, there are three primary types of units: --- --- - Components: Small, stateless, self-contained objects that generate HTML (and virtual Arkitecture units) from --- information in an instance. --- --- - Infoboxes: TODO --- --- @aut...»)
  • 05:57, 12 марта 2024 HvitCrow обсуждение вклад создала страницу Модуль:Infoboxes/Mod (Новая страница: «local Arkitecture = require( 'Module:Arkitecture' ) local ColumnTypes = Arkitecture.Cargo.ColumnTypes local ParameterTypes = Arkitecture.ParameterTypes local ParameterConstraint = Arkitecture.ParameterConstraints local Utility = require( 'Module:Utility' ) local Text = require( 'Module:Infoboxes/Mod/strings' ) local function _determineModImages( name ) local extensions = { 'jpg', 'png' } local wide = Utility.pickFileExtension( string.format( 'Mod %s...»)
  • 04:04, 12 марта 2024 HvitCrow обсуждение вклад создала страницу 273.882 (Новая страница: «{{Требуется Перевод}} {{Infobox patch | date = 2017-11-26 }} <onlyinclude> * Fixed some rendering crashes related to specific meshes caused by the new parallel rendering code. * Fixed ground clutter flicking on/off on certain maps </onlyinclude> {{Nav PatchNotes}} [[en:{{PAGENAME}}]] [[fr:{{PAGENAME}}]]»)
  • 03:56, 12 марта 2024 HvitCrow обсуждение вклад создала страницу 177.2 (Новая страница: «{{Требуется Перевод}} {{Infobox patch | date = 2015-06-20 }} <onlyinclude> * Audio settings now load properly * Subscribed Steam Workshop Mods now refresh/update/download automatically in the Host Session UI * Fixed a potential server-side crash with dragging ragdolls * In PvE, knocked-out dinos are now damageable by the team that knocked them out (requires server update) </onlyinclude> {{Nav PatchNotes}} [[en:{{PAGENAME}}]] [[fr:{{PAGENAME}}]]»)
  • 03:55, 12 марта 2024 HvitCrow обсуждение вклад создала страницу PS 696.14 (Новая страница: «{{Требуется Перевод}} {{Infobox patch | date = 2021-11-06 }} <onlyinclude> * Adjusted {{ItemLink|Fossil Pile|Fear Evolved piles}} to provide more resources </onlyinclude> {{Nav PatchNotesps}} [[en:{{PAGENAME}}]] [[es:{{PAGENAME}}]] [[fr:{{PAGENAME}}]] [[th:{{PAGENAME}}]]»)
  • 03:54, 12 марта 2024 HvitCrow обсуждение вклад создала страницу Мод:Ark Eternal/Реагент для Призыва Мистического Мамонта Сложный (Новая страница: «{{Требуется Перевод}} {{ModNote|Ark Eternal}} {{infobox resource | name = Summon Reagent Mystical Mammoth Hard | image = Mod Ark Eternal MatrixRed.png | description = Will summon the Mystical Mammoth (Silverhair) Hard Mode. | type = Consumable | category = Ark Eternal consumables | droppedby = | requiredlevel = 0 | engrampoints = | weight = 2 | stacksize = 1000 | blueprintpath = "Blueprint'/Game/Mods/AE/Items/SummonReagents/Immortal/Pri...»)
  • 03:51, 12 марта 2024 HvitCrow обсуждение вклад создала страницу Мод:Super Structures/S+ Наклонная Саманная Стена Правая (Новая страница: «{{Требуется Перевод}} {{ModNote|Structures Plus}} {{S+Distinguish}} <onlyinclude> {{infobox structure | name = S+ Sloped Adobe Wall Right | image = Sloped Adobe Wall Right.png | description = A sturdy adobe-framed, sloped wall that insulates the inside from the outside, seprarates rooms, and provides structural integrity. Used in conjunction with the roof. Excellent for growing crops indoors. | type = Structure | category = Structures Plus s...»)
  • 03:08, 12 марта 2024 HvitCrow обсуждение вклад создала страницу Xbox 781.16 (Новая страница: «{{Требуется Перевод}} {{Infobox patch | date = 2018-12-20 }} <onlyinclude> ;Element Veins * Fix for bug in cleanup ;Winter Wonderland * Tweak to GachaClaus loot * Fix for Candy in singleplayer * Fix for Raptor Claus speed being too slow under low framerate * Made tweaks to Gacha Claus algorithm ;Windows 10 * Fix for saving issues that occurred in single player/non-dedicated/dedicated mode </onlyinclude> {{Nav PatchNotesxbox}} en:{{PAGENAM...»)
  • 03:07, 12 марта 2024 HvitCrow обсуждение вклад создала страницу Узкая Долина Ветров (Lost Island) (Новая страница: «{{Требуется Перевод}} {{DLC|Lost Island}} {{infobox Location | name = Narrow Winds Valley | wideimage = Narrow Winds Valley (Lost Island).png | description = | map = Lost Island | regionmap = Narrow Winds Valley }} The '''Narrow Winds Valley''' is a region in the Lost Island DLC. == Overview == ==Creatures== ===Very Common=== {{ItemList|Brontosaurus|Equus|Gallimimus|Meganeura|Microraptor|Pachyrhinosaurus|Parasaur|Pteranodon|R...»)
  • 03:03, 12 марта 2024 HvitCrow обсуждение вклад создала страницу Мод:Ark Eternal/Вечный Аранео (Новая страница: «{{Требуется Перевод}} {{ModNote|Ark Eternal}} {{Infobox creature ae | name = Eternal Araneo | image = Mod Ark Eternal Eternal Araneo Image.jpg | group = Eternal Creatures | species = Arachnomorphous Aeternus | equipment = Araneo Saddle | dinotag = Eternal_Spider | time = Mid Cenozoic | temperament = Aggressive | diet = Carnivore | event = | variants = | egg = | feces_size = | blueprintpath = "Blueprint'/Game/Mods/AE/Dinos/Eternal/Pois...»)
  • 02:57, 12 марта 2024 HvitCrow обсуждение вклад создала страницу Мод:Super Structures/S+ Сейф (Новая страница: «{{Требуется Перевод}} {{ModNote|Structures Plus}} {{S+Distinguish}} <onlyinclude> {{infobox structure | name = S+ Vault | image = Vault.png | description = A large metal vault to securely store goods in. | itemslots = 600 | type = Structure | category = Structures Plus structures | health = 50000 | weight = 20.0 | stacksize = 1 | requiredlevel = 75 | craftingxp = 82 | craftingtime = | prerequisite1 = Vault | prerequisite2 = Large Storage Box...»)
  • 02:54, 12 марта 2024 HvitCrow обсуждение вклад создала страницу Мод:Super Structures/SS Маленькая Саманная Колонна (Новая страница: «{{Требуется Перевод}} {{ModNote|Super Structures}} {{SSDistinguish}} {{stub}} {{Infobox structure | name = SS Small Adobe Pillar | image = Mod Super Structures SS Small Adobe Pillar.png | description = - 1 wall high - Press G to toggle ceiling corner snapping | type = Structure | category = Super Structures structures | weight = 4 | stacksize = 100 | blueprintpath = "Blueprint'/Game/Mods/StructuresPlusMod/Structures/Pillars/Small/Adobe/Primal...»)
  • 02:50, 12 марта 2024 HvitCrow обсуждение вклад создала страницу Мод:Super Structures/SS Манекен (Новая страница: «{{Требуется Перевод}} {{ModNote|Super Structures}} {{SSDistinguish}} {{stub}} {{Infobox structure | name = SS Mannequin | image = Mod Super Structures SS Mannequin.png | description = A posable character that you can dress up. | type = Structure | category = Super Structures structures | weight = 1 | stacksize = 100 | blueprintpath = "Blueprint'/Game/Mods/StructuresPlusMod/Misc/Mannequin/PrimalItemStructure_Mannequin.PrimalItemStructure_Manne...»)
  • 02:46, 12 марта 2024 HvitCrow обсуждение вклад создала страницу 251.2 (Новая страница: «{{Infobox patch | date = 2016-11-21 }} <onlyinclude> * Таймеры Порчи сохраняют свои значения в реальном времени при передаче через CrossARK. ''Требуется обновление сервера.'' </onlyinclude> {{Нав СписокИзменений}} [[en:{{PAGENAME}}]] [[fr:{{PAGENAME}}]]»)
  • 02:41, 12 марта 2024 HvitCrow обсуждение вклад создала страницу Мод:Oceania/Коралловая Наклонная Крыша (Новая страница: «{{Требуется Перевод}} {{ModNote|Oceania}} <onlyinclude> {{infobox structure | name = Coral Roof Sloped | image = Mod Oceania Coral Roof Sloped.png | description = A stable sloped coral ceiling that insulates the inside from the outside, and doubles as a ramp to access higher levels. | type = Building | category = Buildings | health = 5000 | weight = 4.0 | decaytime = 691200 | stacksize = 100 | blueprintpath = "Blueprint'/Game/Mods/AEMContent/...»)
  • 02:37, 12 марта 2024 HvitCrow обсуждение вклад создала страницу Мод:Super Structures/SS Огромный Саманный Люк (Новая страница: «{{Требуется Перевод}} {{ModNote|Super Structures}} {{SSDistinguish}} {{stub}} {{Infobox structure | name = SS Behemoth Adobe Trapdoor | image = Mod Super Structures SS Behemoth Adobe Trapdoor.png | description = A massive ceiling gate that can be used with a behemoth hatchframe. | type = Structure | category = Super Structures structures | weight = 4 | stacksize = 100 | blueprintpath = "Blueprint'/Game/Mods/StructuresPlusMod/Doors/Trapdoors_X...»)
  • 02:30, 12 марта 2024 HvitCrow обсуждение вклад создала страницу Мод:Ark Eternal/Маскировочная Маска (Новая страница: «{{Требуется Перевод}} {{ModNote|Ark Eternal}} <onlyinclude>{{infobox armor | name = Eternal Ghillie Mask | nodlcambox = yes | image = Mod Ark Eternal Eternal Ghillie Mask.png | description = A combination of Ghillie and Crystals which provides a good mixture of armour, disperses heat, keeps you cool and makes you harder to spot. | type = Armor | category = Ark Eternal Eternal Ghillie armour | armorrating = 600.0 <!-- Armor Initial Value Cons...»)
  • 02:21, 12 марта 2024 HvitCrow обсуждение вклад создала страницу Купальный Костюм Медуза Скины (Новая страница: «{{Требуется Перевод}} <onlyinclude>{{infobox item | name = Jellyfish Swim Bottom Skin | image = Jellyfish Swim Bottom Skin.png | description = You can use this to skin the appearance of pants into swim trunks on men or a bikini bottom on women.<br/><br/>Must be jellyfish, because jamfish don't shake like that. | dlc = | events = Summer Bash 2021 | type = Skin | category = Skins | weight = 0 | stacksize = 1 | addedin = 332.1 | blueprintpath =...»)
  • 02:18, 12 марта 2024 HvitCrow обсуждение вклад создала страницу PS 695.15 (Новая страница: «{{Требуется Перевод}} {{Infobox patch | date = 2021-09-27 }} <onlyinclude> * Fixed a bug where players wouldn't be able to interact with HLNA in some cases * Fixed a bug where players were unable to teleport to the other biomes in Genesis Part 1 * Fixed a server crash </onlyinclude> {{Nav PatchNotesps}} [[en:{{PAGENAME}}]] [[es:{{PAGENAME}}]] [[fr:{{PAGENAME}}]] [[th:{{PAGENAME}}]]»)
  • 02:16, 12 марта 2024 HvitCrow обсуждение вклад создала страницу Завоевание Капитана (Genesis: Часть 1) (Новая страница: «{{Требуется Перевод}} {{Infobox mission | name = A Captain's Conquest | image = <!--{{subst:PAGENAME}}.jpg--> | dlc = Genesis: Part 1 | description = Search the desolate Lunar reaches for a gigantic territorial Astrocetus. Take it down and reclaim the stars! | type = Hunt | lat = 49.3 | lon = 30.6 | biome = Lunar | gammahexagons = 1920 | betahexagons = 11520 | alphahexagons = 30720 | gammafirstbonushexagons = 1600 | betafirstbonushexagon...»)
  • 02:08, 12 марта 2024 HvitCrow обсуждение вклад создала страницу Мод:Ark Eternal/Костюм Неизвестного Огненного Теризинозавра (Новая страница: «{{Требуется Перевод}} {{ModNote|Ark Eternal}} <onlyinclude>{{infobox armor | name = Unknown Fire Theriz Costume | nodlcambox = yes | image = Mod Ark Eternal AESkin Icon.png | description = Equip this to remove the moving bits. | type = Costume | category = Ark Eternal costumes | armorrating = 0.0 <!-- Armor Initial Value Constant --> | coldprotection = 0 <!-- Item Stat Infos - Hypothermal Insulation --> | heatprotection = 0 <!-- Item Stat In...»)
  • 02:06, 12 марта 2024 HvitCrow обсуждение вклад создала страницу PS 549.27 (Новая страница: «{{Требуется Перевод}} {{Infobox patch | date = 2020-07-15 }} <onlyinclude> * Fixed multiple server crashes * Fixed multiple undermesh exploits * Fixed an exploit to block turret fire * Fixed Saddles not respecting the armor clamp when releasing them from cryopods * Added multiple missing sound effects * Added a limit to the number of flex pipes that can be placed within an area </onlyinclude> {{Nav PatchNotesps}} [[en:{{PAGENAME}}]] fr:{{PA...»)
  • 02:05, 12 марта 2024 HvitCrow обсуждение вклад создала страницу Мод:Super Structures/SS Стеклянное Перекрытие (Новая страница: «{{Требуется Перевод}} {{ModNote|Super Structures}} {{SSDistinguish}} {{stub}} {{Infobox structure | name = SS Glass Ceiling | image = Mod Super Structures SS Glass Ceiling.png | description = - 16 available models. - Can change glass transparency. - Gives greenhouse effect. - Strong as metal. | type = Structure | category = Super Structures structures | weight = 4 | stacksize = 100 | blueprintpath = "Blueprint'/Game/Mods/StructuresPlusMod/Str...»)
  • 02:02, 12 марта 2024 HvitCrow обсуждение вклад создала страницу 342.2 (Новая страница: «{{Требуется Перевод}} {{Infobox patch | date = 2022-01-05 }} <onlyinclude> * Fixed some exploits * Fixed some holes in lost island * Fixed some crashes * Addressed some overspawning issues on lostisland * Can no longer place dermis of creatures in taxidermy/training dummy if that creature is not transferrable to a given map (Wording?) * Fix loot crate spawns of Massive/Devious artifacts * Fix for fertilized voidwyvern eggs not decaying * Redu...»)
  • 12:34, 11 марта 2024 HvitCrow обсуждение вклад создала страницу PS 550.14 (Новая страница: «{{Infobox patch | date = 2020-09-14 }} <onlyinclude> * Исправлено несколько эксплойтов, связанных с установленными турелями. </onlyinclude> {{Нав Список Изменений PS}} [[en:{{PAGENAME}}]] [[es:{{PAGENAME}}]] [[fr:{{PAGENAME}}]]»)
  • 12:21, 11 марта 2024 HvitCrow обсуждение вклад создала страницу 355.12 (Новая страница: «{{Infobox patch | server = 2023-01-03 }} <onlyinclude> * Исправлено несколько эксплойтов </onlyinclude> {{Нав СписокИзменений}} [[en:{{PAGENAME}}]] [[fr:{{PAGENAME}}]]»)
  • 12:19, 11 марта 2024 HvitCrow обсуждение вклад создала страницу Мод:Ark Eternal/Вечный Бронтозавр (Новая страница: «{{Требуется Перевод}} {{ModNote|Ark Eternal}} {{Infobox creature ae | name = Eternal Bronto | image = Mod Ark Eternal Eternal Bronto Image.jpg | group = Eternal Creatures | species = Brontosaurus Aeternus | equipment = Bronto Saddle, Bronto Platform Saddle, Mod:Ark Eternal/Alpha Wyvern Saddle | dinotag = Eternal_Bronto | time = Mid Cenozoic | temperament = Docile | diet = Herbivore | event = | variants = | egg = | feces_size = Large |...»)
  • 12:17, 11 марта 2024 HvitCrow обсуждение вклад создала страницу PS 699.10 (Новая страница: «{{Infobox patch | server = 2022-01-29 }} <onlyinclude> * Исправлен эксплойт. </onlyinclude> {{Нав Список Изменений PS}} [[en:{{PAGENAME}}]] [[es:{{PAGENAME}}]] [[fr:{{PAGENAME}}]] [[th:{{PAGENAME}}]]»)
  • 12:15, 11 марта 2024 HvitCrow обсуждение вклад создала страницу 256.43 (Новая страница: «{{Требуется Перевод}} {{Infobox patch | date = 2017-04-21 }} <onlyinclude> * Fixed a case where items were being highlighted despite not being able to be used (such as an incorrect saddle) </onlyinclude> {{Nav PatchNotes}} [[en:{{PAGENAME}}]] [[fr:{{PAGENAME}}]]»)
  • 12:14, 11 марта 2024 HvitCrow обсуждение вклад создала страницу Мод:Ark Eternal/Адский Грифон (Новая страница: «{{Требуется Перевод}} {{ModNote|Ark Eternal}} {{Infobox creature ae | name = Infernal Griffin | image = Mod Ark Eternal Infernal Griffin Image.jpg | group = Infernal Creatures | species = Gryphem Infernales | dinotag = Infernal_Griffin | equipment = Mod:Ark Eternal/Eternal Griffin Armour, Mod:Ark Eternal/Eternal Griffin Armour No Seat, Mod:Ark Eternal/Eternal Griffin Tek Armour, Mod:Ark Eternal/Eternal Griffin Tek Armour No Seat | time =...»)
  • 11:47, 11 марта 2024 HvitCrow обсуждение вклад создала страницу Мод:Super Structures/SS Огромные Тек Ворота (Новая страница: «{{Требуется Перевод}} {{ModNote|Super Structures}} {{SSDistinguish}} {{stub}} {{Infobox structure | name = SS Behemoth Tek Gate | image = Mod Super Structures SS Behemoth Tek Gate.png | description = A large composite Tek gate that can be used with a Behemoth Gateway to allow even the largest creatures in or out. | type = Structure | category = Super Structures structures | weight = 4 | stacksize = 5 | blueprintpath = "Blueprint'/Game/Mods/St...»)
  • 11:38, 11 марта 2024 HvitCrow обсуждение вклад создала страницу Мод:Ark Eternal/Неизвестная Грозовая Виверна (Новая страница: «{{Требуется Перевод}} {{ModNote|Ark Eternal}} {{Infobox creature ae | name = Unknown Lightning Wyvern | image = Mod Ark Eternal Unknown Lightning Wyvern Image.jpg | group = The Unknown Creatures | species = Draconis Incognita Fulmen | dinotag = Unknown_Wyvern_Elec | equipment = Mod:Ark Eternal/Alpha Wyvern Saddle | time = Mid Cenozoic | temperament = Aggressive | diet = | event = | variants = | egg = | feces_size = Medium | blueprintpa...»)
  • 11:36, 11 марта 2024 HvitCrow обсуждение вклад создала страницу PS 510.5 (Новая страница: «{{Требуется Перевод}} {{Infobox patch | date = 2017-08-11 }} <onlyinclude> * Fixed a case where some Player Dedicated servers would crash due to a hiberation issue. </onlyinclude> {{Nav PatchNotesps}} en:ARK: Survival Evolved/Patch/PS 510.5 [[fr:{{PAGENAME}}]]»)
  • 11:34, 11 марта 2024 HvitCrow обсуждение вклад создала страницу Мод:Ark Eternal/Костюм Неизвестной Ядовитой Гориллы (Новая страница: «{{Требуется Перевод}} {{ModNote|Ark Eternal}} <onlyinclude>{{infobox armor | name = Unknown Poison Gorilla Costume | nodlcambox = yes | image = Mod Ark Eternal AESkin Icon.png | description = Equip this to remove the moving bits. | type = Costume | category = Ark Eternal costumes | armorrating = 0.0 <!-- Armor Initial Value Constant --> | coldprotection = 0 <!-- Item Stat Infos - Hypothermal Insulation --> | heatprotection = 0 <!-- Item Stat...»)
  • 11:26, 11 марта 2024 HvitCrow обсуждение вклад создала страницу Поражённые Источники (Fjordur) (Новая страница: «{{Требуется Перевод}} {{DLC|Fjordur}} {{infobox Location | name = The Afflicted Springs | wideimage = The Afflicted Springs (Fjordur).png | description = | map = Fjordur | regionmap = The Afflicted Springs }} The '''The Afflicted Springs''' is a region in the Fjordur DLC. == Overview == ==Creatures== ===Very Common=== {{ItemList|}} ===Common===<!-- Multiple at the same time, seen in many locations --> {{ItemList|}} ===Uncom...»)
  • 11:17, 11 марта 2024 HvitCrow обсуждение вклад создала страницу Мод:Super Structures/S+ Каменное Перекрытие (Новая страница: «{{Требуется Перевод}} {{ModNote|Structures Plus}} {{S+Distinguish}} <onlyinclude> {{infobox structure | name = S+ Stone Ceiling | image = Stone Ceiling.png | description = A stable brick-and-mortar ceiling that insulates the inside from the outside, and doubles as a floor for higher levels. | type = Building | category = Structures Plus buildings | health = 10000 | weight = 4.0 | stacksize = | requiredlevel = 24 | craftingxp = 8 | craftingti...»)
(новейшие | старейшие) Просмотреть (50 более новых | ) (20 | 50 | 100 | 250 | 500)