|
|
|
|
|
UndefineClass('Combination_Detonator_Remote') |
|
DefineClass.Combination_Detonator_Remote = { |
|
__parents = { "MiscItem" }, |
|
__generated_by_class = "InventoryItemCompositeDef", |
|
|
|
|
|
object_class = "MiscItem", |
|
ScrapParts = 1, |
|
Repairable = false, |
|
Icon = "UI/Icons/Items/combination_detonator_remote", |
|
DisplayName = T(613057190995, "Remote Detonator"), |
|
DisplayNamePlural = T(206415687555, "Remote Detonators"), |
|
Description = T(292351277977, "Allows a <em>Set Explosive</em> to detonate via a radio signal."), |
|
AdditionalHint = T(539701153933, "<bullet_point> Can be combined with TNT, C4, and PETN\n<bullet_point> Remote explosives can be detonated from afar"), |
|
Cost = 400, |
|
CanAppearInShop = true, |
|
Tier = 2, |
|
RestockWeight = 30, |
|
CategoryPair = "Components", |
|
} |
|
|
|
|