mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-12-18 10:00:38 +00:00
锻造升级
This commit is contained in:
@@ -4,8 +4,8 @@ spring:
|
||||
datasource:
|
||||
username: pet_jisol_cn
|
||||
password: sThsBwjfDcaw2wJR
|
||||
# url: jdbc:mysql://kyu.jisol.cn:3306/pet_jisol_cn?useSSL=false&useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT%2B8&allowMultiQueries=true
|
||||
url: jdbc:mysql://localhost:3306/pet_jisol_cn?useSSL=false&useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT%2B8&allowMultiQueries=true
|
||||
url: jdbc:mysql://kyu.jisol.cn:3306/pet_jisol_cn?useSSL=false&useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT%2B8&allowMultiQueries=true
|
||||
# url: jdbc:mysql://localhost:3306/pet_jisol_cn?useSSL=false&useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT%2B8&allowMultiQueries=true
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
jackson:
|
||||
serialization:
|
||||
|
||||
@@ -4,14 +4,16 @@
|
||||
"roleName": "小石头",
|
||||
"spine": 130001,
|
||||
"roleSkillIds": [],
|
||||
"roleAttackRange": 100
|
||||
"roleAttackRange": 100,
|
||||
"roleHight": 140
|
||||
},
|
||||
{
|
||||
"id": 10002,
|
||||
"roleName": "坚强小石",
|
||||
"spine": 130002,
|
||||
"roleSkillIds": [],
|
||||
"roleAttackRange": 100
|
||||
"roleAttackRange": 100,
|
||||
"roleHight": 140
|
||||
},
|
||||
{
|
||||
"id": 10003,
|
||||
@@ -20,7 +22,8 @@
|
||||
"roleSkillIds": [
|
||||
40001
|
||||
],
|
||||
"roleAttackRange": 500
|
||||
"roleAttackRange": 500,
|
||||
"roleHight": 140
|
||||
},
|
||||
{
|
||||
"id": 10004,
|
||||
@@ -29,21 +32,24 @@
|
||||
"roleSkillIds": [
|
||||
40002
|
||||
],
|
||||
"roleAttackRange": 350
|
||||
"roleAttackRange": 350,
|
||||
"roleHight": 140
|
||||
},
|
||||
{
|
||||
"id": 10005,
|
||||
"roleName": "雷吉艾斯",
|
||||
"spine": 130005,
|
||||
"roleSkillIds": [],
|
||||
"roleAttackRange": 350
|
||||
"roleAttackRange": 350,
|
||||
"roleHight": 140
|
||||
},
|
||||
{
|
||||
"id": 10006,
|
||||
"roleName": "星球杯",
|
||||
"spine": 130006,
|
||||
"roleSkillIds": [],
|
||||
"roleAttackRange": 500
|
||||
"roleAttackRange": 500,
|
||||
"roleHight": 140
|
||||
},
|
||||
{
|
||||
"id": 10007,
|
||||
@@ -52,6 +58,7 @@
|
||||
"roleSkillIds": [
|
||||
40003
|
||||
],
|
||||
"roleAttackRange": 100
|
||||
"roleAttackRange": 100,
|
||||
"roleHight": 140
|
||||
}
|
||||
]
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user