feat: NPC 추방,몰수, 고유메시지 빈도를 GameConst에서 조절
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
"history":[
|
||||
],
|
||||
"const": {
|
||||
"joinRuinedNPCProp":0
|
||||
"joinRuinedNPCProp":0,
|
||||
"npcBanMessageProb":1
|
||||
},
|
||||
"events":[
|
||||
[
|
||||
|
||||
@@ -7,7 +7,8 @@
|
||||
"history":[
|
||||
],
|
||||
"const": {
|
||||
"joinRuinedNPCProp":0
|
||||
"joinRuinedNPCProp":0,
|
||||
"npcBanMessageProb":1
|
||||
},
|
||||
"events":[
|
||||
[
|
||||
|
||||
@@ -11,7 +11,8 @@
|
||||
"expandCityDevelIncreaseAmount": 1350,
|
||||
"expandCityWallIncreaseAmount": 1600,
|
||||
"defaultMaxGeneral":300,
|
||||
"joinRuinedNPCProp":0
|
||||
"joinRuinedNPCProp":0,
|
||||
"npcBanMessageProb":1
|
||||
},
|
||||
"events":[
|
||||
[
|
||||
|
||||
@@ -11,6 +11,9 @@
|
||||
"history": [
|
||||
"<C>●</>180년 1월:<L><b>【이벤트】</b></>병기로 싸운다! 최고의 충차 지휘관을 가린다"
|
||||
],
|
||||
"const": {
|
||||
"npcBanMessageProb":1
|
||||
},
|
||||
"initialEvents":[
|
||||
[
|
||||
true,
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
],
|
||||
"const": {
|
||||
"expandCityDefaultCost": 30000,
|
||||
"expandCityCostCoef": 250
|
||||
"expandCityCostCoef": 250,
|
||||
"npcBanMessageProb":1
|
||||
}
|
||||
}
|
||||
@@ -8,6 +8,7 @@
|
||||
],
|
||||
"const": {
|
||||
"joinRuinedNPCProp":0,
|
||||
"npcBanMessageProb":1,
|
||||
"availableSpecialWar":[
|
||||
"che_귀병", "che_신산", "che_환술", "che_집중", "che_신중", "che_반계",
|
||||
"che_보병", "che_궁병", "che_기병", "che_공성",
|
||||
|
||||
@@ -9,6 +9,9 @@
|
||||
"history": [
|
||||
"<C>●</>180년 1월:<L><b>【이벤트】</b></>29기까지 내로라 하는 모든 장수들이 모였다!"
|
||||
],
|
||||
"const": {
|
||||
"npcBanMessageProb":1
|
||||
},
|
||||
"events": [
|
||||
[
|
||||
"month", 1000,
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
],
|
||||
"const": {
|
||||
"joinRuinedNPCProp":0,
|
||||
"npcBanMessageProb":1,
|
||||
"availableGeneralCommand": {
|
||||
"": [
|
||||
"휴식",
|
||||
|
||||
Reference in New Issue
Block a user