Skip to content

Commit

Permalink
feat(plugin): SSR駿川たづな: adjust score
Browse files Browse the repository at this point in the history
  • Loading branch information
NateScarlet committed Aug 23, 2021
1 parent 6f26dd6 commit 09c746b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions plugins/SSR駿川たづな.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@

## 驚異の逃げ脚?(お出かけ2)
# 体力+25~40
_VIT[1] = 30
_VIT[1] = 32
# 駿川たづなの絆ゲージ+5
# バッドコンディションが治る
_HEAL[1] = 30

## キネマの思ひ出(お出かけ3)
### 『200億の女~キケンな専業主婦~』
# 体力+25~40
_VIT[2] = 30
_VIT[2] = 32
# スタミナ(耐力)+5~6
_STA[2] = 5
# やる気(干劲)アップ(提升)
Expand All @@ -50,7 +50,7 @@

### ため息と絆創膏(お出かけ4)
# 体力+35~56
_VIT[3] = 35
_VIT[3] = 45
# 賢さ(智力)+5~6
_WIS[3] = 5
# やる気(干劲)アップ(提升)
Expand All @@ -60,7 +60,7 @@

###ひと休みサプライズ(お出かけ5)
# 体力+35~56
_VIT[4] = 35
_VIT[4] = 45
# スキルPt(技能点数)+30~40
_SKILL[4] = 35
# やる気(干劲)2段階アップ(提升)
Expand Down

0 comments on commit 09c746b

Please sign in to comment.