Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
167 changes: 167 additions & 0 deletions assets/config/store.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,167 @@
{
"items": {
"store.card_click_perm": {
"name_key": "store.items.card_click_perm.name",
"desc_key": "store.items.card_click_perm.desc",
"image": "assets/images/store/CardClickPerm.png",
"purchase_limit_type": "limited",
"purchase_max_count": 1,
"ads_pay": false
},
"store.card_idle_perm": {
"name_key": "store.items.card_idle_perm.name",
"desc_key": "store.items.card_idle_perm.desc",
"image": "assets/images/store/CardIdlePerm.png",
"purchase_limit_type": "limited",
"purchase_max_count": 1,
"ads_pay": false
},
"store.card_click_2x_30m": {
"name_key": "store.items.card_click_2x_30m.name",
"desc_key": "store.items.card_click_2x_30m.desc",
"image": "assets/images/store/CardClick2x30m.png",
"purchase_limit_type": "unlimited",
"purchase_max_count": 0,
"ads_pay": false
},
"store.card_idle_2x_1h": {
"name_key": "store.items.card_idle_2x_1h.name",
"desc_key": "store.items.card_idle_2x_1h.desc",
"image": "assets/images/store/CardIdle2x1h.png",
"purchase_limit_type": "unlimited",
"purchase_max_count": 0,
"ads_pay": false
},
"store.card_offline_perm_6h": {
"name_key": "store.items.card_offline_perm_6h.name",
"desc_key": "store.items.card_offline_perm_6h.desc",
"image": "assets/images/store/CardOfflinePerm6h.png",
"purchase_limit_type": "limited",
"purchase_max_count": 1,
"ads_pay": false
},
"store.card_offline_once_6h": {
"name_key": "store.items.card_offline_once_6h.name",
"desc_key": "store.items.card_offline_once_6h.desc",
"image": "assets/images/store/CardOfflineOnce6h.png",
"purchase_limit_type": "unlimited",
"purchase_max_count": 0,
"ads_pay": false
},
"store.card_cap_perm": {
"name_key": "store.items.card_cap_perm.name",
"desc_key": "store.items.card_cap_perm.desc",
"image": "assets/images/store/CardCapPerm.png",
"purchase_limit_type": "limited",
"purchase_max_count": 1,
"ads_pay": false
},
"store.ticket_pet_single": {
"name_key": "store.items.ticket_pet_single.name",
"desc_key": "store.items.ticket_pet_single.desc",
"image": "assets/images/store/TicketPetSingle.png",
"purchase_limit_type": "unlimited",
"purchase_max_count": 0,
"ads_pay": false
},
"store.ticket_pet_10plus1": {
"name_key": "store.items.ticket_pet_10plus1.name",
"desc_key": "store.items.ticket_pet_10plus1.desc",
"image": "assets/images/store/TicketPet10Plus1.png",
"purchase_limit_type": "unlimited",
"purchase_max_count": 0,
"ads_pay": false
},
"store.pack_daily": {
"name_key": "store.items.pack_daily.name",
"desc_key": "store.items.pack_daily.desc",
"image": "assets/images/store/PackDaily.png",
"purchase_limit_type": "daily",
"purchase_max_count": 1,
"ads_pay": true
},
"store.pack_monthly": {
"name_key": "store.items.pack_monthly.name",
"desc_key": "store.items.pack_monthly.desc",
"image": "assets/images/store/PackMonthly.png",
"purchase_limit_type": "monthly",
"purchase_max_count": 1,
"ads_pay": false
},
"store.pack_7n_starter": {
"name_key": "store.items.pack_7n_starter.name",
"desc_key": "store.items.pack_7n_starter.desc",
"image": "assets/images/store/PackStarter7n.png",
"purchase_limit_type": "first7",
"purchase_max_count": 1,
"ads_pay": false
},
"store.pack_30n_starter": {
"name_key": "store.items.pack_30n_starter.name",
"desc_key": "store.items.pack_30n_starter.desc",
"image": "assets/images/store/PackStarter30n.png",
"purchase_limit_type": "first30",
"purchase_max_count": 1,
"ads_pay": false
}
},
"tabs": {
"permanent": [
{
"section_key": "store.section.boost_permanent",
"items": [
"store.card_click_perm",
"store.card_idle_perm"
]
},
{
"section_key": "store.section.boost_temporary",
"items": [
"store.card_click_2x_30m",
"store.card_idle_2x_1h"
]
},
{
"section_key": "store.section.offline",
"items": [
"store.card_offline_perm_6h",
"store.card_offline_once_6h"
]
},
{
"section_key": "store.section.tap_cap",
"items": [
"store.card_cap_perm"
]
},
{
"section_key": "store.section.tickets",
"items": [
"store.ticket_pet_single",
"store.ticket_pet_10plus1"
]
}
],
"limited": [
{
"section_key": "store.section.daily",
"items": [
"store.pack_daily"
]
},
{
"section_key": "store.section.monthly",
"items": [
"store.pack_monthly"
]
},
{
"section_key": "store.section.starter",
"items": [
"store.pack_7n_starter",
"store.pack_30n_starter"
]
}
]
}
}
Binary file added assets/images/store/CardCapPerm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/store/CardClick2x30m.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/store/CardClickPerm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/store/CardIdle2x1h.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/store/CardIdlePerm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/store/CardOfflineOnce6h.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/store/CardOfflinePerm6h.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/store/PackDaily.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/store/PackMonthly.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/store/PackStarter30n.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/store/PackStarter7n.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/store/TicketPet10Plus1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/store/TicketPetSingle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
95 changes: 91 additions & 4 deletions assets/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"pages": {
"home": "Home",
"equipment": "Equipment",
"equipment": "Equipment",
"pets": "Pets",
"shop": "Shop",
"titles": "Titles",
Expand Down Expand Up @@ -344,8 +344,7 @@
"download_all": "Download All",
"all_downloaded": "All downloaded",
"daily_locked": "Already completed today. Come back tomorrow!"
}
,
},
"tutorial": {
"pet_intro": "Pets can be obtained through gacha; they are your strongest allies",
"pet_ticket_info": "You can now earn gacha tickets from daily quests",
Expand All @@ -364,5 +363,93 @@
"epilogue": "This is the beginning of Hippo's legend",
"manga": "Tap to continue",
"next": "Next"
},
"store": {
"tab": {
"permanent": "Permanent Resources",
"limited": "Limited-Time Pack"
},
"section": {
"boost_permanent": "Meme Points Boost Card",
"boost_temporary": "Temporary Boost Card",
"offline": "Offline Idle Bonus",
"tap_cap": "Tap Limit Increase",
"tickets": "Pet Lottery Ticket",
"daily": "Daily Limited Pack",
"monthly": "Monthly Limited Pack",
"starter": "Beginner Growth Pack"
},
"badge": {
"once": "One-Time Only",
"repeat": "Repeatable",
"daily": "Daily Limited",
"monthly": "Monthly Limited",
"first7": "First 7 Days",
"first30": "First 30 Days",
"ads": "Video Reward"
},
"btn": {
"buy": "Purchase",
"disabled": "Locked",
"owned": "Owned",
"ad_buy": "Ad Purchase"
},
"ads": {
"title": "Watch Ad to Purchase"
},
"items": {
"card_click_perm": {
"name": "Permanent Tap Booster",
"desc": "Permanently increases tap gains."
},
"card_idle_perm": {
"name": "Permanent Idle Booster",
"desc": "Permanently increases idle gains."
},
"card_click_2x_30m": {
"name": "Tap x2 for 30m",
"desc": "Double tap gains for 30 minutes."
},
"card_idle_2x_1h": {
"name": "Idle x2 for 1h",
"desc": "Double idle gains for 1 hour."
},
"card_offline_perm_6h": {
"name": "Permanent Offline Cap +6h",
"desc": "Permanently increases offline cap by 6 hours."
},
"card_offline_once_6h": {
"name": "Offline +6h (One-time)",
"desc": "Increase offline duration by 6 hours once."
},
"card_cap_perm": {
"name": "Permanent Tap Cap +",
"desc": "Permanently increases daily tap cap."
},
"ticket_pet_single": {
"name": "Pet Ticket (Single)",
"desc": "Use for a single pet gacha."
},
"ticket_pet_10plus1": {
"name": "Pet Ticket (10+1)",
"desc": "Eleven pet gachas for the price of ten."
},
"pack_daily": {
"name": "Daily Pack",
"desc": "Daily limited pack with mixed rewards."
},
"pack_monthly": {
"name": "Monthly Pack",
"desc": "Monthly limited pack with rich rewards."
},
"pack_7n_starter": {
"name": "7-day Starter Pack",
"desc": "Available in first 7 days."
},
"pack_30n_starter": {
"name": "30-day Starter Pack",
"desc": "Available in first 30 days."
}
}
}
}
}
93 changes: 90 additions & 3 deletions assets/lang/jp.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"pages": {
"home": "ホーム",
"equipment": "装備",
"equipment": "装備",
"pets": "ペット",
"shop": "ショップ",
"titles": "称号",
Expand Down Expand Up @@ -341,8 +341,95 @@
"download_all": "すべてダウンロード",
"all_downloaded": "すべてダウンロード済み",
"daily_locked": "本日は完了しました。明日また来てください!"
}
,
},
"store": {
"tab": {
"permanent": "常駐リソース",
"limited": "期間限定パック"
},
"section": {
"boost_permanent": "ミームポイント強化カード",
"boost_temporary": "一時強化カード",
"offline": "オフライン放置時間ボーナス",
"tap_cap": "タップ上限アップ",
"tickets": "ペット抽選券",
"daily": "デイリー限定パック",
"monthly": "マンスリー限定パック",
"starter": "初心者成長パック"
},
"badge": {
"once": "一回限り",
"repeat": "繰り返し可能",
"daily": "デイリー限定",
"monthly": "マンスリー限定",
"first7": "最初の7日間",
"first30": "最初の30日間",
"ads": "動画報酬"
},
"btn": {
"buy": "購入",
"owned": "所有済み",
"disabled": "未開放",
"ad_buy": "広告で購入"
},
"ads": {
"title": "広告視聴で購入"
},
"items": {
"card_click_perm": {
"name": "タップ強化(永久)",
"desc": "タップ収益の倍率を永久的に上昇させる。"
},
"card_idle_perm": {
"name": "放置強化(永久)",
"desc": "放置収益の倍率を永久的に上昇させる。"
},
"card_click_2x_30m": {
"name": "タップ強化 30分",
"desc": "30分間、タップ収益が2倍になる一時効果。"
},
"card_idle_2x_1h": {
"name": "放置強化 1時間",
"desc": "1時間のあいだ、放置収益が2倍になる一時効果。"
},
"card_offline_perm_6h": {
"name": "オフライン上限 永久+6時間",
"desc": "オフライン報酬の蓄積上限が永久的に6時間増加。"
},
"card_offline_once_6h": {
"name": "オフライン時間 +6時間(1回)",
"desc": "一度だけ、オフライン時間を6時間増加する。"
},
"card_cap_perm": {
"name": "タップ上限 永久+",
"desc": "1日のタップ上限を永久的に引き上げる。"
},
"ticket_pet_single": {
"name": "ペットガチャ券(単発)",
"desc": "ペットガチャを1回利用できる。"
},
"ticket_pet_10plus1": {
"name": "ペットガチャ券(10+1)",
"desc": "10回分の価格で11回ガチャが引ける。"
},
"pack_daily": {
"name": "デイリーパック",
"desc": "毎日限定購入。資源やアイテム入り。"
},
"pack_monthly": {
"name": "マンスリーパック",
"desc": "毎月限定購入。豊富な資源入り。"
},
"pack_7n_starter": {
"name": "7日スターターパック",
"desc": "アカウント作成後7日間のみ購入可能。"
},
"pack_30n_starter": {
"name": "30日スターターパック",
"desc": "アカウント作成後30日間のみ購入可能。"
}
}
},
"tutorial": {
"pet_intro": "ペットはガチャで入手できます。最強の相棒です",
"pet_ticket_info": "これからはデイリーミッションでガチャチケットを獲得できます",
Expand Down
Loading