游戏王残局简化版

Check-in [1d7748bbd7]
Login

Check-in [1d7748bbd7]

Overview
Comment:0.0.1929
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 1d7748bbd71ef3ebe8ccbae90e64bf6a97f74e6cee77f6c9a70447f337018f43
User & Date: 顽雨沉风 on 2023-07-20 03:21:18
Other Links: manifest | tags
Context
2023-07-20
03:22
0.0.1930 check-in: e5acaf01d9 user: 顽雨沉风 tags: trunk
03:21
0.0.1929 check-in: 1d7748bbd7 user: 顽雨沉风 tags: trunk
03:20
0.0.1928 check-in: f324274ca9 user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [396c5ab749] to [cb35c15494].

322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345







346
347
348
349
350
351
352
  
  Duel.RegisterEffect(effect_1,0)
  
  end --}
  
fun["印卡"] = function(str_1, str_2, str_3) --{
  
  str["印卡弹窗1"] = str["印卡弹窗1"] .. str_2
  str["印卡弹窗1"] = str["印卡弹窗1"] .. str["印卡弹窗2"]
  str["印卡弹窗1"] = str["印卡弹窗1"] .. str_3
  str["印卡弹窗1"] = str["印卡弹窗1"] .. str["印卡弹窗3"]
  
  Debug.ShowHint(str["印卡弹窗1"])
  
  if str_3 then --{
    
    --}
    
  else --{
    
    str_3 = str_2
    
    end --}
    







  effect_1 = Effect.CreateEffect(str_1)
  
  effect_1:SetType(EFFECT_TYPE_IGNITION)
  
  effect_1:SetProperty(EFFECT_FLAG_BOTH_SIDE
  + EFFECT_FLAG_UNCOPYABLE
  + EFFECT_FLAG_CANNOT_NEGATE







<
<
<
<
<
<
<










>
>
>
>
>
>
>







322
323
324
325
326
327
328







329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
  
  Duel.RegisterEffect(effect_1,0)
  
  end --}
  
fun["印卡"] = function(str_1, str_2, str_3) --{
  







  if str_3 then --{
    
    --}
    
  else --{
    
    str_3 = str_2
    
    end --}
    
  str["印卡弹窗1"] = str["印卡弹窗1"] .. str_2
  str["印卡弹窗1"] = str["印卡弹窗1"] .. str["印卡弹窗2"]
  str["印卡弹窗1"] = str["印卡弹窗1"] .. str_3
  str["印卡弹窗1"] = str["印卡弹窗1"] .. str["印卡弹窗3"]
  
  Debug.ShowHint(str["印卡弹窗1"])
  
  effect_1 = Effect.CreateEffect(str_1)
  
  effect_1:SetType(EFFECT_TYPE_IGNITION)
  
  effect_1:SetProperty(EFFECT_FLAG_BOTH_SIDE
  + EFFECT_FLAG_UNCOPYABLE
  + EFFECT_FLAG_CANNOT_NEGATE