refactor(content): 게임 제목 변경 및 부적절한 내용 수정
- 게임 제목을 'ASCII NEVER DIE'로 통일 (모든 ARB 파일, app.dart) - 미성년 관련 몬스터 수식어를 RPG에 적합하게 변경: - foetal → primordial (원시) - baby → immature (미숙한) - preadolescent → growing (성장 중인) - teenage → young (어린) - underage → inexperienced (경험 부족) - 테스트 파일 업데이트 (새 제목에 맞춤)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// 아스키나라(ASCII-Nara) 세계관 게임 데이터
|
||||
// ASCII NEVER DIE 세계관 게임 데이터
|
||||
// 코드의 신이 창조한 디지털 판타지 세계
|
||||
|
||||
const Map<String, List<String>> pqConfigData = {
|
||||
|
||||
Reference in New Issue
Block a user