Textdata tensoutable.txt

From Raynegard Wiki
Revision as of 13:23, 2 July 2026 by 127.0.0.1 (talk) (Technical breakdown (via create-page on MediaWiki MCP Server))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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, …).

See also

[edit]