Laser Tool
Old page
De speler kan atomen minen uit blokken met de laser tool. Dit is een pistool dat gebruik maakt van laserablatie om atomen los te schieten uit een materiaal.
Bij het gebruik van de laser tool op een blok zal een willekeurig atoom droppen waaruit het blok is opgebouwd. De waarschijnlijkheid voor verschillende elementen is gebaseerd op de stochiometrie van de molecules. Ook bestaat er een kleine kans (2 tot 10%) dat het blok vernield wordt. Momenteel is er nog geen verschil tussen de drie verschillende types laser tools (ijzer, goud en diamant): de kans op breken van het blok is 5%. Een diamanten laser tool heeft een langere levensduur en verlaagt de kans dat het blok verdwijnt naar 2%. Voor goud is dit 5% en voor ijzer geldt 10%.
Crafting recipe ontbreekt nog. De speler kan een laser tool craften aan een werktafel. Hij heeft hiervoor nodig: 1 heliumatoom, 2 glaspanelen, 1 koper staaf en 2 diamanten of goud/ijzer staven. Deze worden als volgt op het grid geplaatst:
/ | diamant | / |
glas | helium | glas |
koper | diamant | / |
Deze vorm is geinspireerd op een helium-neon laser.
geimplementeerd door Thomas Van Daele, fork: https://github.com/thdaele/Scicraft/tree/LaserTool
New page
Here comes some general information about the block or feature
In the game
Write here the full description of a feature. Use images to aid this explanation. Try to focus on the gameplay aspects.
Some points that can be incorporated in this explanation are:
- Obtaining
- generation
- crafting
- ...
- Usage
- crafting
- in the world
- on blocks
Discussion
Add here some points of discussion. List possible problems, changes and ideas to improve the feature. Do not implement these ideas yet, as they may just be a start of a greater discussion. If they need to be implemented they will be made into issues on github.
Scientific Background
Write here the scientific background of the feature (if needed). Try to write this in such a way that everybody (Teachers, developers and maybe even studens) understands this.
Code Explanation
Explain here the code in such a way that other developers understand how they can use and modify the code.
Bugs and Issues
Add here a list of known bugs. If possible, link to issues on github.
Example:
- This is a link to issue #28