このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
chemicalcrux
/
feast
ウォッチ
1
スター
0
フォーク
1
コード
課題
2
プルリクエスト
1
リリース
0
Wiki
アクティビティ
ソースを参照
Added reward for encounters
pull/2/head
Samuel Dweller
3年前
親
639c723bbd
コミット
2e08e271b9
1個のファイルの変更
、
1行の追加
、
0行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+1
-0
src/game/combat.ts
+ 1
- 0
src/game/combat.ts
ファイルの表示
@@ -685,6 +685,7 @@ export class Encounter {
initiatives: Map<Creature, number>
currentMove: Creature
turnTime = 100
reward = 50 //Gold
constructor (public desc: EncounterDesc, public combatants: Creature[]) {
this.initiatives = new Map()
書き込み
プレビュー
読み込み中…
キャンセル
保存