Overview
Comment: | 0.0.2641 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
696febca98a5b488837c77e609e7bb8e |
User & Date: | 顽雨沉风 on 2023-10-08 02:40:10 |
Other Links: | manifest | tags |
Context
2023-10-08
| ||
03:04 | 0.0.2642 check-in: 0912fe4f22 user: 顽雨沉风 tags: trunk | |
02:40 | 0.0.2641 check-in: 696febca98 user: 顽雨沉风 tags: trunk | |
02:17 | 0.0.2640 check-in: 55bead0f71 user: 顽雨沉风 tags: trunk | |
Changes
Modified single_doc/场景.html from [02c6c943a2] to [770ec12fbe].
︙ | ︙ | |||
86 87 88 89 90 91 92 93 94 95 96 97 98 99 | <li><a href="#section-46" id="toc-section-46"><span class="toc-section-number">2.26</span> </a></li> <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> </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") | > | 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 | <li><a href="#section-46" id="toc-section-46"><span class="toc-section-number">2.26</span> </a></li> <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") |
︙ | ︙ | |||
1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 | ----------------- ----------------- Debug.AddCard(5405695,1,1,LOCATION_MZONE,0,POS_FACEUP_ATTACK) Debug.ReloadFieldEnd() aux.BeginPuzzle() </code></pre> <script> document.onclick = function(event) { | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 | ----------------- ----------------- Debug.AddCard(5405695,1,1,LOCATION_MZONE,0,POS_FACEUP_ATTACK) Debug.ReloadFieldEnd() aux.BeginPuzzle() </code></pre> <h2 data-number="2.33" id="section-53"><span class="header-section-number">2.33</span> </h2> <p>应该能发轰炸龙的效果。</p> <pre><code>Debug.SetAIName("base-2") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,5) Debug.SetPlayerInfo(0,8000,0,0) Debug.SetPlayerInfo(1,8000,0,0) ----------------- ----------------- ----------------- Debug.AddCard(4031928,0,0,LOCATION_SZONE,3,POS_FACEDOWN) Debug.AddCard(46247282,0,0,LOCATION_HAND,0,POS_FACEDOWN) ----------------- ----------------- ----------------- 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) { |
︙ | ︙ |
Modified single_doc/场景.md from [1305877aaa] to [52cd3eefe8].
︙ | ︙ | |||
2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 | ----------------- ----------------- Debug.AddCard(5405695,1,1,LOCATION_MZONE,0,POS_FACEUP_ATTACK) Debug.ReloadFieldEnd() aux.BeginPuzzle() ~~~ | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 | ----------------- ----------------- 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+DUEL_SIMPLE_AI,5) Debug.SetPlayerInfo(0,8000,0,0) Debug.SetPlayerInfo(1,8000,0,0) ----------------- ----------------- ----------------- Debug.AddCard(4031928,0,0,LOCATION_SZONE,3,POS_FACEDOWN) Debug.AddCard(46247282,0,0,LOCATION_HAND,0,POS_FACEDOWN) ----------------- ----------------- ----------------- 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() ~~~ |