Video walkthrough
Research Gate & Hold Notice: Numerical gear upgrade cost curves, upgrade success rates, failure penalty rules, and mathematical stat growth formulas in Dungeon Quest Reborn (DQR) are currently held pending empirical logging. To prevent publishing speculative calculator math or migrating obsolete legacy tables, this document establishes our data contract schema and safe upgrade heuristics.
1. Player Task & Upgrade Planning
Players managing equipment progression in Dungeon Quest Reborn typically encounter these core challenges:
- Blacksmith Upgrade Costs: How much in-game gold is required to upgrade a weapon or armor piece to higher enhancement ranks (+1 through +max)?
- Upgrade vs. Replacement Timing: At what point does farming the next dungeon tier for higher base-stat drops become more efficient than spending gold to upgrade current gear?
- Failure Risk Management: Does upgrading carry a failure chance, level downgrade, or item breakage penalty at higher enhancement ranks?
To uphold data integrity under docs/rpg-calculator-gate.md, this wiki refuses to publish speculative calculators until verified test logs have been recorded.
2. Documented Source Evidence
The current evidence pack records creator video playthroughs and community discussions regarding gear upgrading:
| Evidence Source | Identifier / Target | Observed Finding | Attribution & Reliability |
|---|---|---|---|
| Gameplay Video Transcripts | Progression diaries (zpzmZTJP68E, 4cH8tMXCZUA) | Creator footage shows players interacting with the hub Blacksmith/upgrade NPC to enhance weapons and boost damage output. | L3-Witnessed creator gameplay; documents upgrade NPC interaction awaiting standardized cost logging. |
| Community Discussion Archive | Build & Stats Cluster (6 comments) | Players discussing damage percentage increases following weapon upgrades (e.g., +80% to +90% boost). | L4-Demand-Only signal; reflects player perception of upgrade impact. |
| Architecture Baseline | docs/rpg-calculator-gate.md | Data gate policy blocking unverified stat calculation engines from outputting unverified values. | L2-Internal governance contract. |
| Experience Metadata | Place ID 77649408247578 | Remake environment metadata developed by Delta Quarters OG on Roblox. | L1-Official platform record. |
Neither official developer upgrade tables nor multi-sample empirical test logs (measuring costs and success rates across 50+ upgrade attempts per tier) have been captured in the archive.
3. Observation vs. Hypothesis
To separate documented creator signals from speculative community assumptions, we maintain this research boundary:
| Dimension | Witnessed Creator Signal (Attributed Report) | Unverified Hypothesis (Held) |
|---|---|---|
| NPC Functionality | Creator gameplay recordings show a hub Blacksmith NPC accepting gold to increase the enhancement level of equipment. | Unverified mathematical exponential cost curves predicting exact gold requirements. |
| Stat Enhancement | Creator tooltips show that upgrading an item increases its displayed base damage or defense stats. | Fixed percentage scaling formulas per upgrade level across different rarity tiers. |
| Gold Consumption | Higher enhancement ranks require progressively larger gold expenditures in creator footage. | Uncorroborated claims of item break chances or downgrade mechanics on upgrade failure. |
| Tier Transition | Creator playthroughs indicate that unlocking higher dungeons yields base drops that naturally outscale upgraded lower-tier gear. | Speculative "optimal breakpoint tables" calculated from unverified formula math. |
| Legacy Equivalence | Reborn features an equipment enhancement loop reminiscent of classic action-RPGs. | Assuming Blacksmith gold costs and success rates match legacy 2019 Dungeon Quest formulas. |
4. Required Upgrade Data Record Fields (Data Contract)
Before an interactive upgrade calculator or cost database is published on this wiki, submissions must provide all nine mandatory schema fields:
item_canonical_name(string): Exact in-game item name string (e.g.,"Desert Blade").base_dungeon_tier(string): Originating dungeon map and difficulty mode where the item dropped.upgrade_level(integer): Enhancement rank being attempted (e.g.,1for+1,5for+5).gold_cost(integer): Exact gold fee charged by the Blacksmith for the single upgrade attempt.secondary_materials(array): Any secondary crafting materials or token requirements (if applicable).success_rate_percent(number): Observed percentage probability of a successful upgrade attempt.failure_outcome(enum): Consequence of failure (no-penalty,downgrade, oritem-loss).stat_increase(object): Absolute and percentage change in base power or defense resulting from the upgrade.version_and_verifier(object): Game build string, observation date, and editorial reviewer identity.
Upgrade Data Contract Specification Table
| Schema Field | Data Type | Validation Constraint | Description |
|---|---|---|---|
item_canonical_name | String | Non-empty string matching tooltip | In-game item title (e.g., Desert Blade). |
base_dungeon_tier | String | Confirmed dungeon route name | Originating dungeon map and difficulty tier. |
upgrade_level | Integer | Integer >= 1 | Enhancement rank being attempted (+1, +5, etc.). |
gold_cost | Integer | Non-negative integer | Exact gold fee charged by Blacksmith per attempt. |
secondary_materials | Array | Array of string names | Any crafting materials or token requirements. |
success_rate_percent | Number | Float 0.0 to 100.0 | Observed percentage probability of success. |
failure_outcome | Enum | no-penalty | downgrade | item-loss | Consequence if the upgrade attempt fails. |
stat_increase | Object | { stat_name: string, flat_increase: number, percent_increase?: number } | Measured stat gain resulting from the upgrade. |
version_and_verifier | Object | { version: string, observation_date: date, verifier: string } | Audit metadata identifying build and reviewer. |
5. Safe Current Guidance for Gear Management
While exact mathematical tables remain gated, players should adhere to these practical, observation-based rules:
- Early Progression: In creator playthroughs, base drops from successive dungeons quickly surpass upgraded early gear. Consider minimizing early gold expenditure on low-level items.
- Mid Progression: When encountering difficulty spikes, selective upgrades on primary weapons help meet room-clearing requirements.
- Endgame Focus: High-tier equipment intended for extended farming represents the most appropriate target for higher enhancement ranks once progression stabilizes.
Key Resource Rules:
- Prioritize Weapon Over Armor Upgrades: Increasing weapon damage shortens boss encounter times, reducing overall exposure to hazard damage.
- Maintain a Gold Safety Buffer: Avoid depleting total gold reserves on a single item upgrade, preserving currency for gear adjustments.
- Inspect Natural Drops Before Upgrading: Compare new dungeon drops directly using in-game tooltips before investing in Blacksmith enhancements.
6. Explicit Unknowns & Research Boundaries
The following parameters are currently unverified:
- Maximum enhancement cap for weapons and armor pieces.
- Exact gold cost scaling formula from
+1to maximum level. - Whether success rates remain 100% at early ranks or scale down deterministically.
7. Verification & Update Checklist
To unlock upgrade calculator features and remove the research hold:
- Record video logs of 20+ continuous Blacksmith upgrade attempts across multiple item tiers.
- Document the exact gold cost deducted from inventory at each enhancement level.
- Record the precise stat change displayed in the tooltip before and after each successful upgrade.
- Validate findings against current live game version build strings.
Related Guides & Resources
- Progression Hub — Overview of leveling systems, difficulty modes, and upgrades.
- Leveling Guide — Recommended dungeon grinding sequence from level 1 to 100+.
- Weapons Catalog — Physical and spell weapon verification gate and data contract.
- Armor and Spells — Armor sets, defense scaling, and ability scroll schema.
- Damage and Leveling Calculator Gate — Architectural boundaries for calculation tools.
- Dungeons Directory — Dungeon progression sequence and boss encounters.