]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Added new HTN operations and preconditions (#27486)
authorTornado Tech <54727692+Tornado-Technology@users.noreply.github.com>
Wed, 8 May 2024 09:18:03 +0000 (19:18 +1000)
committerGitHub <noreply@github.com>
Wed, 8 May 2024 09:18:03 +0000 (12:18 +0300)
commit31491775e597fe9906df66d7285d5b63ba92daa2
tree29c8eaa846d04b27bd1bb22e5cac9a92dc6dc128
parent29860a0cf7d6b541b941792ae8978ddc0030a505
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
14 files changed:
Content.Server/NPC/HTN/Preconditions/GunAmmoPrecondition.cs
Content.Server/NPC/HTN/Preconditions/KeyNotExistsPrecondition.cs [new file with mode: 0644]
Content.Server/NPC/HTN/Preconditions/Math/KeyBoolEqualsPrecondition.cs [new file with mode: 0644]
Content.Server/NPC/HTN/Preconditions/Math/KeyFloatEqualsPrecondition.cs [new file with mode: 0644]
Content.Server/NPC/HTN/Preconditions/Math/KeyFloatGreaterPrecondition.cs [new file with mode: 0644]
Content.Server/NPC/HTN/Preconditions/Math/KeyFloatLessPrecondition.cs [new file with mode: 0644]
Content.Server/NPC/HTN/PrimitiveTasks/Operators/Math/AddFloatOperator.cs [new file with mode: 0644]
Content.Server/NPC/HTN/PrimitiveTasks/Operators/Math/SetBoolOperator.cs [new file with mode: 0644]
Content.Server/NPC/HTN/PrimitiveTasks/Operators/Math/SetFloatOperator.cs [moved from Content.Server/NPC/HTN/PrimitiveTasks/Operators/SetFloatOperator.cs with 52% similarity]
Content.Server/NPC/HTN/PrimitiveTasks/Operators/Math/SetRandomFloatOperator.cs [new file with mode: 0644]
Content.Server/NPC/HTN/PrimitiveTasks/Operators/PlaySoundOperator.cs [new file with mode: 0644]
Content.Server/NPC/HTN/PrimitiveTasks/Operators/SayKeyOperator.cs [new file with mode: 0644]
Resources/Prototypes/Entities/Mobs/Debugging/debug_counter.yml [new file with mode: 0644]
Resources/Prototypes/NPCs/debug.yml [new file with mode: 0644]