在《方舟:生存进化》这款游戏中,水袋和水壶是玩家生存不可或缺的物品,它们能够帮助玩家储存和携带水资源,以应对干旱或长途跋涉的情况。
革制水袋
- 空革制水袋:这是最基本的储水容器,通过代码cheat GiveItem "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_WaterskinCraftable.PrimalItemConsumable_WaterskinCraftable'" 1 0 0可以直接获得一个空的水袋。
- 满革制水袋:通过代码cheat GiveItem "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_WaterskinRefill.PrimalItemConsumable_WaterskinRefill'" 1 0 0,玩家可以获得一个已经装满水的水袋。
水瓶
- 空水瓶:水瓶是稍高级一些的储水容器,通过cheat GiveItem "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_WaterJarCraftable.PrimalItemConsumable_WaterJarCraftable'" 1 0 0获得。
- 满水瓶:使用cheat GiveItem "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_WaterJarRefill.PrimalItemConsumable_WaterJarRefill'" 1 0 0可以获得装满水的水瓶。
- 冰冻水瓶:通过cheat GiveItem "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_IcedWaterJar.PrimalItemConsumable_IcedWaterJar'" 1 0 0,玩家可以获得一个装有冰冻水的水瓶,这在炎热的环境中尤其有用。
军用水壶
- 空军用水壶:军用水壶是最高级的储水工具,通过cheat GiveItem "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_CanteenCraftable.PrimalItemConsumable_CanteenCraftable'" 1 0 0获得一个空的水壶。
- 满军用水壶:使用cheat GiveItem "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_CanteenRefill.PrimalItemConsumable_CanteenRefill'" 1 0 0可以获得装满水的军用水壶。
- 冰冻军用水壶:cheat GiveItem "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_IcedCanteen.PrimalItemConsumable_IcedCanteen'" 1 0 0这行代码将给玩家一个装有冰冻水的军用水壶。
注意
- 这些代码需要在游戏的作弊模式下使用,通常通过按下Tab键打开控制台并输入enablecheats <密码>来启用(如果设置了服务器密码)。
- 替换<密码>为你设置的管理员密码(如果你是在自己的单机游戏中,这通常是空的)。
- 使用这些代码时,请确保输入正确,包括引号内的内容和格式。
希望这些信息对各玩家有所帮助!