Skip to content

Instantly share code, notes, and snippets.

"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
@thientnl10
thientnl10 / 1
Last active November 8, 2025 21:00
index.html
<!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}