Browse Source

Merge pull request '100个bug修正' (#67) from dev-0524-1027 into dev-0524

Reviewed-on: #67
pull/70/head
yjm484 1 year ago
parent
commit
86d04de9ec
  1. 428
      ColorlessWorld-2024-4-2/Assets/GameDate/LevelDate/LevelState_1.asset
  2. 7
      ColorlessWorld-2024-4-2/Assets/GameDate/RelicList.asset
  3. 12
      ColorlessWorld-2024-4-2/Assets/GameDate/cardDeckList.asset
  4. 8
      ColorlessWorld-2024-4-2/Assets/Resources/BuffIcon_v02.meta
  5. BIN
      ColorlessWorld-2024-4-2/Assets/Resources/BuffIcon_v02/boomAndPollute.png
  6. 127
      ColorlessWorld-2024-4-2/Assets/Resources/BuffIcon_v02/boomAndPollute.png.meta
  7. BIN
      ColorlessWorld-2024-4-2/Assets/Resources/BuffIcon_v02/fireseed.png
  8. 127
      ColorlessWorld-2024-4-2/Assets/Resources/BuffIcon_v02/fireseed.png.meta
  9. BIN
      ColorlessWorld-2024-4-2/Assets/Resources/BuffIcon_v02/freeze.png
  10. 127
      ColorlessWorld-2024-4-2/Assets/Resources/BuffIcon_v02/freeze.png.meta
  11. BIN
      ColorlessWorld-2024-4-2/Assets/Resources/BuffIcon_v02/para.png
  12. 127
      ColorlessWorld-2024-4-2/Assets/Resources/BuffIcon_v02/para.png.meta
  13. BIN
      ColorlessWorld-2024-4-2/Assets/Resources/BuffIcon_v02/posion.png
  14. 127
      ColorlessWorld-2024-4-2/Assets/Resources/BuffIcon_v02/posion.png.meta
  15. BIN
      ColorlessWorld-2024-4-2/Assets/Resources/BuffIcon_v02/vun.png
  16. 127
      ColorlessWorld-2024-4-2/Assets/Resources/BuffIcon_v02/vun.png.meta
  17. BIN
      ColorlessWorld-2024-4-2/Assets/Resources/BuffIcon_v02/weak.png
  18. 127
      ColorlessWorld-2024-4-2/Assets/Resources/BuffIcon_v02/weak.png.meta
  19. BIN
      ColorlessWorld-2024-4-2/Assets/Resources/BuffIcon_v02/wet.png
  20. 127
      ColorlessWorld-2024-4-2/Assets/Resources/BuffIcon_v02/wet.png.meta
  21. BIN
      ColorlessWorld-2024-4-2/Assets/Resources/RelicsIcon/LegacyNode_AgnisTorch.png
  22. 4
      ColorlessWorld-2024-4-2/Assets/Resources/RelicsIcon/LegacyNode_AgnisTorch.png.meta
  23. 2
      ColorlessWorld-2024-4-2/Assets/Scripts/Buff/Buff.cs
  24. 2
      ColorlessWorld-2024-4-2/Assets/Scripts/Buff/Buff_BoomAndPollute.cs
  25. 2
      ColorlessWorld-2024-4-2/Assets/Scripts/Buff/Buff_FireSeed.cs
  26. 2
      ColorlessWorld-2024-4-2/Assets/Scripts/Buff/Buff_Posion.cs
  27. 2
      ColorlessWorld-2024-4-2/Assets/Scripts/Buff/Buff_Vulnerable.cs
  28. 2
      ColorlessWorld-2024-4-2/Assets/Scripts/Buff/Buff_Weak.cs
  29. 2
      ColorlessWorld-2024-4-2/Assets/Scripts/Buff/Buff_Wet.cs
  30. 2
      ColorlessWorld-2024-4-2/Assets/Scripts/Buff/Buff_coma.cs
  31. 2
      ColorlessWorld-2024-4-2/Assets/Scripts/Buff/Buff_corrode.cs
  32. 2
      ColorlessWorld-2024-4-2/Assets/Scripts/Buff/Buff_parasitism.cs
  33. 4
      ColorlessWorld-2024-4-2/Assets/Scripts/Card/CardEntity.cs
  34. 9
      ColorlessWorld-2024-4-2/Assets/Scripts/Card/TurnMaster.cs
  35. 2
      ColorlessWorld-2024-4-2/Assets/Scripts/Enemy/BlackSheep.cs
  36. 2
      ColorlessWorld-2024-4-2/Assets/Scripts/Enemy/DarkCloud.cs
  37. 9
      ColorlessWorld-2024-4-2/Assets/Scripts/Enemy/EnemyManager.cs
  38. 8
      ColorlessWorld-2024-4-2/Assets/Scripts/Enemy/EnemyNode.cs
  39. 3
      ColorlessWorld-2024-4-2/Assets/Scripts/Enemy/EnemyPool.cs
  40. 2
      ColorlessWorld-2024-4-2/Assets/Scripts/Enemy/Grinfiend.cs
  41. 2
      ColorlessWorld-2024-4-2/Assets/Scripts/Enemy/Mushroom.cs
  42. 2
      ColorlessWorld-2024-4-2/Assets/Scripts/Enemy/Polymaw.cs
  43. 2
      ColorlessWorld-2024-4-2/Assets/Scripts/manager/SettlementManager.cs

428
ColorlessWorld-2024-4-2/Assets/GameDate/LevelDate/LevelState_1.asset

@ -12,8 +12,8 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 23280c7f867c4ca468ab73909d4f7707, type: 3}
m_Name: LevelState_1
m_EditorClassIdentifier:
levelStep: 0
currentPoint: {x: 3, y: 1}
levelStep: 3
currentPoint: {x: 1, y: 3}
levelSaveMap:
- levelDataList:
- roomType: 0
@ -26,23 +26,23 @@ MonoBehaviour:
nextLevelNodes: []
- roomType: 0
isUse: 1
passBy: 1
passBy: 0
nodePos: {x: -7.583021, y: 0.05970764, z: -7.679106}
line: 0
column: 1
fatherLevelNodes: []
nextLevelNodes:
- {x: 1, y: 2}
- {x: 1, y: 1}
- {x: 1, y: 0}
- roomType: 0
isUse: 1
passBy: 0
passBy: 1
nodePos: {x: -7.583029, y: 0.05970955, z: -6.679107}
line: 0
column: 2
fatherLevelNodes: []
nextLevelNodes:
- {x: 1, y: 2}
- {x: 1, y: 3}
- roomType: 0
isUse: 1
passBy: 0
@ -51,8 +51,7 @@ MonoBehaviour:
column: 3
fatherLevelNodes: []
nextLevelNodes:
- {x: 1, y: 3}
- {x: 1, y: 2}
- {x: 1, y: 4}
- roomType: 0
isUse: 0
passBy: 0
@ -64,85 +63,82 @@ MonoBehaviour:
- levelDataList:
- roomType: 3
isUse: 1
passBy: 1
passBy: 0
nodePos: {x: -5.4530487, y: 0.059719086, z: -8.679108}
line: 1
column: 0
fatherLevelNodes:
- {x: 0, y: 1}
nextLevelNodes:
- {x: 2, y: 0}
- roomType: 3
isUse: 0
- {x: 2, y: 1}
- roomType: 0
isUse: 1
passBy: 0
nodePos: {x: -5.4530506, y: 0.059720993, z: -7.679108}
line: 1
column: 1
fatherLevelNodes: []
nextLevelNodes: []
- roomType: 5
isUse: 1
passBy: 0
nodePos: {x: -5.4530544, y: 0.0597229, z: -6.679111}
line: 1
column: 2
fatherLevelNodes:
- {x: 0, y: 1}
- {x: 0, y: 2}
- {x: 0, y: 3}
nextLevelNodes:
- {x: 2, y: 2}
- {x: 2, y: 1}
- roomType: 1
isUse: 0
passBy: 0
nodePos: {x: -5.4530544, y: 0.0597229, z: -6.679111}
line: 1
column: 2
fatherLevelNodes: []
nextLevelNodes: []
- roomType: 0
isUse: 1
passBy: 0
passBy: 1
nodePos: {x: -5.45306, y: 0.059724808, z: -5.679114}
line: 1
column: 3
fatherLevelNodes:
- {x: 0, y: 3}
- {x: 0, y: 2}
nextLevelNodes:
- {x: 2, y: 4}
- roomType: 5
isUse: 0
- roomType: 0
isUse: 1
passBy: 0
nodePos: {x: -5.453064, y: 0.059726715, z: -4.679116}
line: 1
column: 4
fatherLevelNodes: []
nextLevelNodes: []
fatherLevelNodes:
- {x: 0, y: 3}
nextLevelNodes:
- {x: 2, y: 4}
- levelDataList:
- roomType: 5
isUse: 1
passBy: 1
isUse: 0
passBy: 0
nodePos: {x: -3.3230686, y: 0.059732437, z: -8.679108}
line: 2
column: 0
fatherLevelNodes:
- {x: 1, y: 0}
nextLevelNodes:
- {x: 3, y: 1}
- roomType: 5
fatherLevelNodes: []
nextLevelNodes: []
- roomType: 0
isUse: 1
passBy: 0
nodePos: {x: -3.3230724, y: 0.059734344, z: -7.679109}
line: 2
column: 1
fatherLevelNodes:
- {x: 1, y: 2}
- {x: 1, y: 0}
nextLevelNodes:
- {x: 3, y: 1}
- roomType: 0
- roomType: 5
isUse: 1
passBy: 0
nodePos: {x: -3.3230762, y: 0.05973625, z: -6.679111}
line: 2
column: 2
fatherLevelNodes:
- {x: 1, y: 2}
- {x: 1, y: 1}
nextLevelNodes:
- {x: 3, y: 1}
- roomType: 5
- {x: 3, y: 2}
- roomType: 1
isUse: 0
passBy: 0
nodePos: {x: -3.32308, y: 0.05973816, z: -5.679112}
@ -158,10 +154,12 @@ MonoBehaviour:
column: 4
fatherLevelNodes:
- {x: 1, y: 3}
- {x: 1, y: 4}
nextLevelNodes:
- {x: 3, y: 3}
- {x: 3, y: 4}
- levelDataList:
- roomType: 0
- roomType: 1
isUse: 0
passBy: 0
nodePos: {x: -1.1930923, y: 0.05974579, z: -8.679106}
@ -171,26 +169,25 @@ MonoBehaviour:
nextLevelNodes: []
- roomType: 0
isUse: 1
passBy: 1
passBy: 0
nodePos: {x: -1.1930962, y: 0.059747696, z: -7.679107}
line: 3
column: 1
fatherLevelNodes:
- {x: 2, y: 2}
- {x: 2, y: 0}
- {x: 2, y: 1}
nextLevelNodes:
- {x: 4, y: 2}
- {x: 4, y: 1}
- roomType: 0
isUse: 0
isUse: 1
passBy: 0
nodePos: {x: -1.1931, y: 0.059749603, z: -6.679109}
line: 3
column: 2
fatherLevelNodes: []
nextLevelNodes: []
- roomType: 0
fatherLevelNodes:
- {x: 2, y: 2}
nextLevelNodes:
- {x: 4, y: 3}
- roomType: 3
isUse: 1
passBy: 0
nodePos: {x: -1.1931033, y: 0.05975151, z: -5.679111}
@ -200,16 +197,18 @@ MonoBehaviour:
- {x: 2, y: 4}
nextLevelNodes:
- {x: 4, y: 4}
- roomType: 5
isUse: 0
- roomType: 0
isUse: 1
passBy: 0
nodePos: {x: -1.1931071, y: 0.059753418, z: -4.679114}
line: 3
column: 4
fatherLevelNodes: []
nextLevelNodes: []
fatherLevelNodes:
- {x: 2, y: 4}
nextLevelNodes:
- {x: 4, y: 4}
- levelDataList:
- roomType: 0
- roomType: 5
isUse: 0
passBy: 0
nodePos: {x: 0.9368901, y: 0.05975914, z: -8.679108}
@ -217,18 +216,15 @@ MonoBehaviour:
column: 0
fatherLevelNodes: []
nextLevelNodes: []
- roomType: 1
isUse: 1
- roomType: 5
isUse: 0
passBy: 0
nodePos: {x: 0.93688774, y: 0.059761047, z: -7.67911}
line: 4
column: 1
fatherLevelNodes:
- {x: 3, y: 1}
nextLevelNodes:
- {x: 5, y: 1}
- {x: 5, y: 0}
- roomType: 5
fatherLevelNodes: []
nextLevelNodes: []
- roomType: 0
isUse: 1
passBy: 0
nodePos: {x: 0.93688583, y: 0.059762955, z: -6.679111}
@ -237,15 +233,17 @@ MonoBehaviour:
fatherLevelNodes:
- {x: 3, y: 1}
nextLevelNodes:
- {x: 5, y: 1}
- roomType: 1
isUse: 0
- {x: 5, y: 3}
- roomType: 0
isUse: 1
passBy: 0
nodePos: {x: 0.93688345, y: 0.059764862, z: -5.679114}
line: 4
column: 3
fatherLevelNodes: []
nextLevelNodes: []
fatherLevelNodes:
- {x: 3, y: 2}
nextLevelNodes:
- {x: 5, y: 3}
- roomType: 0
isUse: 1
passBy: 0
@ -254,32 +252,28 @@ MonoBehaviour:
column: 4
fatherLevelNodes:
- {x: 3, y: 3}
- {x: 3, y: 4}
nextLevelNodes:
- {x: 5, y: 4}
- {x: 5, y: 3}
- levelDataList:
- roomType: 0
isUse: 1
- roomType: 1
isUse: 0
passBy: 0
nodePos: {x: 3.0668812, y: 0.05977249, z: -8.679108}
line: 5
column: 0
fatherLevelNodes:
- {x: 4, y: 1}
nextLevelNodes:
- {x: 6, y: 0}
- roomType: 5
isUse: 1
fatherLevelNodes: []
nextLevelNodes: []
- roomType: 4
isUse: 0
passBy: 0
nodePos: {x: 3.0668805, y: 0.0597744, z: -7.679108}
line: 5
column: 1
fatherLevelNodes:
- {x: 4, y: 2}
- {x: 4, y: 1}
nextLevelNodes:
- {x: 6, y: 1}
- {x: 6, y: 2}
- roomType: 5
fatherLevelNodes: []
nextLevelNodes: []
- roomType: 0
isUse: 0
passBy: 0
nodePos: {x: 3.0668807, y: 0.059776306, z: -6.67911}
@ -287,46 +281,46 @@ MonoBehaviour:
column: 2
fatherLevelNodes: []
nextLevelNodes: []
- roomType: 0
- roomType: 1
isUse: 1
passBy: 0
nodePos: {x: 3.06688, y: 0.059778214, z: -5.679112}
line: 5
column: 3
fatherLevelNodes:
- {x: 4, y: 3}
- {x: 4, y: 2}
- {x: 4, y: 4}
nextLevelNodes:
- {x: 6, y: 3}
- roomType: 5
isUse: 0
- {x: 6, y: 2}
- {x: 6, y: 4}
- roomType: 0
isUse: 1
passBy: 0
nodePos: {x: 3.0668788, y: 0.05978012, z: -4.679114}
line: 5
column: 4
fatherLevelNodes: []
nextLevelNodes: []
fatherLevelNodes:
- {x: 4, y: 4}
nextLevelNodes:
- {x: 6, y: 4}
- levelDataList:
- roomType: 6
isUse: 1
isUse: 0
passBy: 0
nodePos: {x: 5.1968794, y: 0.059785843, z: -8.679108}
line: 6
column: 0
fatherLevelNodes:
- {x: 5, y: 0}
nextLevelNodes:
- {x: 7, y: 0}
fatherLevelNodes: []
nextLevelNodes: []
- roomType: 6
isUse: 1
isUse: 0
passBy: 0
nodePos: {x: 5.1968794, y: 0.05978775, z: -7.679109}
line: 6
column: 1
fatherLevelNodes:
- {x: 5, y: 1}
nextLevelNodes:
- {x: 7, y: 2}
- {x: 7, y: 0}
fatherLevelNodes: []
nextLevelNodes: []
- roomType: 6
isUse: 1
passBy: 0
@ -334,41 +328,40 @@ MonoBehaviour:
line: 6
column: 2
fatherLevelNodes:
- {x: 5, y: 1}
- {x: 5, y: 3}
nextLevelNodes:
- {x: 7, y: 2}
- {x: 7, y: 3}
- roomType: 6
isUse: 1
isUse: 0
passBy: 0
nodePos: {x: 5.1968794, y: 0.059791565, z: -5.679115}
line: 6
column: 3
fatherLevelNodes:
- {x: 5, y: 3}
nextLevelNodes:
- {x: 7, y: 3}
fatherLevelNodes: []
nextLevelNodes: []
- roomType: 6
isUse: 0
isUse: 1
passBy: 0
nodePos: {x: 5.1968794, y: 0.059793472, z: -4.679116}
line: 6
column: 4
fatherLevelNodes: []
nextLevelNodes: []
fatherLevelNodes:
- {x: 5, y: 4}
- {x: 5, y: 3}
nextLevelNodes:
- {x: 7, y: 4}
- {x: 7, y: 3}
- levelDataList:
- roomType: 0
isUse: 1
isUse: 0
passBy: 0
nodePos: {x: 7.3268824, y: 0.059799194, z: -8.679108}
line: 7
column: 0
fatherLevelNodes:
- {x: 6, y: 1}
- {x: 6, y: 0}
nextLevelNodes:
- {x: 8, y: 0}
- {x: 8, y: 1}
- roomType: 0
fatherLevelNodes: []
nextLevelNodes: []
- roomType: 5
isUse: 0
passBy: 0
nodePos: {x: 7.3268833, y: 0.0598011, z: -7.67911}
@ -383,142 +376,136 @@ MonoBehaviour:
line: 7
column: 2
fatherLevelNodes:
- {x: 6, y: 1}
- {x: 6, y: 2}
nextLevelNodes:
- {x: 8, y: 1}
- roomType: 5
- {x: 8, y: 3}
- roomType: 0
isUse: 1
passBy: 0
nodePos: {x: 7.3268857, y: 0.059804916, z: -5.679114}
line: 7
column: 3
fatherLevelNodes:
- {x: 6, y: 3}
- {x: 6, y: 2}
- {x: 6, y: 4}
nextLevelNodes:
- {x: 8, y: 3}
- {x: 8, y: 4}
- {x: 8, y: 2}
- roomType: 5
isUse: 0
isUse: 1
passBy: 0
nodePos: {x: 7.326885, y: 0.059806824, z: -4.679115}
line: 7
column: 4
fatherLevelNodes: []
nextLevelNodes: []
fatherLevelNodes:
- {x: 6, y: 4}
nextLevelNodes:
- {x: 8, y: 4}
- levelDataList:
- roomType: 5
isUse: 1
isUse: 0
passBy: 0
nodePos: {x: 9.456891, y: 0.059812546, z: -8.679108}
line: 8
column: 0
fatherLevelNodes:
- {x: 7, y: 0}
nextLevelNodes:
- {x: 9, y: 0}
- roomType: 0
isUse: 1
fatherLevelNodes: []
nextLevelNodes: []
- roomType: 5
isUse: 0
passBy: 0
nodePos: {x: 9.456893, y: 0.059814453, z: -7.679108}
line: 8
column: 1
fatherLevelNodes:
- {x: 7, y: 2}
- {x: 7, y: 0}
nextLevelNodes:
- {x: 9, y: 2}
- {x: 9, y: 1}
- roomType: 1
isUse: 1
fatherLevelNodes: []
nextLevelNodes: []
- roomType: 0
isUse: 0
passBy: 0
nodePos: {x: 9.456895, y: 0.05981636, z: -6.67911}
line: 8
column: 2
fatherLevelNodes:
- {x: 7, y: 3}
nextLevelNodes:
- {x: 9, y: 2}
- roomType: 5
isUse: 0
fatherLevelNodes: []
nextLevelNodes: []
- roomType: 0
isUse: 1
passBy: 0
nodePos: {x: 9.456898, y: 0.059818268, z: -5.679112}
line: 8
column: 3
fatherLevelNodes: []
nextLevelNodes: []
- roomType: 0
fatherLevelNodes:
- {x: 7, y: 2}
- {x: 7, y: 3}
nextLevelNodes:
- {x: 9, y: 4}
- {x: 9, y: 3}
- roomType: 1
isUse: 1
passBy: 0
nodePos: {x: 9.456898, y: 0.059820175, z: -4.679116}
line: 8
column: 4
fatherLevelNodes:
- {x: 7, y: 4}
- {x: 7, y: 3}
nextLevelNodes:
- {x: 9, y: 3}
- {x: 9, y: 4}
- levelDataList:
- roomType: 4
isUse: 1
isUse: 0
passBy: 0
nodePos: {x: 11.586908, y: 0.059825897, z: -8.679108}
line: 9
column: 0
fatherLevelNodes:
- {x: 8, y: 0}
nextLevelNodes:
- {x: 10, y: 0}
- roomType: 0
isUse: 1
fatherLevelNodes: []
nextLevelNodes: []
- roomType: 4
isUse: 0
passBy: 0
nodePos: {x: 11.586911, y: 0.059827805, z: -7.679109}
line: 9
column: 1
fatherLevelNodes:
- {x: 8, y: 1}
nextLevelNodes:
- {x: 10, y: 2}
- roomType: 3
isUse: 1
fatherLevelNodes: []
nextLevelNodes: []
- roomType: 5
isUse: 0
passBy: 0
nodePos: {x: 11.586914, y: 0.059829712, z: -6.679111}
line: 9
column: 2
fatherLevelNodes:
- {x: 8, y: 1}
- {x: 8, y: 2}
nextLevelNodes:
- {x: 10, y: 2}
- roomType: 5
fatherLevelNodes: []
nextLevelNodes: []
- roomType: 0
isUse: 1
passBy: 0
nodePos: {x: 11.58692, y: 0.05983162, z: -5.679112}
line: 9
column: 3
fatherLevelNodes:
- {x: 8, y: 4}
- {x: 8, y: 3}
nextLevelNodes:
- {x: 10, y: 2}
- roomType: 5
isUse: 0
- {x: 10, y: 3}
- roomType: 1
isUse: 1
passBy: 0
nodePos: {x: 11.586924, y: 0.059833527, z: -4.679114}
line: 9
column: 4
fatherLevelNodes: []
nextLevelNodes: []
fatherLevelNodes:
- {x: 8, y: 3}
- {x: 8, y: 4}
nextLevelNodes:
- {x: 10, y: 3}
- {x: 10, y: 4}
- levelDataList:
- roomType: 1
isUse: 1
- roomType: 0
isUse: 0
passBy: 0
nodePos: {x: 13.71693, y: 0.05983925, z: -8.679108}
line: 10
column: 0
fatherLevelNodes:
- {x: 9, y: 0}
nextLevelNodes:
- {x: 11, y: 1}
- roomType: 5
fatherLevelNodes: []
nextLevelNodes: []
- roomType: 1
isUse: 0
passBy: 0
nodePos: {x: 13.716934, y: 0.059841156, z: -7.679107}
@ -526,38 +513,38 @@ MonoBehaviour:
column: 1
fatherLevelNodes: []
nextLevelNodes: []
- roomType: 4
isUse: 1
- roomType: 5
isUse: 0
passBy: 0
nodePos: {x: 13.716938, y: 0.059843063, z: -6.679109}
line: 10
column: 2
fatherLevelNodes: []
nextLevelNodes: []
- roomType: 4
isUse: 1
passBy: 0
nodePos: {x: 13.71694, y: 0.05984497, z: -5.679113}
line: 10
column: 3
fatherLevelNodes:
- {x: 9, y: 2}
- {x: 9, y: 1}
- {x: 9, y: 4}
- {x: 9, y: 3}
nextLevelNodes:
- {x: 11, y: 3}
- {x: 11, y: 1}
- {x: 11, y: 2}
- roomType: 5
isUse: 0
passBy: 0
nodePos: {x: 13.71694, y: 0.05984497, z: -5.679113}
line: 10
column: 3
fatherLevelNodes: []
nextLevelNodes: []
- roomType: 5
isUse: 0
- roomType: 0
isUse: 1
passBy: 0
nodePos: {x: 13.716942, y: 0.059846878, z: -4.679115}
line: 10
column: 4
fatherLevelNodes: []
nextLevelNodes: []
fatherLevelNodes:
- {x: 9, y: 4}
nextLevelNodes:
- {x: 11, y: 3}
- levelDataList:
- roomType: 5
- roomType: 1
isUse: 0
passBy: 0
nodePos: {x: 15.846952, y: 0.0598526, z: -8.67911}
@ -566,37 +553,35 @@ MonoBehaviour:
fatherLevelNodes: []
nextLevelNodes: []
- roomType: 0
isUse: 1
isUse: 0
passBy: 0
nodePos: {x: 15.846956, y: 0.059854507, z: -7.67911}
line: 11
column: 1
fatherLevelNodes:
- {x: 10, y: 0}
- {x: 10, y: 2}
nextLevelNodes:
- {x: 12, y: 2}
- roomType: 3
fatherLevelNodes: []
nextLevelNodes: []
- roomType: 1
isUse: 1
passBy: 0
nodePos: {x: 15.84696, y: 0.059856415, z: -6.679111}
line: 11
column: 2
fatherLevelNodes:
- {x: 10, y: 2}
- {x: 10, y: 3}
nextLevelNodes:
- {x: 12, y: 1}
- {x: 12, y: 2}
- roomType: 1
- roomType: 3
isUse: 1
passBy: 0
nodePos: {x: 15.846966, y: 0.059858322, z: -5.679114}
line: 11
column: 3
fatherLevelNodes:
- {x: 10, y: 2}
- {x: 10, y: 3}
- {x: 10, y: 4}
nextLevelNodes:
- {x: 12, y: 2}
- {x: 12, y: 3}
- roomType: 0
isUse: 0
passBy: 0
@ -615,13 +600,15 @@ MonoBehaviour:
fatherLevelNodes: []
nextLevelNodes: []
- roomType: 4
isUse: 0
isUse: 1
passBy: 0
nodePos: {x: 17.976994, y: 0.05986786, z: -7.679109}
line: 12
column: 1
fatherLevelNodes: []
nextLevelNodes: []
fatherLevelNodes:
- {x: 11, y: 2}
nextLevelNodes:
- {x: 13, y: 2}
- roomType: 4
isUse: 1
passBy: 0
@ -630,7 +617,6 @@ MonoBehaviour:
column: 2
fatherLevelNodes:
- {x: 11, y: 3}
- {x: 11, y: 1}
- {x: 11, y: 2}
nextLevelNodes:
- {x: 13, y: 2}
@ -638,15 +624,13 @@ MonoBehaviour:
- {x: 13, y: 2}
- {x: 13, y: 2}
- roomType: 4
isUse: 1
isUse: 0
passBy: 0
nodePos: {x: 17.977009, y: 0.059871674, z: -5.679112}
line: 12
column: 3
fatherLevelNodes:
- {x: 11, y: 3}
nextLevelNodes:
- {x: 13, y: 2}
fatherLevelNodes: []
nextLevelNodes: []
- roomType: 4
isUse: 0
passBy: 0
@ -681,8 +665,8 @@ MonoBehaviour:
fatherLevelNodes:
- {x: 12, y: 2}
- {x: 12, y: 2}
- {x: 12, y: 1}
- {x: 12, y: 2}
- {x: 12, y: 3}
- {x: 12, y: 2}
nextLevelNodes: []
- roomType: 2
@ -701,4 +685,4 @@ MonoBehaviour:
column: 4
fatherLevelNodes: []
nextLevelNodes: []
fightEenemyPool: strong
fightEenemyPool: weak

7
ColorlessWorld-2024-4-2/Assets/GameDate/RelicList.asset

@ -12,4 +12,9 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 904fb4225c416d84e891fac047459035, type: 3}
m_Name: RelicList
m_EditorClassIdentifier:
relicClassNameList: []
relicClassNameList:
- LegacyNode_AgnisTorch
- LegacyNode_AncientSilverCoin
- LegacyNode_EnchantedConch
- LegacyNode_Starfish
- LegacyNode_SuspiciousMushroom

12
ColorlessWorld-2024-4-2/Assets/GameDate/cardDeckList.asset

@ -13,13 +13,13 @@ MonoBehaviour:
m_Name: cardDeckList
m_EditorClassIdentifier:
cardDeckList:
- 1029
- 1030
- 1013
- 1013
- 1014
- 1014
- 1015
- 1015
- 1015
- 1016
- 1016
- 1016
- 1017
- 1017
- 1013
- 1013

8
ColorlessWorld-2024-4-2/Assets/Resources/BuffIcon_v02.meta

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: a93792f5c2f79d8499f1bc1183475d79
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

BIN
ColorlessWorld-2024-4-2/Assets/Resources/BuffIcon_v02/boomAndPollute.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

127
ColorlessWorld-2024-4-2/Assets/Resources/BuffIcon_v02/boomAndPollute.png.meta

@ -0,0 +1,127 @@
fileFormatVersion: 2
guid: 53333beffd4e3d24893b12a5a67116fa
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 12
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 1
wrapV: 1
wrapW: 0
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 3
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Server
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: 5e97eb03825dee720800000000000000
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
nameFileIdTable: {}
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

BIN
ColorlessWorld-2024-4-2/Assets/Resources/BuffIcon_v02/fireseed.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

127
ColorlessWorld-2024-4-2/Assets/Resources/BuffIcon_v02/fireseed.png.meta

@ -0,0 +1,127 @@
fileFormatVersion: 2
guid: af4ed737b602ed644bb437910f86ec60
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 12
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 1
wrapV: 1
wrapW: 0
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 3
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Server
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: 5e97eb03825dee720800000000000000
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
nameFileIdTable: {}
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

BIN
ColorlessWorld-2024-4-2/Assets/Resources/BuffIcon_v02/freeze.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

127
ColorlessWorld-2024-4-2/Assets/Resources/BuffIcon_v02/freeze.png.meta

@ -0,0 +1,127 @@
fileFormatVersion: 2
guid: 05dd2502c5dead0458e54cb63d20f75e
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 12
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 1
wrapV: 1
wrapW: 0
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 3
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Server
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: 5e97eb03825dee720800000000000000
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
nameFileIdTable: {}
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

BIN
ColorlessWorld-2024-4-2/Assets/Resources/BuffIcon_v02/para.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

127
ColorlessWorld-2024-4-2/Assets/Resources/BuffIcon_v02/para.png.meta

@ -0,0 +1,127 @@
fileFormatVersion: 2
guid: 876811427f51a814aaf7a5e454b4efce
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 12
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 1
wrapV: 1
wrapW: 0
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 3
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Server
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: 5e97eb03825dee720800000000000000
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
nameFileIdTable: {}
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

BIN
ColorlessWorld-2024-4-2/Assets/Resources/BuffIcon_v02/posion.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

127
ColorlessWorld-2024-4-2/Assets/Resources/BuffIcon_v02/posion.png.meta

@ -0,0 +1,127 @@
fileFormatVersion: 2
guid: 104d59e50377e344db32e7c25ae822d5
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 12
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 1
wrapV: 1
wrapW: 0
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 3
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Server
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: 5e97eb03825dee720800000000000000
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
nameFileIdTable: {}
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

BIN
ColorlessWorld-2024-4-2/Assets/Resources/BuffIcon_v02/vun.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

127
ColorlessWorld-2024-4-2/Assets/Resources/BuffIcon_v02/vun.png.meta

@ -0,0 +1,127 @@
fileFormatVersion: 2
guid: bc825601ff2cce74ebcf51f6297b229c
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 12
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 1
wrapV: 1
wrapW: 0
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 3
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Server
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: 5e97eb03825dee720800000000000000
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
nameFileIdTable: {}
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

BIN
ColorlessWorld-2024-4-2/Assets/Resources/BuffIcon_v02/weak.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

127
ColorlessWorld-2024-4-2/Assets/Resources/BuffIcon_v02/weak.png.meta

@ -0,0 +1,127 @@
fileFormatVersion: 2
guid: 141e1f4e7a7a66145ab4da274d362f48
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 12
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 1
wrapV: 1
wrapW: 0
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 3
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Server
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: 5e97eb03825dee720800000000000000
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
nameFileIdTable: {}
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

BIN
ColorlessWorld-2024-4-2/Assets/Resources/BuffIcon_v02/wet.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

127
ColorlessWorld-2024-4-2/Assets/Resources/BuffIcon_v02/wet.png.meta

@ -0,0 +1,127 @@
fileFormatVersion: 2
guid: 975e0ff44013f2e4ea9714ecc50e5330
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 12
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 1
wrapV: 1
wrapW: 0
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 3
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Server
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: 5e97eb03825dee720800000000000000
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
nameFileIdTable: {}
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

BIN
ColorlessWorld-2024-4-2/Assets/Resources/RelicsIcon/LegacyNode_AgnisTorch.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 26 KiB

4
ColorlessWorld-2024-4-2/Assets/Resources/RelicsIcon/LegacyNode_AgnisTorch.png.meta

@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: d1b04edc73aaf3d4592b4e1d700a71ed
guid: 96fd5be98196fa24b9a87d2805ea56c4
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
@ -69,7 +69,7 @@ TextureImporter:
platformSettings:
- serializedVersion: 3
buildTarget: DefaultTexturePlatform
maxTextureSize: 512
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1

2
ColorlessWorld-2024-4-2/Assets/Scripts/Buff/Buff.cs

@ -8,7 +8,7 @@ public class Buff
{
public int value;
public Sprite icon;
public string iconPath = "BuffIcon/";
public string iconPath = "BuffIcon_v02/";
public virtual void Settle()
{

2
ColorlessWorld-2024-4-2/Assets/Scripts/Buff/Buff_BoomAndPollute.cs

@ -22,7 +22,7 @@ public class Buff_BoomAndPollute : Buff
{
Buff buff = new Buff_BoomAndPollute();
buff.value = value;
buff.icon = BuffDataManager.Instance.LoadImage(iconPath + "Sslx_Ui_Buff_baowu_v01");
buff.icon = BuffDataManager.Instance.LoadImage(iconPath + "boomAndPollute");
return buff;
}
}

2
ColorlessWorld-2024-4-2/Assets/Scripts/Buff/Buff_FireSeed.cs

@ -23,7 +23,7 @@ public class Buff_FireSeed : Buff
{
Buff buff = new Buff_FireSeed();
buff.value = value;
buff.icon = BuffDataManager.Instance.LoadImage(iconPath + "Sslx_Ui_Buff_huozhong_v01");
buff.icon = BuffDataManager.Instance.LoadImage(iconPath + "fireseed");
return buff;
}
}

2
ColorlessWorld-2024-4-2/Assets/Scripts/Buff/Buff_Posion.cs

@ -44,7 +44,7 @@ public class Buff_Posion : Buff
{
Buff buff = new Buff_Posion();
buff.value = value;
buff .icon = BuffDataManager.Instance.LoadImage(iconPath + "Sslx_Ui_Buff_zhongdu_v01");
buff .icon = BuffDataManager.Instance.LoadImage(iconPath + "posion");
return buff;
}
}

2
ColorlessWorld-2024-4-2/Assets/Scripts/Buff/Buff_Vulnerable.cs

@ -26,7 +26,7 @@ public class Buff_Vulnerable : Buff
{
Buff buff = new Buff_Vulnerable();
buff.value = value;
buff.icon = BuffDataManager.Instance.LoadImage(iconPath + "Sslx_Ui_Buff_yishang_v01");
buff.icon = BuffDataManager.Instance.LoadImage(iconPath + "vun");
return buff;
}
}

2
ColorlessWorld-2024-4-2/Assets/Scripts/Buff/Buff_Weak.cs

@ -25,7 +25,7 @@ public class Buff_Weak : Buff
{
Buff buff = new Buff_Weak();
buff.value = value;
buff.icon = BuffDataManager.Instance.LoadImage(iconPath + "Sslx_Ui_Buff_xuruo_v01");
buff.icon = BuffDataManager.Instance.LoadImage(iconPath + "weak");
return buff;
}
}

2
ColorlessWorld-2024-4-2/Assets/Scripts/Buff/Buff_Wet.cs

@ -23,7 +23,7 @@ public class Buff_Wet : Buff
{
Buff buff = new Buff_Wet();
buff.value = value;
buff.icon = BuffDataManager.Instance.LoadImage(iconPath + "Sslx_Ui_Buff_huozhong_v01");
buff.icon = BuffDataManager.Instance.LoadImage(iconPath + "wet");
return buff;
}
}

2
ColorlessWorld-2024-4-2/Assets/Scripts/Buff/Buff_coma.cs

@ -23,7 +23,7 @@ public class Buff_coma : Buff
{
Buff buff = new Buff_coma();
buff.value = value;
buff.icon = BuffDataManager.Instance.LoadImage(iconPath + "Sslx_Ui_Buff_hunmi_v01");
buff.icon = BuffDataManager.Instance.LoadImage(iconPath + "freeze");
return buff;
}
}

2
ColorlessWorld-2024-4-2/Assets/Scripts/Buff/Buff_corrode.cs

@ -24,7 +24,7 @@ public class Buff_corrode : Buff
{
Buff buff = new Buff_corrode();
buff.value = value;
buff.icon = BuffDataManager.Instance.LoadImage(iconPath + "Sslx_Ui_Buff_fushi_v01");
buff.icon = BuffDataManager.Instance.LoadImage(iconPath + "para");
return buff;
}
}

2
ColorlessWorld-2024-4-2/Assets/Scripts/Buff/Buff_parasitism.cs

@ -24,7 +24,7 @@ public class Buff_parasitism : Buff
{
Buff buff = new Buff_parasitism();
buff.value = value;
buff.icon = BuffDataManager.Instance.LoadImage(iconPath + "Sslx_Ui_Buff_jisheng_v01");
buff.icon = BuffDataManager.Instance.LoadImage(iconPath + "para");
return buff;
}
}

4
ColorlessWorld-2024-4-2/Assets/Scripts/Card/CardEntity.cs

@ -379,7 +379,7 @@ public class CardEntity : MonoBehaviour
{
thresholdShift += 2;
}
if (LegacyManager.Instance.relicClassNameList.Contains(Name.Legacy.LegacyNode_SuspiciousMushroom)
if (LegacyManager.Instance.relicClassNameList.Contains(Name.Legacy.LegacyNode_Starfish)
&& firstPart.Equals(Name.Color.Blue))
{
thresholdShift += 1;
@ -615,7 +615,7 @@ public class CardEntity : MonoBehaviour
List<bool> matchList=new List<bool>();
KeyValuePair<string, Tuple<string, string>> kvp = cardOriginalData.conditionAndFunctionVal.ElementAt(i);
string[] keys= kvp.Key.Split("_");
Debug.Log("cardIdÊÇ" + cardOriginalData.CardId + "keyÊÇ" + keys);
//Debug.Log("cardIdÊÇ" + cardOriginalData.CardId + "keyÊÇ" + keys);
string[] functions = kvp.Value.Item1.Split("_");
string[] vals = kvp.Value.Item2.Split("_");
for (int j = 0; j < keys.Length; j++)

9
ColorlessWorld-2024-4-2/Assets/Scripts/Card/TurnMaster.cs

@ -22,7 +22,7 @@ public class TurnMaster : Singleton<TurnMaster>
public int settleTurn = 0;
public int commDrawCardsNum = 6;
public int commDrawCardsNum = 1;
[Header("销毁卡牌延迟结束回合")]
public bool continueTurn;
@ -80,7 +80,7 @@ public class TurnMaster : Singleton<TurnMaster>
//回合开始结算玩家buff
Usermanager.Instance.PlayerTurnBeginSettle();
//恢复cost
restoreResource(0);
restoreResource(settleTurn);
//恢复体力
GameManager.Instance.playerState.currentStepRange = Usermanager.Instance.StepRangeCalculation(GameManager.Instance.playerState.maxStepRange);
@ -308,12 +308,17 @@ public class TurnMaster : Singleton<TurnMaster>
else
{
continueTurn = false;
if (handCard.cardEntityList.Count == 0)
{
continueTurn = true;
}
List<string> cardIndex = new List<string>();
foreach (var card in handCard.cardEntityList)
{
cardIndex.Add(card.cardId);
}
StartCoroutine(Discard(cardIndex));
}
}

2
ColorlessWorld-2024-4-2/Assets/Scripts/Enemy/BlackSheep.cs

@ -244,7 +244,7 @@ public class BlackSheep : MonoBehaviour
IEnumerator JudgNextActionCoroutine()
{
if (enemyNode.EnemyState.abnormalCondition.ContainsKey(AbnormalCondition.sleep))
if (enemyNode.EnemyState.abnormalCondition.ContainsKey(AbnormalCondition.coma))
{
}

2
ColorlessWorld-2024-4-2/Assets/Scripts/Enemy/DarkCloud.cs

@ -238,7 +238,7 @@ public class DarkCloud : MonoBehaviour
IEnumerator JudgNextActionCoroutine()
{
if (enemyNode.EnemyState.abnormalCondition.ContainsKey(AbnormalCondition.sleep))
if (enemyNode.EnemyState.abnormalCondition.ContainsKey(AbnormalCondition.coma))
{
}

9
ColorlessWorld-2024-4-2/Assets/Scripts/Enemy/EnemyManager.cs

@ -164,6 +164,15 @@ public class EnemyManager : Singleton<EnemyManager>
}
}
public void enemyRefreshEnemyBuffIcon(int settleTurn)
{
foreach (var observer in enemyObservers)
{
//observer.GetEnemyNode().enemyTurnSettleInit();
observer.GetEnemyNode().enemyRefreshUIIcon(settleTurn);
}
}
public void enemyTurnSettle(int settleTurn)
{
foreach (var observer in enemyObservers)

8
ColorlessWorld-2024-4-2/Assets/Scripts/Enemy/EnemyNode.cs

@ -1243,6 +1243,14 @@ public class EnemyNode : MonoBehaviour,IEnemyObserver
}
}
public void enemyRefreshUIIcon(int settleTurn)
{
foreach (var key in EnemyState.abnormalCondition.Keys.ToList())
{
enemyUIBar.RefreshEnemyBuffIcon();
}
}
public void enemyShieldSettle(int settleTurn)
{
EnemyState.shieldValue = 0;

3
ColorlessWorld-2024-4-2/Assets/Scripts/Enemy/EnemyPool.cs

@ -29,7 +29,8 @@ public class EnemyPool : MonoBehaviour
public static Dictionary<List<string>, float> bossEnemyPool = new Dictionary<List<string>, float>()
{
{ new List<string> { Name.EnemyName.Polymaw,Name.EnemyName.Grinfiend,Name.EnemyName.BlackSheep,Name.EnemyName.DarkCloud}, 1.0f },
{ new List<string> { Name.EnemyName.Polymaw,Name.EnemyName.Polymaw,Name.EnemyName.Grinfiend,Name.EnemyName.BlackSheep,
Name.EnemyName.DarkCloud,Name.EnemyName.Mushroom}, 1.0f },
};

2
ColorlessWorld-2024-4-2/Assets/Scripts/Enemy/Grinfiend.cs

@ -268,7 +268,7 @@ public class Grinfiend : MonoBehaviour
IEnumerator JudgNextActionCoroutine()
{
if (enemyNode.EnemyState.abnormalCondition.ContainsKey(AbnormalCondition.sleep))
if (enemyNode.EnemyState.abnormalCondition.ContainsKey(AbnormalCondition.coma))
{
}

2
ColorlessWorld-2024-4-2/Assets/Scripts/Enemy/Mushroom.cs

@ -319,7 +319,7 @@ public class Mushroom : MonoBehaviour
IEnumerator JudgNextActionCoroutine()
{
if (enemyNode.EnemyState.abnormalCondition.ContainsKey(AbnormalCondition.sleep))
if (enemyNode.EnemyState.abnormalCondition.ContainsKey(AbnormalCondition.coma))
{
}

2
ColorlessWorld-2024-4-2/Assets/Scripts/Enemy/Polymaw.cs

@ -257,7 +257,7 @@ public class Polymaw : MonoBehaviour
IEnumerator JudgNextActionCoroutine()
{
if (enemyNode.EnemyState.abnormalCondition.ContainsKey(AbnormalCondition.sleep))
if (enemyNode.EnemyState.abnormalCondition.ContainsKey(AbnormalCondition.coma))
{
}

2
ColorlessWorld-2024-4-2/Assets/Scripts/manager/SettlementManager.cs

@ -572,7 +572,7 @@ public class SettlementManager : Singleton<SettlementManager>
Usermanager.Instance.RefreshPlayerBuffIcon();
GameManager.Instance.SyncColourCountUI();
EnemyManager.Instance.enemyRefreshEnemyBuffIcon(0);
}

Loading…
Cancel
Save