DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
cultivation.c
См. документацию.
1
class
AntiPestsSpray
:
Inventory_Base
2
{
3
override
void
SetActions
()
4
{
5
super.SetActions();
6
7
AddAction
(
ActionDisinfectPlantBit
);
8
AddAction
(
ActionDisinfectPlant
);
9
AddAction
(
ActionForceDrink
);
10
AddAction
(
ActionDrink
);
11
}
12
};
13
class
CannabisSeeds
:
SeedBase
{};
14
class
PepperSeeds
:
SeedBase
{};
15
class
Plant_Cannabis
:
PlantBase
{};
16
class
Plant_Pepper
:
PlantBase
17
{
18
void
Plant_Pepper
()
19
{
20
m_FullMaturityTime
= 2250;
21
}
22
};
23
class
Plant_Potato
:
PlantBase
24
{
25
void
Plant_Potato
()
26
{
27
m_FullMaturityTime
= 2850;
28
}
29
};
30
class
Plant_Pumpkin
:
PlantBase
31
{
32
void
Plant_Pumpkin
()
33
{
34
m_FullMaturityTime
= 2850;
35
}
36
};
37
class
Plant_Tomato
:
PlantBase
38
{
39
void
Plant_Tomato
()
40
{
41
m_FullMaturityTime
= 1650;
42
}
43
};
44
class
Plant_Zucchini
:
PlantBase
45
{
46
void
Plant_Zucchini
()
47
{
48
m_FullMaturityTime
= 1350;
49
}
50
};
51
class
PumpkinSeeds
:
SeedBase
{};
52
class
SeedBase
:
Inventory_Base
53
{
54
override
void
SetActions
()
55
{
56
super.SetActions();
57
58
AddAction
(
ActionPlantSeed
);
59
AddAction
(
ActionAttachSeeds
);
60
}
61
};
62
class
TomatoSeeds
:
SeedBase
{};
63
class
ZucchiniSeeds
:
SeedBase
{};
64
class
PotatoSeed
:
SeedBase
{};
AddAction
void AddAction(typename actionName)
Определения
AdvancedCommunication.c:220
PlantBase
void PlantBase()
Определения
PlantBase.c:54
m_FullMaturityTime
int m_FullMaturityTime
Определения
PlantBase.c:32
ActionAttachSeeds
Определения
ActionAttachSeeds.c:2
ActionDisinfectPlantBit
Определения
ActionDisinfectPlantBit.c:13
ActionDisinfectPlant
Определения
ActionDisinfectPlant.c:10
ActionDrink
Определения
ActionDrink.c:10
ActionForceDrink
Определения
ActionForceDrink.c:10
ActionPlantSeed
Определения
ActionPlantSeed.c:2
AntiPestsSpray::SetActions
override void SetActions()
Определения
cultivation.c:3
AntiPestsSpray
Определения
cultivation.c:2
CannabisSeeds
Определения
cultivation.c:13
Inventory_Base
Определения
BarbedBaseballBat.c:2
PepperSeeds
Определения
cultivation.c:14
Plant_Cannabis
Определения
cultivation.c:15
Plant_Pepper::Plant_Pepper
void Plant_Pepper()
Определения
cultivation.c:18
Plant_Potato::Plant_Potato
void Plant_Potato()
Определения
cultivation.c:25
Plant_Pumpkin::Plant_Pumpkin
void Plant_Pumpkin()
Определения
cultivation.c:32
Plant_Tomato::Plant_Tomato
void Plant_Tomato()
Определения
cultivation.c:39
Plant_Zucchini::Plant_Zucchini
void Plant_Zucchini()
Определения
cultivation.c:46
PotatoSeed
Определения
cultivation.c:64
PumpkinSeeds
Определения
cultivation.c:51
SeedBase::SetActions
override void SetActions()
Определения
cultivation.c:54
SeedBase
Определения
cultivation.c:53
TomatoSeeds
Определения
cultivation.c:62
ZucchiniSeeds
Определения
cultivation.c:63
Ishodniki
scripts
4_World
Entities
ItemBase
Gear
Cultivation
cultivation.c
Создано системой
1.13.2