C .
ODE
G
AMELET
person_outline
Sign In
videogame_asset
Public Games
local_library
Public Library
work
Public Projects
comment
Discuss
search
visibility
play_arrow
PLAY
code
OPEN
info_outline
# 舊任務仿製 ### 參考一些舊的任務進行仿製...必須强調這是"舊任務"而且新版又不能玩到的... ### 專案為公開,歡迎查看任務設定/任務流程的資料。 #### 所用模組:官方的EVENTS , ALT , EXP #### 仿製任務當中極大概率會做出一些改動,主要是因應: #### 1)難度:有時嫌太簡單或太難了。 #### 2)任務設定:有時單憑影片/個人記憶並不能完全還原任務内容。甚至現光暈根本沒相關的動作的就做不出來。(ie:有些設定我真的不知道啊) #### 所以嘛...肯定沒100%還原...可能就只是一個80%-90%相似而又難度/流程/機制差不多的任務。 <br> <br> <br> <br> <br> <br> <br>
舊任務仿製
v 0.1.8
thedu
visibility
play_arrow
PLAY
code
PRIVATE
info_outline
# 破碎誓言 ## 「如果不想讓誓言變成謊言,就不要打破它。」 傳聞最近在廢棄的「黑礦小鎮」有些人影出沒,帝國方面擔心是天影武士在建立新的戰略地點,派斥候前去偵查, 然而兩個禮拜過去,斥候們卻徹底失去消息,最後決定派遣兩名精銳騎士前往調查 自此,地獄般的輪迴開始了 「犧牲一切也絕對會保護自己最重要的人」 自己曾經這麼發誓 為了實現自己的理想、誓言 如今地獄依舊持續著... ## 作者 **[終わりの世界から](/profile/115679911152
[email protected]
)** 有一條隱藏的結局路線,歡迎發掘 製作時間漫長且斷斷續續,如有BUG請盡量幫忙回報謝謝
破碎誓言
v 1.0.0
World
visibility
play_arrow
PLAY
code
OPEN
info_outline
# Playground 專門用來快速在畫板上塗塗抹抹的專案。 ## Getting Started 摳出來成為你自己的新專案後,可用以下幾種工具(在/libs裏的工具)快速畫圖。 ```typescript // 畫一個紅色的圓 draw.circle(0, 0, 100, {fillColor: 0xFF0000}); // 打開一個確認視窗 dialog.confirm('Are you sure?', 'Click confirm if you think it is ok.') .then((confirm) => { if(confirm) { console.log('User confirmed.'); } }); // 收集資料畫長條圖 let dataCollector = new DataCollector(); dataCollector.addData('一月', 1, 2); dataCollector.addData('二月', 2, 10); dataCollector.addData('三月', 3, 5); dataCollector.addData('四月', 4, 6); dataCollector.showChart('第一季', 'bar'); ```
Playground
v 0.9.10
Haskasu
visibility
play_arrow
PLAY
code
PRIVATE
info_outline
# [盜賊幫](https://www.facebook.com/TwilightWars.ThiefGroup)關卡 請使用「第三勢力」入場  ## **[你為何而戰?](https://gamelet.online/user/ht9896886/about)** **Lv.1技能**|障眼法|再生術|落雷斬 **Lv.2技能**|夜 襲|血 祭|雷 池  玩家所選擇的第三勢力演員,進入關卡後會對應到上圖的盜賊角色。 若是使用自創造型,則會成為黃巾賊。 #### 特別感謝 **[小哈片刻](/profile/haskasu)** 一切的開源 **[HyperCode](/profile/hyper_code_gamelet)** 超強coding大師 **[酷可Cook](/profile/cook14709)** 超熱心的模組編寫家 **[半杯水](/profile/half_cup_of_water)** 提供程式格式 **[希乃](/profile/CFu1219)** 測試員兼共同編輯者 **[魔神](/profile/mosin_24t)** 測試員兼debug朋友 **[貓兔](/profile/cat_rabbit)** 教主兼程式修正 **[魟魚](/profile/LittleAir)** 提供程式打法 **[妮娜](/profile/LittleLoli)** 複製貼上大師 **[火焰](/profile/Fire303)** 唯一會開mic的測試員 **[R.I](/profile/huzii)** 地圖兼鮭魚大副
【光暈戰記】盜賊幫
v 8.0.10
Hyeper
visibility
play_arrow
PLAY
code
PRIVATE
info_outline
所有角色都有贏的機會ww
前三國模擬器 beta
v 1.0.38
RYOYAN
visibility
play_arrow
PLAY
code
PRIVATE
info_outline
# 我的光暈戰記 My Twilight Wars 光暈戰記的同人陣範本,編輯地圖和任務檔就可以製作出自己的任務了。 The template that help developers to build their own twilightwars-like game, your own map, your own mission. ## 快捷鈕 Shortcuts <a href="cg://source/CG.TWEventsGameTemplate/game.events" class="mat-raised-button mat-primary">編輯任務事件表 (Edit Events)</a> <a href="cg://source/CG.TWEventsGameTemplate/gamemap.twmap" class="mat-raised-button mat-primary">編輯地圖 (Edit Map)</a> ## 設定任務季度列表 / Setup Story Seasons 將 appSeasons.ts 設為遊戲進入點,即可支援任務章節/列表。 <a href="cg://source/CG.TWEventsGameTemplate/seasons.zh.json" class="mat-raised-button mat-primary">編輯 seasons.json 任務列表(中文版)</a> Set appSeasons.ts as the entry point to support seasons/mission list. <a href="cg://source/CG.TWEventsGameTemplate/seasons.en.json" class="mat-raised-button mat-primary">Edit seasons.json Mission List (English Ver.)</a>
戰爭模擬器0.0.16
v 0.0.16
RYOYAN
visibility
play_arrow
PLAY
code
PRIVATE
info_outline
# 【半杯水的光暈同人陣】 ## ## 【專案簡介】 這個專案是作者 **[半杯水](https://gamelet.online/user/facebok9898/)** 個人閒時隨便做做的東西,內有 **27** 個同人。 無論你對這個專案有什麼意見,總之先感謝點進來的你,謝謝! ## 【任務列表】 ### 【小小勇士】 - 本系列暫時專注於製作一些小遊戲,並附帶一點點劇情。 - 暫有 3 個任務: 【浮生】、【斗轉】、【天梯】 ### 【絕地救援】 - 本系列為劇情戰鬥類任務,暫時專注於製作跟地圖機制與地圖產生方法有關的點子。 - 暫有 3 個任務: 【焰晶礦道】、【不歸之森】、【風蝕狂沙】 ### 【曙光乍現】 - 本系列純粹為作者提供一個能夠隨便亂做一通的地方,沒甚麼特別。 - 暫有 1 個任務: 【入門教學】 ### 【日落遺址】(已完結) - 本系列為純戰鬥類任務,旨在嘗試將部分一些小機關及演算法融入進戰鬥類任務之中。 - 合共 10 個任務: 【地下一層】~【地下十層】 - 全破本系列任務的玩家: [要糖的咖波](https://gamelet.online/user/
[email protected]
)、 [‧傷鋒§](https://gamelet.online/user/
[email protected]
)、 [吃土的咖波](https://gamelet.online/user/thedu1089)、 [完全不懂的傑哥](https://gamelet.online/user/
[email protected]
)、 [雷翁哈特](https://gamelet.online/user/104310112)、 [隨緣](https://gamelet.online/user/
[email protected]
/)、 [n̶͉̽y̵̲̌u̴̾̍ì̶̇g̴̜̎h̵̜̍t̷̎͂q̷͋̽](https://gamelet.online/user/Nyuightq/)、 [間桐櫻我婆](https://gamelet.online/user/
[email protected]
)、 [貓兔](https://gamelet.online/user/
[email protected]
)、 [╭仔仔☆〃](https://gamelet.online/user/401hao)、 [豪哥](https://gamelet.online/user/howall789/)、 [還敢F5](https://gamelet.online/user/
[email protected]
)、 [龍熦-峛峴](https://gamelet.online/user/
[email protected]
) ### 【平行時空】(已完結) - 本系列為附帶劇情的戰鬥類任務,旨在懷念突然消失了一年多的光暈戰記。 - 合共 9 個任務: 【召喚】、【怪物】、【腦洞】、【絕境】、【靈魂】、【歸處】、【曙光】、【不動】、【抉擇】 - 全破本系列任務的玩家: [貓兔](https://gamelet.online/user/
[email protected]
)、 [n̶͉̽y̵̲̌u̴̾̍ì̶̇g̴̜̎h̵̜̍t̷̎͂q̷͋̽](https://gamelet.online/user/Nyuightq/)、 [茶茶](https://gamelet.online/user/
[email protected]
/)、 [隨緣](https://gamelet.online/user/
[email protected]
/)、 [小貓](https://gamelet.online/user/
[email protected]
)、 [‧傷鋒§](https://gamelet.online/user/
[email protected]
)、 [雷翁哈特](https://gamelet.online/user/104310112)、 [仔仔](https://gamelet.online/user/401hao)、 [比丘尼哥](https://gamelet.online/user/11567924480802
[email protected]
)、 [翁爽男](https://gamelet.online/user/
[email protected]
)、 [龍熦-峛峴](https://gamelet.online/user/
[email protected]
)、 [thedu](https://gamelet.online/user/thedu1089)、 [小緯、](https://gamelet.online/user/065790184)、 [(空白)](https://gamelet.online/user/
[email protected]
)、 [鳳凰、](https://gamelet.online/user/
[email protected]
)、 [wai](https://gamelet.online/user/
[email protected]
)、 [非瞳不可](https://gamelet.online/user/decision)、 [二乃我婆](https://gamelet.online/user/
[email protected]
)、 [o](https://gamelet.online/user/ovoowovo/)、 [材材](https://gamelet.online/user/
[email protected]
/)、 [豪哥](https://gamelet.online/user/howall789/)、 [還敢F5](https://gamelet.online/user/
[email protected]
) 以上兩個已完結的系列若有新的全破玩家,請跟 **[作者](https://gamelet.online/user/facebok9898/board)** 說一下 (自行決定要不要加好友,或通過任何你覺得舒適的途徑讓作者知道)。疑似同一個人但不同帳號(同IP、名字相似),只會隨便選擇其中一個放在上面。上述名字以全通時所使用的遊戲名字為準。順序按全通先後次序、所得分數、作者得悉時間排列。 ### 【看不見的魔鬼】 - 本系列為單人解謎類任務,旨在嘗試製作謎題、圖層運用、等等跟戰鬥不太相關的東西。 - 暫時只有1個任務: 【心慌慌】 ### 【注】: 1. 更新時間表: 沒有這種東西 2. 有意見、問題、BUG或其他東西,請到這個專案的討論區留言。 3. 任務難度說明(如有)是以作者主觀感覺為標準,實際遊玩感覺因人而異。 4. 所有內容隨時有可能被修改,並且不一定有任何通知或說明。 5. **若想將本專案裏的任何內容拍片並上傳至類似youtube一樣的平台上,請先行聯絡作者。** 6. 任何被作者劃定為「討厭」的人將有可能被無限期停權,並且不會有任何通知。如在這方面有任何問題,請自行想方法令作者「回心轉意」。 ## 【感謝】 1. 這個 **CG平台** 、 **[hyper\_code\_gamelet](https://code.gamelet.com/profile/hyper_code_gamelet)** 的 **ALT** 模組 及 **[酷可](https://code.gamelet.com/profile/cook14709)** 的 **EXP** 模組,讓這個專案得以誕生。 2. 感謝幫忙測試的人: **[貓兔](https://gamelet.online/user/
[email protected]
)、[妮娜](https://gamelet.online/user/nina/)、[ovoowovo](https://gamelet.online/user/ovoowovo/)、[茶茶](https://gamelet.online/user/
[email protected]
/)、[夜曲](https://gamelet.online/user/Nyuightq/)、[隨緣](https://gamelet.online/user/
[email protected]
/)、[魟魚](https://gamelet.online/user/
[email protected]
/)、[魔神](https://gamelet.online/user/
[email protected]
/)、[嵐燈](https://gamelet.online/user/randon87/)、[thedu](https://gamelet.online/user/thedu1089)、[雷翁哈特](https://gamelet.online/user/104310112)** 3. 特別感謝 **[夜曲](https://www.youtube.com/watch?v=pvVbuaodG0g&list=PLBnH5nDhxef51JdJDqYmZMJaxd2dncqPW)** 及 **[thedu](https://www.youtube.com/watch?v=rza03poPZbs&list=PL9FDuptyx9Up-rCX4J0LueA2PDsgryXUH)** 為這個專案拍下影片。 4. 一直前來遊玩、給了作者繼續做下去的動力的所有玩家。 5. 部分任務非官方背景音樂來源: **[Fesliyan Studios](https://www.FesliyanStudios.com)** 、 **[Purple-Planet](https://www.purple-planet.com)** 6. 其他忘記了,但需要感謝的 (?) ## 【舊版光暈同人陣遊玩影片】 感謝 **[次元大介](https://www.youtube.com/channel/UClpDcKb9I7zfc1ALtWJ2DvQ)** 在舊版光暈同人陣時為作者所製作的任務拍下了影片 - 【魔塔】—『一層』、『二層』、『三層』、『四層』、『終層』 - 【黑歷史】合集 —『逃離秘道』、『飛來橫禍』、『不簡單的任務8』、『普通的任務』
半杯水的光暈同人陣
v 1.11.26
half_cup_of_water
visibility
play_arrow
PLAY
code
PRIVATE
info_outline
# Welcome to my CG project. <b><font size = "10">親愛的玩家,CG遊戲已進入無限期停止更新的狀態</font></b> <b><font face="微軟正黑體"><font size="4"> 700多年前,舊世界自取並迎來終末,被漆墨的瘴氣壟襲,日光退散。遺留之人,非要撕裂黑暗,而是互燃干戈逢火。 ─口聲成約將興復舊世昔往的<font color="#FFFF03">哈斯卡帝國</font><br>─誓死革命將推覆帝國強權的<font color="#FF0033">天影十字軍</font><br>─暗中攪和要成為最後贏家的<font color="#FF7E00">傭兵團十支</font> 亂鬥四起,等待硝煙散去...會是無止盡的鮮血揮灑、亦或是曙光乍現,光暈渲染。 </b></font></font> ## 「當前開放的遊戲章節」: 【遺邊奏】─ 已完結(皇家) 【斷薪盆雨】─ 已完結(第三) 【塵往煙輪】─ 已完結(天影) 【丁寮唱】─ 連載中...(皇家) 【真印杳環】─ 連載中...(天影) ## 關於我 <a href="https://gamelet.online/user/
[email protected]
/board" class="mat-raised-button mat-primary">【嘎母個人帳號】</a> <a href="https://code.gamelet.com/profile/LittleAir" class="mat-raised-button mat-primary">【CG工作室】</a> ## 更多其他優質的遊戲 <a href="https://new-mission-earlymade.gamelet.online/play" class="mat-raised-button mat-primary">隨緣的任務</a> <a href="https://water-cg.gamelet.online/play" class="mat-raised-button mat-primary">半杯水的光暈同人陣</a> <a href="https://ninamissions.gamelet.online/play" class="mat-raised-button mat-primary">繪凜幻想</a> <a href="https://fb2021.gamelet.online/play" class="mat-raised-button mat-primary">「同人小品」</a> <a href="https://lightshop.gamelet.online/play" class="mat-raised-button mat-primary">照明商店</a> <a href="https://excuse-me.gamelet.online/play" class="mat-raised-button mat-primary">《打擾一下》</a> <a href="https://civilizationwar.gamelet.online/play" class="mat-raised-button mat-primary">眾國爭雄</a> <a href="https://mosin-game.gamelet.online/play" class="mat-raised-button mat-primary">魔神遊戲集</a> <a href="https://gffgdfg.gamelet.online/play" class="mat-raised-button mat-primary">精子的光暈同人陣</a> <a href="https://panpan01.gamelet.online/play" class="mat-raised-button mat-primary">希乃的同人作品集</a> <a href="https://testella.gamelet.online/play" class="mat-raised-button mat-primary">暈曆外史</a> <a href="https://dsadadad.gamelet.online/play" class="mat-raised-button mat-primary">光暈戰記【光與影的棋局】</a> <a href="https://desperate-city.gamelet.online/play" class="mat-raised-button mat-primary">絕望之都</a> <a href="https://ck-tweventsgame.gamelet.online/play" class="mat-raised-button mat-primary">酷可的同人作品集</a> <a href="https://thief-mission.gamelet.online/play" class="mat-raised-button mat-primary">【光暈戰記】盜賊幫任務</a> ## <a href="https://gamelet.online/forum/GameletChat/post/27132" class="mat-raised-button mat-primary">不知從何下手,可以參考這位神奇玩家整理的推薦文</a> ## 【遊戲內所使用的外部音樂、音效素材分別來自】 <b><a href="https://taira-komori.jpn.org/freesoundtw.html" class="mat-raised-button mat-primary">小森平的免費下載音效</b></a> <b><a href="https://sc.chinaz.com/yinxiao/" class="mat-raised-button mat-primary">站长素材</b></a> <b><a href="https://tw.yisell.com/" class="mat-raised-button mat-primary">音笑網</b></a > <b><a href="https://freesound.org/" class="mat-raised-button mat-primary">Freesound</b></a > <b><a href="https://www.fesliyanstudios.com/" class="mat-raised-button mat-primary">Royalty Free Music - Background Instrumental Downloads</b></a > <b><a href="https://dova-s.jp/" class="mat-raised-button mat-primary">BGM(音楽素材)無料ダウンロード|DOVA-SYNDROME</b></a > <b><a href="https://amachamusic.chagasi.com/index.html" class="mat-raised-button mat-primary">甘茶の音楽工房</b></a > <b><a href="https://www.purple-planet.com/new-search" class="mat-raised-button mat-primary">Royalty Free Music Search Results</b></a > ## <font size="4">在此感謝── 所有網路創作者們提供的素材、小哈片刻與GM的付出、技術上支援我的友人們</font> <font face="微軟正黑體"><font size="8">以及,構築起CG的<b>你</b></font></font> ## (Power by Code.gamelet.com)
『CG遊戲』by.【魟魚】
v 0.1.28
LittleAir
visibility
play_arrow
PLAY
code
OPEN
info_outline
# 眾國爭雄 ## 介紹 ### 簡介 亂世中,諸國林立,而作為一地之主的你,目標就是擊敗其他玩家,實現統一的目標。 透過研發科技及購買士兵,你的領地戰鬥力將大幅提升,協助你實現霸業。 ### 玩法 按【Z】打開國家資源菜單。 對木板按【space】查看士兵。 在國家資源菜單中提升科技,每次消耗一點科技點。 說出對應的數字以購買士兵,每次消耗若干的金錢。 ### DC群 更新歷史、遊戲建議、bug回報會集中於DC群中 **[眾國爭雄DC群](https://discord.gg/qxkQjwcjzj)** ### 作者 **[小貓.來亂。](https://gamelet.online/user/
[email protected]
/board)**
眾國爭雄
v 0.11.19
CumCat
visibility
play_arrow
PLAY
code
PRIVATE
info_outline
# GMTools 在這兒寫下一段簡短的文字介紹你的遊戲吧。 ## 開始設計 <a href="cg://source/CG.GMTools/game.events" class="mat-raised-button mat-primary">編輯遊戲事件表</a> ## 作者 **[Haskasu](/profile/
[email protected]
)**
GM Tools
v 0.0.6
Haskasu
visibility
play_arrow
PLAY
code
PRIVATE
info_outline
# TWRPG 正在進行各種系統功能測試的光暈RPG。 主要為單人遊玩,不支援多人即時連線。 此測試品是在開發 **[TwilightWarsRPGEvents](https://code.gamelet.com/edit/TwilightWarsRPGEvents)** 之前做的,故沒有考慮多人遊玩。 之後可能會翻新,並製作成可以多人連線的版本。 專案原始碼,可至 **[最新進度](https://code.gamelet.com/edit/TWRPG)** 查看。 ## 作者 **[cook1470](/profile/cook1470)** # 素材來源 ## 音樂 **[RPG For Wenches, Ale, and LOOT!!](https://opengameart.org/content/rpg-for-wenches-ale-and-loot) - [Hitctrl](https://opengameart.org/users/hitctrl)** **[Creepy Forest (F)](https://opengameart.org/content/creepy-forest-f) - Augmentality (Brandon Morris)** **[Flagonlord](https://opengameart.org/content/flagonlord) - [Bryan Wysopal](https://opengameart.org/users/bryan-wysopal)** **[Woodland Fantasy](https://opengameart.org/content/woodland-fantasy) - [Matthew Pablo](https://opengameart.org/users/matthew-pablo)** **[Meloncholy Town](https://opengameart.org/content/meloncholy-town) - [VWolfdog](https://opengameart.org/users/vwolfdog)**
TWRPG
v 0.0.2
cook1470
visibility
play_arrow
PLAY
code
OPEN
info_outline
# 我的光暈戰記 My Twilight Wars 光暈戰記的同人陣範本,編輯地圖和任務檔就可以製作出自己的任務了。 The template that help developers to build their own twilightwars-like game, your own map, your own mission. ## 快捷鈕 Shortcuts <a href="cg://source/CG.TWEventsGameTemplate/game.events" class="mat-raised-button mat-primary">編輯任務事件表 (Edit Events)</a> <a href="cg://source/CG.TWEventsGameTemplate/gamemap.twmap" class="mat-raised-button mat-primary">編輯地圖 (Edit Map)</a> ## 設定任務季度列表 / Setup Story Seasons 將 appSeasons.ts 設為遊戲進入點,即可支援任務章節/列表。 <a href="cg://source/CG.TWEventsGameTemplate/seasons.zh.json" class="mat-raised-button mat-primary">編輯 seasons.json 任務列表(中文版)</a> Set appSeasons.ts as the entry point to support seasons/mission list. <a href="cg://source/CG.TWEventsGameTemplate/seasons.en.json" class="mat-raised-button mat-primary">Edit seasons.json Mission List (English Ver.)</a>
My Twilight Wars
v 2.3.0
Haskasu
visibility
play_arrow
PLAY
code
PRIVATE
info_outline
# 火焰的遊戲集 火焰的所有遊戲都會在這擺放喔!!! 本專案的所有遊戲都經過測試。 **[Discord伺服器](https://discord.gg/KtbF3YemYk)** ## Authors **[火焰](/profile/Fire303)**
火焰的同人遊戲集
v 1.1.7
Fire303
visibility
play_arrow
PLAY
code
PRIVATE
info_outline
<center> <div> <h1 style="text-align: center;"> <a href="https://flowerfairypalace.gamelet.online/play">花靈宮</a> </h1> </div> <div style="margin-left: 20px;"> <div> <br> 由<a href="https://gamelet.online/user/nina/about" target="_blank">妮娜</a>所做的小小幻想系列任務。 <br> 目前共有<b style="color: blue;">9 + 17 + 3 + 2 + 1 + 36 = 68個</b>任務,提供共<b style="color: blue;">50枚</b>勳章。 <br> </div> <div> <br> 本專案旨在僅使用官方及自製動作來製作任務。 <br> 同時,這裡提供一個全新陣營—花靈宮, <br> 為小刀、雙爪、大刀、冰劍、水晶弓提供了第一級和第二級共<b style="color: blue;">10個全新技能</b>! <br> </div> <div> <br> 若想遊玩商店武器,可至【百合花園】章節關卡獲取, <br> <b style="color: blue;">花靈宮 - 單人練習</b>和<b style="color: blue;">百合花園的部份關卡</b>是<b style="color: blue;">允許使用</b>大部份商店武器的! <br> </div> </div> <h2 style="text-align: center;">任務列表</h2> <table style="width: 100%; text-align: center; background-color: pink;"> <tr> <th colspan="6"> <strong> <h2>花靈宮</h2> </strong> </th> </tr> <tr style="height: 120px;"> <th colspan="2" style="width: 33%;"> <strong> <h3>單人練習<sup>M</sup></h3> </strong> </th> <th colspan="2" style="width: 33%;"> <strong> <h3>第一部 - 曙光乍現</h3> </strong> </th> <th colspan="2" style="width: 33%;"> <strong> <h3>第二部 - 屠魔英雄</h3> </strong> </th> </tr> <tr> <td colspan="2"> </td> <td colspan="2"> <strong>光暈戰記入門教學</strong><sup>MR</sup> </td> <td colspan="2"> </td> </tr> <tr> <td colspan="2"> </td> <td colspan="2"> <ul> <li> 入門教學 </li> </ul> </td> <td colspan="2"> </td> </tr> <tr> <td colspan="2"> </td> <td colspan="2"> <strong>花靈仙境迷途</strong><sup>MR</sup> </td> <td colspan="2"> </td> </tr> <tr> <td colspan="2"> </td> <td colspan="2"> <ul> <li> 本固支榮 </li> <li> 心無旁鶩 </li> <li> 朝花夕拾 </li> </ul> </td> <td colspan="2"> </td> </tr> <tr> <td colspan="2"> <strong>對戰模擬</strong> </td> <td colspan="2"> <strong>空谷幽蘭</strong><sup>MR</sup> </td> <td colspan="2"> <strong>毒瀧惡霧</strong><sup>MR</sup> </td> </tr> <tr> <td colspan="2"> <ul> <li> 練習 </li> <li> 挑戰 </li> <li> 超越 </li> </ul> </td> <td colspan="2"> <ul> <li> 慧心巧思 </li> <li> 淵思寂慮 </li> <li> 巾幗風姿 </li> <li> 璞玉渾金 </li> </ul> </td> <td colspan="2"> <ul> <li> 蒼綠異潭 </li> <li> 毒霧暗影 </li> <li> 冰消瓦解 </li> </ul> </td> </tr> <tr> <td colspan="2"> <strong>生存模式</strong> </td> <td colspan="2"> <strong>魂牽夢縈</strong><sup>MR</sup> </td> <td colspan="2"> <strong>柳煙花霧</strong> </td> </tr> <tr> <td colspan="2"> <ul> <li> 練習 </li> <li> 挑戰 </li> <li> 超越 </li> </ul> </td> <td colspan="2"> <ul> <li> 鍾靈毓秀 </li> <li> 昧旦晨興 </li> <li> 望穿秋水 </li> <li> 九死不悔 </li> </ul> </td> <td colspan="2"> <ul> <li> 霧中倩影<sup>WIP</sup> </li> <li> 雲迷霧鎖<sup>WIP</sup> </li> <li> 目斷魂銷<sup>WIP</sup> </li> </ul> </td> </tr> <tr> <td colspan="2"> <strong>殺戮戰場</strong> </td> <td colspan="2"> <strong>往昔幻影</strong><sup>MR</sup> </td> <td colspan="2"> <strong>霜雪千年</strong> </td> </tr> <tr> <td colspan="2"> <ul> <li> 練習 </li> <li> 挑戰 </li> <li> 超越 </li> </ul> </td> <td colspan="2"> <ul> <li> 迴流魅眸 </li> <li> 空中樓閣 </li> <li> 矢志不渝 </li> <li> 生如夏花<sup>MR</sup> </li> <li> 鏡花水月 </li> </ul> </td> <td colspan="2"> <ul> <li> 寒氣瀰漫<sup>WIP</sup> </li> <li> 風刀霜劍<sup>WIP</sup> </li> <li> 幽明永隔<sup>WIP</sup> </li> </ul> </td> </tr> <tr> <th colspan="6"> <strong> <h2>同人陣</h2> </strong> </th> </tr> <tr> <th colspan="3"> 奇思妙想 </th> <th colspan="3"> 妙趣橫生 </th> </tr> <tr> <td> </td> <td> <ul> <li> 璃谷<sup>MR</sup> </li> <li> 若涉淵冰<sup>MR</sup> </li> </ul> </td> <td> </td> <td> </td> <td> <ul> <li> 亡城遊魂<sup>MR</sup> <sup>M</sup> <sup>M</sup> <sup>M</sup> </li> </ul> </td> <td> </td> </tr> <tr> <th colspan="6"> <strong> <h2>百合花園</h2> </strong> </th> </tr> <tr> <th colspan="2"> 公主織夢 </th> <th colspan="2"> 聖女米娜 </th> <th colspan="2"> 音樂家和紗 </th> </tr> <tr> <td colspan="2"> <ul> <li> 「亡魂哀嚎」<sup>M</sup> </li> <li> 「箭斧合鳴」<sup>M</sup> </li> <li> 「氣魄永恆」<sup>M</sup> </li> <li> 「千古難題」<sup>M</sup> </li> <li> 「劍心通明」<sup>M</sup> </li> <li> 【織夢公主】<sup>M</sup> </li> </ul> </td> <td colspan="2"> <ul> <li> 「疲命脫逃」<sup>M</sup> </li> <li> 「抉擇交界」<sup>M</sup> </li> <li> 「密林遊蹤」<sup>M</sup> </li> <li> 「護航閃戰」<sup>M</sup> </li> <li> 「殊途同歸」<sup>M</sup> </li> <li> 【米娜聖女】<sup>M</sup> </li> </ul> </td> <td colspan="2"> <ul> <li> 「寂靜之禮堂」<sup>M</sup> </li> <li> 「失蹤之樂者」<sup>M</sup> </li> <li> 「鏡中之倒影」<sup>M</sup> </li> <li> 「相反之世界」<sup>M</sup> </li> <li> 「絕世之和弦」<sup>M</sup> </li> <li> 【和紗音樂家】<sup>M</sup> </li> </ul> </td> </tr> <tr> <th colspan="2"> 機械師索菲亞 </th> <th colspan="2"> 主廚繪里奈 </th> <th colspan="2"> 幕後真相 </th> </tr> <tr> <td colspan="2"> <ul> <li> 「濃煙中的工廠」<sup>M</sup> </li> <li> 「人工智能暴走」<sup>M</sup> </li> <li> 「敵蹤連綿不絕」<sup>M</sup> </li> <li> 「通道盡頭的光」<sup>M</sup> </li> <li> 「最後的倒計時」<sup>M</sup> </li> <li> 【索菲亞機械師】<sup>M</sup> </li> </ul> </td> <td colspan="2"> <ul> <li> 「廚師大聯賽」<sup>M</sup> </li> <li> 「團隊與合作」<sup>M</sup> </li> <li> 「調味料煩惱」<sup>M</sup> </li> <li> 「發光的料理」<sup>M</sup> </li> <li> 「天堂的味道」<sup>M</sup> </li> <li> 【繪里奈主廚】<sup>M</sup> </li> </ul> </td> <td colspan="2"> <ul> <li> 「舉世皆敵」<sup>M</sup> </li> <li> 「天羅地網」<sup>M</sup> </li> <li> 「四面楚歌」<sup>M</sup> </li> <li> 「窮途末路」<sup>M</sup> </li> <li> 「神臨之光」<sup>M</sup> </li> <li> 【百合花園】<sup>M</sup> </li> </ul> </td> </tr> <tr> <th colspan="6"> </th> </tr> <tr> <td colspan="2"> <strong> <h2>注釋</h2> </strong> </td> <td colspan="2"> <ul> <li> 關卡未開放<sup>WIP</sup> </li> <li> 關卡中可以獲得勳章<sup>M</sup> </li> <li> 關卡中勳章可重複獲得<sup>MR</sup> </li> </ul> </td> <td colspan="2"> </td> </tr> <tr> <td colspan="2"> <strong> <h2>備注</h2> </strong> </td> <td colspan="4" style="text-align: left;"> <ol type="1"> <li> 更新時間:等我什麼時候有空再說, <br> <s>我碧藍航線還沒倒完油、蔚藍檔案還沒弄完每日</s> </li> <li> 有查詢、意見、問題、BUG或其他東西, <br> 請到<a href="https://gamelet.online/user/nina/board">我的留言版</a>留言 </li> <li> 多人遊玩可以有效降低難度,<s>當然也有可能提高</s> </li> <li> 遊玩感覺因人而異,受LAG、耐性、電腦配置問題影響 </li> <li> 歡迎將本專案所有任務的遊玩過程錄製, <br> 並上傳至<a href="https://www.youtube.com">YouTube</a>/<ahref="https://www.bilibili.com">bilibili</a>等影音平台上 </li> </ol> </td> </tr> <tr> <td colspan="2" rowspan="8"> <strong> <h2>特別鳴謝</h2> </strong> </td> <td colspan="2"> <strong> 協助自制動作的程式教學 </strong> </td> <td colspan="2" style="text-align: left;"> <ul> <li> <a href="https://discord.com/invite/hZKQzRfPJM" target="_blank">酷可</a> </li> <li> <a href="https://gamelet.online/user/facebok9898/about" target="_blank">半杯水</a> </li> <li> <a href="https://discord.com/invite/seJwuzCbWq" target="_blank">雪姬</a> </li> <li> <a href="https://discord.com/invite/seJwuzCbWq" target="_blank">不會取名字</a> </li> </ul> </td> </tr> <tr> <td colspan="2"> <strong> 測試專案任務 <br><br> 找出任務漏洞 <br><br> 提供建議 </strong> </td> <td colspan="2" style="text-align: left;"> <ul> <li> <a href="https://gamelet.online/user/Nyuightq/about" target="_blank">夜曲</a> </li> <li> <a href="https://gamelet.online/user/
[email protected]
/about" target="_blank">隨緣</a> </li> <li> <a href="https://gamelet.online/user/
[email protected]
/about" target="_blank">貓兔</a> </li> <li> <a href="https://gamelet.online/user/
[email protected]
/about" target="_blank">魟魚</a> </li> <li> <a href="https://gamelet.online/user/facebok9898/about" target="_blank">半杯水</a> </li> <li> <a href="https://gamelet.online/user/
[email protected]
/about" target="_blank">茶茶</a> </li> <li> <a href="https://gamelet.online/user/
[email protected]
/about" target="_blank">魔神</a> </li> <li> <a href="https://gamelet.online/user/randon87/about" target="_blank">嵐燈</a> </li> <li> <a href="https://gamelet.online/user/ovoowovo/about" target="_blank">o</a> </li> <li> <a href="https://gamelet.online/user/orz543/about" target="_blank">時雨</a> </li> <li> <a href="https://gamelet.online/user/ht9896886/about" target="_blank">H.T</a> </li> <li> <a href="https://gamelet.online/user/thedu1089/about" target="_blank">thedu</a> </li> <li> <a href="https://gamelet.online/user/104310112/about" target="_blank">雷翁哈特</a> </li> <li> <a href="https://gamelet.online/user/
[email protected]
/about" target="_blank">橘盆蘭</a> </li> </ul> </td> </tr> <tr> <td colspan="2"> <strong> 錄製並上傳任務影片 </strong> </td> <td colspan="2" style="text-align: left;"> <ul> <li> <a href="https://www.youtube.com/@ye_qu" target="_blank">夜曲</a> </li> </ul> <ul> <li> <a href="https://www.youtube.com/@ovowoovo7591" target="_blank">o</a> </li> </ul> <ul> <li> <a href="https://www.youtube.com/@thedu00" target="_blank">thedu</a> </li> </ul> </td> </tr> <tr> <td colspan="2"> <strong> 自創造型指教 </strong> </td> <td colspan="2" style="text-align: left;"> <ul> <li> <a href="https://gamelet.online/user/
[email protected]
/about" target="_blank">夏娜</a> </li> </ul> </td> </tr> <tr> <td colspan="2"> <strong> 盜賊幫內容 </strong> </td> <td colspan="2" style="text-align: left;"> <ul> <li> <a href="https://thief-mission.gamelet.online/play" target="_blank">H.T</a> </li> </ul> </td> </tr> <tr> <td colspan="2"> <strong> 數學問題指教 </strong> </td> <td colspan="2" style="text-align: left;"> <ul> <li> <a href="https://gamelet.online/user/randon87/about" target="_blank">嵐燈</a> </li> <li> <a href="https://gamelet.online/user/
[email protected]
/about" target="_blank">酷可</a> </li> <li> <a href="https://gamelet.online/user/thedu1089/about" target="_blank">thedu</a> </li> </ul> </td> </tr> <tr style="height: 80px;"> <td colspan="4"> <strong> 各模組作者 </strong> </td> </tr> <tr style="height: 80px;"> <td colspan="4"> <strong> 以及所有參與遊玩的你 </strong> </td> </tr> <tr style="height: 80px;"> <td colspan="2"> <strong> 主介面音樂 </strong> </td> <td colspan="2"> <a href="https://music.163.com/#/song?id=1971144922" target="_blank">TruE</a> </td> <td colspan="2"> 黄齡/HOYO-MiX </td> </tr> <tr style="height: 80px;"> <td colspan="2"> <strong> 舊版光暈同人陣遊玩影片 </strong> </td> <td colspan="2"> <a href="https://www.youtube.com/watch?v=Oy8yTvxMUkw" target="_blank">璃谷</a> </td> <td colspan="2"> <a href="https://www.youtube.com/@UncleJigen" target="_blank">次元大叔</a> </td> </tr> </table> </center>
花靈宮
v 1.10.13
LittleLoli
visibility
play_arrow
PLAY
code
PRIVATE
info_outline
# 『KETHER』 以音樂為靈感的二創故事,建立屬於光暈世界的空想寓言 ## 目前章節 *__-EtzChaim-__* __『Råven』-線性劇情戰鬥(皇家陣營)__ - 『彷徨』 - 『鳴鎩羽』 - 『永復憑依』 - 『聖裁與虛影』 __『KIŘIN』-線性劇情戰鬥(第三陣營)__ - 『夜行祓彌魂』 - 『殷華紛落』```(待續)``` - 『神之頌』```(待續)``` - 『麒麟』```(待續)``` *__-Stelium-__* __『CYBER.REDAWN』-極限生存戰__ - 『恆永迴路』 - 『戍守機憶之都』 - 『終焉的閃鋼』```(待續)``` __『WORLD-ENDER』-BOSS戰__ - 『世末臨者』 __『光暈節奏§』-下落式節奏遊戲__ - 『Atröpøs』 __『群星繁爍』- 人物外傳__ - 即將推出... ## 作者 **[Kii Ensof](https://gamelet.online/user/amk_2/about)** 虛荒午夜,疲乏沉悶,步入霓虹夢景。
光暈戰記『KETHER』
v 2.3.1
Kii_Ensof
visibility
play_arrow
PLAY
code
OPEN
info_outline
更新內容: 技能點系統增加 按O可以查看角色狀態 依角色狀態列表指示操作消耗技能點獲得技能或 物理或魔法的 攻擊或防禦力 每升一級能獲得4點技能點 嗜血者削弱
職選陷城役(職業選擇攻陷帝焰城之役) 6.6.2with 寒冥
v 6.6.2
RYOYAN
visibility
play_arrow
PLAY
code
PRIVATE
info_outline
# <font face="Snap ITC" color="red">DesperateCity</font> <h2>這邊先感謝提供模組的大大們</h> <h2>任務介紹</h> <h4>一種名為“Z病毒”的病毒在全球爆發,這種病毒源自於冰層中的古老生物,最初被認為是一種罕見的病毒, 但很快就在當地居民中傳播開來。當地政府和世界衛生組織試圖控制病毒,但都以失敗告終。這種病毒非常 具有傳染性,且沒有任何有效的治療方法或疫苗。患者的身體會不斷地衰弱下去,最終變成殭屍一樣的行動 力大無窮的生物,並且會攻擊和感染其他人類,導致更多人被感染。在病毒爆發的幾個月內,它迅速蔓延到 世界各地,許多城市和國家都已經陷入了混亂和恐慌。政府和軍隊試圖控制局面,但殭屍的數量和暴力行為 已經超出了他們的控制。許多城市和小鎮都已經被殭屍占領,人們只能躲在家中,以期避免被感染。在這樣 的情況下,倖存者不斷地尋找其他倖存者,組成小型的社群或躲藏地點。許多人為了生存而加入了武裝組織 或犯罪團伙,他們利用這種混亂和無政府狀態來控制和統治其他人,其中最大的是"掠奪者"。 </h> <h4>你能否再充滿喪屍的城市生存嗎?</h> <h4>本任務為GAF特效任務</h> ## 作者 **[Autumn](/profile/
[email protected]
)**
絕望之都
v 1.4.4
Autumn
visibility
play_arrow
PLAY
code
PRIVATE
info_outline
# 我的光暈戰記 My Twilight Wars 光暈戰記的同人陣範本,編輯地圖和任務檔就可以製作出自己的任務了。 The template that help developers to build their own twilightwars-like game, your own map, your own mission. ## 快捷鈕 Shortcuts <a href="cg://source/CG.TWEventsGameTemplate/game.events" class="mat-raised-button mat-primary">編輯任務事件表 (Edit Events)</a> <a href="cg://source/CG.TWEventsGameTemplate/gamemap.twmap" class="mat-raised-button mat-primary">編輯地圖 (Edit Map)</a> ## 多重任務列表 將 appSeasons.ts 設為遊戲進入點,即可支援任務章節/列表。 <a href="cg://source/CG.TWEventsGameTemplate/seasons.ts" class="mat-raised-button mat-primary">編輯 seasons.ts 任務列表</a> Set appSeasons.ts as the entry point to support seasons/mission list. <a href="cg://source/CG.TWEventsGameTemplate/seasons.ts" class="mat-raised-button mat-primary">Edit seasons.ts (Mission List)</a>
光暈小品
v 2.1.0
wen.wen
visibility
play_arrow
PLAY
code
PRIVATE
info_outline
# 威爾的遊戲集 作者:[郭家の威爾]() 顧問和協助:[希乃桑](https://gamemlet.online/user/
[email protected]
/about), [鳳雛(鮹魨)](https://gamelet.online/user/
[email protected]
/about), [牙豆皇叔](https://gamelet.online/user/
[email protected]
/about)
威爾的遊戲集
v 1.1.0
Will0217
visibility
play_arrow
PLAY
code
PRIVATE
info_outline
# 【翁男的同人陣】 ## 【樂章】(已完結) <b>【總計】:《夜的第七章》、《沼澤的移動小船》、《剩彈劫》、《戰後探索》、《夜曲》、《色混離魂》、《立方魔幻》、《血戰》,八個任務。 <br/>【時間】:經歷約一年半的時長,創作出此系列任務。 <br/>【內容】:隨興創作出的系列作品,劇情內容有些不相關。 ## 【徽章】         ## 【結語】 都幾歲了還這麼害羞,我看你完全是不懂喔...懂什麼啊?你想懂我房裡有些好康的 <br/>好康的?是新遊戲喔?什麼新遊戲...比遊戲還刺激,還可以教你登dua郎喔。 <br/>【大廳音樂】:[Wonderland](https://www.youtube.com/watch?v=f42M8zZVCLo) ## 【<font color=00FFFF>五</font><font color=FFFF00>彩</font><font color=FF0000>繽</font><font color=FFFFFF>紛</font>】(製作中...) <b>【總計】:【彩間指路】、【染路之止】,兩個任務。 【內容】:隨興創作出的系列作品,以【顏色】為設計主體。
翁男的同人陣
v 1.5.10
jason
MORE RESULTS
ⒸCode.Gamelet.com |
Privacy Policy
|
Terms of Service