Duel Commands

class DuelCommands[source]

Commands which are related to 1v1 Duel matches.

cmd_create_action()[source]
Parameters

message (discord.Message) – The message that triggered this command.

Syntax

/create_action

Description

Create your own attack actions for the Duels.

Note

  • Actions created will be added to the global action list.

  • Others will also get this action for their gladiator.

  • It might take a while for your action to show up.

Actions

  1. Normal: Damage < 150, Costs: 200 Pokechips

  2. Critical: Damage > 150, Costs: 300 Pokechips

Aliases

action+

Models

DuelActionsModel, Profiles

cmd_duel()[source]
Parameters
  • message (discord.Message) – The message which triggered this command.

  • opponent (discord.Member) – The user to duel against

  • chips (Optional[int]) – Amount of Pokechips to bet on the duel.

Syntax

/duel opponent:@player [chips:amount]

Description

Start a 1v1 Gladiator match against any valid player. Cost defaults to 50 Pokechips (minimum) if not provided. Both the players must own at least 1 Gladiator & have enough balance.

Tip

You can purchase Gladiators from the Shop.

Examples

  • To battle user ABCD#1234 for 50 chips

/duel opponent:@ABCD#1234
  • To battle user EFGH#5678 for 50,000 chips

/duel opponent:@EFGH#5678 chips:50000

Aliases

fight, gladiator, battle

Models

Blacklist, Duels, Inventory, Item, Profiles

Parameter Config

Chips

Default

Min_Value

50

50

cmd_gladnick()[source]
Parameters
  • message (discord.Message) – The message which triggered this command.

  • gladiator (str) – The ID of gladiator whose nickname should be changed.

Autocomplete gladiator

True

Syntax

/gladnick

Description

You can rename your gladiator using a Gladiator Name Change ticket.

Tip

You can buy a ticket from the Shop.

See also

Gladiator