!!! Press [+ Button] to  add random Item



24.06.11. Fixed screen tearing issue on some computers.



 - Scene Listup

Map < - > Camp 

Map < - >  Shop

Map < - > Map Inventory


 - Func Listup

1. Inventory

  1. Merging and Enhancing Items
    • When you drag and drop identical items together, they will merge and enhance. Note: This only applies to skills and equipment.
  2. Using Food Items
    • Dragging and dropping a food item onto a character's portrait will consume the item and increase stats (e.g., currently, HP +1).
  3. Equipping Items
    • Dragging and dropping an item into the correct equipment slot will equip it and can trigger delegates or events.
  4. Character Specifications
    • Each character has a total of three different specs and equipment slots.
  5. Item Hover Effects
    • When the mouse hovers over an item, its status will be displayed with a background effect based on its state (e.g., a red effect if placed in an incorrect slot).
  6. Item Focus and Information Display
    • Clicking an item will focus on it, and even if the mouse moves away, the item's data will still be displayed in the info window.

2. Map   (Press "I" to enter inventory)

  1. Dynamic Event Nodes
    • Event nodes are dynamically generated as you progress through the map.
      • Details include node spacing, child node rules, avoidance of consecutive identical events, winding path guides, implementation of dark fog, fragmentation of light sources, and storing functions to display node data upon click.
  2. Node Interaction
    • Clicking a node once will display its data; double-clicking the same node will move you to that node.
  3. Boss Event Nodes
    • After passing a few stages, a boss event node will appear. Entering this node will end the stage.
  4. Scene Transition
    • When entering a different scene, the camera transition will play, and the next scene will be loaded using "SceneManager.LoadSceneAsync".

3. Shop

  1. Buying Items
    • Dragging and dropping items from the shop to your inventory will purchase them. If you don't have enough gold, the purchase will not be made.
  2. Selling Items
    • Dragging and dropping items from your inventory to the shopkeeper's desk will sell them. A selling effect will also be displayed.
  3. Information Display
    • Dragging and dropping any item onto the info window will display its data in that window.

4. Camp

  1. Cooking Items
    • You need five food items for cooking. Each food item interacts with two adjacent food items.
  2. Scoring with Similar Items
    • You earn points if three items are of the same type or dice value.
  3. Scoring with Different Colored Items
    • You earn points if the items are of different colors.
  4. Scoring with Sequential Numbers
    • You earn points if three items are adjacent numbers in sequence (e.g., 4-5-6 or 5-4-3).


The above content was written with the help of AI.

Updated 6 days ago
Published 22 days ago
StatusIn development
PlatformsHTML5
AuthorJaeHoon602

Development log

Leave a comment

Log in with itch.io to leave a comment.