Tweak values:

Vampire movement speed
Blood loss rate
AI hp
This commit is contained in:
Soulaha Balde 2022-04-02 16:53:58 -04:00
parent bac85ff90f
commit 1fc46498d4
3 changed files with 4 additions and 4 deletions

View File

@ -99,7 +99,7 @@ MonoBehaviour:
m_Name: m_Name:
m_EditorClassIdentifier: m_EditorClassIdentifier:
gameFlowManager: {fileID: 0} gameFlowManager: {fileID: 0}
<Health>k__BackingField: 100 <Health>k__BackingField: 40
healthBar: {fileID: 1378753993005748510} healthBar: {fileID: 1378753993005748510}
bloodTokens: 1 bloodTokens: 1
<movementSpeed>k__BackingField: 2 <movementSpeed>k__BackingField: 2

View File

@ -181,7 +181,7 @@ MonoBehaviour:
m_Name: m_Name:
m_EditorClassIdentifier: m_EditorClassIdentifier:
gameFlowManager: {fileID: 0} gameFlowManager: {fileID: 0}
<Health>k__BackingField: 100 <Health>k__BackingField: 40
healthBar: {fileID: 7668921808924868904} healthBar: {fileID: 7668921808924868904}
bloodTokens: 0 bloodTokens: 0
<movementSpeed>k__BackingField: 2 <movementSpeed>k__BackingField: 2

View File

@ -12,6 +12,6 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 5a9c2f4541a74e86afc424d568e0f629, type: 3} m_Script: {fileID: 11500000, guid: 5a9c2f4541a74e86afc424d568e0f629, type: 3}
m_Name: Player Stats m_Name: Player Stats
m_EditorClassIdentifier: m_EditorClassIdentifier:
movementSpeed: 3 movementSpeed: 4
suckSpeed: 1 suckSpeed: 1
bloodLossRate: 3 bloodLossRate: 2