@@ -219,22 +219,32 @@ public class TranslateConfig
219219 [ Description ( "SCP-1093刷新广播" ) ]
220220 public string SCP1093SpawnBroadcast { get ; set ; } = "你是 <color=yellow>SCP-1093 人灯</color>" ;
221221 [ Description ( "SCP-1093技能介绍" ) ]
222- public List < string > SCP1093SkillIntroduction { get ; set ; } = new List < string > ( )
223- {
222+ public List < string > SCP1093SkillIntroduction { get ; set ; } =
223+ [
224224 "你是 [SCP-1093] 持续照亮附近5米范围,并辐射附近1米范围内的人" ,
225225 "你的头是虚无的,任何人对你头部没有伤害"
226- } ;
226+ ] ;
227+ [ Description ( "SCP-023刷新广播" ) ]
228+ public string SCP023SpawnBroadcast { get ; set ; } = "你是 <color=red>SCP-023 黑煞星</color>" ;
229+ [ Description ( "SCP-023技能介绍" ) ]
230+ public List < string > SCP023SkillIntroduction { get ; set ; } =
231+ [
232+ "你是 [SCP-023] 按对应的按键可以发动穿门技能" ,
233+ "使用SCP-1344的攻击你的人会遭到反噬"
234+ ] ;
235+ [ Description ( "SCP-023被带SCP1344的人伤害时攻击者被反噬的死亡原因" ) ]
236+ public string SCP023ReversedCauseOfDeath { get ; set ; } = "你不应该带着SCP-1344出现在SCP-023面前的" ;
227237 [ Description ( "警卫队长刷新广播" ) ]
228238 public string GuardCaptainSpawnBroadcast { get ; set ; } = "<size=60><color=#E5DADA>你是安保队长</color></size>" ;
229239 [ Description ( "SCP-191刷新广播" ) ]
230240 public string SCP191SpawnBroadcast { get ; set ; } = "你成为了<color=red>SCP-191 机械少女</color>" ;
231241 [ Description ( "SCP-191技能介绍" ) ]
232- public List < string > SCP191SkillIntroduction { get ; set ; } = new List < string > ( )
233- {
242+ public List < string > SCP191SkillIntroduction { get ; set ; } =
243+ [
234244 "你是 [SCP-191] 因为你的身体的改造" ,
235245 "你对除了电磁和爆炸伤害的<color=red>抗性很高</color>" ,
236246 "但别忘了去079收容室充电"
237- } ;
247+ ] ;
238248 [ Description ( "SCP-191电量显示" ) ]
239249 public string SCP191BatteryHintShow { get ; set ; } = "<align=right><size=40><b>你目前剩余的电量:<color=yellow>%Battery%安</color></size></b></align>" ;
240250 [ Description ( "SCP-191电量耗尽死亡原因" ) ]
@@ -269,6 +279,8 @@ public class TranslateConfig
269279 public string SCP191SpecialIntroduction { get ; set ; } = "<color=red>SCP-191 机械少女</color>" ;
270280 [ Description ( "SCP-2936特殊介绍" ) ]
271281 public string SCP2936SpecialIntroduction { get ; set ; } = "<color=red>SCP-2936-1 巨型德国机器人</color>" ;
282+ [ Description ( "SCP-023特殊介绍" ) ]
283+ public string SCP023SpecialIntroduction { get ; set ; } = "<color=red>SCP-023 黑煞星</color>" ;
272284 [ Description ( "天网机动特遣队特殊介绍" ) ]
273285 public string SkynetSpecialIntroduction { get ; set ; } = "<color=blue>天网 机动特遣队</color>" ;
274286 [ Description ( "非礼勿视机动特遣队特殊介绍" ) ]
0 commit comments