Table of Contents

Enum ShovelableType

Namespace
Uncreated.Warfare.FOBs.Construction
Assembly
Uncreated.Warfare.dll

Represents various types of buildables.

[Translatable("Buildable Type", Description = "Buildable types for FOB buildings.")]
public enum ShovelableType

Fields

[Translatable("zh-cn", "弹药箱")] AmmoCrate = 1

A crate where players can refill their ammo and use Ammo Supplies.

[Translatable("zh-cn", "架设")] [Translatable("Emplacement", Description = "Vehicle buildables.")] Emplacement = 4

A buildable that spawns a vehicle to be operated by players.

[Translatable("zh-cn", "地堡")] Fob = 0

A FOB bunker that players can deploy to.

[Translatable("zh-cn", "防御")] [Translatable("Fortification", Description = "Barricade or Structure buildables that do not fall into another category.")] Fortification = 3

A buildable that acts purely as fortification and has no other function.

[Translatable("zh-cn", "维修站")] RepairStation = 2

A buildable that repairs nearby vehicles using Building Supplies.