SOLO BOSS
Dragon Island Potion
Dragon Island Potion
Dragon Island Potion

NRV TEK POTIONS

Boss TEK Potions

 

Potion TEK Dragon – The Island

⚠️ Vente à l’unité

1 seule potion TEK incluse

Sold individually – One potion only

🐲 Essence du Dragon
🔥

Débloquez tous les engrams TEK du Dragon (The Island)
🐲 Déblocage instantané – Aucun farm nécessaire
Le souffle brûlant du maître des cieux !


Unlock all Dragon TEK engrams (The Island)
🐲 Instant unlock – No farm needed
The scorching breath of the sky master!

⚠️ Vendu à l’unité : cette offre contient 1 seule potion TEK.
Utilisable une seule fois par joueur. Échangeable hors tribu.


⚠️ Sold individually: this offer includes only 1 TEK potion.
One-time use per player. Tradable outside the tribe.

🧪 Potion ardente qui débloque instantanément tous les engrams TEK du Dragon (The Island).
⚡ Idéale pour un start rapide et compétitif !


🧪 Fiery potion that instantly unlocks all Dragon TEK engrams (The Island).
⚡ Perfect for a fast and competitive start!

PRIX / PRICE : 5,00 €

📍 Disponible dans le shop en jeu
Onglet : KITS


📍 Available in the in-game shop
Tab: KITS

 

NRV-ARK • 2025

@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700&display=swap'); :root { --primary: #ff7700; --secondary: #0066ff; --background: #111827; --card-bg: #1f2937; --card-bg-darker: #1a2433; --border: #374151; --text: #f9fafb; --text-secondary: #d1d5db; --highlight: #ff7700; --premium-gradient: linear-gradient(135deg, #ff7700, #ff4500, #dc2626); --premium-glow: rgba(255, 119, 0, 0.3); } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Rajdhani', sans-serif; background-color: var(--background); color: var(--text); line-height: 1.6; background-image: radial-gradient(circle at 50% 50%, rgba(255, 119, 0, 0.05) 0%, transparent 50%), linear-gradient(rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.85) 100%); background-attachment: fixed; overflow-x: hidden; } .nrv-container { max-width: 1200px; margin: 0 auto; padding: 20px 15px; } .nrv-header { text-align: center; padding: 20px 0; position: relative; } .nrv-header h1 { font-family: 'Orbitron', sans-serif; font-size: 2.2rem; font-weight: 700; letter-spacing: 2px; color: var(--text); text-shadow: 0 0 15px rgba(255, 119, 0, 0.4); margin-bottom: 5px; } .subtitle { font-family: 'Orbitron', sans-serif; font-size: 0.95rem; color: var(--secondary); letter-spacing: 1px; margin-top: 5px; text-transform: uppercase; opacity: 0.9; } .nrv-line { height: 2px; width: 80%; margin: 15px auto; background: linear-gradient(90deg, transparent, var(--primary), transparent); position: relative; } .nrv-line::before { content: ""; position: absolute; height: 6px; width: 6px; background: var(--primary); border-radius: 50%; top: -2px; left: 50%; transform: translateX(-50%); box-shadow: 0 0 10px var(--primary); } .nrv-offer-container { display: flex; justify-content: center; align-items: center; padding: 10px 0; } .nrv-offer-box { width: 100%; max-width: 600px; background-color: var(--card-bg); border-radius: 12px; overflow: hidden; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25); border: 1px solid var(--border); position: relative; transition: transform 0.3s ease, box-shadow 0.3s ease; } .nrv-offer-box:hover { transform: translateY(-5px); box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3); } .nrv-offer-box::before { content: ""; position: absolute; width: 100%; height: 4px; top: 0; left: 0; background: linear-gradient(90deg, var(--primary), var(--secondary)); } .premium-pack { border: 2px solid var(--primary); box-shadow: 0 15px 40px var(--premium-glow); } .premium-pack::before { background: var(--premium-gradient); height: 6px; } .premium-pack:hover { transform: translateY(-8px); box-shadow: 0 20px 50px var(--premium-glow); } .offer-header { background: linear-gradient(135deg, var(--card-bg-darker), rgba(255, 119, 0, 0.1)); padding: 22px 15px; text-align: center; border-bottom: 1px solid var(--border); } .offer-header h2 { font-family: 'Orbitron', sans-serif; color: var(--primary); font-size: 1.6rem; letter-spacing: 1px; margin-bottom: 5px; } .offer-header p { color: var(--text-secondary); font-size: 1rem; } .offer-content { padding: 25px 20px; } .offer-benefit { display: flex; align-items: center; justify-content: center; padding: 20px; margin: 10px 0 25px; background: linear-gradient(135deg, rgba(255, 119, 0, 0.15), rgba(255, 69, 0, 0.1)); border: 1px solid rgba(255, 119, 0, 0.3); border-radius: 10px; text-align: center; } .benefit-icon { font-size: 1.8rem; margin-right: 12px; } .benefit-text { font-size: 1.2rem; font-weight: 600; color: var(--text); } .offer-highlight { background-color: rgba(255, 119, 0, 0.1); border-left: 4px solid var(--highlight); padding: 20px; border-radius: 8px; margin-bottom: 20px; } .highlight-icon { font-size: 1.5rem; margin-right: 10px; animation: pulse 2s infinite; } @keyframes pulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.1); } } .offer-note { background: linear-gradient(135deg, rgba(255, 119, 0, 0.12), rgba(255, 69, 0, 0.08)); border-left: 4px solid var(--primary); box-shadow: 0 5px 15px rgba(255, 119, 0, 0.1); padding: 18px; border-radius: 8px; margin-bottom: 25px; } .offer-cta { display: flex; justify-content: center; align-items: center; background: var(--premium-gradient); color: var(--text); padding: 16px 20px; border-radius: 30px; font-family: 'Orbitron', sans-serif; font-weight: 600; letter-spacing: 1px; margin-top: 15px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); } .cta-label { margin-right: 10px; font-size: 0.95rem; opacity: 0.9; } .cta-price { font-size: 1.2rem; font-weight: 700; text-shadow: 0 0 10px rgba(0, 0, 0, 0.3); } .shop-info { background: linear-gradient(135deg, rgba(0, 102, 255, 0.15), rgba(0, 102, 255, 0.08)); border: 1px solid rgba(0, 102, 255, 0.3); border-radius: 10px; padding: 15px; margin-top: 15px; text-align: center; } .shop-info p { font-size: 0.9rem; line-height: 1.4; } .shop-location { color: var(--secondary); font-weight: 600; } .shop-location-en { color: var(--text-secondary); font-size: 0.85rem; font-style: italic; } .nrv-footer { text-align: center; padding: 15px 0; margin-top: 30px; } .nrv-footer p { font-family: 'Orbitron', sans-serif; font-size: 0.8rem; letter-spacing: 1px; color: var(--text); opacity: 0.7; }
Prix 5€
Se connecter