Files
oboe/src/tools
Celtic Minstrel 628b0ee677 Add a new spell pattern picker.
The picker is used in the special node dialog and also in monster abilities.

Some changes were made to the game as well:
* If the rotatable wall is used for a field missile or touch ability, there's no longer an option for the designer to pick an orientation. Instead, it behaves like the rotatable wall in a radiate field ability, selecting an orientation based on the creature's facing direction.
* The magic values sent to place_spell_pattern for direct damage were rearranged to match the order of the eDamageType enum. This should have no effect, since the core place_spell_pattern function is only called by the various wrapper overloads. It also simplifies the code quite a bit.
* The Protective Circle spell pattern is now exposed to the place patten special nodes. It can be used as just a radius 4 circle, but the effect of different layers of fields can also be obtained by specifying a field type or damage type of -1.

There is also a change to the dialog engine:
* Calling setText() also implicitly calls recalcRect()
2025-03-08 20:05:12 -05:00
..
2018-02-10 17:08:33 +01:00
2022-07-12 20:35:41 -04:00
2020-02-09 18:24:09 -05:00
2020-02-09 18:24:09 -05:00
2020-02-09 18:24:09 -05:00
2024-11-23 14:05:37 -05:00
2024-11-23 14:05:37 -05:00
2025-01-15 23:05:53 -05:00
2025-02-23 09:38:23 -06:00
2025-03-08 20:05:12 -05:00
2017-04-12 02:03:38 -04:00
2025-02-07 09:51:45 -05:00