This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "techniques": [ | |
| { | |
| id: "2001", | |
| type: "techniques", | |
| name: "Bát Chuyển Huyền Công", | |
| summary: "Cường hóa thân thể, mở huyệt đạo", | |
| rarity: "Địa", | |
| minCanCot: 10, // 🔸 cần ít nhất 15 Căn Cốt để học | |
| maxNgoTinh: 20, // 🔸 cần 20 Ngộ Tính để học toàn bộ tầng (nếu <20 thì bị giới hạn) | |
| expScaleByNgoTinh: true, // 🔸 Ngộ Tính cao học nhanh hơn |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!doctype html> | |
| <html lang="vi"> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <meta name="viewport" content="width=device-width,initial-scale=1" /> | |
| <title>Mobile RPG UI - Inventory (Dropdown)</title> | |
| <style> | |
| :root{--gap:10px;--nav-height:64px;--accent:#6b5ce7} | |
| *{box-sizing:border-box;font-family:Inter,system-ui,Arial} |