|
|
@ -963,30 +963,13 @@ message Language
|
|
|
|
repeated ShapeDescriptior shapes = 1;
|
|
|
|
repeated ShapeDescriptior shapes = 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
enum ImprovementType
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
ART_IMAGE = 0;
|
|
|
|
|
|
|
|
COVERED = 1;
|
|
|
|
|
|
|
|
RINGS_HANGING = 2;
|
|
|
|
|
|
|
|
BANDS = 3;
|
|
|
|
|
|
|
|
SPIKES = 4;
|
|
|
|
|
|
|
|
ITEMSPECIFIC = 5;
|
|
|
|
|
|
|
|
THREAD = 6;
|
|
|
|
|
|
|
|
CLOTH = 7;
|
|
|
|
|
|
|
|
SEWN_IMAGE = 8;
|
|
|
|
|
|
|
|
PAGES = 9;
|
|
|
|
|
|
|
|
ILLUSTRATION = 10;
|
|
|
|
|
|
|
|
INSTRUMENT_PIECE = 11;
|
|
|
|
|
|
|
|
WRITING = 12;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
message ItemImprovement
|
|
|
|
message ItemImprovement
|
|
|
|
{
|
|
|
|
{
|
|
|
|
optional MatPair material = 1;
|
|
|
|
optional MatPair material = 1;
|
|
|
|
optional ImprovementType type = 2;
|
|
|
|
|
|
|
|
optional int32 shape = 3;
|
|
|
|
optional int32 shape = 3;
|
|
|
|
optional int32 specific_type= 4;
|
|
|
|
optional int32 specific_type= 4;
|
|
|
|
optional ArtImage image = 5;
|
|
|
|
optional ArtImage image = 5;
|
|
|
|
|
|
|
|
optional int32 type = 6;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
enum ArtImageElementType
|
|
|
|
enum ArtImageElementType
|
|
|
|