|
1 | | -# Welcome message when a player enters the server |
2 | | -welcome_message: Welcome %playername%~ |
3 | | -# End of round message |
4 | | -round_end_info: The round is over! Dont leave, see you next timeヾ( ̄▽ ̄)~ |
5 | | -# Messages players will receive when friendly damage is turned on |
6 | | -f_f_message: <align=center><voffset=28em> <color=#F6511D> ~Friendly damage is turned on~ </color></voffset></align> |
7 | | -# Server broadcast text |
8 | | -auto_server_message_text: Server broadcast |
9 | | -# Administrator monitoring output text |
10 | | -admin_log: '%Nickname% at %Time% | Used command: %Command% | Steam64ID: %UserId%' |
11 | | -# Administrator monitoring command broadcast |
12 | | -admin_log_broadcast: '<size=30>[<color=red>Admin behavior monitoring output record</color>] <%Nickname%> Just used command: %Command%</size>' |
13 | | -# Display the time left before startup and the server status |
14 | | -title_text: <size=50><color=#F0FF00><b>Waiting for players, {seconds}</b></color></size> |
15 | | -# Text to display the number of players |
16 | | -player_count_text: <size=40><color=#FFA600><i>{players}</i></color></size> |
17 | | -# Message to display if the lobby is locked |
18 | | -server_pause_text: Server paused |
19 | | -# Message on the second line |
20 | | -second_left_text: {seconds} left |
21 | | -# Message on multiple lines |
22 | | -seconds_left_text: {seconds} left |
23 | | -# Message to display when a round starts |
24 | | -round_start_text: Round starts |
25 | | -# Message to display when a player joins the server |
26 | | -player_join_text: Player joins |
27 | | -# Message to display when multiple players join the server |
28 | | -players_join_text: Players join |
29 | | -# Announcement to display when a guard mutinies |
30 | | -guard_mutiny_broadcast: <size=60><color=#ff0000ff>[Warning]</color>This facility guard has been turned against by the Chaos Insurgency</size> |
31 | | -# Announcement to display when a guard is an elite team |
32 | | -elite_guard_broadcast: <size=60><color=#00ffffff>[Notice]</color>The guards of this facility are the elite members of the Nine-Tailed Fox, and the security strength has been greatly improved</size> |
| 1 | +# Welcome message when a player joins the server |
| 2 | +welcome_message: "Welcome %playername%~" |
| 3 | +# Round end message |
| 4 | +round_end_info: "Round ended! Don't leave, see you in the next roundヾ( ̄▽ ̄)~" |
| 5 | +# Friendly fire enabled message |
| 6 | +f_f_message: "<align=center> <color=#F6511D> ~Friendly fire enabled~ </color></align>" |
| 7 | +# Auto server message text |
| 8 | +auto_server_message_text: "Welcome to the server, have fun!" |
| 9 | +# Chat message list title |
| 10 | +chat_message_title: "Message list:" |
| 11 | +# Names of different message types |
| 12 | +message_type_name: |
| 13 | + AdminPrivateChat: "Admin private chat" |
| 14 | + BroadcastChat: "Public message" |
| 15 | + TeamChat: "Team message" |
| 16 | +# Custom player role names in chat |
| 17 | +chat_system_role_translation: |
| 18 | + ClassD: "Class D personnel" |
| 19 | + FacilityGuard: "Guard" |
| 20 | + ChaosConscript: "Chaos Conscript" |
| 21 | + ChaosMarauder: "Chaos Marauder" |
| 22 | + ChaosRepressor: "Chaos Repressor" |
| 23 | + ChaosRifleman: "Chaos Rifleman" |
| 24 | + NtfCaptain: "NTF Captain" |
| 25 | + NtfPrivate: "NTF Private" |
| 26 | + NtfSergeant: "NTF Sergeant" |
| 27 | + NtfSpecialist: "NTF Specialist" |
| 28 | + Scientist: "Scientist" |
| 29 | + Tutorial: "Tutorial character" |
| 30 | + Scp096: "SCP-096" |
| 31 | + Scp049: "SCP-049" |
| 32 | + Scp173: "SCP-173" |
| 33 | + Scp939: "SCP-939" |
| 34 | + Scp079: "SCP-079" |
| 35 | + Scp0492: "SCP-049-2" |
| 36 | + Scp106: "SCP-106" |
| 37 | + Scp3114: "SCP-3114" |
| 38 | + Spectator: "Spectator" |
| 39 | + Overwatch: "Overwatch" |
| 40 | + Filmmaker: "Filmmaker" |
| 41 | +# Custom team names in chat |
| 42 | +chat_system_team_translation: |
| 43 | + Dead: "Dead" |
| 44 | + ClassD: "Class D" |
| 45 | + OtherAlive: "Mysterious team" |
| 46 | + Scientists: "Scientists" |
| 47 | + SCPs: "SCP" |
| 48 | + ChaosInsurgency: "Insurgents" |
| 49 | + FoundationForces: "MTF" |
| 50 | +# Admin log |
| 51 | +admin_log: "%Nickname% at %Time% | Used command: %Command% | Steam64ID: %UserId%" |
| 52 | +# Admin log broadcast |
| 53 | +admin_log_broadcast: "<size=30>[<color=red>Admin action logs</color>] <%Nickname%> just used the command: %Command%</size>" |
| 54 | +# Display remaining time and server status |
| 55 | +title_text: "<size=50><color=#F0FF00><b>Waiting for players, {seconds}</b></color></size>" |
| 56 | +# Player count display text |
| 57 | +player_count_text: "<size=40><color=#FFA600><i>{players}</i></color></size>" |
| 58 | +# Server pause message |
| 59 | +server_pause_text: "<size=30>Server paused</size>" |
| 60 | +# Second line message |
| 61 | +second_left_text: "Remaining {seconds}" |
| 62 | +# Multiline message |
| 63 | +seconds_left_text: "Remaining {seconds}" |
| 64 | +# Round start message |
| 65 | +round_start_text: "Round start" |
| 66 | +# Message when one player joins |
| 67 | +player_join_text: "Player joined" |
| 68 | +# Message when multiple players join |
| 69 | +players_join_text: "players joined" |
| 70 | +# Guard mutiny warning |
| 71 | +guard_mutiny_broadcast: "<size=60><color=#ff0000ff>[Warning]</color> Guards have mutinied and joined the Chaos" |
| 72 | +# Elite guard notification |
| 73 | +elite_guard_broadcast: "<size=60><color=#00ffffff>[Notification]</color> Guards this round are an elite MTF unit, they are reinforced." |
33 | 74 | # Watch list title |
34 | | -watch_list_title: <align=right><size=45%><color=(COLOR)><b>Observer ((COUNT)):</b></color></size></align> |
| 75 | +watch_list_title: "<align=right><size=45%><color=(COLOR)><b>Observers ((COUNT)):</b></color></size></align>" |
35 | 76 | # Watch list format |
36 | | -names: <align=right><size=45%><color=(COLOR)><br>(NAME)</color></size></align> |
37 | | -# DNT reminder |
38 | | -d_n_t_warning: You have turned on DNT, please turn it off, otherwise some plug-ins will not work properly |
39 | | -# SCP-073 reverse injury reason |
40 | | -s_c_p073_damage_reason: SCP073 reverse injury |
41 | | -# SCP-029 escape facility Hint |
42 | | -s_c_p029_escape_hint: Successfully escape the facility and become Chaos to get a legacy of the Chaos Insurgency |
43 | | -# SCP-703 escape facility Hint |
44 | | -s_c_p703_escape_hint: Successfully escape the facility to become a Nine-Tailed Fox Containment Expert, and get 3x |
45 | | -# Skynet Mobile Task Force Cassie Broadcast |
46 | | -skynet_cassie: Mobile Task Force Kappa-10 and Mu-7 codenamed Skynet have entered the facility. They will help Dancer One contain SCP-079. It is recommended that all surviving personnel implement standard evacuation plans until the MTF team arrives at your location. There are currently %SCPNum% SCPs left |
47 | | -# Skynet Mobile Task Force New Recruit Broadcast |
48 | | -skynet_private_broadcast: <size=70><color=#0051FF>You are a Mobile Task Force-Skynet New Recruit</color></size> |
49 | | -# Skynet Mobile Task Force New Recruit Custom Information |
50 | | -skynet_private_custom_info: Skynet New Recruit |
51 | | -# Skynet Mobile Task Force Sergeant Broadcast |
52 | | -skynet_sergeant_broadcast: <size=70><color=#0051FF>You are a Sergeant of Mobile Task Force-Skynet</color></size> |
53 | | -# Skynet Mobile Task Force Recruit Custom Info |
54 | | -skynet_sergeant_custom_info: Skynet Sergeant |
55 | | -# Skynet Mobile Task Force Commander Broadcast |
56 | | -skynet_captain_broadcast: <size=70><color=#0051FF>You are a Commander of Mobile Task Force-Skynet</color></size> |
57 | | -# Skynet Mobile Task Force Commander Custom Info |
58 | | -skynet_captain_custom_info: Skynet Commander |
59 | | -# See No Evil Mobile Task Force Cassie Broadcast |
60 | | -see_no_evil_cassie: Mobile Task Force Eta-10 codenamed See No Evil has entered the facility. They will help contain SCP-096. It is recommended that all surviving personnel follow the standard evacuation plan until the MTF team reaches your location. There are currently %SCPNum% SCPs left |
61 | | -# See No Evil Mobile Task Force New Recruit Broadcast |
62 | | -see_no_evil_private_broadcast: <size=70><color=#0051FF>You are a Mobile Task Force-See No Evil New Recruit</color></size> |
63 | | -# See No Evil Mobile Task Force New Recruit Custom Information |
64 | | -see_no_evil_private_custom_info: See No Evil New Recruit |
65 | | -# See No Evil Mobile Task Force Sergeant Broadcast |
66 | | -see_no_evil_sergeant_broadcast: <size=70><color=#0051FF>You are a Mobile Task Force-See No Evil Sergeant</color></size> |
67 | | -# See No Evil Mobile Task Force New Recruit Custom Information |
68 | | -see_no_evil_sergeant_custom_info: See No Evil Sergeant |
69 | | -# See No Evil Mobile Task Force Commander Broadcast |
70 | | -see_no_evil_captain_broadcast: <size=70><color=#0051FF>You are the commander of Mobile Task Force-See No Evil</color></size> |
71 | | -# See No Evil Mobile Task Force commander custom information |
72 | | -see_no_evil_captain_custom_info: See No Evil Commander |
73 | | -# Special role contained Cassie suffix |
74 | | -special_role_contain_cassie: Successfully eliminated, the specific reason is unknown |
75 | | -# Chaos leader name |
76 | | -chaos_leader_role_name: Chaos Leader |
77 | | -# Chaos leader refresh broadcast |
78 | | -chaos_leader_spawn_broadcast: <size=80><color=#00ff00ff>You are Chaos Insurgency leader</color></size> |
79 | | -# Chaos leader dies Cassie |
80 | | -chaos_leader_death_cassie: Chaos leader dies |
81 | | -# SCP-2936-1 refresh broadcast |
82 | | -s_c_p29361_spawn_broadcast: <size=70>You are <color=red>SCP-2936-1 Giant German Robot</color></size> |
83 | | -# SCP-073 Abel refresh broadcast |
84 | | -s_c_p073_abel_spawn_broadcast: You are <color=green>SCP-073 Abel</color> |
85 | | -# SCP-073 refresh broadcast |
86 | | -s_c_p073_cain_spawn_broadcast: You are <color=green>SCP-073 Cain</color> |
87 | | -# SCP-703 refresh broadcast |
88 | | -s_c_p703_spawn_broadcast: <size=80><color=#00ffffff>You are SCP-703</color></size> |
89 | | -# SCP-703 skill introduction |
90 | | -s_c_p703_skill_introduction: <align=center><voffset=28em><size=70><color=#00ffffff>You will get a random item every once in a while</color></size></voffset></align> |
91 | | -# SCP-703 received item Hint |
92 | | -s_c_p703_received_item_hint: received an item |
93 | | -# SCP-029 refresh broadcast |
94 | | -s_c_p029_spawn_broadcast: <size=60><color=#ff0000ff>You are SCP-029 Daughter of Shadow</color></size> |
95 | | -# SCP-029 skill introduction |
96 | | -s_c_p029_skill_introduction: <voffset=28em><size=40><color=#ff0000ff>Kill all your enemies</color></size></voffset> |
97 | | -# SCP-347 refresh broadcast |
98 | | -s_c_p347_spawn_broadcast: You are <color=red>SCP-347 Invisible Woman</color> |
99 | | -# SCP-1093 refresh broadcast |
100 | | -s_c_p1093_spawn_broadcast: You are <color=yellow>SCP-1093 Human Light</color> |
101 | | -# SCP-1093 Skill Introduction |
102 | | -s_c_p1093_skill_introduction: >-Continuously illuminates the surrounding 5 meters, and affects people within 1 meter of the surrounding area to receive radiation damage (1 health loss per second) Your head seems to be empty, so no one can hurt your head |
103 | | -# Guard Captain refreshes broadcast |
104 | | -guard_captain_spawn_broadcast: <size=60><color=#E5DADA>You are the security captain</color></size> |
105 | | -# SCP-191 refreshes broadcast |
106 | | -s_c_p191_spawn_broadcast: You have become <color=red>SCP-191 Mechanical Girl</color> |
107 | | -# SCP-191 Skill Introduction |
108 | | -s_c_p191_skill_introduction: Because of your body modification, you are highly resistant to damage except electromagnetic and explosive |
| 77 | +names: "<align=right><size=45%><color=(COLOR)><br>(NAME)</color></size></align>" |
| 78 | +# DNT warning |
| 79 | +d_n_t_warning: "You have DNT enabled, disable it for plugins to work properly" |
| 80 | +# SCP-073 damage reflection reason |
| 81 | +s_c_p073_damage_reason: "SCP-073 damage reflection" |
| 82 | +# SCP-029 escape message |
| 83 | +s_c_p029_escape_hint: "You managed to escape and join the Chaos" |
| 84 | +# SCP-703 escape message |
| 85 | +s_c_p703_escape_hint: "You managed to escape and become an MTF specialist" |
| 86 | +# CASSIE MTF Skynet |
| 87 | +skynet_cassie: "Mobile Task Forces Kappa-10 and Mu-7, codenamed Skynet, have entered the facility, supporting the containment of SCP-079. Remaining SCPs: %SCPNum%." |
| 88 | +# MTF Skynet skill description |
| 89 | +skynet_skill_introduction: |
| 90 | +- "You are [MTF Skynet Member] Take care of your light" |
| 91 | +- "Generators you activate <color=red>activate quickly</color>" |
| 92 | +# MTF Skynet new member welcome |
| 93 | +skynet_private_broadcast: "<size=70><color=#0051FF>You are a new member of MTF Skynet</color></size>" |
| 94 | +skynet_private_custom_info: "Private Skynet" |
| 95 | +# MTF Skynet sergeant welcome |
| 96 | +skynet_sergeant_broadcast: "<size=70><color=#0051FF>You are a sergeant of MTF Skynet</color></size>" |
| 97 | +skynet_sergeant_custom_info: "Sergeant Skynet" |
| 98 | +# MTF Skynet captain welcome |
| 99 | +skynet_captain_broadcast: "<size=70><color=#0051FF>You are a captain of MTF Skynet</color></size>" |
| 100 | +skynet_captain_custom_info: "Captain Skynet" |
| 101 | +# CASSIE MTF Eta-10 |
| 102 | +see_no_evil_cassie: "Mobile Task Force Eta-10, codenamed See No Evil, has entered the facility, supporting the containment of SCP-096. Remaining SCPs: %SCPNum%." |
| 103 | +# MTF Eta-10 skill description |
| 104 | +see_no_evil_skill_introduction: |
| 105 | +- "You are [MTF Eta-10 Member] - You can look at SCP-096" |
| 106 | +- "<color=red>It's hard</color> for him to kill you unless he goes berserk" |
| 107 | +# MTF Eta-10 new member welcome |
| 108 | +see_no_evil_private_broadcast: "<size=70><color=#0051FF>You are a new member of MTF Eta-10</color></size>" |
| 109 | +see_no_evil_private_custom_info: "Private Eta-10" |
| 110 | +# MTF Eta-10 sergeant welcome |
| 111 | +see_no_evil_sergeant_broadcast: "<size=70><color=#0051FF>You are a sergeant of MTF Eta-10</color></size>" |
| 112 | +see_no_evil_sergeant_custom_info: "Sergeant Eta-10" |
| 113 | +# MTF Eta-10 captain welcome |
| 114 | +see_no_evil_captain_broadcast: "<size=70><color=#0051FF>You are a captain of MTF Eta-10</color></size>" |
| 115 | +see_no_evil_captain_custom_info: "Captain Eta-10" |
| 116 | +# CASSIE Info suffix |
| 117 | +special_role_contain_cassie: "Has been successfully contained" |
| 118 | +# Chaos leader role name |
| 119 | +chaos_leader_role_name: "Chaos Leader" |
| 120 | +# Chaos leader spawn broadcast |
| 121 | +chaos_leader_spawn_broadcast: "<size=80><color=#00ff00ff>You are the Chaos Leader</color></size>" |
| 122 | +# Chaos leader death CASSIE |
| 123 | +chaos_leader_death_cassie: "The Chaos Leader has died" |
| 124 | +# SCP-2936-1 spawn broadcast |
| 125 | +s_c_p29361_spawn_broadcast: "<size=70>You are <color=red>SCP-2936-1 Giant German Robot</color></size>" |
| 126 | +# SCP-2936-1 skill description |
| 127 | +s_c_p29361_skill_introduction: "You are [SCP-2936-1] You have a huge body and a lot of health" |
| 128 | +# SCP-073 Abel broadcast |
| 129 | +s_c_p073_abel_spawn_broadcast: "You are <color=green>SCP-073 Abel</color>" |
| 130 | +# SCP-073 Abel skill description |
| 131 | +s_c_p073_abel_skill_introduction: "You are [SCP-073] You reflect <color=red>some damage</color> to enemies" |
| 132 | +# SCP-073 Cain broadcast |
| 133 | +s_c_p073_cain_spawn_broadcast: "You are <color=green>SCP-073 Cain</color>" |
| 134 | +# SCP-073 Cain skill description |
| 135 | +s_c_p073_cain_skill_introduction: "You are [SCP-073] You have <color=red>infinite</color> regeneration, rest for a while" |
| 136 | +# SCP-703 broadcast |
| 137 | +s_c_p703_spawn_broadcast: "<size=80><color=#00ffffff>You are SCP-703</color></size>" |
| 138 | +# SCP-703 skill description |
| 139 | +s_c_p703_skill_introduction: |
| 140 | +- "You are [SCP-703] You receive a random item from time to time" |
| 141 | +- "Time until the next item <color=red>%Time%</color>" |
| 142 | +# SCP-703 received item message |
| 143 | +s_c_p703_received_item_hint: "You received an item" |
| 144 | +# SCP-029 broadcast |
| 145 | +s_c_p029_spawn_broadcast: "<size=60><color=#ff0000ff>You are SCP-029 'Daughter of Shadows'</color></size>" |
| 146 | +# SCP-029 skill description |
| 147 | +s_c_p029_skill_introduction: "You are [SCP-029] You run at <color=red>tremendous</color> speed" |
| 148 | +# SCP-347 broadcast |
| 149 | +s_c_p347_spawn_broadcast: "You are <color=red>SCP-347 Invisible Woman</color>" |
| 150 | +# SCP-347 skill description |
| 151 | +s_c_p347_skill_introduction: "You are [SCP-347] You are <color=red>always</color> invisible, move carefully" |
| 152 | +# SCP-1093 broadcast |
| 153 | +s_c_p1093_spawn_broadcast: "You are <color=yellow>SCP-1093 Lamp Man</color>" |
| 154 | +# SCP-1093 skill description |
| 155 | +s_c_p1093_skill_introduction: |
| 156 | +- "You are [SCP-1093] You illuminate an area within a 5-meter radius and radiate within a 1-meter radius" |
| 157 | +- "Your head is empty, you cannot take head damage" |
| 158 | +# Guard captain broadcast |
| 159 | +guard_captain_spawn_broadcast: "<size=60><color=#E5DADA>You are the guard captain</color></size>" |
| 160 | +# SCP-191 broadcast |
| 161 | +s_c_p191_spawn_broadcast: "You have become <color=red>SCP-191 Mechanical Girl</color>" |
| 162 | +# SCP-191 skill description |
| 163 | +s_c_p191_skill_introduction: |
| 164 | +- "You are [SCP-191] Your body has been modified" |
| 165 | +- "You have <color=red>high resistance</color> to non-electromagnetic and non-explosive damage" |
| 166 | +- "Don't forget to recharge in SCP-079's room" |
109 | 167 | # SCP-191 battery display |
110 | | -s_c_p191_battery_hint_show: <align=right><size=60><b>Your current remaining battery: <color=yellow>%Battery%A</color></size></b></align> |
111 | | -# SCP-1056 Miniaturizer Pickup Hint |
112 | | -s_c_p1056_pickup_hint: You picked up the <color=red>SCP-1056</color> Miniaturizer! |
113 | | -# SCP-1056 Miniaturizer Use Hint |
114 | | -s_c_p1056_used_hint: boom! Youve become smaller!!! |
115 | | -# SCP-1068 Harmless Nuclear Bomb Pickup Hint |
116 | | -s_c_p1068_pickup_hint: You picked up the <color=red>SCP-1068</color> Harmless Nuclear Bomb! |
117 | | -# SCP-1056 Harmless Nuclear Bomb Used Broadcast |
118 | | -s_c_p1068_used_broadcast: Someone used the <color=red>SCP-1068</color> harmless nuclear bomb! |
| 168 | +s_c_p191_battery_hint_show: "<align=right><size=40><b>You currently have <color=yellow>%Battery% amps</color> of battery</size></b></align>" |
| 169 | +# SCP-191 battery depletion death reason |
| 170 | +s_c_p191_battery_depletion_death_reason: "You died from battery depletion" |
| 171 | +# SCP-1056 pickup message |
| 172 | +s_c_p1056_pickup_hint: "You picked up <color=red>SCP-1056</color> Shrinker!" |
| 173 | +# SCP-1056 used message |
| 174 | +s_c_p1056_used_hint: "boom! You shrunk!!!" |
| 175 | +# SCP-1068 pickup message |
| 176 | +s_c_p1068_pickup_hint: "You picked up <color=red>SCP-1068</color> Harmless Atomic Bomb!" |
| 177 | +# SCP-1068 used broadcast |
| 178 | +s_c_p1068_used_broadcast: "Someone used <color=red>SCP-1068</color> Harmless Atomic Bomb!" |
| 179 | +# Special SCP descriptions |
| 180 | +s_c_p029_special_introduction: "<color=red>SCP-029 Daughter of Shadows</color>" |
| 181 | +s_c_p703_special_introduction: "<color=blue>SCP-703 In the Closet</color>" |
| 182 | +s_c_p347_special_introduction: "<color=red>SCP-347 Invisible Woman</color>" |
| 183 | +s_c_p1093_special_introduction: "<color=yellow>SCP-1093 Lamp Man</color>" |
| 184 | +s_c_p073_abel_special_introduction: "<color=green>SCP-073 Abel</color>" |
| 185 | +s_c_p073_cain_special_introduction: "<color=green>SCP-073 Cain</color>" |
| 186 | +s_c_p191_special_introduction: "<color=red>SCP-191 Mechanical Girl</color>" |
| 187 | +s_c_p2936_special_introduction: "<color=red>SCP-2936-1 Giant German Robot</color>" |
| 188 | +# Special MTF descriptions |
| 189 | +skynet_special_introduction: "<color=blue>MTF Skynet</color>" |
| 190 | +see_no_evil_special_introduction: "<color=blue>MTF Eta-10</color>" |
0 commit comments