Skip to content
This repository has been archived by the owner on Dec 27, 2024. It is now read-only.

Commit

Permalink
feat(pages/ko): v0.6.0 (#3)
Browse files Browse the repository at this point in the history
* Co-authored-by: scarf <greenscarf005@gmail.com>

* v0.6.0 feat posting

* feat: entry for stable

---------

Co-authored-by: scarf <greenscarf005@gmail.com>
  • Loading branch information
NappingOcean and scarf005 authored Mar 26, 2024
1 parent fb9b091 commit 16f0b31
Show file tree
Hide file tree
Showing 5 changed files with 114 additions and 2 deletions.
3 changes: 2 additions & 1 deletion _includes/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ const header = (lang: string) => /*html*/ `
</h1>
<nav aria-labelledby="recent-changes-navigation">
<a href="/${lang}/">최근 내역</a>
<a href="/${lang}/pages">전체 내역</a>
<a href="/${lang}/pages">실험판 내역</a>
<a href="/${lang}/stables">안정판 내역</a>
<a href="/${lang}/contributing">기여하기</a>
<a href="https://github.com/cataclysmbnteam/Cataclysm-BN/releases">게임 플레이하기</a>
</nav>
Expand Down
1 change: 0 additions & 1 deletion index.page.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { mapValues } from "$std/collections/map_values.ts"
import { maxWith } from "$std/collections/max_with.ts"
import type { Data } from "lume/core/file.ts"

export const layout = "base.ts"
Expand Down
2 changes: 2 additions & 0 deletions stables/_data.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export const category = "stable"
export const lang = "ko"
21 changes: 21 additions & 0 deletions stables/index.page.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
import { toUl } from "../index.page.ts"

export const lang = "ko"
export const category = "meta"
export const layout = "base.ts"

export default ({ search }: Lume.Data) => {
const pages = search.pages(`category=stable lang=${lang}`)

const titles = pages.map((page) => /*html*/ `
<li>
<h3>
<a href="${page.title}">${page.title}</a>
</h3>
</li>
`)

return /*html*/ `
${toUl(titles)}
`
}
89 changes: 89 additions & 0 deletions stables/v0.6.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
---
date: 2024-03-19
---

# v0.6.0

## 대변경

- [크리처 중심의 Lua 바인딩 추가](https://github.com/cataclysmbnteam/Cataclysm-BN/pull/4070)
- 이걸로 Lua 모딩할 때 크리처 관련 함수를 넣을 수 있다!

## 기능 추가

- [군사지역 정비](https://github.com/cataclysmbnteam/Cataclysm-BN/pull/4051)
- [병원 지붕에 청크 추가](https://github.com/cataclysmbnteam/Cataclysm-BN/pull/4072)
- [군사 헬기 착륙장 리밸런스](https://github.com/cataclysmbnteam/Cataclysm-BN/pull/4076)
- [군사 전초기지 업데이트](https://github.com/cataclysmbnteam/Cataclysm-BN/pull/4074)
- [군용 벙커 개선](https://github.com/cataclysmbnteam/Cataclysm-BN/pull/4089)
- 군사지역 맵젠 파일 너무 지저분해서 건드릴 수도 없었던 문제를 해결했다고 한다.
- 그에 맞춰서 여러가지 군사지역 업데이트.
- 헬기를 더 안정적으로 발견할 수 있게 된 듯함!

- [DDA에 있는 NPC 추가](https://github.com/cataclysmbnteam/Cataclysm-BN/pull/3917)

- [더 일관된 식물/돌 배쉬 결과](https://github.com/cataclysmbnteam/Cataclysm-BN/pull/4091)
- [갈철석, 카카오, 코카나무 희귀도 조정](https://github.com/cataclysmbnteam/Cataclysm-BN/pull/4092)

- [활용도 떨어지는 바이오닉 통합](https://github.com/cataclysmbnteam/Cataclysm-BN/pull/4106)
- 활용도 떨어지는 바이오닉을 버리고 인포링크 라는 바이오닉으로 통합.

- [Nonperishable Overhaul 을 메인라인 반영](https://github.com/cataclysmbnteam/Cataclysm-BN/pull/4113)
- 유통기한 1년 넘기는 것들은 다 안 썩게 됐다고 보면 된다.
- 반영이 안됐다 싶은 것도 차차 반영 중.

- [쌀 농사 업데이트](https://github.com/cataclysmbnteam/Cataclysm-BN/pull/4120)
- 볍씨는 여름에 덤불 뒤져서 구할 수 있다.

- [볼트미터, 바이오닉 스캐너 CBM 추가](https://github.com/cataclysmbnteam/Cataclysm-BN/pull/4107)
- [제작 가능한 바이오닉 메인라인 반영](https://github.com/cataclysmbnteam/Cataclysm-BN/pull/4119)
- [바이오닉 제작법 추가](https://github.com/cataclysmbnteam/Cataclysm-BN/pull/4142)

- [한손 갈고리 장비 분류 추가](https://github.com/cataclysmbnteam/Cataclysm-BN/pull/4153)
- 쇠지레나 빠루, 낫 등에 반영됨. 피오르 디 바타글리아가 적용됨.

- [트리피드 업데이트](https://github.com/cataclysmbnteam/Cataclysm-BN/pull/4154)
- DDA꺼 포팅해왔다는 듯.

- [동물에게서 얻는 가죽 수 상향](https://github.com/cataclysmbnteam/Cataclysm-BN/pull/4161)
- [생가죽 훈제걸이에 넣을 수 있음](https://github.com/cataclysmbnteam/Cataclysm-BN/pull/4186)
- 이제 가죽 말린다고 고생 안해도 된다....

- [맨손 타격시 피해량이 비무장스킬의 2배가 되도록 조정](https://github.com/cataclysmbnteam/Cataclysm-BN/pull/4160)
- 진정한 권왕의 강림.

- [절지동물 조정 시리즈1, 잠자리](https://github.com/cataclysmbnteam/Cataclysm-BN/pull/4177)
- [더마틱](https://github.com/cataclysmbnteam/Cataclysm-BN/pull/4238)
- [지네](https://github.com/cataclysmbnteam/Cataclysm-BN/pull/4246)
- [말벌](https://github.com/cataclysmbnteam/Cataclysm-BN/pull/4255)
- 이런 게 앞으로 더 나올 예정. ~~크아악~~

- [작은 아이템들 분해 업데이트](https://github.com/cataclysmbnteam/Cataclysm-BN/pull/4147)

- [엄폐 가능 및 관련 데이터 업데이트](https://github.com/cataclysmbnteam/Cataclysm-BN/pull/4129)
- 이제 모래주머니 같은 거 뒤에 있으면 총알을 비껴맞을 확률이 제공된다는 듯?

- [`place_monster` 기능의 아이템의 원거리 작동 허용](https://github.com/cataclysmbnteam/Cataclysm-BN/pull/4174)
- 이제 던져서 작동 가능한 맨핵도 가능한 것.

- [강철 활줄, 연사쇠뇌 너프](https://github.com/cataclysmbnteam/Cataclysm-BN/pull/4242)
- 강철활줄 이름이 강철 활몸으로 바뀌고, 데미지 너프 및 장전 너프가 가해짐.
- 연사쇠뇌도 데미지랑 사거리가 5씩 너프

- [수제 아크 용접기 삭제](https://github.com/cataclysmbnteam/Cataclysm-BN/pull/4264)
- 그 레시피 갖고 "아크 용접기" 제작 가능해짐.

- [총기 부품에 `exclusion`(예외) 필드 추가](https://github.com/cataclysmbnteam/Cataclysm-BN/pull/4254)
- 에너지 무기 등에 부착 불가능하게 만들 수 있는 게 예시로 나옴.

- [변이 독소 관련 시스템 변경](https://github.com/cataclysmbnteam/Cataclysm-BN/pull/4163)
- 잘... 잘 몰르겠음.. 뭔가 일어나고 있음...

- [체력이 활 당기는 속도에 영향 줌](https://github.com/cataclysmbnteam/Cataclysm-BN/pull/4145)

- [야생동물이 우호적이면 그 아이도 우호적](https://github.com/cataclysmbnteam/Cataclysm-BN/pull/4287)
- [알을 낳는다면 거기서 나온 아이도 우호적](https://github.com/cataclysmbnteam/Cataclysm-BN/pull/4289)

- [압축 해제 경로를 표시함](https://github.com/cataclysmbnteam/Cataclysm-BN/pull/4270)

- [코카 생산물 조정](https://github.com/cataclysmbnteam/Cataclysm-BN/pull/4355)

0 comments on commit 16f0b31

Please sign in to comment.