mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-22 18:33:48 +00:00
parent
fae0e961d7
commit
5ef3e64413
42 changed files with 1306 additions and 900 deletions
|
|
@ -17,7 +17,19 @@ EnemyName = &"Reimu"
|
|||
EnemyKey = &"REIMU"
|
||||
PrefabPath = &"uid://d2xmlov4ee2fc"
|
||||
MaxHealth = 500.0
|
||||
MovementSpeed = 20.0
|
||||
Weapon = ExtResource("2_amg33")
|
||||
LootDrops = Array[ExtResource("1_0qdnn")]([])
|
||||
MotivationReward = 4.0
|
||||
PredictPlayer = false
|
||||
PlayerDetectionRange = 90.0
|
||||
ViewRange = 120.0
|
||||
AlarmReactRange = 0.0
|
||||
PlayerDisengageRange = 0.0
|
||||
StrafeSpeed = 25.0
|
||||
MaxStrafeDistance = 64.0
|
||||
MinStrafeDistance = 16.0
|
||||
ResponseTime = 0.5
|
||||
IconSprite = SubResource("AtlasTexture_gdgx5")
|
||||
AnimationFrames = ExtResource("1_gjra5")
|
||||
BossScript = ExtResource("1_amg33")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue