Overview
Comment: | 0.0.2661 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
0508c49b9321d29a5d39b7777be8475c |
User & Date: | 顽雨沉风 on 2023-10-09 12:15:15 |
Other Links: | manifest | tags |
Context
2023-10-09
| ||
12:27 | 0.0.2662 check-in: 9f9d03c7e2 user: 顽雨沉风 tags: trunk | |
12:15 | 0.0.2661 check-in: 0508c49b93 user: 顽雨沉风 tags: trunk | |
12:10 | 0.0.2660 check-in: 2759c6f02b user: 顽雨沉风 tags: trunk | |
Changes
Modified single_doc/场景.html from [119c1d2c99] to [9c270c4490].
︙ | ︙ | |||
104 105 106 107 108 109 110 111 112 113 114 115 116 117 | <li><a href="#section-64" id="toc-section-64"><span class="toc-section-number">2.32</span> </a></li> <li><a href="#section-65" id="toc-section-65"><span class="toc-section-number">2.33</span> </a></li> <li><a href="#section-66" id="toc-section-66"><span class="toc-section-number">2.34</span> </a></li> <li><a href="#section-67" id="toc-section-67"><span class="toc-section-number">2.35</span> </a></li> <li><a href="#section-68" id="toc-section-68"><span class="toc-section-number">2.36</span> </a></li> <li><a href="#section-69" id="toc-section-69"><span class="toc-section-number">2.37</span> </a></li> <li><a href="#section-70" id="toc-section-70"><span class="toc-section-number">2.38</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") | > | 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 | <li><a href="#section-64" id="toc-section-64"><span class="toc-section-number">2.32</span> </a></li> <li><a href="#section-65" id="toc-section-65"><span class="toc-section-number">2.33</span> </a></li> <li><a href="#section-66" id="toc-section-66"><span class="toc-section-number">2.34</span> </a></li> <li><a href="#section-67" id="toc-section-67"><span class="toc-section-number">2.35</span> </a></li> <li><a href="#section-68" id="toc-section-68"><span class="toc-section-number">2.36</span> </a></li> <li><a href="#section-69" id="toc-section-69"><span class="toc-section-number">2.37</span> </a></li> <li><a href="#section-70" id="toc-section-70"><span class="toc-section-number">2.38</span> </a></li> <li><a href="#section-71" id="toc-section-71"><span class="toc-section-number">2.39</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") |
︙ | ︙ | |||
2623 2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 | ----------------- ----------------- Debug.AddCard(5405695,1,1,LOCATION_MZONE,0,POS_FACEUP_ATTACK) Debug.ReloadFieldEnd() aux.BeginPuzzle() </code></pre> <script> document.onclick = function(event) { | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 2670 2671 2672 | ----------------- ----------------- Debug.AddCard(5405695,1,1,LOCATION_MZONE,0,POS_FACEUP_ATTACK) Debug.ReloadFieldEnd() aux.BeginPuzzle() </code></pre> <h2 data-number="2.39" id="section-71"><span class="header-section-number">2.39</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(11510448,0,0,LOCATION_MZONE,0,POS_FACEUP_ATTACK) Debug.AddCard(20155904,0,0,LOCATION_MZONE,0,POS_FACEUP_ATTACK) Debug.AddCard(20155904,0,0,LOCATION_MZONE,0,POS_FACEUP_ATTACK) ----------------- ----------------- ----------------- Debug.AddCard(86937530,1,1,LOCATION_MZONE,0,POS_FACEUP_ATTACK) Debug.AddCard(86937530,1,1,LOCATION_MZONE,1,POS_FACEUP_ATTACK) Debug.ReloadFieldEnd() aux.BeginPuzzle() </code></pre> <script> document.onclick = function(event) { |
︙ | ︙ |
Modified single_doc/场景.md from [4dc3f69a53] to [5b34eeb1e4].
︙ | ︙ | |||
2834 2835 2836 2837 2838 2839 2840 2841 2842 2843 2844 | ----------------- ----------------- Debug.AddCard(5405695,1,1,LOCATION_MZONE,0,POS_FACEUP_ATTACK) Debug.ReloadFieldEnd() aux.BeginPuzzle() ~~~ | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 2834 2835 2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 | ----------------- ----------------- Debug.AddCard(5405695,1,1,LOCATION_MZONE,0,POS_FACEUP_ATTACK) Debug.ReloadFieldEnd() aux.BeginPuzzle() ~~~ ### 应该游戏不崩溃。 ~~~ 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(11510448,0,0,LOCATION_MZONE,0,POS_FACEUP_ATTACK) Debug.AddCard(20155904,0,0,LOCATION_MZONE,0,POS_FACEUP_ATTACK) Debug.AddCard(20155904,0,0,LOCATION_MZONE,0,POS_FACEUP_ATTACK) ----------------- ----------------- ----------------- Debug.AddCard(86937530,1,1,LOCATION_MZONE,0,POS_FACEUP_ATTACK) Debug.AddCard(86937530,1,1,LOCATION_MZONE,1,POS_FACEUP_ATTACK) Debug.ReloadFieldEnd() aux.BeginPuzzle() ~~~ |