mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-02 02:21:17 +00:00
Movement friction
This commit is contained in:
parent
946e7df71e
commit
b16e633451
19 changed files with 143 additions and 54 deletions
|
|
@ -54,6 +54,7 @@ MovementSpeed = 30.0
|
|||
Weapon = ExtResource("7_xkg5o")
|
||||
LootDrops = Array[ExtResource("2_sxbtw")]([SubResource("Resource_c8nix"), SubResource("Resource_gs2l3"), SubResource("Resource_sqnvg"), SubResource("Resource_5tyar"), SubResource("Resource_48xq6")])
|
||||
MotivationReward = 4.0
|
||||
PredictPlayer = false
|
||||
PlayerDetectionRange = 90.0
|
||||
ViewRange = 120.0
|
||||
AlarmReactRange = 150.0
|
||||
|
|
|
|||
|
|
@ -54,6 +54,7 @@ MovementSpeed = 30.0
|
|||
Weapon = ExtResource("7_tf7s2")
|
||||
LootDrops = Array[ExtResource("1_tf7s2")]([SubResource("Resource_c8nix"), SubResource("Resource_gs2l3"), SubResource("Resource_sqnvg"), SubResource("Resource_5tyar"), SubResource("Resource_48xq6")])
|
||||
MotivationReward = 4.0
|
||||
PredictPlayer = false
|
||||
PlayerDetectionRange = 90.0
|
||||
ViewRange = 120.0
|
||||
AlarmReactRange = 150.0
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@ MovementSpeed = 40.0
|
|||
Weapon = ExtResource("8_w06jt")
|
||||
LootDrops = Array[ExtResource("2_3teuq")]([])
|
||||
MotivationReward = 100.0
|
||||
PredictPlayer = false
|
||||
PlayerDetectionRange = 90.0
|
||||
ViewRange = 120.0
|
||||
AlarmReactRange = 150.0
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@ MovementSpeed = 38.0
|
|||
Weapon = ExtResource("2_f3huq")
|
||||
LootDrops = Array[ExtResource("1_f3huq")]([])
|
||||
MotivationReward = 4.0
|
||||
PredictPlayer = false
|
||||
PlayerDetectionRange = 90.0
|
||||
ViewRange = 120.0
|
||||
AlarmReactRange = 200.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue