Update vocabulary
This commit is contained in:
parent
4f853df32c
commit
846130771e
1 changed files with 8 additions and 9 deletions
17
readme.md
17
readme.md
|
@ -12,9 +12,8 @@ A gacha-style bot for the Fediverse built with Python. Users can roll for charac
|
||||||
|
|
||||||
### ✅ Implemented
|
### ✅ Implemented
|
||||||
- 🎲 Character roll system
|
- 🎲 Character roll system
|
||||||
- 🎴 Cards stats system
|
- 🧠 Core database structure for cards
|
||||||
- 🧠 Core database structure for characters and stats
|
- 📦 Basic support for storing pulls per player
|
||||||
- 📦 Basic support for storing pulls per user
|
|
||||||
- ⏱️ Time-based limitations on rolls
|
- ⏱️ Time-based limitations on rolls
|
||||||
|
|
||||||
### 🧩 In Progress
|
### 🧩 In Progress
|
||||||
|
@ -26,18 +25,18 @@ A gacha-style bot for the Fediverse built with Python. Users can roll for charac
|
||||||
[See our v2.0 board for more details](https://git.waifuism.life/waifu/kemoverse/projects/3)
|
[See our v2.0 board for more details](https://git.waifuism.life/waifu/kemoverse/projects/3)
|
||||||
|
|
||||||
### 🛒 Gameplay & Collection
|
### 🛒 Gameplay & Collection
|
||||||
- 🔁 **Trading system** between users
|
- 🔁 **Trading system** between players
|
||||||
- ⭐ **Favorite characters** (pin them or set profiles)
|
- ⭐ **Favorite characters** (pin them or set profiles)
|
||||||
- 📢 **Public post announcements** for rare card pulls
|
- 📢 **Public post announcements** for rare card pulls
|
||||||
- 📊 **Stats** for cards
|
- 📊 **Stats** for cards
|
||||||
- 🎮 **Games** to play
|
- 🎮 **Games** to play
|
||||||
- ⚔️ Dueling
|
- ⚔️ Dueling
|
||||||
- 🧮 **Leaderboards**
|
- 🧮 **Leaderboards**
|
||||||
- Most traded Characters
|
- Most traded cards
|
||||||
- Most owned Characters
|
- Most owned cards
|
||||||
- Most voted Characters
|
- Most voted cards
|
||||||
- Most popular Characters (via usage-based popularity metrics)
|
- Most popular cards (via usage-based popularity metrics)
|
||||||
- Users with the rarest Characters
|
- Users with the rarest cards
|
||||||
|
|
||||||
### 🎨 Card Aesthetics
|
### 🎨 Card Aesthetics
|
||||||
- 🖼️ Simple card template for character rendering
|
- 🖼️ Simple card template for character rendering
|
||||||
|
|
Loading…
Add table
Reference in a new issue