Remove obsolete Zmaj Volk references from code and story

This commit is contained in:
2025-12-27 12:58:33 +01:00
parent 7dddb29d1c
commit 70f4194826
5 changed files with 36 additions and 39 deletions

View File

@@ -105,12 +105,12 @@ export default class MainQuestAnaSystem {
this.registerQuest('3.2', {
act: 3,
name: 'Zmaj-Volk\'s Lair',
description: 'Ana is held in Zmaj-Volk\'s lair. Prepare for final battle.',
name: 'The Final Obstacle',
description: 'Ana is held in the mountain vault. Prepare for the breach.',
objectives: [
{ id: 'gather_allies', desc: 'Recruit allies for assault', type: 'social' },
{ id: 'craft_weapons', desc: 'Craft legendary weapons', type: 'crafting' },
{ id: 'locate_lair', desc: 'Find Zmaj-Volk\'s mountain lair', type: 'location' }
{ id: 'gather_allies', desc: 'Recruit allies for the assault', type: 'social' },
{ id: 'craft_weapons', desc: 'Craft high-tier equipment', type: 'crafting' },
{ id: 'locate_lair', desc: 'Find the mountain fortress', type: 'location' }
],
rewards: { xp: 4000, zlatniki: 5000 }
});
@@ -131,10 +131,10 @@ export default class MainQuestAnaSystem {
this.registerQuest('finale', {
act: 4,
name: 'Confrontation',
description: 'Final battle with Zmaj-Volk. Save Ana.',
description: 'Reach the reactor core and save Ana.',
objectives: [
{ id: 'enter_lair', desc: 'Storm the mountain fortress', type: 'location' },
{ id: 'defeat_boss', desc: 'Defeat Zmaj-Volk', type: 'boss_fight' },
{ id: 'defeat_boss', desc: 'Breach the vault defenses', type: 'boss_fight' },
{ id: 'save_ana', desc: 'Rescue Ana', type: 'cutscene' },
{ id: 'final_choice', desc: 'The ultimate decision...', type: 'decision' }
],
@@ -188,35 +188,32 @@ phenomenon observed - psychic connection to brother remains strong even
in experimental conditions.
Dr. Kovač (mother) has requested subject be moved to special containment.
Zmaj-Volk has shown interest in subject. Authorization pending.
Krnić has shown interest in subject. Authorization pending.
UPDATE: Subject escaped during Zmaj-Volk rampage. Current location unknown.
UPDATE: Subject escaped during the facility breach. Current location unknown.
Twin Bond suggests she's alive. Brother searching for her.`,
location: 'Lab Record Room'
});
this.loreEntries.set('zmaj_volk_creation', {
title: 'The Ultimate Weapon',
this.loreEntries.set('project_apex', {
title: 'Project Apex',
content: `PROJECT: APEX PREDATOR
Combining dragon DNA (recovered from Mythical Realm portal) with enhanced
wolf genetics and Lazarus virus has created our most powerful subject yet.
Combining viral genetics (recovered from permafrost) with the Alpha Hybrid
strain has created our most powerful weapon yet.
Designation: ZMAJ-VOLK (Dragon-Wolf)
Designation: ALPHA TROLL KING
Capabilities:
- Fire breath (plasma generation)
- Enhanced strength (50x human)
- Enhanced strength (100x human)
- Accelerated healing
- Pack leader pheromones (controls lesser infected)
- High intelligence (problem solving, strategy)
- Pack leader pheromones (controls all lesser infected)
- High intelligence (strategic thinking)
WARNING: Subject is unstable. Aggressive. Uncontrollable.
Recommendation: TERMINATION
WARNING: Subject is unstable. Uncontrollable by anyone but Krnić.
Recommendation: DEPLOYMENT
Dr. Kovač overruled. Says subject will "save humanity."
She's wrong. This thing will end us all.`,
The new world requires a king.`,
location: 'Lab Chief Scientist Office'
});
@@ -340,7 +337,7 @@ Let fate decide.
return {
id: 'dark_ending',
name: 'The Revenge',
description: 'You chose revenge over everything. Zmaj-Volk is dead, but Ana and the cure are lost.',
description: 'You chose revenge over everything. Krnić is dead, but Ana and the cure are lost.',
icon: '⚔️'
};
}