Initial commit: Tiny Tackle Heroes Unity project
This commit is contained in:
@@ -0,0 +1,61 @@
|
||||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!114 &11400000
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 0}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: f124e8255c489cc4eb7345424f04a5da, type: 3}
|
||||
m_Name: ArmoredSkeleton
|
||||
m_EditorClassIdentifier: BumpCombat.Runtime::BumpCombat.Enemies.EnemyDefinition
|
||||
kind: 8
|
||||
role: 0
|
||||
attackShape: 1
|
||||
maxHealth: 42
|
||||
moveSpeed: 1.1
|
||||
attackDamage: 18
|
||||
warningDuration: 0.85
|
||||
activeDuration: 0.25
|
||||
recoveryDuration: 0.7
|
||||
attackRange: 0.92
|
||||
preferredRange: 0
|
||||
attackLength: 0.88
|
||||
attackWidth: 0.64
|
||||
attackRadius: 0
|
||||
attackAnimationLeadTime: 0.5
|
||||
experienceValue: 30
|
||||
attackPatterns:
|
||||
- animationState: Attack
|
||||
attackShape: 1
|
||||
directionMode: 1
|
||||
geometryScaleMode: 1
|
||||
warningDuration: 0.85
|
||||
activeDuration: 0.25
|
||||
recoveryDuration: 0.7
|
||||
attackRange: 0.92
|
||||
attackLength: 0.88
|
||||
attackWidth: 0.64
|
||||
attackRadius: 0
|
||||
attackOriginOffset: {x: 0, y: 0}
|
||||
animationLeadTime: 0.5
|
||||
damageMultiplier: 1
|
||||
- animationState: Attack02
|
||||
attackShape: 2
|
||||
directionMode: 1
|
||||
geometryScaleMode: 1
|
||||
warningDuration: 0.85
|
||||
activeDuration: 0.35
|
||||
recoveryDuration: 0.7
|
||||
attackRange: 0.96
|
||||
attackLength: 0
|
||||
attackRadius: 0.88
|
||||
attackWidth: 0.7
|
||||
attackOriginOffset: {x: 0, y: 0}
|
||||
animationLeadTime: 0.5
|
||||
damageMultiplier: 1.1
|
||||
separationRadius: 0.55
|
||||
separationStrength: 0.6
|
||||
@@ -0,0 +1,2 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 6e5b3bbcd7a34fb5bcb821c3da8d7c04
|
||||
@@ -0,0 +1,44 @@
|
||||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!114 &11400000
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 0}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: f124e8255c489cc4eb7345424f04a5da, type: 3}
|
||||
m_Name: Bat
|
||||
m_EditorClassIdentifier: BumpCombat.Runtime::BumpCombat.Enemies.EnemyDefinition
|
||||
kind: 5
|
||||
role: 1
|
||||
attackShape: 0
|
||||
maxHealth: 8
|
||||
moveSpeed: 1.5
|
||||
attackDamage: 8
|
||||
warningDuration: 0.35
|
||||
activeDuration: 0.25
|
||||
recoveryDuration: 0.6
|
||||
attackRange: 1.1
|
||||
preferredRange: 0
|
||||
attackLength: 0
|
||||
attackWidth: 0
|
||||
attackRadius: 0.45
|
||||
attackAnimationLeadTime: 0
|
||||
experienceValue: 1
|
||||
attackPatterns:
|
||||
- animationState: Attack
|
||||
attackShape: 0
|
||||
warningDuration: 0.35
|
||||
activeDuration: 0.25
|
||||
recoveryDuration: 0.6
|
||||
attackRange: 1.1
|
||||
attackLength: 0
|
||||
attackWidth: 0
|
||||
attackRadius: 0.45
|
||||
animationLeadTime: 0
|
||||
damageMultiplier: 1
|
||||
separationRadius: 0.55
|
||||
separationStrength: 0.6
|
||||
@@ -0,0 +1,2 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 6e5b3bbcd7a34fb5bcb821c3da8d7c01
|
||||
@@ -0,0 +1,65 @@
|
||||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!114 &11400000
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 0}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: 049a9353a64f4c50a4c7b9649bee023a, type: 3}
|
||||
m_Name: EnemyConstants
|
||||
m_EditorClassIdentifier: BumpCombat.Runtime::BumpCombat.Constants.EnemyConstants
|
||||
ConeDirectionThreshold: 0.5
|
||||
MinimumTargetCircleWarningDuration: 1.8
|
||||
SeparationRefreshInterval: 0.1
|
||||
DefaultSeparationRadius: 0.55
|
||||
DefaultSeparationStrength: 0.6
|
||||
DefaultDeathDuration: 0.5
|
||||
DeathRemovalPadding: 0.05
|
||||
BodyContactSpeed: 3
|
||||
KnockbackDeceleration: 8
|
||||
CrowdApproachSlotCount: 24
|
||||
CrowdApproachRingCount: 3
|
||||
CrowdApproachBaseRadius: 0.75
|
||||
CrowdApproachRingSpacing: 0.15
|
||||
SummonedEnemyNoAnimationLockDuration: 0.15
|
||||
NormalPlayerKnockbackDistance: 0.75
|
||||
HeavyPlayerKnockbackDistance: 1.1
|
||||
RangedAttackArenaInset: 0.75
|
||||
RangedAttackCameraInset: 0.5
|
||||
RangedApproachArenaInset: 0.8
|
||||
RangedApproachCameraInset: 0.55
|
||||
EliteGroggyDuration: 5
|
||||
MidBossGroggyDuration: 7
|
||||
FinalBossGroggyDuration: 10
|
||||
EliteGroggyRequiredMatchingHits: 1
|
||||
MidBossGroggyRequiredMatchingHits: 2
|
||||
FinalBossGroggyRequiredMatchingHits: 4
|
||||
GeneralSummonCooldown: 8
|
||||
CrowdSummonCooldown: 12
|
||||
MultiAoeCooldown: 4
|
||||
SummonVisualDuration: 0.875
|
||||
DesperationHealthFraction: 0.05
|
||||
MaxMeleeAttackers: 4
|
||||
MaxRangedAttackers: 3
|
||||
MaxEarlyCrowdAttackers: 1
|
||||
MaxLateCrowdAttackers: 2
|
||||
CrowdAttackExpansionTime: 180
|
||||
CrowdAttackGrantInterval: 0.9
|
||||
Definitions:
|
||||
- {fileID: 11400000, guid: aedea1a416d524540b3c14ae4cda62d5, type: 2}
|
||||
- {fileID: 11400000, guid: 7f938c46038bd274896aa9402aadad11, type: 2}
|
||||
- {fileID: 11400000, guid: c1dfa38b0b379e345bf433ae5a64b7e6, type: 2}
|
||||
- {fileID: 11400000, guid: 5c1af34c8637465408999d077802be7b, type: 2}
|
||||
- {fileID: 11400000, guid: d20aab25d4193854997b9af904ecf6bb, type: 2}
|
||||
- {fileID: 11400000, guid: 6e5b3bbcd7a34fb5bcb821c3da8d7c01, type: 2}
|
||||
- {fileID: 11400000, guid: 6e5b3bbcd7a34fb5bcb821c3da8d7c02, type: 2}
|
||||
- {fileID: 11400000, guid: 6e5b3bbcd7a34fb5bcb821c3da8d7c03, type: 2}
|
||||
- {fileID: 11400000, guid: 6e5b3bbcd7a34fb5bcb821c3da8d7c04, type: 2}
|
||||
- {fileID: 11400000, guid: 6e5b3bbcd7a34fb5bcb821c3da8d7c05, type: 2}
|
||||
- {fileID: 11400000, guid: 6e5b3bbcd7a34fb5bcb821c3da8d7c06, type: 2}
|
||||
- {fileID: 11400000, guid: 6e5b3bbcd7a34fb5bcb821c3da8d7c07, type: 2}
|
||||
- {fileID: 11400000, guid: 6e5b3bbcd7a34fb5bcb821c3da8d7c08, type: 2}
|
||||
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 7528e2b56c31420d8c2b972cce51ae28
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 11400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,75 @@
|
||||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!114 &11400000
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 0}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: f124e8255c489cc4eb7345424f04a5da, type: 3}
|
||||
m_Name: GreatswordSkeleton
|
||||
m_EditorClassIdentifier: BumpCombat.Runtime::BumpCombat.Enemies.EnemyDefinition
|
||||
kind: 3
|
||||
role: 0
|
||||
attackShape: 2
|
||||
maxHealth: 50
|
||||
moveSpeed: 0.9
|
||||
attackDamage: 18
|
||||
warningDuration: 1.2
|
||||
activeDuration: 0.22
|
||||
recoveryDuration: 1
|
||||
attackRange: 1
|
||||
preferredRange: 0
|
||||
attackLength: 0
|
||||
attackWidth: 0
|
||||
attackRadius: 1.2
|
||||
attackAnimationLeadTime: 0.625
|
||||
experienceValue: 4
|
||||
attackPatterns:
|
||||
- animationState: Attack
|
||||
attackShape: 2
|
||||
directionMode: 1
|
||||
geometryScaleMode: 1
|
||||
warningDuration: 1.2
|
||||
activeDuration: 0.22
|
||||
recoveryDuration: 1
|
||||
attackRange: 1
|
||||
attackLength: 0
|
||||
attackWidth: 0.7
|
||||
attackRadius: 1.2
|
||||
attackOriginOffset: {x: 0, y: 0}
|
||||
animationLeadTime: 0.625
|
||||
damageMultiplier: 1
|
||||
- animationState: Attack02
|
||||
attackShape: 2
|
||||
directionMode: 1
|
||||
geometryScaleMode: 1
|
||||
warningDuration: 1.2
|
||||
activeDuration: 0.35
|
||||
recoveryDuration: 1
|
||||
attackRange: 1.2
|
||||
attackLength: 0
|
||||
attackWidth: 0.8
|
||||
attackRadius: 1.32
|
||||
attackOriginOffset: {x: 0, y: 0}
|
||||
animationLeadTime: 0.75
|
||||
damageMultiplier: 1.2
|
||||
- animationState: Attack03
|
||||
attackShape: 1
|
||||
directionMode: 1
|
||||
geometryScaleMode: 1
|
||||
warningDuration: 1.2
|
||||
activeDuration: 0.25
|
||||
recoveryDuration: 1
|
||||
attackRange: 1.68
|
||||
attackLength: 1.68
|
||||
attackWidth: 0.6
|
||||
attackRadius: 0
|
||||
attackOriginOffset: {x: 0, y: 0}
|
||||
animationLeadTime: 0.5
|
||||
damageMultiplier: 1.1
|
||||
separationRadius: 0.55
|
||||
separationStrength: 0.6
|
||||
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 5c1af34c8637465408999d077802be7b
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 11400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,31 @@
|
||||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!114 &11400000
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 0}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: f124e8255c489cc4eb7345424f04a5da, type: 3}
|
||||
m_Name: Lancer
|
||||
m_EditorClassIdentifier: BumpCombat.Runtime::BumpCombat.Enemies.EnemyDefinition
|
||||
kind: 2
|
||||
role: 0
|
||||
attackShape: 1
|
||||
maxHealth: 40
|
||||
moveSpeed: 1.15
|
||||
attackDamage: 15
|
||||
warningDuration: 0.9
|
||||
activeDuration: 0.18
|
||||
recoveryDuration: 0.8
|
||||
attackRange: 1.8
|
||||
preferredRange: 0
|
||||
attackLength: 1.8
|
||||
attackWidth: 0.35
|
||||
attackRadius: 0
|
||||
experienceValue: 3
|
||||
separationRadius: 0.55
|
||||
separationStrength: 0.6
|
||||
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: c1dfa38b0b379e345bf433ae5a64b7e6
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 11400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,75 @@
|
||||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!114 &11400000
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 0}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: f124e8255c489cc4eb7345424f04a5da, type: 3}
|
||||
m_Name: NecroGolem
|
||||
m_EditorClassIdentifier: BumpCombat.Runtime::BumpCombat.Enemies.EnemyDefinition
|
||||
kind: 11
|
||||
role: 0
|
||||
attackShape: 1
|
||||
maxHealth: 60
|
||||
moveSpeed: 0.65
|
||||
attackDamage: 30
|
||||
warningDuration: 1.05
|
||||
activeDuration: 0.25
|
||||
recoveryDuration: 1
|
||||
attackRange: 0.75
|
||||
preferredRange: 0
|
||||
attackLength: 0.75
|
||||
attackWidth: 0.6
|
||||
attackRadius: 0
|
||||
attackAnimationLeadTime: 0.75
|
||||
experienceValue: 100
|
||||
attackPatterns:
|
||||
- animationState: Attack
|
||||
attackShape: 1
|
||||
directionMode: 1
|
||||
geometryScaleMode: 1
|
||||
warningDuration: 1.05
|
||||
activeDuration: 0.25
|
||||
recoveryDuration: 1
|
||||
attackRange: 0.75
|
||||
attackLength: 0.75
|
||||
attackWidth: 0.6
|
||||
attackRadius: 0
|
||||
attackOriginOffset: {x: 0, y: -0.15}
|
||||
animationLeadTime: 0.75
|
||||
damageMultiplier: 1
|
||||
- animationState: Attack02
|
||||
attackShape: 1
|
||||
directionMode: 1
|
||||
geometryScaleMode: 1
|
||||
warningDuration: 1.05
|
||||
activeDuration: 0.25
|
||||
recoveryDuration: 1
|
||||
attackRange: 1.1
|
||||
attackLength: 1.1
|
||||
attackWidth: 0.6
|
||||
attackRadius: 0
|
||||
attackOriginOffset: {x: 0, y: -0.2}
|
||||
animationLeadTime: 0.75
|
||||
damageMultiplier: 1.2
|
||||
- animationState: Attack03
|
||||
attackShape: 1
|
||||
directionMode: 1
|
||||
geometryScaleMode: 1
|
||||
warningDuration: 1.1
|
||||
activeDuration: 0.25
|
||||
recoveryDuration: 1
|
||||
attackRange: 1.05
|
||||
attackLength: 1.05
|
||||
attackWidth: 0.55
|
||||
attackRadius: 0
|
||||
attackOriginOffset: {x: 0.05, y: -0.05}
|
||||
animationLeadTime: 0.625
|
||||
damageMultiplier: 1.3
|
||||
separationRadius: 0.8
|
||||
separationStrength: 0.6
|
||||
@@ -0,0 +1,2 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 6e5b3bbcd7a34fb5bcb821c3da8d7c07
|
||||
@@ -0,0 +1,46 @@
|
||||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!114 &11400000
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 0}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: f124e8255c489cc4eb7345424f04a5da, type: 3}
|
||||
m_Name: Necrofire
|
||||
m_EditorClassIdentifier: BumpCombat.Runtime::BumpCombat.Enemies.EnemyDefinition
|
||||
kind: 6
|
||||
role: 0
|
||||
attackShape: 1
|
||||
maxHealth: 12
|
||||
moveSpeed: 0.9
|
||||
attackDamage: 10
|
||||
warningDuration: 1.5
|
||||
activeDuration: 0.375
|
||||
recoveryDuration: 1
|
||||
attackRange: 4
|
||||
preferredRange: 3
|
||||
attackLength: 4
|
||||
attackWidth: 0.5
|
||||
attackRadius: 0.25
|
||||
attackAnimationLeadTime: 0.5
|
||||
projectileSpeed: 0
|
||||
projectileRadius: 0
|
||||
experienceValue: 3
|
||||
attackPatterns:
|
||||
- animationState: Attack
|
||||
attackShape: 1
|
||||
warningDuration: 1.5
|
||||
activeDuration: 0.375
|
||||
recoveryDuration: 1
|
||||
attackRange: 4
|
||||
attackLength: 4
|
||||
attackWidth: 0.5
|
||||
attackRadius: 0.25
|
||||
animationLeadTime: 0.5
|
||||
damageMultiplier: 1
|
||||
separationRadius: 0.55
|
||||
separationStrength: 0.6
|
||||
@@ -0,0 +1,2 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 6e5b3bbcd7a34fb5bcb821c3da8d7c02
|
||||
@@ -0,0 +1,71 @@
|
||||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!114 &11400000
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 0}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: f124e8255c489cc4eb7345424f04a5da, type: 3}
|
||||
m_Name: Necromancer
|
||||
m_EditorClassIdentifier: BumpCombat.Runtime::BumpCombat.Enemies.EnemyDefinition
|
||||
kind: 12
|
||||
role: 0
|
||||
attackShape: 2
|
||||
maxHealth: 60
|
||||
moveSpeed: 0.55
|
||||
attackDamage: 30
|
||||
warningDuration: 1.1
|
||||
activeDuration: 0.375
|
||||
recoveryDuration: 1.1
|
||||
attackRange: 1.2
|
||||
preferredRange: 3
|
||||
attackLength: 0
|
||||
attackWidth: 0
|
||||
attackRadius: 1.2
|
||||
attackAnimationLeadTime: 0.625
|
||||
projectileSpeed: 0
|
||||
projectileRadius: 0
|
||||
experienceValue: 0
|
||||
attackPatterns:
|
||||
- animationState: Attack
|
||||
attackShape: 2
|
||||
directionMode: 1
|
||||
geometryScaleMode: 1
|
||||
warningDuration: 1.1
|
||||
activeDuration: 0.375
|
||||
recoveryDuration: 1.1
|
||||
attackRange: 1.2
|
||||
attackLength: 0
|
||||
attackWidth: 0.75
|
||||
attackRadius: 1.2
|
||||
attackOriginOffset: {x: 0, y: 0}
|
||||
animationLeadTime: 0.625
|
||||
damageMultiplier: 1
|
||||
- animationState: Attack02
|
||||
attackShape: 3
|
||||
warningDuration: 1.25
|
||||
activeDuration: 0.3
|
||||
recoveryDuration: 1.2
|
||||
attackRange: 4
|
||||
attackLength: 0
|
||||
attackWidth: 0
|
||||
attackRadius: 1.6
|
||||
animationLeadTime: 0.875
|
||||
damageMultiplier: 1.1
|
||||
- animationState: Attack02
|
||||
attackShape: 3
|
||||
warningDuration: 1.4
|
||||
activeDuration: 0.4
|
||||
recoveryDuration: 1.4
|
||||
attackRange: 4
|
||||
attackLength: 0
|
||||
attackWidth: 0
|
||||
attackRadius: 1.25
|
||||
animationLeadTime: 1
|
||||
damageMultiplier: 1.25
|
||||
separationRadius: 0.8
|
||||
separationStrength: 0.6
|
||||
@@ -0,0 +1,2 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 6e5b3bbcd7a34fb5bcb821c3da8d7c08
|
||||
@@ -0,0 +1,46 @@
|
||||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!114 &11400000
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 0}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: f124e8255c489cc4eb7345424f04a5da, type: 3}
|
||||
m_Name: Skeleton
|
||||
m_EditorClassIdentifier: BumpCombat.Runtime::BumpCombat.Enemies.EnemyDefinition
|
||||
kind: 1
|
||||
role: 0
|
||||
attackShape: 1
|
||||
maxHealth: 10
|
||||
moveSpeed: 1.2
|
||||
attackDamage: 12
|
||||
warningDuration: 0.7
|
||||
activeDuration: 0.15
|
||||
recoveryDuration: 0.7
|
||||
attackRange: 0.85
|
||||
preferredRange: 0
|
||||
attackLength: 0.8
|
||||
attackWidth: 0.6
|
||||
attackRadius: 0
|
||||
experienceValue: 2
|
||||
attackPatterns:
|
||||
- animationState: Attack
|
||||
attackShape: 1
|
||||
directionMode: 1
|
||||
geometryScaleMode: 1
|
||||
warningDuration: 0.7
|
||||
activeDuration: 0.15
|
||||
recoveryDuration: 0.7
|
||||
attackRange: 0.85
|
||||
attackLength: 0.8
|
||||
attackWidth: 0.6
|
||||
attackRadius: 0
|
||||
attackOriginOffset: {x: 0, y: 0}
|
||||
animationLeadTime: 0.375
|
||||
damageMultiplier: 1
|
||||
separationRadius: 0.55
|
||||
separationStrength: 0.6
|
||||
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 7f938c46038bd274896aa9402aadad11
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 11400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,46 @@
|
||||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!114 &11400000
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 0}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: f124e8255c489cc4eb7345424f04a5da, type: 3}
|
||||
m_Name: SkeletonArcher
|
||||
m_EditorClassIdentifier: BumpCombat.Runtime::BumpCombat.Enemies.EnemyDefinition
|
||||
kind: 7
|
||||
role: 0
|
||||
attackShape: 1
|
||||
maxHealth: 14
|
||||
moveSpeed: 0.9
|
||||
attackDamage: 12
|
||||
warningDuration: 1
|
||||
activeDuration: 0.15
|
||||
recoveryDuration: 0.7
|
||||
attackRange: 5
|
||||
preferredRange: 4
|
||||
attackLength: 5
|
||||
attackWidth: 0.8
|
||||
attackRadius: 0
|
||||
attackAnimationLeadTime: 0.375
|
||||
projectileSpeed: 7
|
||||
projectileRadius: 0.14
|
||||
experienceValue: 4
|
||||
attackPatterns:
|
||||
- animationState: Attack
|
||||
attackShape: 1
|
||||
warningDuration: 1
|
||||
activeDuration: 0.15
|
||||
recoveryDuration: 0.7
|
||||
attackRange: 5
|
||||
attackLength: 5
|
||||
attackWidth: 0.8
|
||||
attackRadius: 0
|
||||
animationLeadTime: 0.375
|
||||
damageMultiplier: 1
|
||||
separationRadius: 0.55
|
||||
separationStrength: 0.6
|
||||
@@ -0,0 +1,2 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 6e5b3bbcd7a34fb5bcb821c3da8d7c03
|
||||
@@ -0,0 +1,31 @@
|
||||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!114 &11400000
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 0}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: f124e8255c489cc4eb7345424f04a5da, type: 3}
|
||||
m_Name: Slime
|
||||
m_EditorClassIdentifier: BumpCombat.Runtime::BumpCombat.Enemies.EnemyDefinition
|
||||
kind: 0
|
||||
role: 1
|
||||
attackShape: 0
|
||||
maxHealth: 10
|
||||
moveSpeed: 1.3
|
||||
attackDamage: 10
|
||||
warningDuration: 0.35
|
||||
activeDuration: 0.25
|
||||
recoveryDuration: 0.6
|
||||
attackRange: 1.1
|
||||
preferredRange: 0
|
||||
attackLength: 0
|
||||
attackWidth: 0
|
||||
attackRadius: 0.45
|
||||
experienceValue: 1
|
||||
separationRadius: 0.55
|
||||
separationStrength: 0.6
|
||||
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: aedea1a416d524540b3c14ae4cda62d5
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 11400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,31 @@
|
||||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!114 &11400000
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 0}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: f124e8255c489cc4eb7345424f04a5da, type: 3}
|
||||
m_Name: Warlock
|
||||
m_EditorClassIdentifier: BumpCombat.Runtime::BumpCombat.Enemies.EnemyDefinition
|
||||
kind: 4
|
||||
role: 0
|
||||
attackShape: 3
|
||||
maxHealth: 30
|
||||
moveSpeed: 1
|
||||
attackDamage: 20
|
||||
warningDuration: 0.8
|
||||
activeDuration: 0.15
|
||||
recoveryDuration: 1
|
||||
attackRange: 4.5
|
||||
preferredRange: 3
|
||||
attackLength: 0
|
||||
attackWidth: 0
|
||||
attackRadius: 0.65
|
||||
experienceValue: 4
|
||||
separationRadius: 0.55
|
||||
separationStrength: 0.6
|
||||
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: d20aab25d4193854997b9af904ecf6bb
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 11400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,80 @@
|
||||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!114 &11400000
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 0}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: f124e8255c489cc4eb7345424f04a5da, type: 3}
|
||||
m_Name: Werebear
|
||||
m_EditorClassIdentifier: BumpCombat.Runtime::BumpCombat.Enemies.EnemyDefinition
|
||||
kind: 10
|
||||
role: 0
|
||||
attackShape: 2
|
||||
maxHealth: 55
|
||||
moveSpeed: 0.8
|
||||
attackDamage: 24
|
||||
warningDuration: 0.9
|
||||
activeDuration: 0.25
|
||||
recoveryDuration: 0.8
|
||||
attackRange: 1.04
|
||||
preferredRange: 0
|
||||
attackLength: 0
|
||||
attackWidth: 0
|
||||
attackRadius: 1.04
|
||||
attackAnimationLeadTime: 0.625
|
||||
experienceValue: 30
|
||||
attackPatterns:
|
||||
- animationState: Attack
|
||||
attackShape: 2
|
||||
directionMode: 1
|
||||
geometryScaleMode: 1
|
||||
warningDuration: 0.9
|
||||
activeDuration: 0.25
|
||||
recoveryDuration: 0.8
|
||||
attackRange: 1.04
|
||||
attackLength: 0
|
||||
attackWidth: 0.6
|
||||
attackRadius: 1.04
|
||||
attackOriginOffset: {x: 0, y: 0}
|
||||
animationLeadTime: 0.625
|
||||
damageMultiplier: 1
|
||||
- animationState: Attack02
|
||||
attackShape: 2
|
||||
directionMode: 1
|
||||
geometryScaleMode: 1
|
||||
warningDuration: 0.9
|
||||
activeDuration: 0.875
|
||||
recoveryDuration: 0.8
|
||||
attackRange: 1.12
|
||||
attackLength: 0
|
||||
attackWidth: 0.65
|
||||
attackRadius: 1.16
|
||||
attackOriginOffset: {x: 0, y: 0}
|
||||
animationLeadTime: 0.5
|
||||
damageMultiplier: 1.15
|
||||
contactPhases:
|
||||
- startNormalized: 0
|
||||
endNormalized: 0.2857143
|
||||
- startNormalized: 0.7142857
|
||||
endNormalized: 1
|
||||
- animationState: Attack03
|
||||
attackShape: 2
|
||||
directionMode: 1
|
||||
geometryScaleMode: 1
|
||||
warningDuration: 1
|
||||
activeDuration: 0.375
|
||||
recoveryDuration: 0.9
|
||||
attackRange: 1.2
|
||||
attackLength: 0
|
||||
attackWidth: 0.55
|
||||
attackRadius: 1.24
|
||||
attackOriginOffset: {x: 0, y: 0}
|
||||
animationLeadTime: 0.625
|
||||
damageMultiplier: 1.25
|
||||
separationRadius: 0.55
|
||||
separationStrength: 0.6
|
||||
@@ -0,0 +1,2 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 6e5b3bbcd7a34fb5bcb821c3da8d7c06
|
||||
@@ -0,0 +1,61 @@
|
||||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!114 &11400000
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 0}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: f124e8255c489cc4eb7345424f04a5da, type: 3}
|
||||
m_Name: Werewolf
|
||||
m_EditorClassIdentifier: BumpCombat.Runtime::BumpCombat.Enemies.EnemyDefinition
|
||||
kind: 9
|
||||
role: 0
|
||||
attackShape: 2
|
||||
maxHealth: 38
|
||||
moveSpeed: 1.45
|
||||
attackDamage: 20
|
||||
warningDuration: 0.8
|
||||
activeDuration: 0.25
|
||||
recoveryDuration: 0.65
|
||||
attackRange: 0.96
|
||||
preferredRange: 0
|
||||
attackLength: 0
|
||||
attackWidth: 0
|
||||
attackRadius: 0.96
|
||||
attackAnimationLeadTime: 0.625
|
||||
experienceValue: 30
|
||||
attackPatterns:
|
||||
- animationState: Attack
|
||||
attackShape: 2
|
||||
directionMode: 1
|
||||
geometryScaleMode: 1
|
||||
warningDuration: 0.8
|
||||
activeDuration: 0.25
|
||||
recoveryDuration: 0.65
|
||||
attackRange: 0.96
|
||||
attackLength: 0
|
||||
attackWidth: 0.6
|
||||
attackRadius: 0.96
|
||||
attackOriginOffset: {x: 0, y: 0}
|
||||
animationLeadTime: 0.625
|
||||
damageMultiplier: 1
|
||||
- animationState: Attack02
|
||||
attackShape: 2
|
||||
directionMode: 1
|
||||
geometryScaleMode: 1
|
||||
warningDuration: 0.75
|
||||
activeDuration: 0.625
|
||||
recoveryDuration: 0.65
|
||||
attackRange: 1.04
|
||||
attackLength: 0
|
||||
attackWidth: 0.65
|
||||
attackRadius: 1.08
|
||||
attackOriginOffset: {x: 0, y: 0}
|
||||
animationLeadTime: 0.875
|
||||
damageMultiplier: 1.15
|
||||
separationRadius: 0.55
|
||||
separationStrength: 0.6
|
||||
@@ -0,0 +1,2 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 6e5b3bbcd7a34fb5bcb821c3da8d7c05
|
||||
Reference in New Issue
Block a user