feat(backend): Implement base framework for Perks, Skills, and Derived Stats
This commit is contained in:
@@ -79,8 +79,9 @@ class InitiateCombatRequest(BaseModel):
|
||||
|
||||
|
||||
class CombatActionRequest(BaseModel):
|
||||
action: str # 'attack', 'defend', 'flee', 'use_item'
|
||||
action: str # 'attack', 'skill', 'flee', 'use_item'
|
||||
item_id: Optional[str] = None # For use_item action
|
||||
skill_id: Optional[str] = None # For skill action
|
||||
|
||||
|
||||
class PvPCombatInitiateRequest(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user