Mod:Vanilla
Contents
Overview
This is not a mod. This is a representation of the game in its default factory state.
Its sub-pages are used to hold raw game data for use in SMW queries, and exist here to avoid collisions in the main namespace.
For more information, see User Talk: Vox Serico #What's going on?
Method
Data is collected mostly from various files with the .sbc extension from the game's Content\Data\
folder.
English names and translations can be found in Content\Data\Localization\MyTexts*.resx
Due to the way self-referencing works with queries, you may have to commit a Null edit when making changes to automatically computed values. (e.g. Integrity)
CubeBlocks
Listed as subpages of Mod:Vanilla/CubeBlock, the data is collected from Content\Data\CubeBlocks\CubeBlocks_*.sbc
. The pages are named first by the CubeBlock's SubtypeId, if that is missing, then its TypeId or a combination of both.
Ammo
Listed as subpages of Mod:Vanilla/Ammo, the data is collected from Content\Data\AmmoMagazines.sbc
, Content\Data\Ammos.sbc
, and Content\Data\Blueprints.sbc
. The pages are named by their SubtypeIds from AmmoMagazines.sbc
.
Components
Listed as subpages of Mod:Vanilla/Component, the data is collected from Content\Data\Components.sbc
and Content\Data\Blueprints.sbc
. The pages are named by their SubtypeIds.
Ingots
Listed as subpages of Mod:Vanilla/Ingot, holds all items with a TypeId of Ingot. The data is collected from Content\Data\PhysicalItems.sbc
and Content\Data\Blueprints.sbc
. The pages are named by their SubtypeIds.
Ores
Listed as subpages of Mod:Vanilla/Ore, holds all items with a TypeId of Ore. The data is collected from Content\Data\PhysicalItems.sbc
and Content\Data\Blueprints.sbc
. The pages are named by their SubtypeIds.
Character weapons/tools
Listed as subpages of Mod:Vanilla/Weapon, holds all character tools and weapons . The data is collected from Content\Data\HandItems.sbc
, Content\Data\PhysicalItems.sbc
, Content\Data\Blueprints.sbc
and Content\Data\Weapons.sbc
. The pages are named by their HandItems.sbc or Weapons.sbc SubtypeIds.
Items
Listed as subpages of Mod:Vanilla/Item, holds all PhysicalItems that don't fit anywhere else. The data is collected from Content\Data\PhysicalItems.sbc
and Content\Data\PhysicalItems_Economy.sbc
. The pages are named by their SubtypeIds.
Pages with improper values
(none)
Related Pages
- Template:SimpleItembox
- Template:SimpleItembox/ComponentRow
- Template:SimpleItembox/PropertyRow
- Template:Game Object Data
- Template:Calculate mass
- Template:Calculate integrity
- Template:Calculate Volume
- Template:Calculate InventoryVolume
- Template:Itemlink-li