tarinai/js/achievement_catalog.js

731 lines
22 KiB
JavaScript
Raw Normal View History

2026-07-29 20:52:11 +09:00
window.TARINAI_ACHIEVEMENT_CATALOG = {
"revision": "2026-07-25-achievement-cleanup-v1",
"completionistId": "true_tarinai_observer",
"categories": [
{
"id": "ecology",
"title": "生態"
},
{
"id": "population",
"title": "人口"
},
{
"id": "experiment",
"title": "実験"
},
{
"id": "construction",
"title": "建築"
},
{
"id": "operation",
"title": "操作"
},
{
"id": "other",
"title": "その他"
}
],
"medicineLedgerTypes": [
"first_aid",
"sedative",
"sleep_drug",
"laxative",
"protein",
"niteropu",
"ammo",
"mystery_drug",
"mercury",
"giant_drug",
"dwarf_drug"
],
"linkProgressTypes": [
"rope",
"rod",
"spring"
],
"additiveProgressCaps": {
"placementCount": 100,
"antKills": 100,
"birthCount": 3333,
"quickDeleteCount": 30,
"undoCount": 20,
"redoCount": 20,
"directFeedCount": 33,
"firstAidHeals": 50,
"fightMochiFightCount": 666,
"shotCount": 333,
"loveMochiBirthCount": 721,
"statsButtonPressCount": 30,
"totalDeathCount": 10000,
"manualTarinaiAddedCount": 100,
"robotCleanCount": 200
},
"definitions": [
{
"id": "first_birth",
"title": "はじめての繁殖",
"description": "たりないの繁殖を1回成功させる。",
"category": "population",
"showLockedDescription": true,
"progress": {
"type": "counter",
"key": "birthCount",
"target": 1
}
},
{
"id": "natural_zunchi_slave",
"title": "ずんちどれい",
"description": "ずんちどれいが出現する。",
"category": "ecology",
"showLockedDescription": true
},
2026-08-08 15:31:31 +09:00
{
"id": "ochibi_natural_slave",
"title": "たりないより「たりない」",
"description": "おちびが鎖無しでずんちどれいになる。",
"category": "ecology",
"showLockedDescription": true
},
2026-07-29 20:52:11 +09:00
{
"id": "natural_tarinai_king",
"title": "たりない王",
"description": "たりない王が出現する。",
"category": "ecology",
"showLockedDescription": true
},
{
"id": "self_zunchi_death",
"title": "あぁ^~ たまらねぇぜ",
"description": "おしり鋲を抜いた時、自分のずんちで自爆する。",
"category": "experiment",
"showLockedDescription": true
},
{
"id": "zunchi_collision_death",
"title": "くちゃいのだ!",
"description": "ずんちとの衝突で死亡する個体が出現する。",
"category": "experiment",
"showLockedDescription": true
},
{
"id": "natural_zunchi_slave_5_generations",
"title": "末代までの恥",
"description": "5代連続でずんちどれい鎖なし",
"category": "population",
"showLockedDescription": true
},
{
"id": "natural_tarinai_king_3_generations",
"title": "華麗なる王族",
"description": "3代連続でたりない王王冠なし",
"category": "population",
"showLockedDescription": true
},
{
"id": "death_50_in_10_seconds",
"title": "6番目の大量絶滅",
"description": "10秒以内に50体のたりないが死亡する。",
"category": "experiment",
"showLockedDescription": true
},
{
"id": "birth_50_in_60_seconds",
"title": "ベビーブーム",
"description": "1分以内に30体のたりないが誕生する。",
"category": "population",
"showLockedDescription": true
},
{
"id": "great_mother_1000_births",
"title": "母なる大地",
"description": "たりないを繁殖で累計3333体誕生させる。",
"category": "population",
"showLockedDescription": true,
"progress": {
"type": "counter",
"key": "birthCount",
"target": 3333,
"display": "percent",
"unit": "体"
}
},
{
"id": "lifespan_completed",
"title": "天寿",
"description": "たりない1体が天寿を全うする。",
"category": "ecology",
"showLockedDescription": true
},
{
"id": "soccer_ball_death",
"title": "豆野、殺ッカーやろうぜ!",
"description": "サッカーボールとの衝突で、たりない1体が死亡する。",
"category": "experiment",
"showLockedDescription": false
},
{
"id": "fight_pair_danger_kill",
"title": "喧嘩両成敗",
"description": "喧嘩中のたりないを、両方とも危険カテゴリのアイテムで倒す。",
"category": "experiment",
"showLockedDescription": false
},
{
"id": "all_non_sleep_diseased_25",
"title": "緊急事態宣言",
"description": "25体以上が存命し、フィールド上の全員がねむり病以外の病気にかかる。",
"category": "ecology",
"showLockedDescription": true
},
{
"id": "colony_happy",
"title": "管理された楽園",
"description": "コロニー状態をしばらく「幸福」にする。",
"category": "ecology",
"showLockedDescription": true
},
{
"id": "direct_feed_33",
"title": "餌やりじいさん",
"description": "手から直接33回餌を与える。",
"category": "ecology",
"showLockedDescription": false,
"progress": {
"type": "counter",
"key": "directFeedCount",
"target": 33
}
},
{
"id": "ignite_during_birth_ritual",
"title": "燃え上がる恋",
"description": "たりないがヘコヘコ中に着火する。",
"category": "experiment",
"showLockedDescription": false
},
{
"id": "laxative_starvation",
"title": "内臓全部出た",
"description": "下剤の効果中に餓死する。",
"category": "experiment",
"showLockedDescription": true
},
{
"id": "idle_observer_5_minutes",
"title": "監視カメラ",
"description": "3ゲーム日、操作せず画面を見るだけ",
"category": "operation",
"showLockedDescription": false
},
{
"id": "placed_objects_100",
"title": "物でいっぱい",
"description": "配置物を累計100個置く。",
"category": "construction",
"showLockedDescription": false,
"progress": {
"type": "counter",
"key": "placementCount",
"target": 100
}
},
{
"id": "mechanized_industry",
"title": "機械化産業",
"description": "検知器の信号で接続先を作動させ、ロープ・棒・ばねをそれぞれ1本以上設置する。",
"category": "construction",
"showLockedDescription": false,
"progress": {
"type": "mechanized"
}
},
{
"id": "safe_colony_25_5_minutes",
"title": "安全第一",
"description": "25体以上いる状態をゲーム内5分間維持し、その間寿命以外で死亡者を出さない。",
"category": "ecology",
"showLockedDescription": true
},
{
"id": "ants_alive_25",
"title": "アリの惑星",
"description": "生存しているアリが25体に到達する。",
"category": "ecology",
"showLockedDescription": true
},
{
"id": "ants_killed_100",
"title": "害虫駆除",
"description": "アリを累計100体倒す。",
"category": "experiment",
"showLockedDescription": false,
"progress": {
"type": "counter",
"key": "antKills",
"target": 100
}
},
{
"id": "secret_collection_9_slots",
"title": "秘密のコレクション",
"description": "セーブスロット9つをすべて埋める。",
"category": "operation",
"showLockedDescription": false
},
{
"id": "pause_spam_4_in_1_second",
"title": "何やってるの?",
"description": "何もない部分を1秒間に4回連打する。",
"category": "operation",
"showLockedDescription": false
},
{
"id": "continuous_play_1_hour",
"title": "めっちゃたりない観察",
"description": "1時間連続プレイする。",
"category": "other",
"showLockedDescription": true
},
{
"id": "below_absolute_zero_item",
"title": "物理法則を下側に超越",
"description": "温度計算されるアイテムを1つ絶対零度を下回る温度にする。",
"category": "experiment",
"showLockedDescription": false
},
{
"id": "undo_mass_revival",
"title": "見なかったことにしよう",
"description": "一度のUndoで10体以上の死亡をなかったことにする。",
"category": "operation",
"showLockedDescription": false
},
{
"id": "robot_cleaner_100",
"title": "清掃業者",
"description": "ロボ掃除機にずんち・死骸・汚れを累計200個処理させる。",
"category": "construction",
"showLockedDescription": true,
"progress": {
"type": "counter",
"key": "robotCleanCount",
"target": 200,
"display": "count",
"unit": "個"
}
},
{
"id": "held_30_seconds",
"title": "空中生活",
"description": "同じたりないを30秒間つまみ続ける。",
"category": "operation",
"showLockedDescription": false
},
{
"id": "minimalist_happy",
"title": "ミニマリスト",
"description": "プレイ開始6日目以降、配置物を10個以下に抑えてコロニー状態を「幸福」にする。",
"category": "construction",
"showLockedDescription": false
},
{
"id": "overprotective",
"title": "過保護",
"description": "同じたりないに手から10回餌を与え、3回以上薬で治療する。",
"category": "ecology",
2026-08-08 15:31:31 +09:00
"showLockedDescription": true
2026-07-29 20:52:11 +09:00
},
{
"id": "self_sufficient",
"title": "自給自足",
"description": "複製機がない状態で、20体以上を直接給餌せず10分間維持する。",
"category": "ecology",
"showLockedDescription": false
},
{
"id": "unplanned_city_30",
"title": "無計画都市",
"description": "配置後30秒以内に削除する操作を累計30回行う。",
"category": "construction",
"showLockedDescription": false,
"progress": {
"type": "counter",
"key": "quickDeleteCount",
"target": 30
}
},
{
"id": "sauna_cold_plunge",
"title": "サウナ水風呂",
"description": "暑すぎる状態になったたりないを、15秒以内に寒すぎる状態にする。",
"category": "experiment",
"showLockedDescription": false
},
{
"id": "rain_shelter_all",
"title": "雨宿り完了",
"description": "雨天時、20体以上の全員をパラソル・巣箱・土管で雨宿りさせる。",
"category": "ecology",
"showLockedDescription": true
},
{
"id": "medicine_ledger_all",
"title": "おくすり手帳全埋め",
"description": "全種類の薬を少なくとも1回使用する。",
"category": "ecology",
"showLockedDescription": false,
"progress": {
"type": "set",
"key": "medicineTypes",
"required": "medicineLedgerTypes"
}
},
{
"id": "mercury_lifespan",
"title": "不老不死まであと一歩",
"description": "水銀を使用したたりないが天寿を全うする。",
"category": "experiment",
"showLockedDescription": true
},
{
"id": "enemy_enemy_friend",
"title": "敵の敵は味方",
"description": "たりない30体以上を無傷で保ちながら、危険アイテムでアリを10体倒す。",
"category": "ecology",
"showLockedDescription": true
},
{
"id": "revolution",
"title": "革命",
"description": "ずんちどれいが、たりない王を喧嘩で死亡させる。",
"category": "experiment",
"showLockedDescription": true
},
{
"id": "fuel_to_fire",
"title": "火に油",
"description": "けんか餅を与えたたりないが30秒以内に喧嘩を始める。",
"category": "experiment",
"showLockedDescription": false
},
{
"id": "undo_20",
"title": "やっぱなし",
"description": "Undoを累計20回成功させる。",
"category": "operation",
"showLockedDescription": false,
"progress": {
"type": "counter",
"key": "undoCount",
"target": 20
}
},
{
"id": "redo_20",
"title": "やっぱあり",
"description": "Redoを累計20回成功させる。",
"category": "operation",
"showLockedDescription": false,
"progress": {
"type": "counter",
"key": "redoCount",
"target": 20
}
},
{
"id": "eternal_history_generation_10",
"title": "悠久の歴史",
"description": "世代が10に到達する。",
"category": "population",
"showLockedDescription": true
},
{
"id": "king_full_satisfaction",
"title": "五体満足",
"description": "たりない王1個体にプロテインと巨大薬の効果を同時に付与する。",
"category": "ecology",
"showLockedDescription": false
},
{
"id": "slave_zero_satisfaction",
"title": "零体満足",
"description": "ずんちどれい1個体にンイテロプと矮小薬の効果を同時に付与する。",
"category": "ecology",
"showLockedDescription": false
},
{
"id": "town_doctor_50",
"title": "町のお医者さん",
"description": "救急薬を累計50回使用し、体力を回復させる。",
"category": "ecology",
"showLockedDescription": true,
"progress": {
"type": "counter",
"key": "firstAidHeals",
"target": 50,
"display": "count",
"unit": "回"
}
},
{
"id": "poke_plushie_fling",
"title": "割とふわふわ",
"description": "ぬいぐるみを「つつく」で弾き飛ばす。",
"category": "operation",
"showLockedDescription": false
},
{
"id": "chaos_seeker_666_fights",
"title": "混沌ヲ希求スル者",
"description": "けんか餅の影響下で喧嘩を累計666回発生させる。",
"category": "experiment",
"showLockedDescription": true,
"progress": {
"type": "counter",
"key": "fightMochiFightCount",
"target": 666,
"display": "percent",
"unit": "回"
}
},
{
"id": "clean_freak_robot_only",
"title": "潔癖症",
"description": "ロボット掃除機の設定全項目にチェックを入れて稼働させ、フィールド上にロボット掃除機以外を存在させない。",
"category": "construction",
"showLockedDescription": false
},
{
"id": "true_tarinai_observer",
"title": "真・たりない観察",
"description": "これ以外の全ての実績を達成する。",
"category": "other",
"showLockedDescription": false
},
{
"id": "sniper_333_shots",
"title": "狙撃手",
"description": "累計333発撃つ。",
"category": "operation",
"showLockedDescription": false,
"progress": {
"type": "counter",
"key": "shotCount",
"target": 333
}
},
{
"id": "megalopolis",
"title": "メガロポリス",
"description": "複製機を10個以上、干草寝床・巣箱・土管を合計15個以上設置し、たりないを100体以上生存させる。",
"category": "construction",
"showLockedDescription": true
},
{
"id": "fertility_seeker_721_love_births",
"title": "豊穣ヲ希求スル者",
"description": "へこ餅の影響下で繁殖を721回成功させる。",
"category": "population",
"showLockedDescription": true,
"progress": {
"type": "counter",
"key": "loveMochiBirthCount",
"target": 721,
"display": "percent",
"unit": "回"
}
},
{
"id": "low_fps_single_digit",
"title": "スペックがたりない",
"description": "fpsを1桁にする。",
"category": "other",
"showLockedDescription": true
},
{
"id": "continuous_play_24_hours",
"title": "寝ろ",
"description": "24時間連続でプレイする。",
"category": "other",
"showLockedDescription": true
},
{
"id": "sandbox_five_toilets",
"title": "砂場",
"description": "トイレの砂をフィールドに5個設置する。",
"category": "construction",
"showLockedDescription": false
},
{
"id": "park_ground_changed",
"title": "そこ公共空間だよ?",
"description": "公園の地面を勝手に変更する。",
"category": "construction",
"showLockedDescription": false
},
{
"id": "ground_change_4_in_1_second",
"title": "破格の工事費用",
"description": "地面を変えすぎて破産する。",
"category": "construction",
"showLockedDescription": false
},
{
"id": "ant_nest_without_tarinai",
"title": "アリ観察",
"description": "アリの巣があるが、たりないがいない。",
"category": "ecology",
"showLockedDescription": false
},
{
"id": "sticky_bomb_15_passes",
"title": "命のバトン",
"description": "粘着ボムを爆発までに15回以上パスする。",
"category": "experiment",
"showLockedDescription": false
},
{
"id": "daily_play_7_days",
"title": "毎日たりない観察",
"description": "7日連続でプレイする。",
"category": "other",
"showLockedDescription": true,
"progress": {
"type": "value",
"key": "dailyPlayStreak",
"target": 7,
"display": "percent",
"unit": "日"
}
},
{
"id": "wire_shock_7_tarinai",
"title": "抵抗器じゃない",
"description": "電流が流れている1本の電線で7体のたりないを感電させる。",
"category": "experiment",
"showLockedDescription": false
},
{
"id": "information_industry",
"title": "情報化産業",
"description": "基盤同士を電線類でつなぎ、信号を流す。",
"category": "construction",
"showLockedDescription": false
},
{
"id": "strength_in_numbers",
"title": "数こそ力",
"description": "生存しているたりないが100体に到達する。",
"category": "population",
"showLockedDescription": false
},
{
"id": "elite_few",
"title": "少数精鋭",
"description": "たりないが25体以下の状態を5日間維持する。",
"category": "population",
"showLockedDescription": true
},
{
"id": "zunchi_overflow",
"title": "踩屎感",
"description": "たりないが20体以上いる状態で、ずんちの数がたりないの数を上回る。",
"category": "ecology",
"showLockedDescription": false
},
{
"id": "comfortable_beds",
"title": "快適な寝床",
"description": "生存している全てのたりないに行き渡る数の寝床を用意する。",
"category": "ecology",
"showLockedDescription": false
},
{
"id": "stone_pillow",
"title": "石に枕す",
"description": "たりないが30体以上いる状態で、寝床充足率を0%にする。",
"category": "ecology",
"showLockedDescription": false
},
{
"id": "across_seasons",
"title": "季節を越えて",
"description": "春夏秋冬の四季を一巡する。",
"category": "other",
"showLockedDescription": false
},
{
"id": "favorite_one",
"title": "推し",
"description": "ある個体をお気に入りに登録する。",
"category": "ecology",
"showLockedDescription": false
},
{
"id": "statistician",
"title": "統計学者",
"description": "統計の個体数・欲求・環境・グラフ表示切替ボタンを累計30回押す。",
"category": "operation",
"showLockedDescription": false,
"progress": {
"type": "counter",
"key": "statsButtonPressCount",
"target": 30,
"display": "count",
"unit": "回"
}
},
{
"id": "well_informed",
"title": "情報通",
"description": "プッシュ通知をONにする。",
"category": "operation",
"showLockedDescription": false
},
{
"id": "lively_making",
"title": "賑わいづくり",
"description": "「たりないを追加」で100体追加する。",
"category": "population",
"showLockedDescription": true,
"progress": {
"type": "counter",
"key": "manualTarinaiAddedCount",
"target": 100,
"display": "count",
"unit": "体"
}
},
{
"id": "memento_mori",
"title": "多数の死は統計上の数字でしかない",
"description": "たりないが合計10000体死亡する。",
"category": "population",
"showLockedDescription": true,
"progress": {
"type": "counter",
"key": "totalDeathCount",
"target": 10000,
"display": "percent",
"unit": "体"
}
},
{
"id": "mad_scientist",
"title": "マッドサイエンティスト",
"description": "異なる10匹のたりないに怪しい薬を投与する。",
"category": "experiment",
"showLockedDescription": false,
"progress": {
"type": "unique",
"key": "mysteryDrugTarinaiIds",
"target": 10,
"display": "count",
"unit": "匹"
}
}
]
};