Overview
Comment: | 0.0.2635 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
0f7bd7c9607757ba2b3cef0704f5a1ab |
User & Date: | 顽雨沉风 on 2023-10-07 12:00:58 |
Other Links: | manifest | tags |
Context
2023-10-07
| ||
12:31 | 0.0.2636 check-in: f56651ade6 user: 顽雨沉风 tags: trunk | |
12:00 | 0.0.2635 check-in: 0f7bd7c960 user: 顽雨沉风 tags: trunk | |
11:58 | 0.0.2634 check-in: 990505c943 user: 顽雨沉风 tags: trunk | |
Changes
Modified single_doc/场景.html from [6b7b747cf0] to [0491fb69e0].
︙ | ︙ | |||
79 80 81 82 83 84 85 86 87 88 89 90 91 92 | <li><a href="#section-40" id="toc-section-40"><span class="toc-section-number">1.2.21</span> </a></li> <li><a href="#section-41" id="toc-section-41"><span class="toc-section-number">1.2.22</span> </a></li> <li><a href="#section-42" id="toc-section-42"><span class="toc-section-number">1.2.23</span> </a></li> <li><a href="#section-43" id="toc-section-43"><span class="toc-section-number">1.2.24</span> </a></li> <li><a href="#section-44" id="toc-section-44"><span class="toc-section-number">1.2.25</span> </a></li> <li><a href="#section-45" id="toc-section-45"><span class="toc-section-number">1.2.26</span> </a></li> <li><a href="#section-46" id="toc-section-46"><span class="toc-section-number">1.2.27</span> </a></li> </ul></li> </ul></li> </ul> </nav> <h1 data-number="1" id="场景"><span class="header-section-number">1</span> 场景</h1> <h2 data-number="1.1" id="正常"><span class="header-section-number">1.1</span> 正常</h2> <h3 data-number="1.1.1" id="section"><span class="header-section-number">1.1.1</span> </h3> | > | 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 | <li><a href="#section-40" id="toc-section-40"><span class="toc-section-number">1.2.21</span> </a></li> <li><a href="#section-41" id="toc-section-41"><span class="toc-section-number">1.2.22</span> </a></li> <li><a href="#section-42" id="toc-section-42"><span class="toc-section-number">1.2.23</span> </a></li> <li><a href="#section-43" id="toc-section-43"><span class="toc-section-number">1.2.24</span> </a></li> <li><a href="#section-44" id="toc-section-44"><span class="toc-section-number">1.2.25</span> </a></li> <li><a href="#section-45" id="toc-section-45"><span class="toc-section-number">1.2.26</span> </a></li> <li><a href="#section-46" id="toc-section-46"><span class="toc-section-number">1.2.27</span> </a></li> <li><a href="#section-47" id="toc-section-47"><span class="toc-section-number">1.2.28</span> </a></li> </ul></li> </ul></li> </ul> </nav> <h1 data-number="1" id="场景"><span class="header-section-number">1</span> 场景</h1> <h2 data-number="1.1" id="正常"><span class="header-section-number">1.1</span> 正常</h2> <h3 data-number="1.1.1" id="section"><span class="header-section-number">1.1.1</span> </h3> |
︙ | ︙ | |||
1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 | ----------------- Debug.ReloadFieldEnd() --~ aux.BeginPuzzle() </code></pre> <script> document.onclick = function(event) { var target = event.target | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 | ----------------- Debug.ReloadFieldEnd() --~ aux.BeginPuzzle() </code></pre> <h3 data-number="1.2.28" id="section-47"><span class="header-section-number">1.2.28</span> </h3> <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(40080312,0,0,LOCATION_GRAVE,0,POS_FACEUP,true) ----------------- Debug.AddCard(30312361,0,0,LOCATION_MZONE,0,POS_FACEUP_ATTACK) ----------------- ----------------- ----------------- Debug.ReloadFieldEnd() aux.BeginPuzzle() </code></pre> <script> document.onclick = function(event) { var target = event.target |
︙ | ︙ |
Modified single_doc/场景.md from [5937d784bf] to [3ef284ca0f].
︙ | ︙ | |||
1812 1813 1814 1815 1816 1817 1818 1819 | ----------------- Debug.ReloadFieldEnd() --~ aux.BeginPuzzle() ~~~ | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1812 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 | ----------------- 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(40080312,0,0,LOCATION_GRAVE,0,POS_FACEUP,true) ----------------- Debug.AddCard(30312361,0,0,LOCATION_MZONE,0,POS_FACEUP_ATTACK) ----------------- ----------------- ----------------- Debug.ReloadFieldEnd() aux.BeginPuzzle() ~~~ |