Zed A. Shaw
|
9d55b2954a
|
The rituals can now craft from items taken from dead enemies and they go into the blanket right away.
|
2025-04-27 13:48:35 -04:00 |
|
Zed A. Shaw
|
bc557652ba
|
The player now has some starting items to craft a first weapon, and it is craftable in the UI.
|
2025-04-26 13:18:43 -04:00 |
|
Zed A. Shaw
|
292711f91f
|
Prep for the actually making ritual crafting work.
|
2025-04-26 02:21:59 -04:00 |
|
Zed A. Shaw
|
ebb69dd589
|
Rituals are now taken from the belt and shown in th combat_ui and in the system::combat. They aren't used in combat calcs yet though.
|
2025-04-24 13:43:57 -04:00 |
|
Zed A. Shaw
|
00c28f47eb
|
Rituals are now being added a belt on the player in a temp function in LevelManager.
|
2025-04-24 12:27:29 -04:00 |
|
Zed A. Shaw
|
a70f11646a
|
RitualBelt now has an API.
|
2025-04-24 03:32:20 -04:00 |
|
Zed A. Shaw
|
17d30e2ed2
|
Add a dump function and clean up some data.
|
2025-04-24 02:44:07 -04:00 |
|
Zed A. Shaw
|
5d924c764f
|
Rituals can now be configured to have a kind and an element based on the results.
|
2025-04-24 02:03:18 -04:00 |
|
Zed A. Shaw
|
a342c53b02
|
RitualEngine now uses the crafting results to create a description of the ritual's combat in a RitualAction struct.
|
2025-04-24 01:15:49 -04:00 |
|
Zed A. Shaw
|
ca328e10dc
|
Rework the source so that battle is in its own thing to work on.
|
2025-04-07 10:35:30 -04:00 |
|
Zed A. Shaw
|
1f90367f51
|
Initial battle engine is now integrated in the systems so now I can finally get the turn based combat to work the way I envision.
|
2025-04-06 00:45:51 -04:00 |
|
Zed A. Shaw
|
922fbeba0e
|
AI now follows the A* algorithm more closely by using a separate priority queue from the open_set.
|
2025-03-30 12:37:34 -04:00 |
|
Zed A. Shaw
|
47c6bfd531
|
AI engine is working and I have a little BattleEngine going but the AI is working better than it should in systems.cpp. Need to find out why then make the BattleEngine avoid running entities that have END in action lists.
|
2025-03-26 13:34:52 -04:00 |
|
Zed A. Shaw
|
da273cbee6
|
Refactored rituals so they can be used in different situations.
|
2025-03-24 12:30:58 -04:00 |
|
Zed A. Shaw
|
c4611c0138
|
Right before coverage destroys everything.
|
2025-03-16 23:17:43 -04:00 |
|
Zed A. Shaw
|
1d2968f826
|
Move the ritual stuff to the combat namespace.
|
2025-03-16 13:46:40 -04:00 |
|
Zed A. Shaw
|
49531ba148
|
Rituals are more or less sorted out in theory, and they helped find a cycle in the GOAP algorithm that I'm detecting/preventing.
|
2025-03-16 13:34:38 -04:00 |
|