mirror of
https://gitee.com/xiarenalofs/squad-rain-ops-mini.git
synced 2026-08-11 15:25:33 +08:00
Initial commit: add RainOpsMini project and documentation
This commit is contained in:
22
PluginConfig/PersonalBuffPlugin.json
Normal file
22
PluginConfig/PersonalBuffPlugin.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"Enabled": false,
|
||||
"LikeKey": "buff,grbuff,战斗模式",
|
||||
"Integral": 100,
|
||||
"EnableDie": true,
|
||||
"EnableWound": true,
|
||||
"EnableRevive": true,
|
||||
"EnableAttack": true,
|
||||
"Type": "Time",
|
||||
"Minute": 120,
|
||||
"ToggleSilentCommand": "静默BUFF",
|
||||
"MsgTemplate_ActiveSuccess": "BUFF激活成功!消耗{Points}积分,{ExpiryMsg}。",
|
||||
"MsgTemplate_AlreadyActive": "您的BUFF正在生效中,剩余时间:{TimeLeft}。",
|
||||
"MsgTemplate_Wound_Attacker": "你击伤了 {Victim} (伤害: {Damage}, 武器: {Weapon})",
|
||||
"MsgTemplate_Wound_Victim": "{Attacker} 击伤了你 (伤害: {Damage}, 武器: {Weapon})",
|
||||
"MsgTemplate_Die_Attacker": "你击杀了 {Victim} (武器: {Weapon})",
|
||||
"MsgTemplate_Die_Victim": "{Attacker} 击杀了你 (武器: {Weapon})",
|
||||
"MsgTemplate_Revive_Reviver": "你救起了 {Revived}",
|
||||
"MsgTemplate_Revive_Revived": "{Reviver} 救起了你",
|
||||
"MsgTemplate_Attack": "造成伤害: {Damage}",
|
||||
"VipList": []
|
||||
}
|
||||
Reference in New Issue
Block a user