What is a turn?











up vote
0
down vote

favorite












ToME 4 uses both turns and action speed in its terminology, and it's confusing me.



Is one turn a set amount of game time (e.g. 2.6 seconds), an abstract "as long as it takes one to act" kind of deal, or something else entirely? This is extremely important, because it heavily affects how I should interact with timed effects.



For example, if I get a buff that lasts 10 turns, will increasing my action speed burn through the effect faster (because I take my 10 actions sooner), or get me more its use (because I can take more actions over the effect's fixed duration)?










share|improve this question
























  • I can't comment on ToME in particular, but pretty much all games I have ever played have arbitrary turns and increasing speed of any sorts allows you to do/move more within these turns. I can't see it being any different in ToME4. I'm sure someone who has played the game (or takes their time to look it up) will be able to answer your question with more certainty though :P
    – Chippies
    Mar 1 '15 at 4:39










  • I'm fairly sure it's a step-based system like what ADoM uses, but I'd like a clarification.
    – Pvt. Grichmann
    Mar 1 '15 at 4:43















up vote
0
down vote

favorite












ToME 4 uses both turns and action speed in its terminology, and it's confusing me.



Is one turn a set amount of game time (e.g. 2.6 seconds), an abstract "as long as it takes one to act" kind of deal, or something else entirely? This is extremely important, because it heavily affects how I should interact with timed effects.



For example, if I get a buff that lasts 10 turns, will increasing my action speed burn through the effect faster (because I take my 10 actions sooner), or get me more its use (because I can take more actions over the effect's fixed duration)?










share|improve this question
























  • I can't comment on ToME in particular, but pretty much all games I have ever played have arbitrary turns and increasing speed of any sorts allows you to do/move more within these turns. I can't see it being any different in ToME4. I'm sure someone who has played the game (or takes their time to look it up) will be able to answer your question with more certainty though :P
    – Chippies
    Mar 1 '15 at 4:39










  • I'm fairly sure it's a step-based system like what ADoM uses, but I'd like a clarification.
    – Pvt. Grichmann
    Mar 1 '15 at 4:43













up vote
0
down vote

favorite









up vote
0
down vote

favorite











ToME 4 uses both turns and action speed in its terminology, and it's confusing me.



Is one turn a set amount of game time (e.g. 2.6 seconds), an abstract "as long as it takes one to act" kind of deal, or something else entirely? This is extremely important, because it heavily affects how I should interact with timed effects.



For example, if I get a buff that lasts 10 turns, will increasing my action speed burn through the effect faster (because I take my 10 actions sooner), or get me more its use (because I can take more actions over the effect's fixed duration)?










share|improve this question















ToME 4 uses both turns and action speed in its terminology, and it's confusing me.



Is one turn a set amount of game time (e.g. 2.6 seconds), an abstract "as long as it takes one to act" kind of deal, or something else entirely? This is extremely important, because it heavily affects how I should interact with timed effects.



For example, if I get a buff that lasts 10 turns, will increasing my action speed burn through the effect faster (because I take my 10 actions sooner), or get me more its use (because I can take more actions over the effect's fixed duration)?







tales-of-maj-eyal






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 2 '15 at 23:00

























asked Mar 1 '15 at 4:30









Pvt. Grichmann

2,86211532




2,86211532












  • I can't comment on ToME in particular, but pretty much all games I have ever played have arbitrary turns and increasing speed of any sorts allows you to do/move more within these turns. I can't see it being any different in ToME4. I'm sure someone who has played the game (or takes their time to look it up) will be able to answer your question with more certainty though :P
    – Chippies
    Mar 1 '15 at 4:39










  • I'm fairly sure it's a step-based system like what ADoM uses, but I'd like a clarification.
    – Pvt. Grichmann
    Mar 1 '15 at 4:43


















  • I can't comment on ToME in particular, but pretty much all games I have ever played have arbitrary turns and increasing speed of any sorts allows you to do/move more within these turns. I can't see it being any different in ToME4. I'm sure someone who has played the game (or takes their time to look it up) will be able to answer your question with more certainty though :P
    – Chippies
    Mar 1 '15 at 4:39










  • I'm fairly sure it's a step-based system like what ADoM uses, but I'd like a clarification.
    – Pvt. Grichmann
    Mar 1 '15 at 4:43
















I can't comment on ToME in particular, but pretty much all games I have ever played have arbitrary turns and increasing speed of any sorts allows you to do/move more within these turns. I can't see it being any different in ToME4. I'm sure someone who has played the game (or takes their time to look it up) will be able to answer your question with more certainty though :P
– Chippies
Mar 1 '15 at 4:39




I can't comment on ToME in particular, but pretty much all games I have ever played have arbitrary turns and increasing speed of any sorts allows you to do/move more within these turns. I can't see it being any different in ToME4. I'm sure someone who has played the game (or takes their time to look it up) will be able to answer your question with more certainty though :P
– Chippies
Mar 1 '15 at 4:39












I'm fairly sure it's a step-based system like what ADoM uses, but I'd like a clarification.
– Pvt. Grichmann
Mar 1 '15 at 4:43




I'm fairly sure it's a step-based system like what ADoM uses, but I'd like a clarification.
– Pvt. Grichmann
Mar 1 '15 at 4:43










3 Answers
3






active

oldest

votes

















up vote
2
down vote













Essentially, a turn is "however long your action takes". In particular, it is independent of real time - you can let the game sit as long as you want, and it will wait for you. More precisely (after skimming the source code), various actions take different amounts of energy. The actors, including your character, gain some energy (how much depends on factors such as their speed) on each internal tick. When you have accumulated enough energy to do something, the game pauses (i.e. no more ticks) until you have acted.






share|improve this answer

















  • 1




    Thanks. That is exactly the confirmation I was looking for, but something is still missing: when do duration-based effects occur? Every e. g. 1000 ticks? Does it start counting from the tick the event was applied on, or is there some kind of rounding going on?
    – Pvt. Grichmann
    Mar 2 '15 at 23:04


















up vote
1
down vote













You're on the right track: each action takes a fixed amount of time. In the very basic sense they are 0 (instant) or 1 turn.



Then you get into modifiers. Say your movement speed is 120% of normal and a creature is at 100%. You'll move 12 tiles for every 10 that he moves, meaning you can eventually outrun him.



To your latter example, you get more actions per turn. It's very noticeable with a Movement infusion (where you might get 400 or 500% movement speed). Watch the monsters as you run away.



Global speed works the same way but also applies to attacking, casting and all other actions you might take, and stacks up with movement speed.






share|improve this answer




























    up vote
    0
    down vote













    First, see the wiki page for Character sheet, in the Speed section: Speed determines how many 'actions' you can do in a turn. At 100% global speed you can do one action, at 200% global speed you can do two actions, and so on. Global speed is modified by the additive movement/spell/attack/mental speeds. So if your character has a global speed of 200%, a movement speed of 0%, and an attack speed of -100%, then each movement takes half a turn, while each attack takes a full turn.



    Second, see the page for Speed. To determine when Actors get to take an action, the game gives them 1000 energy points per turn (EPT). A regular attack costs 1000 energy points per hit (EPH). So an actor with a 100% global speed, and no attack speed or weapon speed modifiers will spend all of their energy in one attack. Increasing global speed increases the amount of energy you get per turn, e.g., 140% global speed means you get 1400 EPT. Increasing weapon speed or attack speed reduces EPH: EPH = 1000 / ((1 + attack speed) * weapon speed). For example, a 110% sword wielded by a character with -30% attack speed will have EPH = 1000 / (0.7 * 1.1) = 1000 / 0.77 = 1299. If that character has a global speed of 140%, they would get 1400 EPT. After spending 1299 on an attack, they would be left with 101 energy. Next turn they would get another 1400 energy, attack, and be left with 202...after 14 turns they store up enough energy for two attacks in one turn.



    So if you have a buff that lasts X turns, increasing your speed sufficiently will let you get more actions before the buff ends.



    To see the turns/energy in the source code, in the current version (1.5.10) look at GameEnergyBased.lua. Line 95 defines tickLevel, which loops through an array of entities on the level, gives each entity "energy_per_tick" (aka EPT), and then calls the entity's act function (i.e., asks for an action) at line 129.






    share|improve this answer








    New contributor




    beaslera is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.


















      Your Answer








      StackExchange.ready(function() {
      var channelOptions = {
      tags: "".split(" "),
      id: "41"
      };
      initTagRenderer("".split(" "), "".split(" "), channelOptions);

      StackExchange.using("externalEditor", function() {
      // Have to fire editor after snippets, if snippets enabled
      if (StackExchange.settings.snippets.snippetsEnabled) {
      StackExchange.using("snippets", function() {
      createEditor();
      });
      }
      else {
      createEditor();
      }
      });

      function createEditor() {
      StackExchange.prepareEditor({
      heartbeatType: 'answer',
      convertImagesToLinks: false,
      noModals: true,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: null,
      bindNavPrevention: true,
      postfix: "",
      imageUploader: {
      brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
      contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
      allowUrls: true
      },
      noCode: true, onDemand: true,
      discardSelector: ".discard-answer"
      ,immediatelyShowMarkdownHelp:true
      });


      }
      });














       

      draft saved


      draft discarded


















      StackExchange.ready(
      function () {
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f208196%2fwhat-is-a-turn%23new-answer', 'question_page');
      }
      );

      Post as a guest















      Required, but never shown

























      3 Answers
      3






      active

      oldest

      votes








      3 Answers
      3






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes








      up vote
      2
      down vote













      Essentially, a turn is "however long your action takes". In particular, it is independent of real time - you can let the game sit as long as you want, and it will wait for you. More precisely (after skimming the source code), various actions take different amounts of energy. The actors, including your character, gain some energy (how much depends on factors such as their speed) on each internal tick. When you have accumulated enough energy to do something, the game pauses (i.e. no more ticks) until you have acted.






      share|improve this answer

















      • 1




        Thanks. That is exactly the confirmation I was looking for, but something is still missing: when do duration-based effects occur? Every e. g. 1000 ticks? Does it start counting from the tick the event was applied on, or is there some kind of rounding going on?
        – Pvt. Grichmann
        Mar 2 '15 at 23:04















      up vote
      2
      down vote













      Essentially, a turn is "however long your action takes". In particular, it is independent of real time - you can let the game sit as long as you want, and it will wait for you. More precisely (after skimming the source code), various actions take different amounts of energy. The actors, including your character, gain some energy (how much depends on factors such as their speed) on each internal tick. When you have accumulated enough energy to do something, the game pauses (i.e. no more ticks) until you have acted.






      share|improve this answer

















      • 1




        Thanks. That is exactly the confirmation I was looking for, but something is still missing: when do duration-based effects occur? Every e. g. 1000 ticks? Does it start counting from the tick the event was applied on, or is there some kind of rounding going on?
        – Pvt. Grichmann
        Mar 2 '15 at 23:04













      up vote
      2
      down vote










      up vote
      2
      down vote









      Essentially, a turn is "however long your action takes". In particular, it is independent of real time - you can let the game sit as long as you want, and it will wait for you. More precisely (after skimming the source code), various actions take different amounts of energy. The actors, including your character, gain some energy (how much depends on factors such as their speed) on each internal tick. When you have accumulated enough energy to do something, the game pauses (i.e. no more ticks) until you have acted.






      share|improve this answer












      Essentially, a turn is "however long your action takes". In particular, it is independent of real time - you can let the game sit as long as you want, and it will wait for you. More precisely (after skimming the source code), various actions take different amounts of energy. The actors, including your character, gain some energy (how much depends on factors such as their speed) on each internal tick. When you have accumulated enough energy to do something, the game pauses (i.e. no more ticks) until you have acted.







      share|improve this answer












      share|improve this answer



      share|improve this answer










      answered Mar 2 '15 at 19:39









      Klaus Draeger

      19614




      19614








      • 1




        Thanks. That is exactly the confirmation I was looking for, but something is still missing: when do duration-based effects occur? Every e. g. 1000 ticks? Does it start counting from the tick the event was applied on, or is there some kind of rounding going on?
        – Pvt. Grichmann
        Mar 2 '15 at 23:04














      • 1




        Thanks. That is exactly the confirmation I was looking for, but something is still missing: when do duration-based effects occur? Every e. g. 1000 ticks? Does it start counting from the tick the event was applied on, or is there some kind of rounding going on?
        – Pvt. Grichmann
        Mar 2 '15 at 23:04








      1




      1




      Thanks. That is exactly the confirmation I was looking for, but something is still missing: when do duration-based effects occur? Every e. g. 1000 ticks? Does it start counting from the tick the event was applied on, or is there some kind of rounding going on?
      – Pvt. Grichmann
      Mar 2 '15 at 23:04




      Thanks. That is exactly the confirmation I was looking for, but something is still missing: when do duration-based effects occur? Every e. g. 1000 ticks? Does it start counting from the tick the event was applied on, or is there some kind of rounding going on?
      – Pvt. Grichmann
      Mar 2 '15 at 23:04












      up vote
      1
      down vote













      You're on the right track: each action takes a fixed amount of time. In the very basic sense they are 0 (instant) or 1 turn.



      Then you get into modifiers. Say your movement speed is 120% of normal and a creature is at 100%. You'll move 12 tiles for every 10 that he moves, meaning you can eventually outrun him.



      To your latter example, you get more actions per turn. It's very noticeable with a Movement infusion (where you might get 400 or 500% movement speed). Watch the monsters as you run away.



      Global speed works the same way but also applies to attacking, casting and all other actions you might take, and stacks up with movement speed.






      share|improve this answer

























        up vote
        1
        down vote













        You're on the right track: each action takes a fixed amount of time. In the very basic sense they are 0 (instant) or 1 turn.



        Then you get into modifiers. Say your movement speed is 120% of normal and a creature is at 100%. You'll move 12 tiles for every 10 that he moves, meaning you can eventually outrun him.



        To your latter example, you get more actions per turn. It's very noticeable with a Movement infusion (where you might get 400 or 500% movement speed). Watch the monsters as you run away.



        Global speed works the same way but also applies to attacking, casting and all other actions you might take, and stacks up with movement speed.






        share|improve this answer























          up vote
          1
          down vote










          up vote
          1
          down vote









          You're on the right track: each action takes a fixed amount of time. In the very basic sense they are 0 (instant) or 1 turn.



          Then you get into modifiers. Say your movement speed is 120% of normal and a creature is at 100%. You'll move 12 tiles for every 10 that he moves, meaning you can eventually outrun him.



          To your latter example, you get more actions per turn. It's very noticeable with a Movement infusion (where you might get 400 or 500% movement speed). Watch the monsters as you run away.



          Global speed works the same way but also applies to attacking, casting and all other actions you might take, and stacks up with movement speed.






          share|improve this answer












          You're on the right track: each action takes a fixed amount of time. In the very basic sense they are 0 (instant) or 1 turn.



          Then you get into modifiers. Say your movement speed is 120% of normal and a creature is at 100%. You'll move 12 tiles for every 10 that he moves, meaning you can eventually outrun him.



          To your latter example, you get more actions per turn. It's very noticeable with a Movement infusion (where you might get 400 or 500% movement speed). Watch the monsters as you run away.



          Global speed works the same way but also applies to attacking, casting and all other actions you might take, and stacks up with movement speed.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Mar 2 '15 at 23:36









          spudone

          43229




          43229






















              up vote
              0
              down vote













              First, see the wiki page for Character sheet, in the Speed section: Speed determines how many 'actions' you can do in a turn. At 100% global speed you can do one action, at 200% global speed you can do two actions, and so on. Global speed is modified by the additive movement/spell/attack/mental speeds. So if your character has a global speed of 200%, a movement speed of 0%, and an attack speed of -100%, then each movement takes half a turn, while each attack takes a full turn.



              Second, see the page for Speed. To determine when Actors get to take an action, the game gives them 1000 energy points per turn (EPT). A regular attack costs 1000 energy points per hit (EPH). So an actor with a 100% global speed, and no attack speed or weapon speed modifiers will spend all of their energy in one attack. Increasing global speed increases the amount of energy you get per turn, e.g., 140% global speed means you get 1400 EPT. Increasing weapon speed or attack speed reduces EPH: EPH = 1000 / ((1 + attack speed) * weapon speed). For example, a 110% sword wielded by a character with -30% attack speed will have EPH = 1000 / (0.7 * 1.1) = 1000 / 0.77 = 1299. If that character has a global speed of 140%, they would get 1400 EPT. After spending 1299 on an attack, they would be left with 101 energy. Next turn they would get another 1400 energy, attack, and be left with 202...after 14 turns they store up enough energy for two attacks in one turn.



              So if you have a buff that lasts X turns, increasing your speed sufficiently will let you get more actions before the buff ends.



              To see the turns/energy in the source code, in the current version (1.5.10) look at GameEnergyBased.lua. Line 95 defines tickLevel, which loops through an array of entities on the level, gives each entity "energy_per_tick" (aka EPT), and then calls the entity's act function (i.e., asks for an action) at line 129.






              share|improve this answer








              New contributor




              beaslera is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.






















                up vote
                0
                down vote













                First, see the wiki page for Character sheet, in the Speed section: Speed determines how many 'actions' you can do in a turn. At 100% global speed you can do one action, at 200% global speed you can do two actions, and so on. Global speed is modified by the additive movement/spell/attack/mental speeds. So if your character has a global speed of 200%, a movement speed of 0%, and an attack speed of -100%, then each movement takes half a turn, while each attack takes a full turn.



                Second, see the page for Speed. To determine when Actors get to take an action, the game gives them 1000 energy points per turn (EPT). A regular attack costs 1000 energy points per hit (EPH). So an actor with a 100% global speed, and no attack speed or weapon speed modifiers will spend all of their energy in one attack. Increasing global speed increases the amount of energy you get per turn, e.g., 140% global speed means you get 1400 EPT. Increasing weapon speed or attack speed reduces EPH: EPH = 1000 / ((1 + attack speed) * weapon speed). For example, a 110% sword wielded by a character with -30% attack speed will have EPH = 1000 / (0.7 * 1.1) = 1000 / 0.77 = 1299. If that character has a global speed of 140%, they would get 1400 EPT. After spending 1299 on an attack, they would be left with 101 energy. Next turn they would get another 1400 energy, attack, and be left with 202...after 14 turns they store up enough energy for two attacks in one turn.



                So if you have a buff that lasts X turns, increasing your speed sufficiently will let you get more actions before the buff ends.



                To see the turns/energy in the source code, in the current version (1.5.10) look at GameEnergyBased.lua. Line 95 defines tickLevel, which loops through an array of entities on the level, gives each entity "energy_per_tick" (aka EPT), and then calls the entity's act function (i.e., asks for an action) at line 129.






                share|improve this answer








                New contributor




                beaslera is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.




















                  up vote
                  0
                  down vote










                  up vote
                  0
                  down vote









                  First, see the wiki page for Character sheet, in the Speed section: Speed determines how many 'actions' you can do in a turn. At 100% global speed you can do one action, at 200% global speed you can do two actions, and so on. Global speed is modified by the additive movement/spell/attack/mental speeds. So if your character has a global speed of 200%, a movement speed of 0%, and an attack speed of -100%, then each movement takes half a turn, while each attack takes a full turn.



                  Second, see the page for Speed. To determine when Actors get to take an action, the game gives them 1000 energy points per turn (EPT). A regular attack costs 1000 energy points per hit (EPH). So an actor with a 100% global speed, and no attack speed or weapon speed modifiers will spend all of their energy in one attack. Increasing global speed increases the amount of energy you get per turn, e.g., 140% global speed means you get 1400 EPT. Increasing weapon speed or attack speed reduces EPH: EPH = 1000 / ((1 + attack speed) * weapon speed). For example, a 110% sword wielded by a character with -30% attack speed will have EPH = 1000 / (0.7 * 1.1) = 1000 / 0.77 = 1299. If that character has a global speed of 140%, they would get 1400 EPT. After spending 1299 on an attack, they would be left with 101 energy. Next turn they would get another 1400 energy, attack, and be left with 202...after 14 turns they store up enough energy for two attacks in one turn.



                  So if you have a buff that lasts X turns, increasing your speed sufficiently will let you get more actions before the buff ends.



                  To see the turns/energy in the source code, in the current version (1.5.10) look at GameEnergyBased.lua. Line 95 defines tickLevel, which loops through an array of entities on the level, gives each entity "energy_per_tick" (aka EPT), and then calls the entity's act function (i.e., asks for an action) at line 129.






                  share|improve this answer








                  New contributor




                  beaslera is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.









                  First, see the wiki page for Character sheet, in the Speed section: Speed determines how many 'actions' you can do in a turn. At 100% global speed you can do one action, at 200% global speed you can do two actions, and so on. Global speed is modified by the additive movement/spell/attack/mental speeds. So if your character has a global speed of 200%, a movement speed of 0%, and an attack speed of -100%, then each movement takes half a turn, while each attack takes a full turn.



                  Second, see the page for Speed. To determine when Actors get to take an action, the game gives them 1000 energy points per turn (EPT). A regular attack costs 1000 energy points per hit (EPH). So an actor with a 100% global speed, and no attack speed or weapon speed modifiers will spend all of their energy in one attack. Increasing global speed increases the amount of energy you get per turn, e.g., 140% global speed means you get 1400 EPT. Increasing weapon speed or attack speed reduces EPH: EPH = 1000 / ((1 + attack speed) * weapon speed). For example, a 110% sword wielded by a character with -30% attack speed will have EPH = 1000 / (0.7 * 1.1) = 1000 / 0.77 = 1299. If that character has a global speed of 140%, they would get 1400 EPT. After spending 1299 on an attack, they would be left with 101 energy. Next turn they would get another 1400 energy, attack, and be left with 202...after 14 turns they store up enough energy for two attacks in one turn.



                  So if you have a buff that lasts X turns, increasing your speed sufficiently will let you get more actions before the buff ends.



                  To see the turns/energy in the source code, in the current version (1.5.10) look at GameEnergyBased.lua. Line 95 defines tickLevel, which loops through an array of entities on the level, gives each entity "energy_per_tick" (aka EPT), and then calls the entity's act function (i.e., asks for an action) at line 129.







                  share|improve this answer








                  New contributor




                  beaslera is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.









                  share|improve this answer



                  share|improve this answer






                  New contributor




                  beaslera is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.









                  answered 3 hours ago









                  beaslera

                  1112




                  1112




                  New contributor




                  beaslera is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.





                  New contributor





                  beaslera is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.






                  beaslera is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.






























                       

                      draft saved


                      draft discarded



















































                       


                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function () {
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f208196%2fwhat-is-a-turn%23new-answer', 'question_page');
                      }
                      );

                      Post as a guest















                      Required, but never shown





















































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown

































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown







                      Popular posts from this blog

                      Михайлов, Христо

                      Гороховецкий артиллерийский полигон

                      Центральная группа войск