10 Commits
Author SHA1 Message Date
9934fb2ce9 Stop outputting names.tsv (only names.json is used) (#5949)
The names.tsv file was being generated but only names.json is actually
used by BattalionNameGenerator. The TSV was just an intermediate format.

- Update downloadTsvs.sh to send checker output to /dev/null
- Remove .gitignore entry for names.tsv

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-08 18:06:49 -08:00
209fab050b Strip CRLF line endings from Google Sheets TSV exports (#4577)
Google Sheets exports TSV files with Windows-style CRLF line endings.
This causes spurious git diffs when the download scripts are run.
Pipe curl output through `tr -d '\r'` to strip carriage returns.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude <noreply@anthropic.com>
2025-11-28 11:38:51 -08:00
adminandGitHub b5c3b86056 Use typed settings (#3340)
* use typed settings

* rename setting
2024-05-04 21:41:30 -07:00
adminandGitHub b695282610 Load beast info from a tsv instead of hard-coding with multiple matches (#2852)
* parse the tsv

* download the beasts tsv too

* use a vector by ID rather than a string map

* fix a bunch of references

* everything moved to new BeastInfo

* fix tests too

* fix the client too

* always populate the beast names
2023-07-23 15:48:29 -07:00
adminandGitHub 4d4c997d2d json version of name words (#2834) 2023-07-17 06:41:16 -07:00
adminandGitHub efe0b49457 Check for duplicate names (#2086)
* remove duplicate words

* call the checker on download


Former-commit-id: a913bc1a8a5898863e3fa532442d4bcd87ebdb91
2022-09-27 07:21:03 -07:00
adminandGitHub 339b315df1 don't run the headshot list generator in downloadTsvs (#2083)
Former-commit-id: cf7d22edcb7fde18c0422d12bcea51c8aa660312
2022-09-26 12:41:51 -07:00
admin 02308673f5 the script too
Former-commit-id: a5b7770f5fcca8f2dd4247610571fa5dbd9fd370
2022-09-06 06:43:02 -07:00
adminandGitHub 3c400fb546 use newer bash (#977)
* use env bash instead of /bin/bash

* check for variable existence


Former-commit-id: 25a00ebffec9ba8c820be29c9adfd0a4c0f9cb29
2021-10-02 09:20:37 -07:00
adminandGitHub 75dce1a6a4 add charisma xp in holy wave (#315)
Former-commit-id: 30fa5fdc5ff64267556164b5b2f6b4323081fc8a
2021-02-19 07:31:00 -08:00