Home
Forums
New posts
Search forums
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Calendar
games
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
New profile posts
Latest activity
Menu
Log in
Register
Install the app
Install
Home
What's new
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Latest activity
What's new
New posts
New profile posts
Latest activity
fukurou
replied to the thread
workout skill
.
class DiWorkOut(Skill): def __init__(self): super().__init__() self.last_date = "" self.xp_farmed = 0...
Feb 9, 2026
fukurou
replied to the thread
workout skill
.
class DiWorkOut(Skill): def __init__(self): super().__init__() self.last_date = "" self.xp_farmed = 0...
Feb 9, 2026
fukurou
posted the thread
workout skill
in
Atelier
.
class DiWorkOut(Skill): def __init__(self): super().__init__() self.last_date = "" self.xp_farmed:int = 0...
Feb 9, 2026
the living tribunal
posted the thread
Xp to lv with 2 decimal rounding
in
Atelier
.
def xp_to_level(xp: float) -> float: level = xp ** (1/3) return round(level, 2) @fukurou
Feb 9, 2026
the living tribunal
updated their
status
.
Feb 7, 2026
Home
What's new
Top
Text copied to clipboard.