Skip to content

Commit 878f7f1

Browse files
committed
Some housing names
1 parent 7ad73f2 commit 878f7f1

4 files changed

Lines changed: 13 additions & 11 deletions

File tree

definitions/HouseDecor.dbd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ int ModelType?
1212
int<FileData::ID> ThumbnailFileDataID?
1313
int WeightCost?
1414
float InitialScale?
15-
int Field_12_0_0_63534_013?
15+
int FirstTimeAcquisitionXP?
1616
int OrderIndex?
1717
int Field_12_0_0_63534_015?
1818
int StartingQuantity?
@@ -43,7 +43,7 @@ ThumbnailFileDataID<32>
4343
WeightCost<32>
4444
ItemID<32>
4545
InitialScale
46-
Field_12_0_0_63534_013<32>
46+
FirstTimeAcquisitionXP<32>
4747
OrderIndex<32>
4848
Field_12_0_0_63534_015<8>
4949
StartingQuantity<32>
@@ -67,7 +67,7 @@ ThumbnailFileDataID<32>
6767
WeightCost<32>
6868
ItemID<32>
6969
InitialScale
70-
Field_12_0_0_63534_013<32>
70+
FirstTimeAcquisitionXP<32>
7171
OrderIndex<32>
7272
Field_12_0_0_63534_015<8>
7373
StartingQuantity<32>

definitions/InitiativeCycle.dbd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ int Field_12_0_0_63534_001?
44
int Field_12_0_0_63534_002?
55
int Field_12_0_0_63534_003?
66
int HouseXPCap?
7-
int Field_12_0_0_63534_005?
7+
int<InitiativeCycle::ID> NextCycleID? // Complete guesswork
88

99
LAYOUT DFE6371A
1010
BUILD 12.0.5.66330, 12.0.5.66407
@@ -15,4 +15,4 @@ Field_12_0_0_63534_001<32>
1515
Field_12_0_0_63534_002<32>
1616
Field_12_0_0_63534_003<32>
1717
HouseXPCap<32>
18-
Field_12_0_0_63534_005<32>
18+
NextCycleID<32>
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
COLUMNS
22
int ID?
3-
int Field_12_0_0_63534_001?
4-
int Field_12_0_0_63534_002?
3+
int<InitiativeCycle::ID> CycleID?
4+
int Priority?
55
int Field_12_0_0_63534_003?
6-
int Field_12_0_0_63534_004?
6+
int<NeighborhoodInitiative::ID> InitiativeID? // Complete guesswork
77

88
LAYOUT 99EE5F8E
99
BUILD 12.0.5.66330, 12.0.5.66407
1010
BUILD 12.0.1.64889, 12.0.1.64914, 12.0.1.65337, 12.0.1.65448, 12.0.1.65617, 12.0.1.65701, 12.0.1.65769, 12.0.1.65818, 12.0.1.65848, 12.0.1.65867, 12.0.1.65893, 12.0.1.65899, 12.0.1.65940, 12.0.1.66013, 12.0.1.66017, 12.0.1.66044, 12.0.1.66066, 12.0.1.66102, 12.0.1.66192, 12.0.1.66198, 12.0.1.66220, 12.0.1.66263, 12.0.1.66337, 12.0.1.66384, 12.0.1.66431
1111
BUILD 12.0.0.63534, 12.0.0.63724, 12.0.0.63728, 12.0.0.63854, 12.0.0.63967, 12.0.0.64124, 12.0.0.64228, 12.0.0.64339, 12.0.0.64499, 12.0.0.64507, 12.0.0.64529, 12.0.0.64611, 12.0.0.64741, 12.0.0.64774, 12.0.0.64975, 12.0.0.65028, 12.0.0.65294, 12.0.0.65390, 12.0.0.65459, 12.0.0.65512, 12.0.0.65535, 12.0.0.65560, 12.0.0.65614, 12.0.0.65655, 12.0.0.65699, 12.0.0.65727
1212
$id$ID<32>
13-
Field_12_0_0_63534_001<32>
14-
Field_12_0_0_63534_002<32>
13+
CycleID<32>
14+
Priority<32>
1515
Field_12_0_0_63534_003<32>
16-
$noninline,relation$Field_12_0_0_63534_004<32>
16+
$noninline,relation$InitiativeID<32>

meta/flags/HouseDecorFlags.dbdf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@
77
0x40 DEPRECATED
88
0x80 HIDDEN_IN_CATALOG
99
0x100 PREVENT_REMOVAL_FROM_HOUSE_CHEST
10+
0x200 UNIQUE
11+
0x400

0 commit comments

Comments
 (0)