Adds missing data
This commit is contained in:
parent
e6391d9fdd
commit
53cdcc3433
620 changed files with 47293 additions and 151 deletions
|
|
@ -1,4 +1,4 @@
|
|||
[gd_resource type="BehaviorTree" load_steps=28 format=3 uid="uid://db7m2p0at5kmq"]
|
||||
[gd_resource type="BehaviorTree" load_steps=30 format=3 uid="uid://db7m2p0at5kmq"]
|
||||
|
||||
[sub_resource type="BlackboardPlan" id="BlackboardPlan_aewef"]
|
||||
var/PlayerDistance/name = &"PlayerDistance"
|
||||
|
|
@ -11,6 +11,11 @@ var/LookingAngleToPlayer/type = 3
|
|||
var/LookingAngleToPlayer/value = 0.0
|
||||
var/LookingAngleToPlayer/hint = 0
|
||||
var/LookingAngleToPlayer/hint_string = ""
|
||||
var/PlayerVisible/name = &"PlayerVisible"
|
||||
var/PlayerVisible/type = 1
|
||||
var/PlayerVisible/value = false
|
||||
var/PlayerVisible/hint = 0
|
||||
var/PlayerVisible/hint_string = ""
|
||||
|
||||
[sub_resource type="BBVariant" id="BBVariant_xy1ol"]
|
||||
type = 3
|
||||
|
|
@ -24,14 +29,23 @@ value = SubResource("BBVariant_xy1ol")
|
|||
|
||||
[sub_resource type="BBVariant" id="BBVariant_b57jb"]
|
||||
type = 3
|
||||
saved_value = 0.75
|
||||
resource_name = "0.75"
|
||||
saved_value = 0.28
|
||||
resource_name = "0.27999999999884"
|
||||
|
||||
[sub_resource type="BTCheckVar" id="BTCheckVar_75gjs"]
|
||||
variable = &"LookingAngleToPlayer"
|
||||
check_type = 3
|
||||
value = SubResource("BBVariant_b57jb")
|
||||
|
||||
[sub_resource type="BBVariant" id="BBVariant_nrjwm"]
|
||||
type = 1
|
||||
saved_value = true
|
||||
resource_name = "true"
|
||||
|
||||
[sub_resource type="BTCheckVar" id="BTCheckVar_qmare"]
|
||||
variable = &"PlayerVisible"
|
||||
value = SubResource("BBVariant_nrjwm")
|
||||
|
||||
[sub_resource type="BBVariant" id="BBVariant_fnoth"]
|
||||
type = 1
|
||||
saved_value = true
|
||||
|
|
@ -75,9 +89,9 @@ children = [SubResource("BTProbability_3bm4s")]
|
|||
[sub_resource type="BTAlwaysSucceed" id="BTAlwaysSucceed_5xj25"]
|
||||
children = [SubResource("BTCooldown_3g17e")]
|
||||
|
||||
[sub_resource type="BTSequence" id="BTSequence_wtx4r"]
|
||||
[sub_resource type="BTSequence" id="BTSequence_t4b71"]
|
||||
custom_name = "Enemy Sees Player"
|
||||
children = [SubResource("BTCheckVar_7t8wr"), SubResource("BTCheckVar_75gjs"), SubResource("BTCallMethod_esnfv"), SubResource("BTCallMethod_rf34d"), SubResource("BTAlwaysSucceed_5xj25")]
|
||||
children = [SubResource("BTCheckVar_7t8wr"), SubResource("BTCheckVar_75gjs"), SubResource("BTCheckVar_qmare"), SubResource("BTCallMethod_esnfv"), SubResource("BTCallMethod_rf34d"), SubResource("BTAlwaysSucceed_5xj25")]
|
||||
|
||||
[sub_resource type="BBVariant" id="BBVariant_mxhbj"]
|
||||
type = 1
|
||||
|
|
@ -119,7 +133,7 @@ custom_name = "Enemy doesn't see Player, Roaming"
|
|||
children = [SubResource("BTCallMethod_ns46c"), SubResource("BTProbability_3yptl"), SubResource("BTWait_xq0e8")]
|
||||
|
||||
[sub_resource type="BTDynamicSelector" id="BTDynamicSelector_28yhc"]
|
||||
children = [SubResource("BTSequence_wtx4r"), SubResource("BTDynamicSequence_phkns")]
|
||||
children = [SubResource("BTSequence_t4b71"), SubResource("BTDynamicSequence_phkns")]
|
||||
|
||||
[resource]
|
||||
blackboard_plan = SubResource("BlackboardPlan_aewef")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue