https://github.com/elky84/itemgenerator
ItemGenerator exmaple. (C# .NET 8)
https://github.com/elky84/itemgenerator
csharp dotnet dotnet-cli
Last synced: 2 months ago
JSON representation
ItemGenerator exmaple. (C# .NET 8)
- Host: GitHub
- URL: https://github.com/elky84/itemgenerator
- Owner: elky84
- License: mit
- Created: 2021-12-26T07:00:01.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-16T06:03:23.000Z (10 months ago)
- Last Synced: 2025-02-16T07:17:49.011Z (10 months ago)
- Topics: csharp, dotnet, dotnet-cli
- Language: C#
- Homepage:
- Size: 185 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://elky84.github.io)








# ItemGenerator
랜덤 아이템 생성기입니다.
정의된 데이터 (엑셀 기반. excel 폴더내에 배치) 기반으로, 아이템을 생성해 콘솔 출력해줍니다.
현재 구현은 정의된 확률에 따라 아이템 타입을 결정짓고, 아이템 등급을 결정 지은 뒤, 해당 등급에 맞는 아이템, 등급에 맞는 옵션을 임의로 골라 부여합니다.
## required
* [dotnet 9 rumtime](https://dotnet.microsoft.com/en-us/download/dotnet/9.0)
* [ExcelToDotNet](https://github.com/elky84/ExcelToDotNet)
* `dotnet tool install -g ExcelCli`
## Excel data To Json & Code
execute `excel_data_convert.bat`
## Execute CLI options (execute build file)
### Count (-n)
`Cli -n 10000`