Textdata tensoutable.txt
From Raynegard Wiki
Jump to navigationJump to search
tensoutable.txt (4,251 bytes, part of BIN textdata) is a per-area time-windowed table feeding channel "effect 1" (romaji "tensou" unverified). One of six time-windowed world tables; see that section for the shared mechanism.
Format (10 columns, pure form)
[edit][fromWeek, fromDay, fromHour, fromMinute, target, value, toWeek, toDay, toHour, toMinute] (99 = wildcard).
Loading (Ghidra)
[edit]Loaded via load_effecttable @ 0049fe90 (type 6) into each area's effect1_array (offset 92). Queried the same way as the other channels via WorldZoneEntry_QueryEntryByType(zone, 6, …).