Add custom game settings
Each kit now supports custom settings aswell as custom game settings like min_players
This commit is contained in:
@@ -282,4 +282,31 @@ kits:
|
||||
messages:
|
||||
fist_mode_active: '<gray>⚡ Vibranium Fists active for 12 seconds!</gray>'
|
||||
wakanda_impact: '<white>Wakanda Forever! Hit <count> enemy(s)!</white>'
|
||||
ability_charged: '<yellow>Ability recharged!</yellow>'
|
||||
ability_charged: '<yellow>Ability recharged!</yellow>'
|
||||
theworld:
|
||||
name: '<gradient:dark_gray:white><bold>The World</bold></gradient>'
|
||||
lore:
|
||||
- ' '
|
||||
- 'AGGRESSIVE: Shockwave + 3x Blink'
|
||||
- 'DEFENSIVE: Shockwave + Freeze + 5-Hit Cap'
|
||||
items:
|
||||
clock:
|
||||
aggressive:
|
||||
name: '<gray>The World</gray>'
|
||||
description: 'Shockwave → right-click 3x to blink in looking direction'
|
||||
defensive:
|
||||
name: '<gray>The World</gray>'
|
||||
description: 'Shockwave + freeze nearby enemies (max 5 hits each)'
|
||||
passive:
|
||||
defensive:
|
||||
name: '<aqua>Time Stop</aqua>'
|
||||
description: 'Frozen enemies can only be hit 5 times'
|
||||
messages:
|
||||
shockwave_and_blink: '<gray>Shockwave! <white><charges> blink charge(s) ready.</white>'
|
||||
teleport_charges: '<aqua>Blinked! <charges> charge(s) remaining.</aqua>'
|
||||
charges_exhausted: '<red>All blink charges spent!</red>'
|
||||
freeze_activated: '<aqua>⏸ Time stopped for <count> enemy(s)!</aqua>'
|
||||
frozen_received: '<red>⏸ You are frozen for 10 seconds!</red>'
|
||||
frozen_expired: '<gray>The freeze has worn off.</gray>'
|
||||
freeze_broken: '<gold>Freeze broken — 5 hits reached!</gold>'
|
||||
freeze_hits_left: '<aqua>Frozen enemy — <hits> hit(s) remaining.</aqua>'
|
||||
Reference in New Issue
Block a user