Skip to content

Commit

Permalink
hotfix: 각종 벨런스 패치 & Crew 관련 값 csv화 (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
scarleter99 committed Jul 6, 2024
1 parent 1d0be5a commit d40d80f
Show file tree
Hide file tree
Showing 45 changed files with 1,185 additions and 3,316 deletions.
6 changes: 3 additions & 3 deletions Client/Assets/Resources/Animators/Alien.controller
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ AnimatorState:
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: HitDelay
m_Speed: 1
m_Speed: 0.5
m_CycleOffset: 0
m_Transitions:
- {fileID: 5029254579014951104}
Expand Down Expand Up @@ -803,7 +803,7 @@ AnimatorState:
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: GetBlind
m_Speed: 1
m_Speed: 0.5
m_CycleOffset: 0
m_Transitions:
- {fileID: 5494457350978872260}
Expand Down Expand Up @@ -935,7 +935,7 @@ AnimatorState:
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: ReadyLeapAttack
m_Speed: -0.2
m_Speed: -1
m_CycleOffset: 0
m_Transitions:
- {fileID: -6358154947262754084}
Expand Down
28 changes: 14 additions & 14 deletions Client/Assets/Resources/Animators/Crew.controller
Original file line number Diff line number Diff line change
Expand Up @@ -580,79 +580,79 @@ AnimatorController:
m_DefaultFloat: 0
m_DefaultInt: 0
m_DefaultBool: 0
m_Controller: {fileID: 0}
m_Controller: {fileID: 9100000}
- m_Name: Speed
m_Type: 1
m_DefaultFloat: 0
m_DefaultInt: 0
m_DefaultBool: 0
m_Controller: {fileID: 0}
m_Controller: {fileID: 9100000}
- m_Name: X
m_Type: 1
m_DefaultFloat: 0
m_DefaultInt: 0
m_DefaultBool: 0
m_Controller: {fileID: 0}
m_Controller: {fileID: 9100000}
- m_Name: Z
m_Type: 1
m_DefaultFloat: 0
m_DefaultInt: 0
m_DefaultBool: 0
m_Controller: {fileID: 0}
m_Controller: {fileID: 9100000}
- m_Name: IsDead
m_Type: 4
m_DefaultFloat: 0
m_DefaultInt: 0
m_DefaultBool: 0
m_Controller: {fileID: 0}
m_Controller: {fileID: 9100000}
- m_Name: Damaged
m_Type: 4
m_DefaultFloat: 0
m_DefaultInt: 0
m_DefaultBool: 0
m_Controller: {fileID: 0}
m_Controller: {fileID: 9100000}
- m_Name: OpenDoor
m_Type: 4
m_DefaultFloat: 0
m_DefaultInt: 0
m_DefaultBool: 0
m_Controller: {fileID: 0}
m_Controller: {fileID: 9100000}
- m_Name: KeypadUse
m_Type: 4
m_DefaultFloat: 0
m_DefaultInt: 0
m_DefaultBool: 0
m_Controller: {fileID: 0}
m_Controller: {fileID: 9100000}
- m_Name: ChargeBattery
m_Type: 4
m_DefaultFloat: 0
m_DefaultInt: 0
m_DefaultBool: 0
m_Controller: {fileID: 0}
m_Controller: {fileID: 9100000}
- m_Name: Insert
m_Type: 4
m_DefaultFloat: 0
m_DefaultInt: 0
m_DefaultBool: 0
m_Controller: {fileID: 0}
m_Controller: {fileID: 9100000}
- m_Name: OpenItemKit
m_Type: 4
m_DefaultFloat: 0
m_DefaultInt: 0
m_DefaultBool: 0
m_Controller: {fileID: 0}
m_Controller: {fileID: 9100000}
- m_Name: Throw
m_Type: 4
m_DefaultFloat: 0
m_DefaultInt: 0
m_DefaultBool: 0
m_Controller: {fileID: 0}
m_Controller: {fileID: 9100000}
- m_Name: Bandage
m_Type: 4
m_DefaultFloat: 0
m_DefaultInt: 0
m_DefaultBool: 0
m_Controller: {fileID: 0}
m_Controller: {fileID: 9100000}
m_AnimatorLayers:
- serializedVersion: 5
m_Name: Base Layer
Expand Down Expand Up @@ -1085,7 +1085,7 @@ AnimatorState:
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Throw
m_Speed: 1
m_Speed: 1.5
m_CycleOffset: 0
m_Transitions:
- {fileID: -9178555982932793547}
Expand Down
5 changes: 3 additions & 2 deletions Client/Assets/Resources/Datas/ExcelData/AlienData.csv
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
DataId,Name,WalkSpeed,RunSpeed
102000,Stalker,110,125
DataId,Name,WalkSpeed
102000,Stalker,110
,,
8 changes: 5 additions & 3 deletions Client/Assets/Resources/Datas/ExcelData/CrewData.csv
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
DataId,Name,WalkSpeed,RunSpeed,MaxHp,MaxStamina,MaxSanity,SitSpeed
101000,CrewA,80,110,3,100,100,40
,,,,,,,
DataId,Name,WalkSpeed,SitSpeed,RunSpeed,MaxHp,MaxStamina,MaxSanity,RunUseStamina,PassiveRecoverStamina,DamagedRecoverStamina,ErosionReduceSanity,SitRecoverStamina
101000,CrewA,80,30,110,3,100,100,5,5,50,3,5
,,,,,,,,,,,,
,,,,,,,,,,,
,,,,,,,,,,,,
3 changes: 2 additions & 1 deletion Client/Assets/Resources/Datas/ExcelData/ItemData.csv
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ DataId,Name,Value
202000,Bandage,1
202001,Morphine,10
202002,Antipsychotic,40
203000,FlashBang,2
203000,FlashBang,4
,,
4 changes: 2 additions & 2 deletions Client/Assets/Resources/Datas/ExcelData/SkillData.csv
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DataId,Name,CoolTime,Range,Damage,SanityDamage,TotalSkillAmount,TotalReadySkillAmount
301000,Basic Attack,2,1.5,1,0,1.2,-1
301001,Roar,15,10,0,25,2.5,0.7
301002,Cursed Howl,60,-1,0,0,3.5,0.7
301003,Leap Attack,20,1.5,2,0,1.8,0.7
301002,Cursed Howl,40,-1,0,0,3.5,0.7
301003,Leap Attack,10,1.5,2,0,1.8,0.1
,,,,,,,
,,,,,
4 changes: 1 addition & 3 deletions Client/Assets/Resources/Datas/JsonData/AlienData.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
{
"DataId": 102000,
"Name": "Stalker",
"WalkSpeed": 110.0,
"RunSpeed": 125.0,
"WorkSpeed": 10.0
"WalkSpeed": 110.0
}
]
}
12 changes: 8 additions & 4 deletions Client/Assets/Resources/Datas/JsonData/CrewData.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
{
"crews": [
{
"SitSpeed": 30.0,
"RunSpeed": 110.0,
"MaxHp": 3,
"MaxStamina": 100.0,
"MaxSanity": 100.0,
"SitSpeed": 40.0,
"RunUseStamina": 5.0,
"PassiveRecoverStamina": 5.0,
"DamagedRecoverStamina": 50.0,
"ErosionReduceSanity": 3.0,
"SitRecoverStamina": 5.0,
"DataId": 101000,
"Name": "CrewA",
"WalkSpeed": 80.0,
"RunSpeed": 110.0,
"WorkSpeed": 10.0
"WalkSpeed": 80.0
}
]
}
2 changes: 1 addition & 1 deletion Client/Assets/Resources/Datas/JsonData/ItemData.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
{
"DataId": 203000,
"Name": "FlashBang",
"Value": 2.0
"Value": 4.0
}
]
}
16 changes: 8 additions & 8 deletions Client/Assets/Resources/Datas/JsonData/SkillData.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"CoolTime": 2.0,
"Range": 1.5,
"Damage": 1,
"SanityDamage": 20.0,
"SanityDamage": 0.0,
"TotalSkillAmount": 1.2,
"TotalReadySkillAmount": -1.0
},
Expand All @@ -16,29 +16,29 @@
"CoolTime": 15.0,
"Range": 10.0,
"Damage": 0,
"SanityDamage": 30.0,
"SanityDamage": 25.0,
"TotalSkillAmount": 2.5,
"TotalReadySkillAmount": 0.7
},
{
"DataId": 301002,
"Name": "Cursed Howl",
"CoolTime": 60.0,
"CoolTime": 40.0,
"Range": -1.0,
"Damage": -1,
"SanityDamage": -1.0,
"Damage": 0,
"SanityDamage": 0.0,
"TotalSkillAmount": 3.5,
"TotalReadySkillAmount": 0.7
},
{
"DataId": 301003,
"Name": "Leap Attack",
"CoolTime": 20.0,
"CoolTime": 10.0,
"Range": 1.5,
"Damage": 2,
"SanityDamage": 20.0,
"SanityDamage": 0.0,
"TotalSkillAmount": 1.8,
"TotalReadySkillAmount": 0.7
"TotalReadySkillAmount": 0.1
}
]
}
Loading

0 comments on commit d40d80f

Please sign in to comment.