Imported from ppovolotsky/FoundryVTT-Rogue-Trader-Unofficial (
templates/AGENTS.md). Install upstream withnpx skills add ppovolotsky/FoundryVTT-Rogue-Trader-Unofficial --skill templates. Copyright stays with the author.
templates/ — Handlebars (.hbs)
Rendered by Application V2 PARTS (see src/sheets/) and by renderTemplate for dialog/chat cards.
- Same UI contract as sheets: every label via
{{localize "RT...."}}, interactive elements carrydata-action="..."matching a handler in the sheet'sactionsmap. - Reuse existing
rt-*classes and the.rogue-traderscope; styling lives incss/rogue-trader.css(--rt-*vars) — match a neighboring template, don't inline styles or read the whole CSS. - Full template paths are
systems/rogue-trader/templates/...(that's how PARTS andrenderTemplatereference them). - New strings need
RT.*keys in bothlang/en.jsonandlang/ru.json(skillsync-i18n). - Stub tabs (
tab-combat,tab-psykana,tab-ship,stub-sheet) showRT.Sheet.StubNote; keep them stubs unless the task says otherwise.