Your cart is currently empty!
Game Overview
Equip NFTs, Battle, Earn & Evolve
WHATIF Battles For Riches: Discord Bot Specification
๐ฎ Core Command Structure
Primary Commands
/menu
– Opens interactive button-based game menu/attack @user
– Initiate PvP combat/defend
– Refresh deed protection (30-minute timer)/quest
/quest start
– Begin PvE adventure/quest status
– Check current progress/quest abandon
– Forfeit current quest/equip
– Equipment management interface/stats
– View player statistics/leaderboard
– Rankings display/revive
– Use emblem for revival/wallet
/wallet link <address>
– Connect WAX wallet/wallet sync
– Update NFT inventory
Command Prerequisites
- Wallet connection required for NFT operations
- Equipment checks before combat
- HP/stamina validation for actions
- Cooldown enforcement between actions
- Quest state validation for PvE
โ๏ธ Combat System
PvP Mechanics
- Attack Validation:
- Attacker must have Fireman NFT equipped
- Attacker HP > 0
- Sufficient stamina (max 5/day)
- Not in active quest
- Damage Calculation:
- Active Deed: 50% to Deed HP, 50% to Player HP
- Expired Deed: 2x damage to Player HP
- No Deed: Full damage to Player HP
PvE Quest System
- Minion Phase:
- 1-3 randomized enemies
- Scaled HP/DEF/ATK based on player level
- Counter-attacks after each player action
- Risk Event:
- Random challenge with risk/reward choice
- Options: Cracked Core, Ember Ambush, Beacon of Valor
- Impacts boss fight difficulty
- Boss Phase:
- Level-scaled boss encounter
- Enhanced rewards for completion
- Failure = quest termination
๐ Equipment System
NFT Categories
- Fireman (Attack):
- Template-based attack power
- Daily stamina limit (5)
- Rarity affects base stats
- Deeds (Defense):
- Passive protection
- 30-minute active window
- HP based on template
- Emblems (Revival):
- Limited weekly uses
- HP restoration on use
- Three tiers available
- Gear (Boosts):
- Six equipment slots:
- Crest: Points boost
- Book: XP boost
- Charm: NFT drop boost
- Boots: Stamina boost
- Shield: Defense boost
- Sword: Attack boost
- Percentage-based enhancements
- Stackable bonuses
Equipment Rules
- One item per slot
- Real-time blockchain verification
- Automatic stat recalculation
- Gear persists through combat
๐ Progression System
Leveling
- Base HP: 500 (Level 1)
- XP Requirements:
- Level 2: 1000 XP
- +50% per subsequent level
- HP Growth: +10% per level (compound)
Points & Rewards
- Points from actual HP damage
- Separate PvP/PvE tracking
- Daily reward eligibility (top 50%)
- Seasonal token distribution
โฐ Reset Schedule
Daily (12:00 AM EST)
- Fireman stamina refresh
- PvE counter reset
- Defense timer clear
- Reward distribution
Weekly (Fridays 12:00 AM EST)
- Revive counter reset
- Quest completion tallies
- Gear bonus recalculation
Monthly (1st 12:00 AM EST)
- Leaderboard reset
- Winner announcements
- Token distribution
- Season transition
๐ Security & Validation
Blockchain Integration
- Real-time WAX ownership verification
- Exponential backoff for API calls
- Fallback systems for connectivity issues
- Transaction logging and verification
Data Integrity
- Transaction-based updates
- Concurrent action prevention
- State validation before operations
- Automatic error recovery
๐ Leaderboard System
Season Format
- 45-day active competition
- 7-day inter-season break
- Point accumulation tracking
- Proportional reward distribution
Daily Rankings
- Real-time updates
- Separate PvP/PvE tracking
- Gear boost consideration
- Automatic daily posts
๐ฑ UI/UX Features
Button Navigation
- Main menu interface
- Equipment selection
- Battle controls
- Quest progression
- Status displays
Embed Formatting
- Color-coded messages
- Progress indicators
- Battle summaries
- Equipment displays
- Status updates
๐ Error Handling
Recovery Systems
- Transaction rollback
- State restoration
- Connection retry logic
- User feedback
Validation Chain
- Command prerequisites
- Resource availability
- State consistency
- Action execution
- Result verification
๐ ๏ธ Administrative Tools
Command Access
- Role-based permissions
- System reset capabilities
- Player management
- NFT verification
Monitoring
- Activity logging
- Error tracking
- Performance metrics
- State validation
โ
Integration Plan: eosjs for NFT Transfers
๐ง Step 1: Setup (Add to your bot’s service layer)
const fetch = require('node-fetch');
const { Api, JsonRpc } = require('eosjs');
const { JsSignatureProvider } = require('eosjs/dist/eosjs-jssig');
const signatureProvider = new JsSignatureProvider([process.env.WAX_PRIVATE_KEY]); // Securely stored
const rpc = new JsonRpc('https://api.wax.alohaeos.com', { fetch });
const api = new Api({ rpc, signatureProvider, textDecoder: new TextDecoder(), textEncoder: new TextEncoder() });
๐ Use .env to store WAX_PRIVATE_KEY. Never hardcode it.
๐งฑ Step 2: Add Transfer Function (modular, reusable)
async function transferNFT({ from, to, asset_ids, memo = '' }) {
try {
const result = await api.transact({
actions: [{
account: 'atomicassets',
name: 'transfer',
authorization: [{
actor: from,
permission: 'active',
}],
data: {
from,
to,
asset_ids,
memo,
},
}]
}, {
blocksBehind: 3,
expireSeconds: 300,
});
console.log('Transfer successful:', result.transaction_id);
return result;
} catch (err) {
console.error('Transfer failed:', err);
throw new Error('Transfer failed');
}
}
๐ฆ Step 3: Use This in Existing Bot Logic
Daily Rewards:
Replace manual sending with:
await transferNFT({
from: 'whatifreward',
to: user.wallet,
asset_ids: [nftId],
memo: 'WHATIF Battle For Riches daily reward!'
});
Admin Panel โ “Grant NFT”:
Use button handler to trigger transferNFT() function after selecting a wallet and template ID.
๐ค Bot Name: WHATIF Battle Glory
- Platform: Discord Bot (Node.js + Sequelize + PostgreSQL)
- Blockchain Integration: WAX (AtomicAssets API)
- Collection: whatifreward
- Version: 2.1.0 (May 2025)
โจ Latest Improvements (2.1.0)
- Enhanced NFT Selection: NFTs are now clearly displayed with unique asset IDs in selection dropdowns
- Robust WAX API Integration: Implemented exponential backoff retry system with 5 attempts for all blockchain operations
- Error Handling Improvements: Centralized error handling system with informative user messages
- Interaction Management: Fixed “already acknowledged” errors with safe reply mechanism
- Asset ID Verification: Added asset ID validation to prevent confusion with similar NFTs
๐ Bot Purpose
Create a fully automated, strategic NFT-powered PvP + PvE battle system inside Discord. Players connect WAX wallets, equip Fireman NFTs (attackers) and Deed NFTs (defenders), battle other players or AI enemies, earn XP and leaderboard points, and embark on randomized, story-driven questlines. All gameplay is governed by fairness, structured cooldowns, token ownership, NFT stamina, defense rules, and leaderboard resets.
๐ Supported Schemas
- fireman (Attackers)
- deeds (Defenders)
- emblems (Revive Coins)
- gear (Player Boost)
๐ป Technical Architecture
- Frontend: Discord.js slash commands and interactions
- Backend:
- Node.js application with sequelize ORM
- PostgreSQL database for persistent storage
- WAX API integration for blockchain operations
- Scheduled tasks using node-schedule
- Core Services:
- WAX Blockchain Service: NFT verification and data retrieval
- Battle Service: Combat calculations and rewards
- Quest Service: PvE progression tracking
- Reward Service: XP and points distribution
- NFT Service: Asset categorization and stat calculation
- Reset Service: Scheduled game maintenance
- Reliability Features:
- Exponential backoff retry mechanisms with 5 attempts for blockchain operations
- Automatic data persistence with file-based backups
- Memory-backed wallet connections for connectivity issues
- Comprehensive error handling and user feedback
๐งฑ Core Gameplay Mechanics
Battle Type: PvP and PvE (quest)
Attackers: Fireman NFTs
Defenders: Deed NFTs (passively protect player)
Damage Rules:
- If Deed is active: 50% to Deed HP, 50% to Player HP
- If Deed expired (no defend in 30 minutes): 2x full damage to Player HP
Stamina:
- All Fireman NFTs have 5 stamina/day (1 per attack)
- Resets daily at 12:00 AM EST
Revives: Only usable at 0 HP using Emblem NFTs (weekly limit)
XP & Points: Earned only for real HP damage (not defense)
Leveling:
- Start at Level 1: 500 HP
- XP to Level 2: 1000 XP
- XP increases 50% per level
- HP increases 10% per level (compounded)
Leaderboard:
- Points = total HP damage to players (PvP) or enemies (PvE)
- Reset monthly @ 12:00 AM EST (1st)
- Leaderboard post made with winners before reset
๐ก๏ธ Deed Mechanics
- Player can equip one Deed
- Deeds have max HP and absorb 50% of incoming damage
- Must use /defend to keep active
- If not refreshed in 30 minutes, considered expired
๐ Reset Schedule (All Times EST)
Daily @ 12:00 AM:
- Fireman stamina reset
- PvE attack counters reset
- Defense timers cleared
Weekly @ 12:00 AM Fridays:
- Revive usage counters reset
Monthly @ 12:00 AM on 1st:
- Leaderboard points reset
- Discord post showing top 10 players, best PvP score, top questers
โ๏ธ PvP System
- Command: /attack @user
- System checks attacker stamina, defender Deed status
- Applies correct damage split
- XP and points awarded for HP damage only
๐ญ PvE Quest System
- Command: /quest start
- Locks player in PvE mode (no PvP attacking)
- Player can still be attacked
- Must complete full quest to earn XP/Points
- shield have max HP and absorb 50% of incoming damage
Each quest has:
- 1โ3 randomized minion fights
- 1 randomized risk event (choice based)
- 1 randomized boss
Level | Minion (HP/DEF/ATK) | Subminions | Boss (HP/SHLD/ATK) | Boss Options |
---|---|---|---|---|
1+ | 50 / 25 / 16 | Ember Bug, Lava Mite, Firebat | 250 / 125 / 30 | Ash Hound, Pyre Troll, Ember Golem |
3+ | 150 / 75 / 24 | Flame Rat, Heat Leech, Torchling | 750 / 375 / 45 | Furnace Lord, Ember Serpent, Ash Giant |
5+ | 250 / 125 / 32 | Charred Goblin, Blaze Imp, Firefly Swarm | 1250 / 625 / 60 | Magma Drake, Cinder King, Volcanic Ghoul |
8+ | 400 / 200 / 40 | Ash Wraith, Smolderling, Rift Toad | 2000 / 1000 / 80 | Rift Phoenix, Embercore Behemoth, Hellshade |
10+ | 500 / 250 / 48 | Fire Ghoul, Pyro Knight, Infernal Cub | 2500 / 1250 / 95 | Ignis Prime, Obsidian Hydra, Lava Warlock |
15+ | 750 / 375 / 56 | Scorch Beast, Void Ember, Soot Brute | 3750 / 1875 / 115 | Flame Tyrant, Cursed Titan, Rift Revenant |
20+ | 1000 / 500 / 64 | Rift Titanling, Inferno Mage, Ember Shade | 5000 / 2500 / 135 | Coreborn Warlord, Pyrosoul Leviathan, Infernal Devourer |
Risk Event Options:
- Cracked Core: Massive bonus or damage trap
- Ember Ambush: Optional elite minion for high reward
- Beacon of Valor: Heal 25% or face enraged boss
๐ Backend Tracking
- NFT stamina usage per asset ID
- Fireman/NFT battle logs (PvP/PvE)
- Revive status per wallet
- PvE quest progression (active quest, boss, enemy HP)
- Player stats: HP, XP, level, equipped NFTs
- Deed HP and refresh status
- Leaderboard tracking and winner history
๐ง Technical Reliability Features
- Asset ID Based Equipping: NFTs are selected by unique asset ID rather than template ID to prevent confusion
- Automatic Data Persistence: Player data is automatically backed up and restored between bot restarts
- WAX API Resilience:
- Exponential backoff retry system for all blockchain interactions
- Graceful handling of rate limits and temporary errors
- 5 retry attempts for critical operations
- Defensive Error Handling:
- Centralized error response system
- Detailed user feedback for troubleshooting
- Logging of all critical operations and failures
- Interaction Management:
- Prevention of “already acknowledged” errors
- Graceful handling of expired interactions
- Safe reply mechanisms for all commands
๐ Leaderboard System
๐ Seasonal Format
- Season Length: 45 days of active competition
- Break Period: 7 days between seasons
- Seasonal Leaderboard: Total points are accumulated from daily performance
- Emphasis on consistency and strategic play across the full season
- A fixed total reward pool (e.g.
1,000,000 tokens
) is allocated for the season - Tokens are distributed proportionally based on each playerโs total points relative to all players
๐ Daily Leaderboard Mechanics
- Each day, players earn points for:
- โ Real HP damage dealt in PvP
- โ Enemy HP damage dealt in PvE quests (minions and bosses)
- โ Points are not awarded for:
- Damage absorbed by Deeds (PvP)
- Enemy Defense (PvE quests – minions and bosses)
- Incomplete quests or PvP forfeits
- Daily points are added to the player’s seasonal total
- Final leaderboard posted publicly in Discord Channel ID: 1367978324843954199 before daily reset
- Leaderboard is visible via
/leaderboard daily
and/leaderboard season
๐ Daily Rewards โ NFT Boost Packs
- At the end of each day (12:00 AM EST):
- The top 50% of active players receive a daily reward pack (Gear NFTs)
- ๐ฆ Reward Pack Logic:
- Random Gear NFT from approved templates
- Better rewards for higher daily placement
- Gear that increases
๐ NFT Gain
boosts loot chance - Rewards are sent manually via wallet delivery (based on linked WAX wallet)
๐ฅ End-of-Season Wrap-Up
- After 45 days:
- Seasonal points are totaled for all players
- Each playerโs token reward is calculated based on their point share:
playerTokens = (playerPoints / totalSeasonPoints) ร totalTokenPool
- Example: If Player A earns 4,000 points out of a total 80,000, and the pool is 1,000,000 tokens:
4,000 / 80,000 ร 1,000,000 = 50,000 tokens
- Final leaderboard posted publicly in Discord Channel ID: 1366447747732996116 before reset
- Winners rewarded with tokens, special NFTs, or exclusive status roles
- The leaderboard then resets, and a 7-day cooldown period begins before the next season
๐ง Backend Tracking
- Daily points per user
- Cumulative seasonal points
- Historical leaderboard standings
- PvP and PvE battle logs with timestamps
- NFT reward eligibility and drop history
- Boost gear effectiveness (gear influence on rewards)
- Participation tracking for fairness audits
- Token payout calculations based on seasonal performance
๐งญ Core Game Navigation (Using Buttons)
All core features are now accessible with buttons instead of slash commands:
Feature Button Label / Action Behavior
๐ Main Menu ๐ Open Menu Sends buttons for: Battle, Quest, Equip, Status, Rewards
โ๏ธ Battle PvP ๐ Challenge Player Dropdown to select user > Button to Confirm
๐ PvE Quest ๐ฅ Start Quest Begins PvE flow: Minions โ Risk Event โ Boss
๐ก๏ธ Equip NFTs ๐งฉ Equip NFT Dropdown for Fireman/Deed NFTs > Confirm Button
๐
Leaderboards ๐ View Leaderboard Sub-buttons: Daily / Seasonal
๐ Claim Rewards ๐ Daily Rewards Shows eligibility and allows claiming with button
๐ฉบ Revive ๐ Use Emblem If HP = 0, show eligible Emblem NFTs to revive
โ๏ธ Admin Panel ๐ Admin Tools Only shows for Admins with relevant permissions
๐ฎ In-Game Actions (Buttons During Battles)
๐งโ๐ PvP Battle Flow
Player selects “๐ Challenge Player”
Dropdown shows eligible users
After selecting, buttons display:
โ Confirm Battle
โ Cancel
During battle:
๐ก๏ธ Attack
๐ก๏ธ Defend
๐ Retreat
Buttons dynamically update based on stamina, status, etc.
๐ PvE Quest Flow
Click ๐ฅ Start Quest
Receive minion with buttons:
๐ก๏ธ Fight Minion
๐ Skip (Penalty)
After minions:
Risk Event: 3 Option Buttons (e.g. โOpen Cracked Coreโ, โFace Ambushโ, โBlessing Beaconโ)
Then:
๐ก๏ธ Fight Boss (with boss HP and stats shown)
๐๏ธ Equip Flow (NFT UI Overhaul)
๐งฉ Equip Fireman โ Dropdown of owned asset IDs
๐ฐ Equip Deed โ Dropdown
๐ฟ Equip Boost Gear โ Gear slot-by-slot interactive menu
Confirm all equipped NFTs with:
โ Finalize Loadout
๐ Wallet Connection + Verification
On join: Bot shows โ๐ Link Walletโ button
Clicking triggers modal or DM asking for wallet address
Confirm with signed message (future update) or bot saves mapping
๐ ๏ธ Admin Button System
Admins see extra buttons under /admin panel or via reaction:
๐ Add Template
๐ง Update Stats
๐ Reset Stamina
๐งฌ Force Reset Game
๐จ Send NFT Reward
Actions launch forms or modals to input data
๐ง Data Tracking (Unchanged from original):
Stamina/HP/XPs/Levels
Leaderboard points (daily/seasonal)
NFT equipping via asset IDs
Battle results, quest logs
Emblem revives & cooldowns
Token payouts and drop logs
๐ฆ Daily Reward Pack Flow
At reset (12 AM EST), bot checks top 50%:
Eligible players get โ๐ Claim Daily Rewardโ button
Clicking confirms wallet + sends NFT via transferNFT() function
๐ End-of-Season Summary
Player gets DM or channel alert:
โSeason Ending โ View Rewards?โ
Button: ๐ Show My Ranking โ Displays:
Points, rank, token reward
Button: ๐ Claim Season Reward
๐งฉ NFT Template List
fireman schema | Template ID | Rarity | Attack Power |
---|---|---|---|
Fireheart Mystic | 878281 | Mystic | 160 |
Ember Godking | 878279 | Legendary | 80 |
WHATIF Flame Lord | 878274 | Epic | 40 |
Inferno Titan | 878273 | Rare | 20 |
Blaze Warden | 878270 | Uncommon | 10 |
WHATIF Flameborn | 878268 | Common | 5 |
Phoenix Mystic | 880461 | Mystic | 160 |
Serpent | 880460 | Legendary | 80 |
Dragon | 880456 | Epic | 40 |
Chimera | 880455 | Rare | 20 |
Kraken | 880454 | Uncommon | 10 |
Cyclops | 880453 | Common | 5 |
Phoenix + WTFWUF | 881084 | Mystic | 160 |
Serpent + WTFWUF | 881083 | Legendary | 80 |
Dragon + WTFWUF | 881082 | Epic | 40 |
Chimera + WTFWUF | 881081 | Rare | 20 |
Kraken + WTFWUF | 881080 | Uncommon | 10 |
Cyclops + WTFWUF | 881079 | Common | 5 |
FIREMAN PHOENIX + WTFWUF | 884624 | Super Mystic | 320 |
Ascended FIREMAN PHOENIX + WTFWUF | 884627 | Ascended Super Mystic | 640 |
deeds schema | Template ID | Rarity | Deed HP |
---|---|---|---|
Blueprint Specs | 834331 | Common | 50 |
Blueprint Layout | 834332 | Rare | 100 |
WHATIF Rewards Steel Beam | 834333 | Epic | 200 |
WHATIF Deeds Foundation | 834345 | Legendary | 400 |
Dan Deed | 834391 | Mystic | 500 |
WTF It’s A Blue Bill | 818455 | Common | 1000 |
The House That WUF Built | 818254 | Common | 1000 |
Mossy Peaks Haven | 811270 | Common | 1000 |
A Curious Case of WHATIF | 818457 | Rare | 2000 |
Pawsibilities | 818258 | Rare | 2000 |
Pinewood Estates | 811274 | Rare | 2000 |
Sunsetting Shoebill | 818459 | Epic | 3000 |
Doggy Dreamhouse | 818259 | Epic | 3000 |
The Guarded Castle Of Profits | 811275 | Epic | 3000 |
King of What If | 818460 | Legendary | 4000 |
Barkitecture of the Future | 818261 | Legendary | 4000 |
WHATIF It Was Evermore Estates | 811276 | Legendary | 4000 |
The Feathered Fortune Teller | 818462 | Mystic | 5000 |
The Shrine of Infinite Pawsibilities | 818262 | Mystic | 5000 |
The Timekeeper’s Tower | 811278 | Mystic | 5000 |
๐ฎ Emblems (Revive Coins) ::ONLY THESE TEMPLATES::
Name | Template ID | Revives Allowed |
---|---|---|
Gateway Coin | 886848 | 1 revive per coin |
Ascension Coin | 886849 | 3 revives per coin |
Omniverse Coin | 886850 | 9 revives per coin |
Boost Type | Effect | Pack Gear Name | Suggested Slot |
---|---|---|---|
๐ง Points Gain | Boosts the number of leaderboard points earned in PvE/PvP battles. | Crest of Glory Pack | Badge / Crest |
๐ XP Gain | Increases XP earned from battles, events, and quests. | Library Pack | Book / Tome |
๐ NFT Gain | Raises the chance of receiving a random NFT during the daily 50% drop. | Charm of Fire Pack | Charm / Amulet |
๐ก๏ธ Attack Boost | Adds flat or % bonus to player’s attack power. | Blade Of Rage Pack | Sword / Weapon |
๐ก๏ธ Defense Boost | Adds flat or % bonus to player’s defense (or reduces incoming damage). | Flamewall Shield Pack | Shield / Aegis |
๐จ Stamina Boost | Adds to max stamina or reduces stamina cost per action. | Stamina Boot Boost Pack | Boots / Wings |
- There are no NFTs for Boosts at this moment we just need the feature implemented
Gear Name | Boost Type | % Bonus | Template ID | Slot |
---|---|---|---|---|
Ashen Badge Of Effort | Points Gain | +5% | 889137 | Crest |
Flare Sigil Of Promise | Points Gain | +12.5% | 889138 | Crest |
Crest Of Rising Flame | Points Gain | +25% | 889139 | Crest |
Insignia Of Blazing Might | Points Gain | +50% | 889140 | Crest |
Ember Crest Of Glory | Points Gain | +100% | 889141 | Crest |
Halo Of The Eternal Flame | Points Gain | +200% | 889142 | Crest |
Gear Name | Boost Type | % Bonus | Template ID | Slot |
---|---|---|---|---|
Singed Pages Of Memory | XP Gain | +5% | 889143 | Book |
Flickering Grimoire | XP Gain | +12.5% | 889144 | Book |
Seared Codex Of Insight | XP Gain | +25% | 889147 | Book |
Volcanic Lexicon Of Lore | XP Gain | +50% | 889148 | Book |
Tome Of Blazing Knowledge | XP Gain | +100% | 889149 | Book |
Grimoire Of The Flame Seer | XP Gain | +200% | 889150 | Book |
Gear Name | Boost Type | % Bonus | Template ID | Slot |
---|---|---|---|---|
Coal Trinket Of Chance | NFT Gain | +5% | 889153 | Charm |
Ignited Medallion | NFT Gain | +12.5% | 889154 | Charm |
Charm Of The Ember Wind | NFT Gain | +25% | 889155 | Charm |
Lucky Flame Relic | NFT Gain | +50% | 889156 | Charm |
Charm Of Fortune’s Fire | NFT Gain | +100% | 889157 | Charm |
Phoenix Eye Talisman | NFT Gain | +200% | 889158 | Charm |
Gear Name | Boost Type | % Bonus | Template ID | Slot |
---|---|---|---|---|
Scorched Step Sandals | Stamina Boost | +5% | 889078 | Boots |
Ember-Tread Boots | Stamina Boost | +12.5% | 889079 | Boots |
Flame-Hardened Boots | Stamina Boost | +25% | 889080 | Boots |
Magmastride Greaves | Stamina Boost | +50% | 889081 | Boots |
Embercore Warboots | Stamina Boost | +100% | 889082 | Boots |
Solarstride Boots | Stamina Boost | +200% | 889083 | Boots |
Gear Name | Boost Type | % Bonus | Template ID | Slot |
---|---|---|---|---|
Ember-Cracked Buckler | Defense Gain | +5% | 889048 | Shield |
Ember-Runed Shield | Defense Gain | +12.5% | 889049 | Shield |
Flamewall Aegis | Defense Gain | +25% | 889050 | Shield |
Lava Sentinel Plate | Defense Gain | +50% | 889051 | Shield |
Firewarden’s Wall | Defense Gain | +100% | 889052 | Shield |
Aegis Of The Flame Sentinel | Defense Gain | +200% | 889053 | Shield |
Gear Name | Boost Type | % Bonus | Template ID | Slot |
---|---|---|---|---|
Emberkind Training Sword | Attack Boost | +5% | 889015 | Sword |
Blade Of The Molten Path | Attack Boost | +12.5% | 889016 | Sword |
Inferno Edge | Attack Boost | +25% | 889017 | Sword |
Embersteel Flamefang | Attack Boost | +50% | 889043 | Sword |
Sword Of Raging Fire | Attack Boost | +100% | 889046 | Sword |
Heartblade Of The Fire King | Attack Boost | +200% | 889047 | Sword |