游戏狂人
 
- 贡献度
- 209
- 金元
- 8789
- 积分
- 1715
- 精华
- 0
- 注册时间
- 2006-6-5
|
E:\SL\Stonehearth\mods\stonehearth\data\buffs\sleeping
目录下的sleeping_buff.json文件。
{
"type": "buff",
"axis": "neutral",
"display_name": "i18n(stonehearth:data.buffs.sleeping.sleeping_buff.display_name)",
"description": "i18n(stonehearth:data.buffs.sleeping.sleeping_buff.description)",
"short_description": "i18n(stonehearth:data.buffs.sleeping.sleeping_buff.short_description)",
"icon": "file(sleeping_buff.png)",
"modifiers": {
"speed": {
"multiply": 10.75
}
}
}
红色部分是新加的内容。你添加进去,然后压缩回去,进游戏,等睡觉起来,你就发现,你的小人都瞬间移动了! |
|