Sb forum speech.png DiscordLink.png FacebookLink.png RedditLink.png SteamLink.png TwitterLink.png YoutubeLink.png

Difference between revisions of "Material point scanner (Assembly)"

From Starbase wiki
Jump to navigation Jump to search
m (DustyFB moved page Material point scanner to Material point scanner (Assembly) without leaving a redirect: Making room for device)
m
 
(9 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Otherlang2
{{Otherlang2
|ru=Точечный_сканер_материалов_(Собранный)
}}{{SB Infobox Begin
}}{{SB Infobox Begin
|{{SB Infobox Header
|{{SB Infobox Header
  |image=[[Image:Starbase material point scanner.png]]
  |image=[[Image:Material point scanner (assembly).png]]
  |factionLogo=
  |factionLogo=
  |caption=A fully assembled material point scanner
  |caption=An assembled material point scanner
  |name=
  |name=Material point scanner
  |border=none
  |border=none
}}
}}
Line 12: Line 13:
  |type=Mining device
  |type=Mining device
  |function=Identifies materials
  |function=Identifies materials
  |availability=[[Luxury Items]]
   
  |size=204×96×72 cm
  |size=204×96×72 cm
  |mass=4,994 kg ''(assembled)''<ul><li>2,221 kg ''(scanner)''</li><li>3,215 kg ''(utility body)''</li><li>717 kg ''(capacitors)''</li></ul>
  |mass=11,147
  |volume=511.8 kv ''(assembled)''<ul><li>223.2 kv ''(scanner)''</li><li>323.12 kv ''(utility body)''</li><li>72 kv ''(capacitors)''</li></ul>
  |volume=1,130.12
  |corrosionResistance=<ul><li>308 ''(scanner)''</li><li>370 ''(utility body)''</li><li>440 ''(capacitors)''</li></ul>
  |corrosionResistance=308
  |suppressUnitsKg=1
  |suppressUnitsKg=
  |suppressUnitsKv=1
  |suppressUnitsKv=
}}
}}


Line 43: Line 44:
}}
}}


|{{SB Infobox Device Construction
 
  |headerOverride=Composition (scanner)
|{{SB Infobox Component Section
  |aegisium=
  |Material point scanner
  |ajatite=
  |Utility tool body type 1
  |arkanium=7%
  |Utility tool capacitor
  |bastium=
  |charodium=
  |corazium=
  |exorium=
  |haderite=
  |ice=
  |ilmatrium=22%
  |karnite=
  |kutonium=15%
  |lukium=
  |merkerium=35%
  |nhurgite=
  |oninum=
  |surtrite=
  |tengium=
  |ukonium=
  |valkite=
  |vokarium=21%
  |xhalium=
}}
|{{SB Infobox Device Construction
  |headerOverride=Composition (body)
  |aegisium=10%
  |ajatite=
  |arkanium=
  |bastium=10%
  |charodium=15%
  |corazium=
  |exorium=
  |haderite=
  |ice=
  |ilmatrium=20%
  |karnite=
  |kutonium=
  |lukium=
  |merkerium=20%
  |nhurgite=
  |oninum=
  |surtrite=
  |tengium=10%
  |ukonium=
  |valkite=
  |vokarium=15%
  |xhalium=
}}
|{{SB Infobox Device Construction
  |headerOverride=Composition (capacitors)
  |aegisium=
  |ajatite=
  |arkanium=
  |bastium=30%
  |charodium=
  |corazium=
  |exorium=
  |haderite=
  |ice=
  |ilmatrium=60%
  |karnite=
  |kutonium=
  |lukium=
  |merkerium=
  |nhurgite=
  |oninum=
  |surtrite=
  |tengium=
  |ukonium=
  |valkite=
  |vokarium=10%
  |xhalium=
}}
}}
}}<section begin=summary/>The material point scanner provides information about the [[materials]] an object contains.<section end=summary/>
}}<section begin=summary/>The material point scanner provides information about the [[materials]] an object contains.<section end=summary/>
Line 122: Line 54:
== Basic information ==
== Basic information ==


* The material scanner casts a ray 100m long
The material scanner casts a ray 100 meters long. If an object is detected within this range, it will update the 'ScanResults', 'Material', and 'Volume' devicefields  If an object contains more than one material, the user can change the 'Index' device field to page through the returned results. These fields will not update until a new object is scanned.
* If an object is detected it will update it's 'ScanResults', 'Material' and 'Volume' fields.
** Fields will not be updated until a new object is scanned.
 
* If an object contains more than one material, 'Index' can be used to cycle through the results.


The fields can only be read from a Text Panel if it is written manually by Yolol. Example code execution to manually read and write the results would be:
:Material=:SMaterial :Volume=:SVolume goto1
where :Material and :Volume are the names of text panels, and where :SVolume and :SMaterial are the renamed "Volume" and "Material" fields on the Point Scanner. Index must be set to "1" and ScanResults set to 2.
== Device fields ==
== Device fields ==
 
===[[Material_point_scanner|Material point scanner]]===
{|class="wikitable"
{{#lst:Material_point_scanner|deviceFields}}
! YOLOL field
===[[Utility_tool_capacitor|Utility tool capacitor]]===
! description
{{#lst:Utility_tool_capacitor|deviceFields}}
! range
|-
! '''Active'''
| The scanner turns off when this is set to 0 and on when set to anything else
| 0 - 1
|-
! '''Index'''
| The current material to provide information for. Starting at 0
| 0 -
|-
! '''ScanResults'''
| The number of diferent materials the object contains
| 0 -
|-
! '''Material'''
| The material of the current 'Index' i.e. "Ukonium"
| String
|-
! '''Volume'''
| The Volume of the current 'Index' i.e. 272
| 0 -
|-
|}


To learn more about how to use fields, consult these wiki pages:
To learn more about how to use fields, consult these wiki pages:
Line 162: Line 70:
* [[YOLOL|YOLOL]]
* [[YOLOL|YOLOL]]


== Material ==
{|class="wikitable"
! '''Weight (Kg)'''
| 1 669
|-
|
|
|-
! '''Material Required (Kv)'''
|
|-
! Merkerium
| 301
|-
! Ilmatrium
| 189
|-
! Vokarium
| 180
|-
! Bastium
| 129
|-
! Arkanium
| 60
|-
|}
To learn more about materials, consult these wiki pages:
* [[Materials]]
* [[Ores]]


[[Category:Devices and machines|Mining laser]]
[[Category:Devices and machines|Mining laser]]

Latest revision as of 15:57, 17 March 2022

Русский
Material point scanner (assembly).png
An assembled material point scanner
Material point scanner
Type Mining device
Function Identifies materials

Size 204×96×72 cm
Mass 11,147 kg
Volume 1,130.12 kv
Corrosion resistance 308

Input / Output
Electric input ~300 e/s

Sub-components
Material point scanner.png
Utility tool body 1.png
Utility capacitors.png

The material point scanner provides information about the materials an object contains.

Basic information

The material scanner casts a ray 100 meters long. If an object is detected within this range, it will update the 'ScanResults', 'Material', and 'Volume' devicefields If an object contains more than one material, the user can change the 'Index' device field to page through the returned results. These fields will not update until a new object is scanned.

The fields can only be read from a Text Panel if it is written manually by Yolol. Example code execution to manually read and write the results would be:

Material=:SMaterial :Volume=:SVolume goto1

where :Material and :Volume are the names of text panels, and where :SVolume and :SMaterial are the renamed "Volume" and "Material" fields on the Point Scanner. Index must be set to "1" and ScanResults set to 2.

Device fields

Material point scanner

YOLOL field description range
Active The scanner turns off when this is set to 0 and on when set to anything else 0 - 1
Index The current material to provide information for. Starting at 0 0 -
ScanResults The number of diferent materials the object contains 0 -
Material The material of the current 'Index' i.e. "Ukonium" String
Volume The Volume of the current 'Index' i.e. 272 0 -
Scan Must be set to 1 to initiate a scan, auto-resets to 0 once scan is complete 0 - 1
Reset Resets the stored scan result 0 - 1

Utility tool capacitor

YOLOL field description range
StoredLocalPower How much power is stored in the capacitor 0 - 4000
MaxLocalPower Maximum amount of power that can be stored 4000


To learn more about how to use fields, consult these wiki pages:

Cookies help us deliver our services. By using our services, you agree to our use of cookies.