Overview
Comment: | 0.0.2639 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
b3b721055caa97af2d3def8b620c9d23 |
User & Date: | 顽雨沉风 on 2023-10-07 15:27:14 |
Other Links: | manifest | tags |
Context
2023-10-08
| ||
02:17 | 0.0.2640 check-in: 55bead0f71 user: 顽雨沉风 tags: trunk | |
2023-10-07
| ||
15:27 | 0.0.2639 check-in: b3b721055c user: 顽雨沉风 tags: trunk | |
15:16 | 0.0.2638 check-in: 058a850b98 user: 顽雨沉风 tags: trunk | |
Changes
Modified single_doc/场景.html from [c0d8932d16] to [cefc8674a9].
︙ | |||
84 85 86 87 88 89 90 91 92 93 94 95 96 97 | 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 | + | <li><a href="#section-44" id="toc-section-44"><span class="toc-section-number">2.24</span> </a></li> <li><a href="#section-45" id="toc-section-45"><span class="toc-section-number">2.25</span> </a></li> <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> </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") |
︙ | |||
1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 | 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 | + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + | ----------------- ----------------- Debug.AddCard(18108166,0,0,LOCATION_MZONE,0,POS_FACEUP_ATTACK) Debug.AddCard(18108166,0,0,LOCATION_MZONE,1,POS_FACEUP_ATTACK) ----------------- ----------------- ----------------- Debug.AddCard(5405695,1,1,LOCATION_MZONE,0,POS_FACEUP_ATTACK) Debug.ReloadFieldEnd() aux.BeginPuzzle() </code></pre> <h2 data-number="2.31" id="section-51"><span class="header-section-number">2.31</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(68005187,0,0,LOCATION_HAND,0,POS_FACEDOWN) Debug.AddCard(54813225,0,0,LOCATION_HAND,0,POS_FACEDOWN) Debug.AddCard(12958919,0,0,LOCATION_HAND,0,POS_FACEDOWN) ----------------- ----------------- ----------------- ----------------- |
︙ |
Modified single_doc/场景.md from [b910e6a8bd] to [05c44164ce].
︙ | |||
1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 | 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 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 | + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + | ----------------- ----------------- Debug.AddCard(18108166,0,0,LOCATION_MZONE,0,POS_FACEUP_ATTACK) Debug.AddCard(18108166,0,0,LOCATION_MZONE,1,POS_FACEUP_ATTACK) ----------------- ----------------- ----------------- 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(68005187,0,0,LOCATION_HAND,0,POS_FACEDOWN) Debug.AddCard(54813225,0,0,LOCATION_HAND,0,POS_FACEDOWN) Debug.AddCard(12958919,0,0,LOCATION_HAND,0,POS_FACEDOWN) ----------------- ----------------- ----------------- ----------------- |
︙ |