Initial commit: Tiny Tackle Heroes Unity project
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
%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: db153e77cef645c49a74705c9d542ea5, type: 3}
|
||||
m_Name: CombatConstants
|
||||
m_EditorClassIdentifier: BumpCombat.Runtime::BumpCombat.Constants.CombatConstants
|
||||
FrontThreshold: 0.707
|
||||
BackThreshold: -0.5
|
||||
PositionDamageMultiplier: 1.2
|
||||
BackDamageMultiplier: 1.5
|
||||
BaseDamage: 10
|
||||
DashDamage: 20
|
||||
StrongDashDamage: 30
|
||||
MinimumAttackSpeed: 0.5
|
||||
MinimumApproachDot: 0.25
|
||||
KnockbackForce: 1
|
||||
DashKnockbackForce: 3
|
||||
StrongDashKnockbackForce: 4
|
||||
StrongDashLaunchHeight: 0.65
|
||||
StrongDashLaunchDuration: 0.32
|
||||
PlayerImpactRecoilDistance: 0.08
|
||||
FrontKnockbackMultiplier: 1.5
|
||||
FrontPlayerImpactRecoilDistance: 0.24
|
||||
EventBackPlayerImpactRecoilDistance: 0.12
|
||||
ShieldedPlayerImpactRecoilDistance: 0.75
|
||||
MinimumOffsetDistance: 0.16
|
||||
NormalHitInterval: 0.25
|
||||
DashContactSkin: 0.02
|
||||
DashFallbackCastRadius: 0.22
|
||||
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 6d89255ae8994166b641c5045e179c33
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 11400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,41 @@
|
||||
%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: 65792944731040cbae0b4c6ff5fef348, type: 3}
|
||||
m_Name: CombatFeedback
|
||||
m_EditorClassIdentifier: BumpCombat.Runtime::BumpCombat.Constants.CombatFeedbackSettings
|
||||
NormalHitStopDuration: 0.045
|
||||
BackHitStopDuration: 0.06
|
||||
DashHitStopDuration: 0.055
|
||||
StrongDashHitStopDuration: 0.075
|
||||
DamageHitStopDuration: 0.04
|
||||
FlashDuration: 0.07
|
||||
DamageFlashDuration: 0.12
|
||||
ImpactDuration: 0.14
|
||||
SlashDuration: 0.11
|
||||
AfterimageDuration: 0.16
|
||||
InvulnerabilityBlinkInterval: 0.06
|
||||
InvulnerabilityBlinkAlpha: 0.35
|
||||
CameraShakeDuration: 0.12
|
||||
CameraShakePixels: 3
|
||||
HeavyCameraShakePixels: 5
|
||||
HeavyKnockbackThreshold: 1
|
||||
BlockedBumpHoldDuration: 0.08
|
||||
BlockedBumpFadeDuration: 0.04
|
||||
BlockedBumpVerticalOffset: 0.35
|
||||
GuardBlockImpactHoldDuration: 0.08
|
||||
GuardBlockImpactFadeDuration: 0.1
|
||||
GuardBlockImpactInterval: 0.08
|
||||
GuardBlockImpactOffset: 0.35
|
||||
MaxConcurrentHeavyEffects: 12
|
||||
CycloneAfterimageInterval: 0.06
|
||||
CycloneAfterimageDuration: 0.22
|
||||
MaxCycloneAfterimages: 4
|
||||
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 6ab7e48e63b84ea3ac749bd827d1a87f
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 11400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user