Make HTN constantly replanning optional (#33023)
Make constant replanning optional And apply it to our most expensive NPCs
This commit is contained in:
@@ -332,6 +332,7 @@
|
||||
- type: Item
|
||||
size: Tiny
|
||||
- type: HTN
|
||||
constantlyReplan: false
|
||||
rootTask:
|
||||
task: MouseCompound
|
||||
- type: Physics
|
||||
@@ -1681,6 +1682,7 @@
|
||||
factions:
|
||||
- Mouse
|
||||
- type: HTN
|
||||
constantlyReplan: false
|
||||
rootTask:
|
||||
task: MouseCompound
|
||||
- type: Physics
|
||||
|
||||
@@ -70,6 +70,7 @@
|
||||
factions:
|
||||
- SimpleHostile
|
||||
- type: HTN
|
||||
constantlyReplan: false
|
||||
rootTask:
|
||||
task: GoliathCompound
|
||||
blackboard:
|
||||
|
||||
@@ -405,6 +405,7 @@
|
||||
factions:
|
||||
- Mouse
|
||||
- type: HTN
|
||||
constantlyReplan: false
|
||||
rootTask:
|
||||
task: MouseCompound
|
||||
- type: Physics
|
||||
|
||||
Reference in New Issue
Block a user