Changes

Jump to navigation Jump to search
294 bytes added ,  00:45, 1 February 2017
Line 69: Line 69:     
=== Replacements/upgrading ===
 
=== Replacements/upgrading ===
The root tag can use the UpgradeFrom and UpgradeTo attributes to control which furniture can be replaced with your furniture and which furniture your furniture can be replaced with. The attribute should have a comma separated list of furniture, e.g.
+
The root tag can use the UpgradeFrom and UpgradeTo attributes to control which furniture can be replaced with your furniture and which furniture your furniture can be replaced with.
<pre><Root Base="Server Rack" Thumbnail="BigServerRackThumb.png" UpgradeFrom="Server Rack, Tower Server, Small Server, Medium Server" UpgradeTo="Server Rack, Tower Server"></pre>
+
<pre><Root UpgradeFrom="Server" UpgradeTo="Big Server"></pre>
 +
This furniture can be upgraded to any furniture that has UpgradeTo="Server" and UpgradeTo="Big Server", but it cannot be upgraded FROM furniture that has UpgradeTo="Server". This is to avoid upgrading a server that sits on the floor to a server that sits on a table, as the table would have to be created out of thin air.
 +
 
 +
==== In-game upgrade groups ====
 +
Computer
 +
Floor Decoration
 +
Server
 +
Big Server
 +
PCAddon
 +
Chair
 +
Coffee
 +
Couch
 +
Table Decoration
 +
Standard Table
 +
Tree
 +
ProductPrinter
    
==== Limitations ====
 
==== Limitations ====

Navigation menu