diff --git a/src/main/resources/assets/superbwarfare/lang/en_us.json b/src/main/resources/assets/superbwarfare/lang/en_us.json index 9bad8681f..821e48331 100644 --- a/src/main/resources/assets/superbwarfare/lang/en_us.json +++ b/src/main/resources/assets/superbwarfare/lang/en_us.json @@ -643,5 +643,11 @@ "superbwarfare.category.perk": "Perks", "superbwarfare.category.perk.des": "Understand the function of Superb Warfare's perks", "superbwarfare.category.misc": "Misc", - "superbwarfare.category.misc.des": "Understand how to use Superb Warfare's misc items" + "superbwarfare.category.misc.des": "Understand how to use Superb Warfare's misc items", + + "superbwarfare.entry.vehicle.intro": "Basic Knowledge", + "superbwarfare.page.vehicle.intro1": "The vehicles in Superb Warfare are stored in $(item)Containers$() and need to be opened by a $(item)Crowbar$().$(p)Opening a container requires sufficient space. You can check the required space by aiming at the container when holding a crowbar.", + "superbwarfare.page.vehicle.intro2": "$(thing)Sneak and Right-Click$() an empty vehicle with a crowbar, you can store it into a container.", + "superbwarfare.page.vehicle.intro3": "Most of the vehicles need energy, you can charge them by $(item)Charging Station$().$(p)Right Click the Charging Station to open the GUI, charge it by putting $(thing)Fuels or Foods$() in the left grid. The Charging Station will automatically charge all vehicles in the range, and the right grid can be used to charge items.", + "superbwarfare.page.vehicle.intro4": "The Charging Station can also receive $(thing)FE$() from other mods." } \ No newline at end of file diff --git a/src/main/resources/assets/superbwarfare/lang/zh_cn.json b/src/main/resources/assets/superbwarfare/lang/zh_cn.json index 30bceb4af..8142222b3 100644 --- a/src/main/resources/assets/superbwarfare/lang/zh_cn.json +++ b/src/main/resources/assets/superbwarfare/lang/zh_cn.json @@ -644,5 +644,11 @@ "superbwarfare.category.perk": "武器模组", "superbwarfare.category.perk.des": "了解卓越前线的武器模组的作用", "superbwarfare.category.misc": "杂项", - "superbwarfare.category.misc.des": "了解卓越前线的其他物品用法" + "superbwarfare.category.misc.des": "了解卓越前线的其他物品用法", + + "superbwarfare.entry.vehicle.intro": "载具基础", + "superbwarfare.page.vehicle.intro1": "卓越前线的载具平时被储存在$(item)集装箱$()中,需要使用$(item)撬棍$()打开。$(p)开启集装箱需要足够的空间,手持撬棍时瞄准集装箱,即可查看集装箱所需空间大小。", + "superbwarfare.page.vehicle.intro2": "使用撬棍对准无人的载具$(thing)潜行右击$(),即可将载具回收到集装箱中。", + "superbwarfare.page.vehicle.intro3": "绝大部分的载具需要能量,可以通过$(item)充电站$()进行充能。$(p)右击充电站可以打开GUI,在左侧的格子中放入$(thing)燃料或食物$()进行发电,充电站会自动给范围内的所有载具进行充能,右侧的格子能够给物品充电。", + "superbwarfare.page.vehicle.intro4": "充电站也能接收其他模组提供的$(thing)FE$()。" } \ No newline at end of file diff --git a/src/main/resources/assets/superbwarfare/patchouli_books/superb_warfare_manual/en_us/entries/vehicle/intro.json b/src/main/resources/assets/superbwarfare/patchouli_books/superb_warfare_manual/en_us/entries/vehicle/intro.json index 9b243104b..41cd38490 100644 --- a/src/main/resources/assets/superbwarfare/patchouli_books/superb_warfare_manual/en_us/entries/vehicle/intro.json +++ b/src/main/resources/assets/superbwarfare/patchouli_books/superb_warfare_manual/en_us/entries/vehicle/intro.json @@ -6,6 +6,20 @@ { "type": "patchouli:text", "text": "superbwarfare.page.vehicle.intro1" + }, + { + "type": "patchouli:crafting", + "recipe": "superbwarfare:crowbar_crafting", + "text": "superbwarfare.page.vehicle.intro2" + }, + { + "type": "patchouli:text", + "text": "superbwarfare.page.vehicle.intro3" + }, + { + "type": "patchouli:crafting", + "recipe": "superbwarfare:charging_station_crafting", + "text": "superbwarfare.page.vehicle.intro4" } ], "sortnum": 20000