mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-04-04 06:22:58 +00:00
Page:
Hacked NPC
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
2
Hacked NPC
simon987 edited this page 2019-11-03 09:26:42 -05:00
Table of Contents
Hacked NPC
See Factory for more information on how to create a Hacked NPC.
Specifications
Memory: 8192
words
Lifetime: 1024
ticks
Hardware
Hacked NPCs do not have shield, Floppy drive or Keyboard modules.
Device | Default Address | Note |
---|---|---|
Legs | 0x0001 |
|
Laser | 0x0002 |
|
LiDAR | 0x0003 |
|
Drill | 0x0005 |
|
NPC Inventory | 0x0006 |
Same as regular inventory but with only 1 slot |
Random number generator | 0x0007 |
|
Clock | 0x0008 |
|
Hologram Projector | 0x0009 |
|
NPC Battery | 0x000A |
Same as regular battery, but does not have solar panel regeneration. The NPC dies when the energy level reaches 0 |
Radio Receiver | 0x000C |
|
Universal Com Port | 0x000D |
|
Core | 0x000E |
NPCs have 100 hit points instead of 250 |
Construction Arm | 0x0010 |