시나리오마다 별도로 스탯 제한치를 설정 가능하도록 변경
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
"stat":{
|
||||
"total":150,
|
||||
"min":10,
|
||||
"max":75
|
||||
"max":75,
|
||||
"npcMax":95,
|
||||
"chiefMin":65
|
||||
}
|
||||
}
|
||||
@@ -9,7 +9,8 @@
|
||||
"stat":{
|
||||
"total":220,
|
||||
"min":10,
|
||||
"max":95
|
||||
"max":95,
|
||||
"npcMax":95
|
||||
},
|
||||
"general":[
|
||||
[0, "김일융", -1, 0, null, 88, 83, 79, 0, 160, 300, null, null],
|
||||
|
||||
@@ -9,7 +9,8 @@
|
||||
"stat":{
|
||||
"total":220,
|
||||
"min":10,
|
||||
"max":95
|
||||
"max":95,
|
||||
"npcMax":95
|
||||
},
|
||||
"general":[
|
||||
[0, "가규", -1, 0, null, 78, 61, 84, 0, 160, 300, null, null],
|
||||
|
||||
Reference in New Issue
Block a user