Office Software
Jump to navigation
Jump to search
First Appearance: It appears in the design document at the beginning of the game.
| Feature | Description | Dependencies | Unlock Year |
|---|---|---|---|
| Word processor | |||
| WYSIWYG | What You See Is What You Get. | Office Software: Word processor
Operating System: GUI |
|
| Spellcheck | Make everyone seem competent. | Office Software: Word processor | 1993 |
| Auto layout | i.e. spending 30 minutes trying to make the picture fit in the place. | Office Software: Word processor | |
| Spreadsheet | |||
| Custom functions | A spreadsheet can always get more complicated. | Office Software: Spreadsheet | |
| Charts | Office Software: Spreadsheet
Operating System: GUI |
1986 | |
| Presentation | |||
| Vector graphics | Lines, boxes and circles, basically. | Office Software: Presentation
Operating System: GUI |
|
| Animations | What better way to make your presentations seem cheesy. | Office Software: Presentation
Operating System: GUI |
|
| Sound effects | And this is our projected earnings for the next fiscal year *pew* *pew* | Office Software: Presentation
Operating System: 8-bit audio |
|
| Templates | Operating System: GUI | ||
| Clipart | 2D Editor: Pixel manipulation
Operating System: GUI |
||
| Scripting | Because you can never satisfy everyone. | ||
| Online backup | Operating System: Networking |
Raw Source
<source lang="xml">
<Software Name="Office Software">
<Name>Office Software</Name>
<Description></Description>
<Features>
<Feature Name="Word processor">
<Name>Word processor</Name>
</Feature>
<Feature Name="WYSIWYG">
<Name>WYSIWYG</Name>
<Description>What You See Is What You Get</Description>
</Feature>
<Feature Name="Spellcheck">
<Name>Spellcheck</Name>
<Description>Make everyone seem competent</Description>
</Feature>
<Feature Name="Auto layout">
<Name>Auto layout</Name>
<Description>i.e. spending 30 minutes trying to make the picture fit in the place</Description>
</Feature>
<Feature Name="Spreadsheet">
<Name>Spreadsheet</Name>
</Feature>
<Feature Name="Custom functions">
<Name>Custom functions</Name>
<Description>A spreadsheet can always get more complicated</Description>
</Feature>
<Feature Name="Charts">
<Name>Charts</Name>
</Feature>
<Feature Name="Presentation">
<Name>Presentation</Name>
</Feature>
<Feature Name="Vector graphics">
<Name>Vector graphics</Name>
<Description>Lines, boxes and circles, basically</Description>
</Feature>
<Feature Name="Animations">
<Name>Animations</Name>
<Description>What better way to make your presentation seem cheesy</Description>
</Feature>
<Feature Name="Sound effects">
<Name>Sound effects</Name>
<Description>And this is our projected earnings for the next fiscal year *pew* *pew*</Description>
</Feature>
<Feature Name="Templates">
<Name>Templates</Name>
</Feature>
<Feature Name="Clipart">
<Name>Clipart</Name>
</Feature>
<Feature Name="Scripting">
<Name>Scripting</Name>
<Description>Because you can never satisfy everyone</Description>
</Feature>
<Feature Name="Online backup">
<Name>Online backup</Name>
</Feature>
</Features>
<Categories></Categories>
</Software>
<source>