관리 메뉴

Jun Hyuk Kim's Blog

[TerrariaDB] Developing TerrariaDB (Day 1) 본문

Coding Journal/TerrariaDB

[TerrariaDB] Developing TerrariaDB (Day 1)

junhyuk1229 2023. 11. 2. 18:42

Starting a new project to keep my coding skills and learn some basic js + front-end.

 

Recently I started playing a game called Terraria in steam. This game has lots and lots of items and I wanted to get a resource (Either from websites, programs or files) to help me get all the items in it. The problems is keeping a notepad of all the stored items is going to get tedious and also annoying using ctrl+f all the time. So I am trying to create a page for it.

 

It will of course have all the normal features of marking an item as done and searching the item. Some of the other feature I am thinking of creating is...

  • Mark an item as sellable (Some items are made from others so selling them might be a problem later)
  • Get a list of raw materials for crafting all the missing items
  • Get number of ingredient items needed to craft all other items that has the ingredient item as its crafting recipe
  • Mark some items that might be needed constantly (Ex: consumables, throwables, etc)

 

The above features might be secondary to what I really want but I will try to add features one by one. Currently I am creating a page using vue as the frontend and fastapi as the backend. I might upload this page to the internet, but probably not.