harem addition

This commit is contained in:
xiaomlove
2022-08-04 13:02:55 +08:00
parent 260ebd5a5e
commit 9be577cc81
12 changed files with 98 additions and 32 deletions
+8
View File
@@ -130,6 +130,14 @@ $lang_mybonus = array
'text_attendance_card' => '購買補簽卡',
'text_attendance_card_note' => '補簽一天消耗一張,補簽目標日期所得魔力獎勵按照正常計算,即目標日期往前推計算連續天數獲得獎勵。',
'text_success_buy_attendance_card' => '成功購買了一張補簽卡。',
'text_harem_addition_get' => '當前後宮加成每小時獲得 %s 魔力',
'reward_type' => '獎勵類型',
'addition' => '加成',
'got_bonus' => '獲得魔力',
'total' => '合計',
'reward_type_basic' => '基本獎勵',
'reward_type_harem_addition' => '後宮加成',
'bonus_base' => '基礎魔力',
);
?>
+3
View File
@@ -766,6 +766,9 @@ $lang_settings = array
'row_imdb_language' => 'IMDB 語言',
'text_imdb_language_note' => '抓取 IMDB 數據使用的語言。',
'text_login_type_passkey' => 'passkey',
'row_harem_addition' => '後宮加成',
'text_user_would_get_by_harem' => '用戶將獲得直屬後宮魔力值的',
'text_harem_addition_note' => '倍作為獎勵(系數,如填入 0.01,後宮獲得 100 魔力則獎勵用戶 100 * 0.01 = 1',
);
?>