Overview
Comment: | 0.0.2647 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
636b190da03d56836aff0854dc66b3db |
User & Date: | 顽雨沉风 on 2023-10-08 07:19:01 |
Other Links: | manifest | tags |
Context
2023-10-08
| ||
07:26 | 0.0.2648 check-in: 323b2e5da3 user: 顽雨沉风 tags: trunk | |
07:19 | 0.0.2647 check-in: 636b190da0 user: 顽雨沉风 tags: trunk | |
07:15 | 0.0.2646 check-in: 33815cbbad user: 顽雨沉风 tags: trunk | |
Changes
Modified single_doc/场景.html from [54214a0daa] to [b8930fc1b3].
︙ | ︙ | |||
875 876 877 878 879 880 881 | Debug.ReloadFieldEnd() aux.BeginPuzzle() </code></pre> <h2 data-number="1.24" id="section-23"><span class="header-section-number">1.24</span> </h2> <pre><code>Debug.SetAIName("base-2") | | | 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 | Debug.ReloadFieldEnd() aux.BeginPuzzle() </code></pre> <h2 data-number="1.24" id="section-23"><span class="header-section-number">1.24</span> </h2> <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) ----------------- |
︙ | ︙ | |||
898 899 900 901 902 903 904 905 906 907 | ----------------- ----------------- Debug.AddCard(44155002,1,1,LOCATION_MZONE,0,POS_FACEUP_ATTACK) Debug.ReloadFieldEnd() | > | > | 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 | ----------------- ----------------- Debug.AddCard(8842266,1,1,LOCATION_HAND,0,POS_FACEDOWN) Debug.AddCard(44155002,1,1,LOCATION_MZONE,0,POS_FACEUP_ATTACK) Debug.ReloadFieldEnd() --~ aux.BeginPuzzle() </code></pre> <h1 data-number="2" id="异常"><span class="header-section-number">2</span> 异常</h1> <h2 data-number="2.1" id="section-24"><span class="header-section-number">2.1</span> </h2> <p>应该不能发动加速同调星尘龙。</p> <pre><code>Debug.SetAIName("base-2") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,5) |
︙ | ︙ |
Modified single_doc/场景.md from [00d885fe82] to [e7cb2d06ff].
︙ | ︙ | |||
872 873 874 875 876 877 878 | ~~~ ### ~~~ Debug.SetAIName("base-2") | | | 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 | ~~~ ### ~~~ Debug.SetAIName("base-2") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN,5) Debug.SetPlayerInfo(0,8000,0,0) Debug.SetPlayerInfo(1,8000,0,0) ----------------- |
︙ | ︙ | |||
895 896 897 898 899 900 901 902 903 904 | ----------------- ----------------- Debug.AddCard(44155002,1,1,LOCATION_MZONE,0,POS_FACEUP_ATTACK) Debug.ReloadFieldEnd() | > | > | 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 | ----------------- ----------------- Debug.AddCard(8842266,1,1,LOCATION_HAND,0,POS_FACEDOWN) Debug.AddCard(44155002,1,1,LOCATION_MZONE,0,POS_FACEUP_ATTACK) Debug.ReloadFieldEnd() --~ aux.BeginPuzzle() ~~~ ## 异常 ### |
︙ | ︙ |