Lamp on Pillar
![]() |
English • русский |
---|
Navigation:Main Index>The Game World>Items>Construction>Carpentry>Lamp on PillarPage Updated: Version 36.40
![]() Ingame image of Lamp on Pillar in Version 36.40. |
A lamp on pillar is a light source that can be constructed at Carpentry level 5, that will continue to light a area as long as the torch has power. It can be used for marking areas in the dark or more for cosmetic usage ingame for bases.
Should the torch no longer function, the battery can be removed by right clicking on the pillar and remove the battery then place a new one in.
Crafting
Output | Ingredients | Description | Skill Level | |||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Lights up squares in the area it's pointed at. Can be turned on and off. The flashlight still requires batteries. | Carpentry Level 5
|
Code
From ISBuildMenu.lua (media/lua/client/BuildingObjects/ISUI)
ISBuildMenu.onPillarLamp = function(worldobjects, square, sprite, player) -- sprite, northSprite local lamp = ISLightSource:new(sprite.sprite, sprite.northSprite, getSpecificPlayer(player)); lamp.offsetX = 5; lamp.offsetY = 5; lamp.modData["need:Base.Plank"] = "2"; lamp.modData["need:Base.Rope"] = "1"; lamp.modData["need:Base.Nails"] = "4"; lamp.modData["xp:Woodwork"] = 5; -- lamp.modData["need:Base.Torch"] = "1"; lamp:setEastSprite(sprite.eastSprite); lamp:setSouthSprite(sprite.southSprite); lamp.fuel = "Base.Battery"; lamp.baseItem = "Base.Torch"; lamp.radius = 10; lamp.player = player getCell():setDrag(lamp, player); end
See Also
Construction | |
Barriers | Gravel Bag Wall • Sandbag Wall |
Camping | Tent • Campfire |
Carpentry | Bar Corner • Bar Element • Barbed Fence • Barricade (Wood) • Bed • Bookcase • Crate • Door • Double Shelves • Lamp on Pillar • Large Table • Log Wall • Rain Collector Barrel • Shelves • Small Bookcase • Small Table • Stairs Piece • Table with Drawer • Wooden Chair • Wooden Cross • Wooden Door Frame • Wooden Fence • Wooden Floor • Wooden Picket • Wooden Sign • Wooden Wall • Wooden Window Frame |
Metalworking | Barricade (Metal) • Big Double Pope Gate • Big Locker • Big Pole Fence • Big Pole Fence Gate • Big Wired Fence • Double Fence Gate • Fence • Fence Gate • Metal Counter • Metal Counter Corner • Metal Crate • Metal Roof • Metal Shelves • Metal Wall • Metal Wall Frame • Pole Fence • Small Locker • Wired Fence |