Overview
Comment: | 0.0.2670 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
28f36ec3530de38acd190cfe6575a09b |
User & Date: | 顽雨沉风 on 2023-10-09 15:39:11 |
Other Links: | manifest | tags |
Context
2023-10-10
| ||
06:11 | 0.0.2671 check-in: b5f5cda7a0 user: 顽雨沉风 tags: trunk | |
2023-10-09
| ||
15:39 | 0.0.2670 check-in: 28f36ec353 user: 顽雨沉风 tags: trunk | |
15:05 | 0.0.2669 check-in: 1b282cf16c user: 顽雨沉风 tags: trunk | |
Changes
Modified single_doc/场景.html from [c9afa3f8b9] to [de67c72e57].
︙ | ︙ | |||
112 113 114 115 116 117 118 119 120 121 122 123 124 125 | <li><a href="#section-72" id="toc-section-72"><span class="toc-section-number">2.36</span> </a></li> <li><a href="#section-73" id="toc-section-73"><span class="toc-section-number">2.37</span> </a></li> <li><a href="#section-74" id="toc-section-74"><span class="toc-section-number">2.38</span> </a></li> <li><a href="#section-75" id="toc-section-75"><span class="toc-section-number">2.39</span> </a></li> <li><a href="#section-76" id="toc-section-76"><span class="toc-section-number">2.40</span> </a></li> <li><a href="#section-77" id="toc-section-77"><span class="toc-section-number">2.41</span> </a></li> <li><a href="#section-78" id="toc-section-78"><span class="toc-section-number">2.42</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") | > | 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 | <li><a href="#section-72" id="toc-section-72"><span class="toc-section-number">2.36</span> </a></li> <li><a href="#section-73" id="toc-section-73"><span class="toc-section-number">2.37</span> </a></li> <li><a href="#section-74" id="toc-section-74"><span class="toc-section-number">2.38</span> </a></li> <li><a href="#section-75" id="toc-section-75"><span class="toc-section-number">2.39</span> </a></li> <li><a href="#section-76" id="toc-section-76"><span class="toc-section-number">2.40</span> </a></li> <li><a href="#section-77" id="toc-section-77"><span class="toc-section-number">2.41</span> </a></li> <li><a href="#section-78" id="toc-section-78"><span class="toc-section-number">2.42</span> </a></li> <li><a href="#section-79" id="toc-section-79"><span class="toc-section-number">2.43</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") |
︙ | ︙ | |||
2923 2924 2925 2926 2927 2928 2929 2930 2931 2932 2933 2934 2935 2936 | ----------------- Debug.AddCard(49032236,0,0,LOCATION_MZONE,0,POS_FACEUP_ATTACK) Debug.AddCard(5405695,0,0,LOCATION_MZONE,0,POS_FACEUP_ATTACK) Debug.AddCard(53143898,0,0,LOCATION_MZONE,2,POS_FACEUP_ATTACK) ----------------- ----------------- ----------------- | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 2924 2925 2926 2927 2928 2929 2930 2931 2932 2933 2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 2970 2971 2972 | ----------------- Debug.AddCard(49032236,0,0,LOCATION_MZONE,0,POS_FACEUP_ATTACK) Debug.AddCard(5405695,0,0,LOCATION_MZONE,0,POS_FACEUP_ATTACK) Debug.AddCard(53143898,0,0,LOCATION_MZONE,2,POS_FACEUP_ATTACK) ----------------- ----------------- ----------------- Debug.ReloadFieldEnd() aux.BeginPuzzle() </code></pre> <h2 data-number="2.43" id="section-79"><span class="header-section-number">2.43</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(5405695,0,0,LOCATION_GRAVE,0,POS_FACEUP) Debug.AddCard(5405695,0,0,LOCATION_GRAVE,0,POS_FACEUP) ----------------- Debug.AddCard(10817524,0,0,LOCATION_GRAVE,0,POS_FACEUP,true) ----------------- Debug.AddCard(30398342,0,0,LOCATION_SZONE,0,POS_FACEDOWN) Debug.AddCard(51476410,0,0,LOCATION_MZONE,0,POS_FACEUP_ATTACK) ----------------- ----------------- ----------------- |
︙ | ︙ |
Modified single_doc/场景.md from [96cef4fd94] to [40732192e8].
︙ | ︙ | |||
3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 3173 3174 3175 | ----------------- Debug.AddCard(49032236,0,0,LOCATION_MZONE,0,POS_FACEUP_ATTACK) Debug.AddCard(5405695,0,0,LOCATION_MZONE,0,POS_FACEUP_ATTACK) Debug.AddCard(53143898,0,0,LOCATION_MZONE,2,POS_FACEUP_ATTACK) ----------------- ----------------- ----------------- | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 3205 3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 | ----------------- Debug.AddCard(49032236,0,0,LOCATION_MZONE,0,POS_FACEUP_ATTACK) Debug.AddCard(5405695,0,0,LOCATION_MZONE,0,POS_FACEUP_ATTACK) Debug.AddCard(53143898,0,0,LOCATION_MZONE,2,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(5405695,0,0,LOCATION_GRAVE,0,POS_FACEUP) Debug.AddCard(5405695,0,0,LOCATION_GRAVE,0,POS_FACEUP) ----------------- Debug.AddCard(10817524,0,0,LOCATION_GRAVE,0,POS_FACEUP,true) ----------------- Debug.AddCard(30398342,0,0,LOCATION_SZONE,0,POS_FACEDOWN) Debug.AddCard(51476410,0,0,LOCATION_MZONE,0,POS_FACEUP_ATTACK) ----------------- ----------------- ----------------- |
︙ | ︙ |