添加配置表

This commit is contained in:
flswld
2022-11-30 00:00:20 +08:00
parent f70a890338
commit d7f3f3b866
33382 changed files with 8476601 additions and 0 deletions
@@ -0,0 +1,70 @@
{
"DendroTornado_Hunting": {
"$type": "ConfigGadget",
"common": {
"scale": 1.0
},
"combat": {
"property": {
"useCreatorProperty": true, // 是否继承创造者的数值
"HP": 999999,
"attack": 10.0,
"defense": 999999,
"isInvincible": true,
"canTriggerBullet": true
},
"combatLock": {
"denyLockOn": true
},
"beHit": {
"hitBloodEffect": "",
"muteAllHit": true,
"muteAllHitEffect": true,
"muteAllHitText": true
},
"animEvents": {}
},
"move": {
"$type": "ConfigPinballBulletMove",
"speed": 4.8,
"radius": 6.5,
"delay": 0.25,
"anglerVelocity": 3600.0,
"traceOnYAxis": true,
"destroyWhenTargetDie": false,
"randomBackAngleAdded": 60.0,
"reboundInterval": 0.2,
"outOfRangeFixCD": 0.5,
"velocityForce": {
//WindZone单位不吃风的力
"excludeForces": [
"WindZoneType",
"AirflowType",
"RiseType",
"SpeedupType",
"AirflowAccType"
]
},
"stickToGround": {
"$type": "ConfigMoveStickToGround",
"heightToGround": 0.5,
"flexibleRange": 0.5,
"maxStepHeight": 1,
"maxSlopeAngle": 60,
"isStickToWater": true,
"unstickWhenDownSlide": "Keep",
"unstickWhenUpSlide": "Stay"
},
"canBornInWater": true
},
"timer": {
"lifeInfinite": false,
"lifeTime": 10.0
},
"abilities": [
{
"abilityName": "Hunting_Dendro_Tornado"
}
]
}
}