Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add kapkan minor counter for blackbeard #233

Merged
Merged
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
1 change: 1 addition & 0 deletions src/main/create-operator-json/operators/kapkan.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ import r6operators from "r6operators";
let kapkan = new Operator(r6operators.kapkan, operatorId.kapkan, "N/A");

kapkan.addCounterNode(operatorId.amaru, counterType.minor, "Amaru cannot shoot Kapkan's Entry Denial Devices when she is grappling to a window. She is guaranteed to be hit by the trap.");
kapkan.addCounterNode(operatorId.blackbeard, counterType.minor, "Kapkan's Entry Denial Devices will destroy Blackbeard's shield in one hit.")

export default kapkan