epic-combat-gameplay
Guide for epic-combat-gameplay
Epic: Combat & Gameplay
Combat systems, skills, and core game mechanics.
Missions Completed
⚔️ Combat Systems
Mission ITEM-ECONOMY: Drops & Luck (2026-01-20)
Role: Game Systems Designer
- Hybrid Luck System: Thresholds + frequency boosts
- RDT (Rare Drop Table): Luck >= 15 gate
- UDT (Ultra Rare Table): Luck >= 50 gate
- Drop Table Engine: Nested tables with
required_luckfields
Mission ASTRA-COMBAT: Divine Greatbows (2026-01-20)
Role: Senior Gameplay Engineer
- Greatbow Tier: Bamboo → Iron → Vajra → Celestial
- Astra Projectiles: Agneyastra, Varunastra, Brahmastra, Pashupatastra
- Hybrid Scaling:
(Magic*0.5 + Ranged*0.5) * Greatbow_Mod - Drop Tables: Astra Scrolls (1/20k), Divine Weapons (1/150k)
- Mantra Book UI: 'M' key toggle
Mission MYTHIC-BOSSES: Endgame Challenges (2026-01-20)
Role: Senior Content Designer
- Boss SDK:
BossLogictrait,BossSimulationharness - Agni-Asura: Enrage phases at >300s or <20% HP
- Naga-Raja: Style-switching (Ranged/Melee/Magic forms)
- Vritra Ahi: Stacking "Halahala Venom" mechanic
Mission OSRS-FIX: Mechanics Alignment (2026-01-17)
- HP Initialization: Level 10 start
- Combat XP: HP damage * 1.33
- Controlled Style: 5.33x total XP
- Accuracy Formula: OSRS probability curves
- Special Attack: 10% regen per 30s
- Poison/Venom: Damage decay system
🧘 Skills & Progression
Mission TAPASYA-SYSTEM: Meditation (2026-01-20)
Role: Gameplay Engineer
- Tick-Based AFK: 1.2s (3 ticks) cycle
- Equipment Speed Bonuses: Sandalwood/Rudraksha/Divine tiers
- Drop Rate Tracking: +50% Scrolls (Active), +50% Weapons (AFK)
Mission SYSTEM-DEPTH: Progression (2026-01-19)
Role: Game Systems Designer
- Dynamic XP Curve: 5-tier (1-49: -20%, 50-79: Std, 80-89: +20%, 90-99: +30%, 100+: +40%)
- Prestige System: Level 100 reset, 5 tiers
- Boons System: Permanent unlocks via Total Level + Quest Points
- Monster Journal: Kill tracking, area completion bonuses
- Durability: Tier 50+ item degradation
Mission SKILLING-EXPANSION: Mastery (2026-01-18)
- Interaction Matrix: Standardized level/tool/item checks
- Mastery Cloaks: 7 skill-specific capes with unique perks
- Max Cloak: All Mastery bonuses combined
- XP Modifier System: Equipment-based XP boosts
- Skilling Outfits: Fisherman, Prospector, Lumberjack, Farmer
🎮 Core Mechanics
Mission GAMEPLAY-CYCLES: Core Loops (2026-01-17)
- Grand Market: Transparent order book, 2% tax
- Ironman Mode: Ascetic, Hardcore, Ultimate flags
- Bank Placeholders: 0-stack items for organization
- Collection Log: Unique drop tracking
- Slayer: Full task system with streaks and points
- PvP: PID system for hit priority
- Special Attack Bar: 10% regen/30s
Mission CONTENT-EXPANSION: Indic Lore (2026-01-17)
- Sacred Sites: 6 Tapasya Zones with double XP
- Mantra Spell Book: 7 Mantras with Bija costs
- Slayer/Hunter/Farming: Skeleton implementations
Mission INDIC-CORE: Bija Magic (2026-01-15)
- Tapasya Backend:
meditate()with XP calculation - Ayurveda: Renamed from Herbalism, OSRS XP scaling
- Bija Items: Lam, Vam, Ram, Yam, Ham, Om (IDs 5001-5006)