This repository was archived by the owner on Feb 26, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# CHANGELOG of PBL-Game
22
3+ ## v1.2.0 (2026-02-10)
4+ - 山口県に隠しルート追加
5+ - 山口県左上部(36,116)に新規NPCを追加
6+ - 話すとすべてのアイテムを入手し、鹿児島県のエンディングNPC付近へ遷移し、クリアが可能
7+ - ` dialogue.json ` 新規NPC "npc_yamaguchi" を追加
8+ - NPC画像ファイル ` npc_yamaguchi.png ` を追加(出典は他のNPCと同様)
9+ - ` common.json ` に "secret_route" を追加
10+
311## v1.1.2 (2026-02-10)
412- 操作方法を十字キーに変更
513- 画面左上部のUIに移動の説明を追加
Original file line number Diff line number Diff line change 230230 "text" : " ―――END――― YOU CAN (NOT) TRY AGAIN" ,
231231 "bg" : " story/title.jpg"
232232 }
233+ ],
234+ "secret_route" : [
235+ {
236+ "speaker" : " ???" ,
237+ "text" : " 謎の人物からすべてのアイテムを手に入れた。" ,
238+ "bg" : " story/title.jpg"
239+ },
240+ {
241+ "speaker" : " ???" ,
242+ "text" : " そして、突然別の場所にワープさせられた。" ,
243+ "bg" : " story/title.jpg"
244+ }
233245 ]
234246}
Original file line number Diff line number Diff line change 432432 ],
433433 "map_id" : " kyutech_campus" ,
434434 "image" : " map/door.png"
435+ },
436+ "npc_yamaguchi" : {
437+ "position" : [
438+ 36 ,
439+ 116
440+ ],
441+ "map_id" : " yamaguchi" ,
442+ "image" : " character/npc_yamaguchi.png" ,
443+ "lines" : [
444+ " よく見つけたな!ここにいる私を見つけるとは。" ,
445+ " 君には特別に、お祝いとしてエンディングに必要なアイテムを全て与えよう。"
446+ ],
447+ "novel_trigger" : " secret_route" ,
448+ "map_trigger" : " kagoshima" ,
449+ "map_dest_x" : 456 ,
450+ "map_dest_y" : 670 ,
451+ "reward" : [
452+ " model_rocket_engine_c6_0" ,
453+ " aichi_cfrp_sheet" ,
454+ " kanagawa_control_unit" ,
455+ " ibaraki_antenna_module" ,
456+ " kagoshima_engine_unit"
457+ ]
435458 }
436459}
You can’t perform that action at this time.
0 commit comments