WIP: Current state before PVP combat investigation

This commit is contained in:
Joan
2026-02-03 12:19:28 +01:00
parent 7f42fd6b7f
commit 0b0a23f500
36 changed files with 2423 additions and 1472 deletions

View File

@@ -19,7 +19,9 @@
"fight": "Fight",
"pickUp": "Pick Up",
"pickUpAll": "Pick Up All",
"qty": "Qty"
"qty": "Qty",
"enemy": "Enemy",
"you": "You"
},
"auth": {
"login": "Login",
@@ -78,7 +80,9 @@
"weight": "Weight",
"volume": "Volume",
"durability": "Durability",
"noItemsFound": "No items found in this category"
"noItemsFound": "No items found in this category",
"levelDifferenceTooHigh": "Level difference too high",
"areaTooSafeForPvP": "Area too safe for PvP"
},
"location": {
"recentActivity": "📜 Recent Activity",
@@ -141,6 +145,9 @@
},
"combat": {
"title": "Combat",
"pvp_title": "Duel",
"unknown_enemy": "Unknown Enemy",
"start": "Combat started!",
"inCombat": "In Combat",
"yourTurn": "Your Turn",
"enemyTurn": "Enemy's Turn",
@@ -184,6 +191,20 @@
"enemyMiss": "Enemy missed!",
"armorAbsorbed": "Armor absorbed {{armor}} damage",
"itemBroke": "{{item}} broke!"
},
"log": {
"combat_start": "Combat started!",
"combat_initiation": "Combat initiated!",
"ambush": "You were ambushed!",
"pvp_attack": "You attacked another player!",
"pvp_defense": "You are under attack by another player!",
"player_attack": "You hit for {{damage}} damage",
"enemy_attack": "Enemy hits for {{damage}} damage",
"player_miss": "You missed!",
"enemy_miss": "Enemy missed!",
"item_broken": "Your {{item}} broke!",
"xp_gain": "You gained {{xp}} XP!",
"flee_success": "You managed to escape!"
}
},
"equipment": {