简介 攻略 评分 下载 新闻

《星露谷物语》SlingShotFramework框架 v0.1

《星露谷物语》SlingShotFramework框架 v0.1
补丁类型:游戏工具
补丁大小:15.3K
更新时间:2024-11-02 09:01
所属游戏:星露谷物语,Stardew
普通下载
高速下载
补丁标签
补丁介绍

《星露谷物语》SlingShotFramework框架 v0.1允许模组开发者为 eslilingue 创建自己的武器模组,允许他们向其中添加任何物品、其伤害以及是否具有爆炸性。

额外的机器配置安装

1、解压缩

2、安装MOD管理器SMAPI,并按照安装说明配置MOD文件夹:点此下载。

3、将解压后得到的MOD文件夹放入/Steam/steamapps/common/Stardew Valley/Mods文件夹下

4、通过Start StardewModdingAPI.exe启动,开始游戏。

SlingShotFramework框架 v0.1介绍

(机翻)

该模组是模组开发者为 eslilingue 创建自己的武器模组的框架,允许他们向其中添加任何物品、其伤害以及是否具有爆炸性。

要创建自定义弹弓模组,您必须创建必要的文件:

manifest.json

{

    "Name": "nameMod",

    "Author": "authorName",

    "Version": "0.1",

    "Description": "Description mod.",

    "UniqueID": "authorName.nameMod",

    "ContentPackFor": {

      "UniqueID": "alichan.SlingShotFramework", //reference for framework

      "MinimumVersion": "0.1"

    }

}

 

SlingShot.json

{

    "validItemIds": [

      "(O)392",

      "(O)288" //Add the items you want to add to the slingshot here, in this example we added the Nautilus Shell -> item code (O)392 and the Mega Bomb -> item code (O)288

    ],

    "ammoDamageValues": {

      "(O)392": 300,

      "(O)288": 900 //Add damage to items added in the list above (O)392 receives 300 of damage and (O)288 receives 900 of damage

    },

    "explosiveAmmunitionIds": [

      "(O)392",

      "(O)288" // Add items as explosive item ammunition

    ],

    "explosionItemIds": [

      "(O)392",

      "(O)288" // Add items as explosive item sound of explosion

    ],

    "validCategories": [

      -74 // Add all items in the category to be used in the slingshot

    ]

}

只需要这 2 个文件即可在您的 mod 中使用该框架。

更多内容:星露谷物语补丁大全

星露谷物语·热门补丁
《星露谷物语》自定义接吻MOD《星露谷物语》多角恋甜蜜MOD《星露谷物语》自由恋爱MOD《星露谷物语》自动门MOD《星露谷物语》友好的对话扩展MOD
精品手游推荐
精品手游推荐