-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdescription.txt
More file actions
47 lines (39 loc) · 2.05 KB
/
description.txt
File metadata and controls
47 lines (39 loc) · 2.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
RecipeExtract - A Terraria mod that extracts and exports game data to JSON files.
Features:
- Item Export: Exports all item data including ID, name, stack size, mod name, and textures
- Recipe Export: Exports all crafting recipes including result items, ingredients, stations, and conditions
- Shimmer Export: Exports all shimmer transformation data including source items, results, and special cases
- Shop Export: Exports all NPC shop data including NPC info, available items, prices, and conditions
- Drop Export: Exports all NPC drop data including NPC info, droppable items, rates, and conditions
Usage:
1. Type /RecipeExtract in the chat
2. The mod will export the following files to your save folder:
- ItemTextures/: Directory containing all item textures
- Items.json: All item data
- Recipes.json: All crafting recipes
- Shimmers.json: All shimmer transformations
- Shops.json: All NPC shop inventories
- Drops.json: All NPC drop tables
Dependencies:
- tModLoader v1.4.4 or later
- Newtonsoft.Json
----------------------------------------
RecipeExtract - 一个用于提取和导出游戏数据到JSON文件的Terraria模组。
功能特性:
- 物品导出:导出所有物品数据,包括物品ID、名称、堆叠数量、模组名称和物品纹理
- 配方导出:导出所有制作配方,包括成品物品、所需材料、制作站和制作条件
- 微光转换导出:导出所有微光转换数据,包括源物品、转换结果和特殊情况
- 商店导出:导出所有NPC商店数据,包括商店NPC信息、可用物品、价格和购买条件
- 掉落物导出:导出所有NPC掉落数据,包括NPC信息、可掉落物品、掉落率和条件
使用方法:
1. 在游戏中输入 /RecipeExtract 命令
2. 模组将在存档文件夹中导出以下文件:
- ItemTextures/:物品纹理目录
- Items.json:物品数据
- Recipes.json:制作配方
- Shimmers.json:微光转换
- Shops.json:商店数据
- Drops.json:掉落数据
依赖项:
- tModLoader v1.4.4 或更高版本
- Newtonsoft.Json