#include "naming.h" #include namespace com::fourisland::lingo2_archipelago { std::string GetLetterName(std::string key, bool level2) { std::ostringstream lettername_s; lettername_s << key; lettername_s << (level2 ? "2" : "1"); return lettername_s.str(); } } // namespace com::fourisland::lingo2_archipelago s/J2 Vestibule.txtpb?h=v8.1.1' type='application/atom+xml'/>
about summary refs log tree commit diff stats
blob: 57f5a4f50074f287b84fd2d54071079a4677590b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
name: "J2 Vestibule"
panel_display_name: "Southwest Area"
panels {
  name: "COLORFUL"
  path: "Panels/Entry/hotel_entry2"
  clue: "colorful"
  answer: "vivid"
  symbols: SUN
  display_name: "COLORFUL (2)"
}