MSRD:Data Archive (Cybernetics)

This material is published under the OGL

Data Archive (PL 7)

A data archive is a microcomputer implanted in the recipient’s skull. It contains skill-related information stored on a series of biological data chips, or biochips.

Benefit: The recipient treats all skills as class skills. Furthermore, the recipient gains access to an information database that grants a +4 equipment bonus on all Knowledge checks.

Type: Internal.

Hardness/Hit Points: –/2.

Base Purchase DC: 27.

Restriction: None.



Back to MSRD Cybernetics Cybernetic Enhancements

This page is protected from editing because it is an integral part of D&D Wiki. Please discuss possible problems on the talk page.

Open Game Content (place problems on the discussion page).
This is the Modern System 3.5 Reference Document. It is covered by the Open Game License v1.0a, rather than the GNU Free Documentation License 1.3. To distinguish it, these items will have this notice. If you see any page that contains MSRD material and does not show this license statement, please contact an admin so that this license statement can be added. It is our intent to work within this license in good faith.
gollark: Oh right, I'll change it to 99.
gollark: (Works in SQLite, may work in other databases but don't count on it)
gollark: SQL!
gollark: I may be able to get it smaller, but I don't really know how.
gollark: ```sqlWITH RECURSIVE c(x)AS(VALUES(99)UNION ALL SELECT x-1 FROM c WHERE x>0),a(x, s)AS(SELECT x,SUBSTR(' bottles',1,(x<>1)+7)||' of beer'FROM c)SELECT PRINTF('%d%s on the wall%d%sTake one down, pass it around%d%s on the wall',a.x,a.s,a.x,a.s,a.x-1,b.s)FROM a JOIN a AS b ON b.x=a.x-1;```
This article is issued from Dandwiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.