planetarium / lib9c

Lib9c is a library that contains key implementations of Nine Chronicles, a decentralized RPG developed with Libplanet. Lib9c includes Nine Chronicle's key features like in-game decisions and data models, which can be used to implement game core capabilities.
https://nine-chronicles.com/
GNU General Public License v3.0
22 stars 39 forks source link

Use FloorId to get floor related data #2645

Closed U-lis closed 5 days ago

U-lis commented 1 week ago

Don't use floor (1 ~ 20) for floor identifier Use floor_id (1 ~ 80) for floor identifier. All the sheet relations are using floor_id, not floor.

If you use floor, you'll get data only for boss ID 1