fix: scale monster DEF with floor level like HP/ATK

This commit is contained in:
2026-03-24 10:17:48 +09:00
parent e3e6c5105c
commit ae3375a023
4 changed files with 33 additions and 1 deletions

View File

@@ -0,0 +1,18 @@
{
"permissions": {
"allow": [
"Bash(go build:*)",
"Bash(find . -name \"*.go\" -type f -exec wc -l {} +)",
"Bash(sort -k2)",
"Bash(where go:*)",
"Read(//c/Users/SSAFY/sdk/**)",
"Read(//c/Users/98kim/**)",
"Bash(go test:*)",
"Bash(git add:*)",
"Bash(git commit:*)"
]
},
"disabledMcpjsonServers": [
"unity-mcp"
]
}