Advertisement
Developer_Bastian

Lyra Gameplay Ability plugin example

May 9th, 2023
346
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.06 KB | None | 0 0
  1. {
  2.     "FileVersion": 3,
  3.     "Version": 1,
  4.     "VersionName": "1.0",
  5.     "FriendlyName": "Bastian",
  6.     "Description": "",
  7.     "Category": "Game Features",
  8.     "CreatedBy": "Bastian",
  9.     "CreatedByURL": "",
  10.     "DocsURL": "",
  11.     "MarketplaceURL": "",
  12.     "SupportURL": "",
  13.     "EnabledByDefault": true,
  14.     "CanContainContent": true,
  15.     "IsBetaVersion": false,
  16.     "IsExperimentalVersion": false,
  17.     "Installed": false,
  18.     "Modules": [
  19.         {
  20.             "Name": "BastianRuntime",
  21.             "Type": "Runtime",
  22.             "LoadingPhase": "Default"
  23.         }
  24.     ],
  25.     "Plugins": [
  26.         {
  27.             "Name": "CommonGame",
  28.             "Enabled": true
  29.         },
  30.         {
  31.             "Name": "CommonUI",
  32.             "Enabled": true
  33.         },
  34.         {
  35.             "Name": "EnhancedInput",
  36.             "Enabled": true
  37.         },
  38.         {
  39.             "Name": "GameplayAbilities",
  40.             "Enabled": true
  41.         },
  42.         {
  43.             "Name": "GameplayMessageRouter",
  44.             "Enabled": true
  45.         },
  46.         {
  47.             "Name": "ModularGameplayActors",
  48.             "Enabled": true
  49.         },
  50.         {
  51.             "Name": "ShooterCore",
  52.             "Enabled": true
  53.         },
  54.         {
  55.             "Name": "ShooterExplorer",
  56.             "Enabled": true
  57.         }
  58.     ],
  59.     "ExplicitlyLoaded": true,
  60.     "BuiltInInitialFeatureState": "Active"
  61. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement