Skip to content

LeviRoss1/scope-v2

Repository files navigation

S.C.O.P.E. v2

What is SCOPE?

SCOPE is a discordJS bot that support the Specific Calculation of Power (for) EiTS... Or... more specifically, it's a discord bot that provides multiple functions to increase the decision making processes of players in Visual-Utopia, "A massively multi player strategy war game!" built in the early 2000s and rarely updated.

Built with ❤️ by @LeviRoss1 & @CTFries

What commands does SCOPE have, and how do they work?

  • army

    • description Provides the OP & DP of given troops
    • arguments
      • required
        • race select
        • military select
        • magic select
        • t1 int
        • t2 int
        • t3 int
        • t4 int
        • t5 int
      • optiona
        • moral int
        • bless int
        • xp int
  • attack

    • description Paste, post message, then call
    • arguments
      • optional
        • visible select
  • battlecalc

    • description Takes OP and DP, gives % chance
    • arguments
      • required
        • op - Attacking army OP int
        • dp - Defedning army DP int
      • optional
        • visible select
  • dropcalc

    • description Estimate time until resources acquired for Land Drop assuming no market interaction.
    • arguments
      • required
        • buildings int
        • goldcost int
        • stonecost int
        • woodcost int
        • goldreserve int
        • stonereserve int
        • woodreserve int
        • goldprod int
        • stoneprod int
        • woodprod int
        • stoneprice int
      • optional
        • visible select
  • eits

    • description Calculates the OP/DP of EITS results, must paste the results THEN immediately call the bot
    • arguments
      • required
        • military select
        • magic select
      • optional
        • visible select
  • math

    • description Does basic math operations, rounded to 2 decimal places
    • arguments
      • required
        • firstitem number
        • operator select
        • seconditem number
      • optional
        • title string
  • ping

    • description PONG!
  • prep

    • description Determines max prep based on city visual size and troop counts.
    • arguments
      • required
        • t1 int
        • t2 int
        • t3 int
        • t4 int
        • t5 int
        • size select
  • prune

    • description Prune up to 99 messages (Must have permissions to manage messages on the server to execute)
    • arguments
      • required
        • amount int
  • range

    • description Determine MT range given X MTs, or find MTs needed to reach Y range.
    • arguments
      • required
        • race select
      • optional
        • mts int
        • distance int
        • visible int
  • remind

    • description Bot will @ you with your message after X hours and Y minutes
    • arguments
      • required
        • hours int
        • minutes int
        • noti string
      • optional
        • visible select
  • reminddelete

    • description Delete upcoming reminders. Run /remindlist first.
    • arguments
      • required
        • entry int
  • remindlist

    • description List upcoming reminders you have set
  • server

    • description Display info about this server.

I want scope on my Visual-Utopia discord server, how do I do that?

Well, you can fire up a nodejs service with this repo, instantiate a bot via discord developer service, capture a token and client id and then add a config.json meeting to format below.

Then invite it to your VU server.

OR you can reach out to @Percy or @Moff to get a link to inviate a production ready version invited to your Visual-Utopia related discord server.

{
  "token" ,
  "clientId" ,
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published