Skip to content

Commit

Permalink
Update config.go
Browse files Browse the repository at this point in the history
  • Loading branch information
kenichiLyon committed Aug 13, 2024
1 parent bc5b924 commit 891ab8d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dice/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -1449,14 +1449,14 @@ func setupBaseTextTemplate(d *Dice) {
"受到伤害_进入昏迷_附加语": {
SubType: ".st hp-1d4",
ExtraText: "hp在st后从正数变为0",
},
"制卡_预设模式": {
SubType: ".dnd",
ExtraText: "不带属性名",
SubType: ".dnd",
ExtraText: "不带属性名"},
"制卡_自由分配模式": {
SubType: ".dndx",
SubType: ".dndx",
ExtraText: "带属性名",
},
},
},
"核心": {
"骰子名字": {
Expand Down

0 comments on commit 891ab8d

Please sign in to comment.