Wiki source code of Item Acquisition
Version 1.1 by Alexandros Mloukie on 2025/12/11 14:28
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | {{toc/}} | ||
| 2 | |||
| 3 | ---- | ||
| 4 | |||
| 5 | = 0 - Introduction = | ||
| 6 | |||
| 7 | This document defines the sources of items within the game, as well as their respective methods of acquisition. It outlines: | ||
| 8 | |||
| 9 | * The sources through which items are acquired | ||
| 10 | * The acquisition mechanic involved | ||
| 11 | * Details about the technical implementation of systems necessary for the correct function of the gameplay as a whole | ||
| 12 | |||
| 13 | == 0.1 - Disclaimer == | ||
| 14 | |||
| 15 | This is a living document, and any specifics pertaining to the mechanics, numbers, and more, are subject to change. The assignee of this task is free to apply any values, effects, and other unspecified elements, or contact Adam Janus or Alexandros Mloukie to get further guidelines. | ||
| 16 | |||
| 17 | == 0.2 - Terminology == | ||
| 18 | |||
| 19 | (% class="table-bordered" %) | ||
| 20 | (% class="active" %)|=(% style="width: 190px;" %)Term|=(% style="width: 1247px;" %)Meaning | ||
| 21 | |(% style="width:190px" %)PC|(% style="width:1247px" %)Player Character | ||
| 22 | |||
| 23 | ---- | ||
| 24 | |||
| 25 | = 1 - Sources of Items = | ||
| 26 | |||
| 27 | There are multiple sources of items in-game, though they can be broadly split into 3 distinct categories: | ||
| 28 | |||
| 29 | (% class="table-bordered" %) | ||
| 30 | (% class="active" %)|=Category|=Definition | ||
| 31 | |Entities|This includes collecting items via Looting enemy corpses, as well as collecting resources from neutral/friendly creatures | ||
| 32 | |Environment|This includes Mining, and Foraging resources from inanimate sources | ||
| 33 | |Exploration|This includes item pickups, as well as chests found by exploring the world, or completing quests | ||
| 34 | |||
| 35 | {{info}} | ||
| 36 | Note: These are for items acquired from the environment, and do not include crafting or other processing methods | ||
| 37 | {{/info}} | ||
| 38 | |||
| 39 |