Added new HTN operations and preconditions (#27486)
* Added new HTN operations & preconditions * Ok I forgot about partial * Namespace pierce the skies * Some fixes, debug and new operators * Bruh git eat my files
This commit is contained in:
@@ -0,0 +1,53 @@
|
||||
- type: entity
|
||||
parent: MobHuman
|
||||
id: MobDebugCounter
|
||||
name: debug counter
|
||||
description: He can count
|
||||
suffix: AI, DEBUG
|
||||
components:
|
||||
- type: HTN
|
||||
rootTask:
|
||||
task: DebugCounterCompound
|
||||
blackboard:
|
||||
MinimumIdleTime: !type:Single
|
||||
0.5
|
||||
MaximumIdleTime: !type:Single
|
||||
0.5
|
||||
Count: !type:Single
|
||||
0
|
||||
|
||||
- type: entity
|
||||
parent: MobHuman
|
||||
id: MobDebugRandomCounter
|
||||
name: debug random counter
|
||||
description: He can randomize
|
||||
suffix: AI, DEBUG
|
||||
components:
|
||||
- type: HTN
|
||||
rootTask:
|
||||
task: DebugRandomCounterCompound
|
||||
blackboard:
|
||||
MinimumIdleTime: !type:Single
|
||||
1
|
||||
MaximumIdleTime: !type:Single
|
||||
1
|
||||
Count: !type:Single
|
||||
0
|
||||
|
||||
- type: entity
|
||||
parent: MobHuman
|
||||
id: MobDebugRandomLess
|
||||
name: debug random less
|
||||
description: He can lessing
|
||||
suffix: AI, DEBUG
|
||||
components:
|
||||
- type: HTN
|
||||
rootTask:
|
||||
task: DebugRandomLessCompound
|
||||
blackboard:
|
||||
MinimumIdleTime: !type:Single
|
||||
1
|
||||
MaximumIdleTime: !type:Single
|
||||
1
|
||||
Count: !type:Single
|
||||
0
|
||||
Reference in New Issue
Block a user