TripleA Logo TripleA Forum
    • TripleA Website
    • Categories
    • Recent
    • Popular
    • Users
    • Groups
    • Tags
    • Register
    • Login

    Unit Option Which Suicides Only When It Registers A Hit (Mines)

    Scheduled Pinned Locked Moved Feature Requests & Ideas
    28 Posts 7 Posters 13.4k Views 7 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • prastleP Offline
      prastle Moderators Admin @prastle
      last edited by

      @hepps didnt ya make us think to much the first time?
      🙂

      If we open a quarrel between past and present, we shall find that we have lost the future! Sir Winston Churchill

      1 Reply Last reply Reply Quote 0
      • redrumR Offline
        redrum Admin @Hepps
        last edited by redrum

        @hepps Yeah, this one will be interesting. I'll add it to the list but have a feeling it'll be fairly difficult. Think about this using LL and that will make you realize that it requires the following things:

        1. Engine needs to ability to determine which units get hits
        2. Any units having this property would need to be grouped by type and roll dice for each group for LL so you know which units get the hits. For example in LL, if I have say 2 mineA and 2 mineB then I have to add values for mineA's and roll, then add values for mineB's and roll.
        3. New unit attribute: isSuicideOnHit

        TripleA Developer with a Passion for AI: https://forums.triplea-game.org/topic/105/ai-development-discussion-and-feedback

        HeppsH 1 Reply Last reply Reply Quote 0
        • HeppsH Offline
          Hepps Moderators @redrum
          last edited by

          @redrum Oh I never said this was an easy one.

          Also in LL if you have 2 units and you end with 1 successful hit... then only one of the two units would be expected to die.

          "A joyous heart sours with the burden of expectation"
          Hepster

          redrumR 1 Reply Last reply Reply Quote 0
          • redrumR Offline
            redrum Admin @Hepps
            last edited by

            @hepps Yeah. For LL, it'll add up all attack/defense for each type of unit that has this property and then based on number of hits then kill off that many of the units. So if you had say 5 mines @ 3d12 in LL then you get 1 hit plus one roll @ 3. If you miss then 1 mine dies, if you hit then 2 mines die.

            TripleA Developer with a Passion for AI: https://forums.triplea-game.org/topic/105/ai-development-discussion-and-feedback

            HeppsH prastleP 2 Replies Last reply Reply Quote 0
            • HeppsH Offline
              Hepps Moderators @redrum
              last edited by

              @redrum Yup.

              "A joyous heart sours with the burden of expectation"
              Hepster

              1 Reply Last reply Reply Quote 0
              • prastleP Offline
                prastle Moderators Admin @redrum
                last edited by

                @redrum hmm are we overthinking this? maybe he gives a prerelease
                😉

                If we open a quarrel between past and present, we shall find that we have lost the future! Sir Winston Churchill

                HeppsH 1 Reply Last reply Reply Quote 0
                • HeppsH Offline
                  Hepps Moderators @prastle
                  last edited by

                  @prastle there is nothing "over" about it. If there is a better way to define a mine... please share it with me. If there is one already designed that functions reasonably good... point me in that direction... I will DL it and try it out. 😃

                  "A joyous heart sours with the burden of expectation"
                  Hepster

                  prastleP 1 Reply Last reply Reply Quote 0
                  • prastleP Offline
                    prastle Moderators Admin @Hepps
                    last edited by

                    @hepps I was just thinking that perhaps frostion's mortar/rocket = amo code could be reconfigured possibly from Tribes.

                    If we open a quarrel between past and present, we shall find that we have lost the future! Sir Winston Churchill

                    HeppsH 1 Reply Last reply Reply Quote 0
                    • HeppsH Offline
                      Hepps Moderators @prastle
                      last edited by Hepps

                      @prastle Don't see how those would help in this situation. That is definitely good as a solution for a bombard capability and is a feature already included in GD in various ways. Explain to me how you would alter its behavior in an XML to perform as a mine?

                      "A joyous heart sours with the burden of expectation"
                      Hepster

                      1 Reply Last reply Reply Quote 0
                      • C Offline
                        Combaticus
                        last edited by

                        Very new to this whole thing, but would there be a way to utilize anything that the battleship or sub uses?

                        Instead of a mine think more like a minefield. So when the containing territory is attacked it can roll for damage like a battleship would at the very beginning of a battle? Maybe have movement similar to an AA gun? And speaking of AA gun, it could just work like that but for ground units instead of air.

                        Or if you want it to be more like a unit, maybe it could work kinda like a sub works where there is a roll before the traditional combat and but it dies instead of submerging? In this way you could later have a minesweeper unit instead of a destroyer to counter it.

                        All this being said, I don't really know how to go about creating a new unit type, I just downloaded the code and haven't begun to look at it at all so I have no idea how feasible that would be, but I really like the idea!

                        HeppsH 1 Reply Last reply Reply Quote 0
                        • HeppsH Offline
                          Hepps Moderators @Combaticus
                          last edited by Hepps

                          @combaticus Yah exactly what we are trying to achieve.

                          And to be clear... when I say a mine unit... what we are really saying is it is a group of mines or a mine field represented by a single unit on the map.

                          "A joyous heart sours with the burden of expectation"
                          Hepster

                          redrumR 1 Reply Last reply Reply Quote 0
                          • redrumR Offline
                            redrum Admin @Hepps
                            last edited by

                            @hepps Do you have any examples of unit attachments that would use the new "isSuicideOnHit" attribute? Just want to make sure I can test something close to what you are looking to use.

                            TripleA Developer with a Passion for AI: https://forums.triplea-game.org/topic/105/ai-development-discussion-and-feedback

                            prastleP 1 Reply Last reply Reply Quote 0
                            • prastleP Offline
                              prastle Moderators Admin @redrum
                              last edited by prastle

                              @redrum Age of Tribes mortar shells would be an example but doesn't work for what he wants

                              If we open a quarrel between past and present, we shall find that we have lost the future! Sir Winston Churchill

                              1 Reply Last reply Reply Quote 0
                              • FrostionF Offline
                                Frostion Admin
                                last edited by

                                Is this thread still “alive”? 😃 Something defiantly needs to be done about the way suicide units work. At least in two of the maps I have made (or actually all my maps using suicide units) they don’t work as I would like them to. As @prastle mentions, the Mortars ammo units of Age of Tribes are among them:

                                    <attachment name="unitAttachment" attachTo="Mortar-Bombardment" javaClass="games.strategy.triplea.attachments.UnitAttachment" type="unitType">
                                        <option name="attack" value="2"/>
                                        <option name="defense" value="2"/>
                                        <option name="movement" value="1"/>
                                        <option name="isAir" value="true"/>
                                        <option name="isSuicide" value="true"/>
                                        <option name="isKamikaze" value="true"/>
                                        <option name="isStrategicBomber" value="true"/>
                                        <option name="bombingMaxDieSides" value="2"/>
                                    </attachment>
                                

                                If the above bombard ammo unit is part of a defense force, and their territory is attacked by a sole enemy Mortar-Bombardment, then it triggers (as Defending Suicide and Munition Units Do Not Fire = false) and it dies. So bombing a territory with just one bombard ammo unit actually triggers ALL the defenders bombard ammo to go of needlessly... BOOM!

                                The problem is I cant avoid this. If “Defending Suicide and Munition Units Do Not Fire = true” then not even a full scale enemy attack with troops would trigger the suicide units, and of course suicide units should be usable as defense.

                                I would think that this is also an issue for all kamikaze planes, at least in Iron War. (Iron War’s Kamikaze planes have “Defending Suicide and Munition Units Do Not Fire = true”, and this bugs me.)

                                So maybe suicide units should not be able to be triggered enemy suicide unit, only by normal units?

                                I mean if a sole suicide unit attacks another suicide unit or a force containing a suicide unit, it would make sense that if the sole attacker misses the target and dies, the opposing suicide unit would not think of doing the same against the already dead enemy.

                                But if the attacking suicide unit had brought along normal troops, then it would make sense for the defending suicide unit to be a part of the defense, and thereby also being sure to die trying.

                                Map maker of: Star Wars: Galactic War + Star Wars: Tatooine War + Caribbean Trade War + Dragon War + Age of Tribes + Star Trek: Dilithium War + Iron War + Iron War: Europe + Warcraft: War Heroes

                                HeppsH 1 Reply Last reply Reply Quote 2
                                • HeppsH Offline
                                  Hepps Moderators @Frostion
                                  last edited by

                                  @frostion This was intended to be handled with the "canHide" feature request. 😃

                                  "A joyous heart sours with the burden of expectation"
                                  Hepster

                                  1 Reply Last reply Reply Quote 0
                                  • General_ZodG Offline
                                    General_Zod Moderators
                                    last edited by General_Zod

                                    I agree this is terrible behavior for isSuicide units. I have issue in my Big World 3 map where if a territory with a stack of kamikaze is attacked the whole stack dies needlessly. Even if there are plenty of normal units to defend, and with zero player input on it.

                                    Especially bad if the isSuicide unit does not have a defend value to begin with. Like mine.

                                    The kamikaze are primarily used to dissuade allies from coming in too close to japan, too early. So they may not even want to use them as defenders at all. (like mine since they have no defense values)

                                    This was on my list of issues to mention. But wasn't sure if it is a bug or a feature request.

                                    I would suggest defender should get to decide whether to engage isSuicide units on defense. And then on an individual basis as well.

                                    HeppsH 1 Reply Last reply Reply Quote 2
                                    • HeppsH Offline
                                      Hepps Moderators @General_Zod
                                      last edited by

                                      @general_zod You can deal with this already by triggering the "isSuicide" out of the unit attributes after the players turn is done. then re-triggering it back to suicide before its combat moves.

                                      "A joyous heart sours with the burden of expectation"
                                      Hepster

                                      General_ZodG HeppsH 2 Replies Last reply Reply Quote 0
                                      • General_ZodG Offline
                                        General_Zod Moderators @Hepps
                                        last edited by

                                        @hepps True but it will mess up battle calculator. If I'm not mistaken.

                                        1 Reply Last reply Reply Quote 0
                                        • HeppsH Offline
                                          Hepps Moderators @Hepps
                                          last edited by

                                          @hepps Well it depends on how you handle it. You could also trigger those unit to become "isInfrastructure" so then they would be ignored in combat altogether... thus not affecting the battle calc at all.

                                          "A joyous heart sours with the burden of expectation"
                                          Hepster

                                          General_ZodG 1 Reply Last reply Reply Quote 0
                                          • General_ZodG Offline
                                            General_Zod Moderators @Hepps
                                            last edited by

                                            @hepps True, but what if jap player wants to calc something with kamikaze on offence. There's are negative side effects to triggering units battle related abilities on or off. As battle calc goes.

                                            HeppsH 1 Reply Last reply Reply Quote 0

                                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                            With your input, this post could be even better 💗

                                            Register Login
                                            • 1
                                            • 2
                                            • 1 / 2
                                            • First post
                                              Last post
                                            Copyright © 2016-2018 TripleA-Devs | Powered by NodeBB Forums