Skip to content

Commit 798ad1d

Browse files
Fill out the two player search-related sheets (#132)
These are pretty simple, except for the odd PlayerSearchSubLocation sheet that has three duplicated place names. Co-authored-by: Asriel <asriel@camora.dev>
1 parent c1002e4 commit 798ad1d

2 files changed

Lines changed: 15 additions & 8 deletions

File tree

PlayerSearchLocation.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: PlayerSearchLocation
2+
displayField: Name
23
fields:
3-
- name: Unknown0
4-
- name: Unknown1
4+
- name: Name
5+
- name: SortKey

PlayerSearchSubLocation.yml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
name: PlayerSearchSubLocation
2+
displayField: Name0
23
fields:
3-
- name: Unknown0
4-
- name: Unknown1
5-
- name: Unknown2
6-
- name: Unknown3
7-
- name: Unknown4
8-
- name: Unknown5
4+
- name: Name0
5+
- name: Name1
6+
- name: Name2
7+
- name: PlaceName
8+
type: link
9+
targets: [PlaceName]
10+
- name: Location
11+
comment: The UI category this appears in.
12+
type: link
13+
targets: [PlayerSearchLocation]
14+
- name: SortKey

0 commit comments

Comments
 (0)