Changes for page Item Acquisition
Last modified by Alexandros Mloukie on 2026/01/12 19:51
From version 7.1
edited by Alexandros Mloukie
on 2025/12/11 18:19
on 2025/12/11 18:19
Change comment:
There is no comment for this version
To version 6.3
edited by Alexandros Mloukie
on 2025/12/11 15:54
on 2025/12/11 15:54
Change comment:
Added tag [Game Design]
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -33,7 +33,7 @@ 33 33 |(% style="width:159px" %)Exploration|(% style="width:1003px" %)This includes item pickups, as well as chests found by exploring the world, or completing quests 34 34 35 35 {{info}} 36 - [[image:icon:information]]These are for items acquired from the environment, and do not include crafting or other processing methods36 +Note: These are for items acquired from the environment, and do not include crafting or other processing methods 37 37 {{/info}} 38 38 39 39 == 1.1 - Acquisition Mechanics == ... ... @@ -58,50 +58,5 @@ 58 58 1. (% class="mark" %)**Completion**(%%) 59 59 When the player is done, the UI can be closed. If there are still items left within the Loot Inventory, then the actor can persist. Otherwise, depending on type, it can be made to instantly de-spawn. 60 60 61 -Looting takes the PC's Looting skill into account when determining the quantity and quality of the items the player will obtain. 62 - 63 63 === 1.1.2 - Foraging === 64 64 65 -Foraging refers to the act of acquiring items from primarily plant-based sources. Forageable actors contain a custom component, responsible for handling all foraging related elements. 66 - 67 -(% class="table-bordered" %) 68 -(% class="active" %)|=(% style="width: 170px;" %)Attribute|=(% style="width: 993px;" %)Details 69 -|(% style="width:170px" %)Growth Mesh|(% style="width:993px" %)A model representing the foregable section of the actor (e.g. the top of a mushroom). This part of the actor will disappear when foraged, and reappear once the regrowth timer hits 0 70 -|(% style="width:170px" %)Regrowth Timer|(% style="width:993px" %)A timer that determines when the forageable section is available again for foraging. 71 -|(% style="width:170px" %)Loot Data Table Entry|(% style="width:993px" %)The Loot Data Table entry that defines the type, quantity, and weight of the items foraged. 72 - 73 -Foraging takes the PC's Looting skill into account when determining the quantity of the items the player will obtain. 74 - 75 -Unlike looting, the items obtained from Foraging will be directly added to the PC's inventory. To ensure that the items can fit neatly inside, it would be preferable if all forageable items are restricted to a 1x1 square. Should there be no space left in the PC's inventory, a message will appear to inform the player. 76 - 77 -=== 1.1.3 - Mining === 78 - 79 -Mining is the third and final way that the player can acquire items from the environment. 80 - 81 -==== 1.1.3.1 - Mining Minigame ==== 82 - 83 -Interaction with mineable actors happens through Mining, with the Pickaxe being the tool used to interact with the Mining System. Swinging the Pickaxe follows similar rules to swinging a weapon. The mineable target presents a Focal Point that the Pickaxe can be used on. Hitting the target will deal damage to the internal health of the mineable target. Once that health reaches zero, the resources are awarded to the player. 84 - 85 -==== 1.1.3.2 - Mineral Types ==== 86 - 87 -Minerals appear in the world in two forms: 88 - 89 -(% class="table-bordered" %) 90 -(% class="active" %)|=(% style="width: 171px;" %)Type|=(% style="width: 992px;" %)Details 91 -|(% style="width:171px" %)Mineral Growths|(% style="width:992px" %)Replenishable sources of minerals. They work similar to forageable items, but are mineable instead. 92 -|(% style="width:171px" %)Mineral Deposit|(% style="width:992px" %)A large deposit of one (or more) types of minerals. Does not replenish, but can give a huge lump sum of resources to the player. 93 - 94 -; Mineral Growths 95 -: Mineral Growths are replenishable sources of minerals that can be mined by the player. They offer a relatively small amount of a certain mineral, but in return will be replenished after a certain amount of time has passed. They use the same component as forageable actors but with the condition changes to respond to health depletion rather than interaction. 96 - 97 -; Mineral Deposits 98 -: Mineral Deposits are non-replenishable sources of minerals. They contain a large amount of one (or more) minerals that have to be mined to obtain. These are made up of clusters of mineral actors that each can be individually targeted, allowing the Pickaxe swing to damage them. The result is a deposit that is slowly chipped away by the player. 99 -: Minerals within a deposit, can be surrounded by non-mineral rock that can't be mined. This will require the player to use directional strikes to extract the minerals, giving the whole process a more mini-game-like feel. 100 - 101 ----- 102 - 103 -= 2 - Technical Specifications = 104 - 105 -== 2.1 - Loot Data Table == 106 - 107 -