diff --git a/shared/domain/activityField/monthlyTicketField.ts b/shared/domain/activityField/monthlyTicketField.ts index d03a2d84b..9189c30a3 100644 --- a/shared/domain/activityField/monthlyTicketField.ts +++ b/shared/domain/activityField/monthlyTicketField.ts @@ -49,7 +49,7 @@ export class MonthlyTicketData extends ActivityBase { this.name = dataObj.name; this.productID = dataObj.productID; this.price = dataObj.price; - this.days = dataObj.days; + if(dataObj.days) this.days = dataObj.days; this.baseReward = dataObj.baseReward; this.firstReward = dataObj.firstReward; this.imageName = dataObj.imageName; diff --git a/shared/resource/jsons/dic_army_bossBase.json b/shared/resource/jsons/dic_army_bossBase.json index 7bc8ed4fc..8d4a80dde 100644 --- a/shared/resource/jsons/dic_army_bossBase.json +++ b/shared/resource/jsons/dic_army_bossBase.json @@ -11,7 +11,7 @@ "opencost": 30000, "imageName": "jttubiao_3", "killReward": "40005&1000", - "ratio": 1, + "ratio": 10, "damageRewardTotal": "40005&1000", "basicReward": "17052&2", "encourageSum": 300, @@ -29,7 +29,7 @@ "opencost": 30000, "imageName": "jttubiao_3", "killReward": "40005&1200", - "ratio": 1, + "ratio": 10, "damageRewardTotal": "40005&1200", "basicReward": "17052&4", "encourageSum": 300, @@ -47,7 +47,7 @@ "opencost": 30000, "imageName": "jttubiao_3", "killReward": "40005&1300", - "ratio": 1, + "ratio": 10, "damageRewardTotal": "40005&1300", "basicReward": "17052&6", "encourageSum": 300, @@ -65,7 +65,7 @@ "opencost": 30000, "imageName": "jttubiao_3", "killReward": "40005&1400", - "ratio": 1, + "ratio": 10, "damageRewardTotal": "40005&1400", "basicReward": "17052&8", "encourageSum": 300, @@ -83,7 +83,7 @@ "opencost": 30000, "imageName": "jttubiao_3", "killReward": "40005&1500", - "ratio": 1, + "ratio": 10, "damageRewardTotal": "40005&1500", "basicReward": "17052&10", "encourageSum": 300, @@ -101,7 +101,7 @@ "opencost": 30000, "imageName": "jttubiao_3", "killReward": "40005&1600", - "ratio": 1, + "ratio": 10, "damageRewardTotal": "40005&1600", "basicReward": "17052&12", "encourageSum": 300, @@ -119,7 +119,7 @@ "opencost": 30000, "imageName": "jttubiao_3", "killReward": "40005&1700", - "ratio": 1, + "ratio": 10, "damageRewardTotal": "40005&1700", "basicReward": "17052&14", "encourageSum": 300, @@ -137,7 +137,7 @@ "opencost": 30000, "imageName": "jttubiao_3", "killReward": "40005&1800", - "ratio": 1, + "ratio": 10, "damageRewardTotal": "40005&1800", "basicReward": "17052&16", "encourageSum": 300, @@ -155,7 +155,7 @@ "opencost": 30000, "imageName": "jttubiao_3", "killReward": "40005&1900", - "ratio": 1, + "ratio": 10, "damageRewardTotal": "40005&1900", "basicReward": "17052&18", "encourageSum": 300, @@ -173,7 +173,7 @@ "opencost": 30000, "imageName": "jttubiao_3", "killReward": "40005&2000", - "ratio": 1, + "ratio": 10, "damageRewardTotal": "40005&2000", "basicReward": "17052&20", "encourageSum": 300,