mirror of
				https://github.com/simon987/Much-Assembly-Required.git
				synced 2025-11-04 10:06:54 +00:00 
			
		
		
		
	
						
							Page:
							(Hardware) Laser
						
						
					
					
							Pages
							
							
								(Hardware) Battery
							
								(Hardware) Clock
							
								(Hardware) Construction Arm
							
								(Hardware) Core
							
								(Hardware) Drill
							
								(Hardware) Floppy Drive
							
								(Hardware) Hologram Projector
							
								(Hardware) Inventory
							
								(Hardware) Keyboard
							
								(Hardware) Laser
							
								(Hardware) Legs
							
								(Hardware) LiDAR
							
								(Hardware) Radio Receiver
							
								(Hardware) Random Number Generator
							
								(Hardware) Universal Com Port
							
								(Installation) Arch Linux
							
								(Installation) Windows
							
								(Snippet) Constants
							
								(Snippet) Dump memory to disk
							
								(Snippet) Keyboard controlled robot
							
								(Snippet) Manhattan distance
							
								(Snippet) Move in a random direction
							
								Assembler directives
							
								Assembly program examples
							
								Basic Assembly tutorial
							
								Biomass
							
								Blueprint
							
								CPU
							
								Collaboration Guide
							
								Day Night Cycle and solar Energy
							
								Debugging
							
								Game Universe
							
								Hacked NPC
							
								Hardware
							
								Home (old)
							
								Home
							
								Instruction Encoding
							
								Instruction Set
							
								Items
							
								Learn by Examples
							
								NPC Factory
							
								Non Player Character (NPC)
							
								Project structure
							
								Radio Tower
							
								Random Access Memory
							
								Road Map
							
								The Cubot Manuals
							
								The Game Universe
							
								Useful Code Snippets
							
								Users' Repositories
							
								World
							
						
					 Clone
	
					0 
					
				
						(Hardware) Laser
						
				
							
							simon987 edited this page 2019-11-03 09:21:02 -05:00 
						
					Table of Contents
Bexsh Optics's Multi Purpose Laser is an indispensable tool for any automated machinery! Its revolutionary design enables precise transfer of items over a distance of 1 tile using only a fraction of the energy of the ordinary robotic arm. It also lets you attack objects you are directly adjacent to. Only Cubots, NPCs, and Electric Boxes are attackable as of right now*.
Specifications
Manufacturer: Bexsh Optics
Version: 2.0B
Default address: 0x0002
Hardware ID: 0x0002
Damage: 25 hit points
Interrupt Behavior
| Value of A | Action | Energy cost | Result | 
|---|---|---|---|
1 | 
LASER_WITHDRAW | 
30 kJ | 
Withdraw the desired item | 
2 | 
LASER_DEPOSIT | 
30 kJ | 
Deposit the desired item (not implemented yet) | 
3 | 
LASER_ATTACK | 
70 kJ | 
Attack the object you are pointing at* | 
Specify the desired item by setting the value of the B register with an item ID.
* Other Cubots can only be attacked when PvP is enabled (which is currently not implemented, see #128).