Differences From Artifact [770ec12fbe]:
- File single_doc/场景.html — part of check-in [696febca98] at 2023-10-08 02:40:10 on branch trunk — 0.0.2641 (user: 顽雨沉风, size: 52060) [annotate] [blame] [check-ins using]
To Artifact [53a10f88d5]:
- File single_doc/场景.html — part of check-in [8c911ba156] at 2023-10-08 04:47:10 on branch trunk — 0.0.2644 (user: 顽雨沉风, size: 53206) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
87 88 89 90 91 92 93 94 95 96 97 98 99 100 | <li><a href="#section-47" id="toc-section-47"><span class="toc-section-number">2.27</span> </a></li> <li><a href="#section-48" id="toc-section-48"><span class="toc-section-number">2.28</span> </a></li> <li><a href="#section-49" id="toc-section-49"><span class="toc-section-number">2.29</span> </a></li> <li><a href="#section-50" id="toc-section-50"><span class="toc-section-number">2.30</span> </a></li> <li><a href="#section-51" id="toc-section-51"><span class="toc-section-number">2.31</span> </a></li> <li><a href="#section-52" id="toc-section-52"><span class="toc-section-number">2.32</span> </a></li> <li><a href="#section-53" id="toc-section-53"><span class="toc-section-number">2.33</span> </a></li> </ul></li> </ul> </nav> <h1 data-number="1" id="正常"><span class="header-section-number">1</span> 正常</h1> <h2 data-number="1.1" id="section"><span class="header-section-number">1.1</span> </h2> <pre><code>Debug.SetAIName("base-2") | > | 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 | <li><a href="#section-47" id="toc-section-47"><span class="toc-section-number">2.27</span> </a></li> <li><a href="#section-48" id="toc-section-48"><span class="toc-section-number">2.28</span> </a></li> <li><a href="#section-49" id="toc-section-49"><span class="toc-section-number">2.29</span> </a></li> <li><a href="#section-50" id="toc-section-50"><span class="toc-section-number">2.30</span> </a></li> <li><a href="#section-51" id="toc-section-51"><span class="toc-section-number">2.31</span> </a></li> <li><a href="#section-52" id="toc-section-52"><span class="toc-section-number">2.32</span> </a></li> <li><a href="#section-53" id="toc-section-53"><span class="toc-section-number">2.33</span> </a></li> <li><a href="#section-54" id="toc-section-54"><span class="toc-section-number">2.34</span> </a></li> </ul></li> </ul> </nav> <h1 data-number="1" id="正常"><span class="header-section-number">1</span> 正常</h1> <h2 data-number="1.1" id="section"><span class="header-section-number">1.1</span> </h2> <pre><code>Debug.SetAIName("base-2") |
︙ | ︙ | |||
1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 | ----------------- Debug.AddCard(80770678,1,1,LOCATION_MZONE,1,POS_FACEUP_ATTACK) Debug.AddCard(5821478,1,1,LOCATION_MZONE,5,POS_FACEUP_ATTACK) Debug.ReloadFieldEnd() aux.BeginPuzzle() </code></pre> <script> document.onclick = function(event) { | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 | ----------------- Debug.AddCard(80770678,1,1,LOCATION_MZONE,1,POS_FACEUP_ATTACK) Debug.AddCard(5821478,1,1,LOCATION_MZONE,5,POS_FACEUP_ATTACK) Debug.ReloadFieldEnd() aux.BeginPuzzle() </code></pre> <h2 data-number="2.34" id="section-54"><span class="header-section-number">2.34</span> </h2> <p>应该可以连续攻击。</p> <pre><code>Debug.SetAIName("base-2") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN,5) Debug.SetPlayerInfo(0,8000,0,0) Debug.SetPlayerInfo(1,8000,0,0) ----------------- ----------------- Debug.AddCard(68934651,0,0,LOCATION_EXTRA,0,POS_FACEDOWN) Debug.AddCard(42632209,0,0,LOCATION_GRAVE,0,POS_FACEUP,true) ----------------- Debug.AddCard(52497105,0,0,LOCATION_SZONE,0,POS_FACEDOWN) Debug.AddCard(73178098,0,0,LOCATION_SZONE,1,POS_FACEDOWN) Debug.AddCard(72529749,0,0,LOCATION_MZONE,0,POS_FACEUP_ATTACK) Debug.AddCard(72529749,0,0,LOCATION_MZONE,1,POS_FACEUP_ATTACK) Debug.AddCard(72529749,0,0,LOCATION_MZONE,2,POS_FACEUP_ATTACK) ----------------- Debug.AddCard(60643553,1,1,LOCATION_HAND,0,POS_FACEDOWN) ----------------- ----------------- Debug.AddCard(62279055,1,1,LOCATION_SZONE,0,POS_FACEDOWN) Debug.ReloadFieldEnd() aux.BeginPuzzle() </code></pre> <script> document.onclick = function(event) { |
︙ | ︙ |