We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9414ecb commit d4e8cbcCopy full SHA for d4e8cbc
src/assets/パラメータ/index.js
@@ -79,6 +79,13 @@ module.exports = [
79
icon: './field_of_view.png', // アセットのアイコンへのパス
80
insert: './field_of_view.js' // 追加ボタン用のコードへのパス. null の場合は追加不可
81
},
82
+ {
83
+ ...base,
84
+ name: 'みつからない',
85
+ description: 'さがす や おいかける をされなくなる',
86
+ icon: './sneaking.png', // アセットのアイコンへのパス
87
+ insert: './sneaking.js' // 追加ボタン用のコードへのパス. null の場合は追加不可
88
+ },
89
{
90
...base,
91
name: 'うごけなくなる',
src/assets/パラメータ/sneaking.js
@@ -0,0 +1,2 @@
1
+this.みつからない = true
2
+this.みえやすさ = 0.5 // はんとうめいになる
src/assets/パラメータ/sneaking.png
1.72 KB
0 commit comments