This commit is the equivalent of a atomic bomb
This commit is contained in:
62
braf_structures/Estruturas/Cucui.hpp
Normal file
62
braf_structures/Estruturas/Cucui.hpp
Normal file
@@ -0,0 +1,62 @@
|
||||
class braf_PEF: House_F
|
||||
{
|
||||
scope = 2;
|
||||
scopeCurator = 2;
|
||||
displayName = "Monumento PEF";
|
||||
model = "braf\BRAF_Structures\Estruturas\Monumento\monumento_PEF.p3d";
|
||||
editorCategory = "braf_buildings_objects";
|
||||
editorSubcategory = "Cucui";
|
||||
};
|
||||
class braf_arco01: House_F
|
||||
{
|
||||
scope = 2;
|
||||
scopeCurator = 2;
|
||||
displayName = "Arco";
|
||||
model = "braf\BRAF_Structures\Estruturas\Arco\arco.p3d";
|
||||
editorCategory = "braf_buildings_objects";
|
||||
editorSubcategory = "Cucui";
|
||||
};
|
||||
class Land_CampingChair_V2_F;
|
||||
class braf_banco01: Land_CampingChair_V2_F
|
||||
{
|
||||
scope = 2;
|
||||
scopeCurator = 2;
|
||||
displayName = "Banco de concreto";
|
||||
model = "braf\BRAF_Structures\Estruturas\Banco\banco.p3d";
|
||||
editorCategory = "braf_buildings_objects";
|
||||
editorSubcategory = "Cucui";
|
||||
acex_sitting_canSit = 1; // Enable sitting
|
||||
acex_sitting_sitDirection = 180; // Direction relative to object
|
||||
acex_sitting_sitPosition[] = { {0.3, -0.2, -0.9}, {-0.3, -0.2, -0.9 }}; // Position relative to object (may behave weird with certain objects)
|
||||
acex_sitting_interactPosition[] = { {0.3, -0.15, 0.35}, {-0.3, -0.15, 0.35} };
|
||||
ace_sitting_animations[] = {"ace_sitting_HubSittingChairA_idle1"}; // Overwrite random animation pool
|
||||
//XEH_ENABLED; // Enable XEH (only necessary if XEH is not yet enabled for this class or the one this inherits from)
|
||||
};
|
||||
class braf_Placa_EB01: House_F
|
||||
{
|
||||
scope = 2;
|
||||
displayName = "Entrada Proibida 01";
|
||||
model = "braf\braf_structures\Estruturas\Placas\placa_EB_1.p3d";
|
||||
editorCategory = "braf_buildings_objects";
|
||||
editorSubcategory = "Placas";
|
||||
};
|
||||
class braf_Placa_EB02: braf_Placa_EB01
|
||||
{
|
||||
displayName = "Entrada Proibida 02";
|
||||
model = "braf\braf_structures\Estruturas\Placas\placa_EB_2.p3d";
|
||||
};
|
||||
class braf_Placa_PARE: braf_Placa_EB01
|
||||
{
|
||||
displayName = "PARE";
|
||||
model = "braf\braf_structures\Estruturas\Placas\placa_PARE.p3d";
|
||||
};
|
||||
class braf_Placa_PREFERENCIA: braf_Placa_EB01
|
||||
{
|
||||
displayName = "Preferência";
|
||||
model = "braf\braf_structures\Estruturas\Placas\placas_PREFE.p3d";
|
||||
};
|
||||
class braf_Placa_Ultrapassagem: braf_Placa_EB01
|
||||
{
|
||||
displayName = "Ultrapassagem Proibida";
|
||||
model = "braf\braf_structures\Estruturas\Placas\placas_ULTRAP.p3d";
|
||||
};
|
||||
Reference in New Issue
Block a user