feat: implement monthly disaster event
This commit is contained in:
@@ -131,7 +131,7 @@ model City {
|
||||
commerceMax Int @map("comm_max")
|
||||
security Int @map("secu")
|
||||
securityMax Int @map("secu_max")
|
||||
trust Int @default(0)
|
||||
trust Float @default(0) @db.Real
|
||||
trade Int? @default(100)
|
||||
defence Int @map("def")
|
||||
defenceMax Int @map("def_max")
|
||||
|
||||
Reference in New Issue
Block a user