udpate sect effects

This commit is contained in:
bridge
2025-11-29 14:31:50 +08:00
parent 307bfa7e32
commit 26038004ef
2 changed files with 4 additions and 3 deletions

View File

@@ -19,6 +19,7 @@ EFFECT_DESC_MAP = {
"extra_cultivate_exp": "修炼经验",
"extra_battle_strength_points": "战力点数",
"extra_escape_success_rate": "逃跑成功率",
"extra_assassinate_success_rate": "暗杀成功率",
"extra_observation_radius": "感知范围",
"extra_move_step": "移动步长",
"legal_actions": "特殊能力",
@@ -78,7 +79,7 @@ def translate_condition(condition: str) -> str:
"avatar.weapon.proficiency": "兵器熟练度",
"avatar.weapon": "兵器",
"avatar.cultivation_progress.realm.value": "境界等级",
"avatar.cultivation.level": "修为等级",
"avatar.cultivation_progress.level": "修为等级",
"avatar.alignment": "立场",
"avatar.age": "年龄",
"avatar.spirit_animal": "灵兽",

View File

@@ -15,8 +15,8 @@ id,name,weapon_type,grade,sect_id,desc,effects
2004,降魔杵,,宝物,,降妖除魔,正气凛然。,"{extra_battle_strength_points: 2, extra_max_hp: 50}"
2005,紫罗扇,,宝物,,扇动间紫气缭绕,洞悉先机。,"{extra_battle_strength_points: 2, extra_observation_radius: 1}"
2006,蛟龙鞭,,宝物,,鞭身如蛟龙盘旋,柔中带刚。,{extra_battle_strength_points: 2}
2007,瑶光琴,,宝物,,琴音悠扬,助人悟道。,"{extra_battle_strength_points: 2, cultivation_speed_rate: 1.1}"
2008,凤鸣笛,,宝物,,笛声如凤鸣九天,清心宁神。,"{extra_battle_strength_points: 2, cultivation_speed_rate: 1.1}"
2007,瑶光琴,,宝物,,琴音悠扬,助人悟道。,"{extra_battle_strength_points: 2, cultivate_duration_reduction: 0.1}"
2008,凤鸣笛,,宝物,,笛声如凤鸣九天,清心宁神。,"{extra_battle_strength_points: 2, cultivate_duration_reduction: 0.1}"
2009,追魂刺,暗器,宝物,,暗器如影随形,取人性命于无声。,{extra_battle_strength_points: 2}
2010,灵兽骨笛,,宝物,2,以灵兽之骨炼成,可与兽类心意相通。,"[{extra_battle_strength_points: 1}, {when: 'avatar.spirit_animal is not None', extra_battle_strength_points: 2}]"
2011,赤焰战刀,,宝物,,烈火淬炼而成,刀身赤红似火。,{extra_battle_strength_points: 2}
1 id name weapon_type grade sect_id desc effects
15 2004 降魔杵 宝物 降妖除魔,正气凛然。 {extra_battle_strength_points: 2, extra_max_hp: 50}
16 2005 紫罗扇 宝物 扇动间紫气缭绕,洞悉先机。 {extra_battle_strength_points: 2, extra_observation_radius: 1}
17 2006 蛟龙鞭 宝物 鞭身如蛟龙盘旋,柔中带刚。 {extra_battle_strength_points: 2}
18 2007 瑶光琴 宝物 琴音悠扬,助人悟道。 {extra_battle_strength_points: 2, cultivation_speed_rate: 1.1} {extra_battle_strength_points: 2, cultivate_duration_reduction: 0.1}
19 2008 凤鸣笛 宝物 笛声如凤鸣九天,清心宁神。 {extra_battle_strength_points: 2, cultivation_speed_rate: 1.1} {extra_battle_strength_points: 2, cultivate_duration_reduction: 0.1}
20 2009 追魂刺 暗器 宝物 暗器如影随形,取人性命于无声。 {extra_battle_strength_points: 2}
21 2010 灵兽骨笛 宝物 2 以灵兽之骨炼成,可与兽类心意相通。 [{extra_battle_strength_points: 1}, {when: 'avatar.spirit_animal is not None', extra_battle_strength_points: 2}]
22 2011 赤焰战刀 宝物 烈火淬炼而成,刀身赤红似火。 {extra_battle_strength_points: 2}