Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>piratemod</groupId>
<artifactId>PirateMod</artifactId> <!--Keep a note of this one: this is the ID used in the "auto add cards" method-->
<name>The Abyssal</name>
<version>1.11.1</version>
<version>1.11.2</version>
<description>Adds The Abyssal as a new playable character.</description>

<distributionManagement>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
},
"thePirate:ChemicalWarfare": {
"NAME": "化学战",
"DESCRIPTION": "造成 !D! 点伤害。 NL 额外造成敌人 thepirate:墨汁 层数一半的伤害。"
"DESCRIPTION": "造成 !D! 点伤害。 NL 其受到的 thepirate:墨汁 伤害提高50%。"
},
"thePirate:FlexibleLimb": {
"NAME": "灵活的肢体",
Expand Down Expand Up @@ -255,7 +255,7 @@
},
"thePirate:Tropomyosin": {
"NAME": "脱力",
"DESCRIPTION": "敌人失去 !M! 点 力量 并给予 !SM! 层 thepirate:墨汁 。 NL 给予1层 thepirate:油墨 。 NL 消耗 。"
"DESCRIPTION": "敌人失去 !M! 点 力量 。 NL 给予 !SM! 层 thepirate:墨汁 。 NL 给予持续1回合的 thepirate:油墨 。 NL 消耗 。"
},
"thePirate:GrapeShot": {
"NAME": "霰弹",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
},
"thePirate:ChemicalWarfarePower": {
"NAME": "化学战",
"DESCRIPTIONS": [" #y墨汁 的敌人额外受到 #b50% 的伤害。"]
"DESCRIPTIONS": ["其受到的 #y墨汁 伤害提高 #b50% 。"]
},
"thePirate:DavyJonesLockerPower": {
"NAME": "沉海秘宝",
Expand Down